summaryrefslogtreecommitdiffstats
path: root/components/congress/joid/install_congress_4.sh
diff options
context:
space:
mode:
authorblsaws <bs3131@att.com>2016-02-17 15:32:07 -0800
committerblsaws <bs3131@att.com>2016-02-17 15:32:07 -0800
commit06c52aa0f638fee84fa250eebf796c9a4c225491 (patch)
tree1ba5fbe149670966287b46405eab54b34b22e9af /components/congress/joid/install_congress_4.sh
parent20a18b0c7ae4610161bcfc17db68fdacc090a102 (diff)
Add return to force script close on exit.
Add "-x -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no" to ssh commands and remove "set -x" ("ssh -x" replaces it). JIRA: COPPER-2 Change-Id: Iad5048adc52c293b9d2ddadca14555d7831f4f11 Signed-off-by: blsaws <bs3131@att.com>
Diffstat (limited to 'components/congress/joid/install_congress_4.sh')
-rw-r--r--components/congress/joid/install_congress_4.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/components/congress/joid/install_congress_4.sh b/components/congress/joid/install_congress_4.sh
index fb5c351..3248bec 100644
--- a/components/congress/joid/install_congress_4.sh
+++ b/components/congress/joid/install_congress_4.sh
@@ -26,7 +26,6 @@
# - Congress server IP address as discovered in lxc-info above
# source ~/git/copper/components/congress/joid/install_congress_3.sh
-set -x #echo on
source ~/admin-openrc.sh <<EOF
openstack
EOF
@@ -187,4 +186,4 @@ openstack congress datasource create keystone "keystone" \
# Run Congress Tempest Tests
cd ~/git/congress
# tox -epy27
-set -x #echo off
+