Set different cloud name for alt_demu user
Having multiple clouds with the same name in clouds.yaml confuses openstack client config and it may not choose the intended cloud. Unfortunately the new alt_demo user's clouds.yaml config used a duplicate name creating confusion for clouds.yaml consumers. Correct this by using a unique cloud name, devstack-alt, for use by the alt_demo user. Change-Id: I2cb8f10ab5abfedf76ead309f237730ce8ce2ad4
This commit is contained in:
parent
25fe1be8b1
commit
e20cb43fd6
@ -101,7 +101,7 @@ function write_clouds_yaml {
|
||||
# alt_demo -> devstack-alt
|
||||
$TOP_DIR/tools/update_clouds_yaml.py \
|
||||
--file $CLOUDS_YAML \
|
||||
--os-cloud devstack \
|
||||
--os-cloud devstack-alt \
|
||||
--os-region-name $REGION_NAME \
|
||||
--os-identity-api-version 3 \
|
||||
$CA_CERT_ARG \
|
||||
|
Loading…
x
Reference in New Issue
Block a user