Skip to content

Commit 48d730e

Browse files
committed
default VOLUME_SIZE 1GB -> 514GB
1 parent 39d4a99 commit 48d730e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/understack-workflows/understack_workflows/oslo_event/keystone_project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
SVM_PROJECT_TAG = "UNDERSTACK_SVM"
1313
AGGREGATE_NAME = "aggr02_n02_NVME"
14-
VOLUME_SIZE = "1GB"
14+
VOLUME_SIZE = "514GB"
1515

1616

1717
@dataclass

0 commit comments

Comments
 (0)