From fd6fe61e46e8be5d0549d20cbb63481053abdd37 Mon Sep 17 00:00:00 2001 From: blsaws Date: Tue, 24 May 2016 10:38:54 -0700 Subject: Fix typo JIRA: COPPER-2 Change-Id: If419bb1d82139906c3a54279bca64677005c1be4 Signed-off-by: blsaws --- components/congress/install/bash/install_congress_1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/congress/install/bash/install_congress_1.sh b/components/congress/install/bash/install_congress_1.sh index f7fa442..6b22cb4 100644 --- a/components/congress/install/bash/install_congress_1.sh +++ b/components/congress/install/bash/install_congress_1.sh @@ -95,7 +95,7 @@ EOF scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no ~/congress/env.sh $CTLUSER@$CONTROLLER_HOST1:/home/$CTLUSER/congress echo "Setup env for overcloud API access and copy to congress server" source ~/overcloudrc - cp ~/overcloudrc ~/admin-openrc.sh + cp ~/overcloudrc ~/admin-openrc.sh export OS_REGION_NAME=$(openstack endpoint list | awk "/ nova / { print \$4 }") # sed command below is a workaound for a bug - region shows up twice for some reason cat <>~/admin-openrc.sh -- cgit 1.2.3-korg