summaryrefslogtreecommitdiffstats
path: root/components/congress/joid/install_congress_4.sh
diff options
context:
space:
mode:
authorBryan Sullivan <bs3131@att.com>2016-02-10 20:13:14 -0800
committerblsaws <bs3131@att.com>2016-04-01 08:30:07 -0700
commitff5f6aac11aae2865715555bdd7f38ede38577e4 (patch)
tree1be164074b5cbab127d69f244dccffdc45e72554 /components/congress/joid/install_congress_4.sh
parentd535c7d950d2ce4d8b4f34677aece32f5d6f3b85 (diff)
Add command echo to install scripts
JIRA: COPPER-2 Change-Id: I2e06785ea60528a29b5c9760683b2ccced7be91a Signed-off-by: Bryan Sullivan <bs3131@att.com>
Diffstat (limited to 'components/congress/joid/install_congress_4.sh')
-rw-r--r--components/congress/joid/install_congress_4.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/congress/joid/install_congress_4.sh b/components/congress/joid/install_congress_4.sh
index c5a2714..ecfc999 100644
--- a/components/congress/joid/install_congress_4.sh
+++ b/components/congress/joid/install_congress_4.sh
@@ -26,6 +26,7 @@
# - 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
@@ -185,3 +186,4 @@ openstack congress datasource create keystone "keystone" \
# Run Congress Tempest Tests
cd ~/git/congress
# tox -epy27
+set -x #echo off