diff options
author | blsaws <bryan.sullivan@att.com> | 2016-05-24 10:44:27 -0700 |
---|---|---|
committer | blsaws <bryan.sullivan@att.com> | 2016-05-24 10:44:27 -0700 |
commit | 018b27181aeeac8ffeeabd25eaf521ed7de7e5f8 (patch) | |
tree | 7572bc891c3949b2fb9ddcd0b012227a53baef0e /components | |
parent | fd6fe61e46e8be5d0549d20cbb63481053abdd37 (diff) |
Fix missing slash
JIRA: COPPER-2
Change-Id: Ia8c8030b0a61d85c68dd6b93728ef904bac692b2
Signed-off-by: blsaws <bryan.sullivan@att.com>
Diffstat (limited to 'components')
-rw-r--r-- | components/congress/install/bash/install_congress_1.sh | 2 |
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 6b22cb4..28e1102 100644 --- a/components/congress/install/bash/install_congress_1.sh +++ b/components/congress/install/bash/install_congress_1.sh @@ -92,7 +92,7 @@ EOF source ~/congress/env.sh CTLUSER="heat-admin" ssh -x -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no $CTLUSER@$CONTROLLER_HOST1 "mkdir ~/congress; exit" - scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no ~/congress/env.sh $CTLUSER@$CONTROLLER_HOST1:/home/$CTLUSER/congress + 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 |