diff options
author | blsaws <bryan.sullivan@att.com> | 2016-08-02 07:30:11 -0700 |
---|---|---|
committer | blsaws <bryan.sullivan@att.com> | 2016-08-02 07:30:11 -0700 |
commit | 5f567eb79d5f38ef88587dcfdda462d9585bff62 (patch) | |
tree | 94d7eb47da0c8e2bc4533ba1456acbcf49c1812a /components/congress/install | |
parent | 67a78a8513ac023bfc834b4a71d67340eac75fe0 (diff) |
Align with change in JOID
JIRA: COPPER-4
Change-Id: Icc6d412aa92c8e283466507898863e6503937de4
Signed-off-by: blsaws <bryan.sullivan@att.com>
Diffstat (limited to 'components/congress/install')
-rw-r--r-- | components/congress/install/bash/setenv.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/congress/install/bash/setenv.sh b/components/congress/install/bash/setenv.sh index 60065ba..11bd460 100644 --- a/components/congress/install/bash/setenv.sh +++ b/components/congress/install/bash/setenv.sh @@ -44,7 +44,7 @@ export OS_USERNAME=admin export OS_PASSWORD=openstack export OS_TENANT_NAME=admin export OS_AUTH_URL=http://$KEYSTONE_HOST:5000/v2.0 -export OS_REGION_NAME=Canonical +export OS_REGION_NAME=RegionOne EOF else # Centos |