File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -92,7 +92,6 @@ function write_clouds_yaml {
9292 --file $CLOUDS_YAML \
9393 --os-cloud devstack \
9494 --os-region-name $REGION_NAME \
95- --os-identity-api-version 3 \
9695 $CA_CERT_ARG \
9796 --os-auth-url $KEYSTONE_SERVICE_URI \
9897 --os-username demo \
@@ -104,7 +103,6 @@ function write_clouds_yaml {
104103 --file $CLOUDS_YAML \
105104 --os-cloud devstack-alt \
106105 --os-region-name $REGION_NAME \
107- --os-identity-api-version 3 \
108106 $CA_CERT_ARG \
109107 --os-auth-url $KEYSTONE_SERVICE_URI \
110108 --os-username alt_demo \
@@ -116,7 +114,6 @@ function write_clouds_yaml {
116114 --file $CLOUDS_YAML \
117115 --os-cloud devstack-admin \
118116 --os-region-name $REGION_NAME \
119- --os-identity-api-version 3 \
120117 $CA_CERT_ARG \
121118 --os-auth-url $KEYSTONE_SERVICE_URI \
122119 --os-username admin \
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ def main():
8383 parser .add_argument ('--os-cloud' , required = True )
8484 parser .add_argument ('--os-region-name' , default = 'RegionOne' )
8585 parser .add_argument ('--os-identity-api-version' , default = '3' )
86- parser .add_argument ('--os-volume-api-version' , default = '2 ' )
86+ parser .add_argument ('--os-volume-api-version' , default = '3 ' )
8787 parser .add_argument ('--os-cacert' )
8888 parser .add_argument ('--os-auth-url' , required = True )
8989 parser .add_argument ('--os-username' , required = True )
You can’t perform that action at this time.
0 commit comments