summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorblsaws <bryan.sullivan@att.com>2016-05-24 10:38:54 -0700
committerblsaws <bryan.sullivan@att.com>2016-05-24 10:38:54 -0700
commitfd6fe61e46e8be5d0549d20cbb63481053abdd37 (patch)
tree88fb01678e73f0764b39c9a7f0e6845733866ffe
parent209ed8d9138bbed5f3b61c50356c44bbf6ecc2c4 (diff)
Fix typo
JIRA: COPPER-2 Change-Id: If419bb1d82139906c3a54279bca64677005c1be4 Signed-off-by: blsaws <bryan.sullivan@att.com>
-rw-r--r--components/congress/install/bash/install_congress_1.sh2
1 files changed, 1 insertions, 1 deletions
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 <<EOF | sed '$d' >>~/admin-openrc.sh