diff options
author | blsaws <bs3131@att.com> | 2016-02-18 16:13:31 -0800 |
---|---|---|
committer | blsaws <bs3131@att.com> | 2016-02-18 16:13:31 -0800 |
commit | b7c1cdc92dcdb60200273df44aeb852f89207de5 (patch) | |
tree | 7937321d19d5c2ef8970df0d247dc276aa9f966d /components/congress/joid/install_congress_4.sh | |
parent | 56db520ef9207574138e39e65600135a8222fe59 (diff) |
correct "set" commands. use "source" instead of "sh".
add lxc-destroy to cleanup script.
JIRA: COPPER-2
Change-Id: I3436ad4958405a71bc28ce4ed9b0a7ff0a596b6f
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.sh | 3 |
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 3248bec..a96cc7a 100644 --- a/components/congress/joid/install_congress_4.sh +++ b/components/congress/joid/install_congress_4.sh @@ -45,7 +45,6 @@ sudo -E apt-get -q -y install mysql-server python-mysqldb sudo pip install virtualenvsource ~/admin-openrc.sh <<EOF openstack EOF -source ~/env.sh # clone congressedit congress.conf.sample as needed mkdir ~/git @@ -186,4 +185,4 @@ openstack congress datasource create keystone "keystone" \ # Run Congress Tempest Tests cd ~/git/congress # tox -epy27 - +return |