summaryrefslogtreecommitdiffstats
path: root/components/congress/install
diff options
context:
space:
mode:
authorBryan Sullivan <bryan.sullivan@att.com>2016-12-07 05:41:52 -0800
committerBryan Sullivan <bryan.sullivan@att.com>2016-12-07 05:43:11 -0800
commit1eb8479dfb8ba6d3d908ed85131c67cc3b6d1058 (patch)
tree50a4bc47b8b527019704381743b5df23088e40aa /components/congress/install
parenta6b4e3954814582d79ceae537030d32932e8e8e1 (diff)
Correct ref to congress server in juju command
JIRA: COPPER-2 Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com> Small changes to smoke01 test Change-Id: Ie1783671ba4b418c45cdbd4447538728ce9fff49 Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
Diffstat (limited to 'components/congress/install')
-rw-r--r--components/congress/install/bash/setenv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/congress/install/bash/setenv.sh b/components/congress/install/bash/setenv.sh
index 11bd460..17cfe93 100644
--- a/components/congress/install/bash/setenv.sh
+++ b/components/congress/install/bash/setenv.sh
@@ -32,7 +32,7 @@ if [ "$dist" == "Ubuntu" ]; then
echo "Create the environment file"
KEYSTONE_HOST=$(juju status --format=short | awk "/keystone\/0/ { print \$3 }")
cat <<EOF >/tmp/copper/env.sh
-export CONGRESS_HOST=$(juju status --format=short | awk "/openstack-dashboard/ { print \$3 }")
+export CONGRESS_HOST=$(juju status --format=short | awk "/congress\/0/ { print \$3 }")
export HORIZON_HOST=$(juju status --format=short | awk "/openstack-dashboard/ { print \$3 }")
export KEYSTONE_HOST=$KEYSTONE_HOST
export CEILOMETER_HOST=$(juju status --format=short | awk "/ceilometer\/0/ { print \$3 }")