Browse code

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

Clark Boylan authored on 2016/02/06 05:00:18
Showing 1 changed files
... ...
@@ -101,7 +101,7 @@ function write_clouds_yaml {
101 101
     # alt_demo -> devstack-alt
102 102
     $TOP_DIR/tools/update_clouds_yaml.py \
103 103
         --file $CLOUDS_YAML \
104
-        --os-cloud devstack \
104
+        --os-cloud devstack-alt \
105 105
         --os-region-name $REGION_NAME \
106 106
         --os-identity-api-version 3 \
107 107
         $CA_CERT_ARG \