diff options
author | blsaws <bs3131@att.com> | 2016-03-08 17:18:58 -0800 |
---|---|---|
committer | blsaws <bs3131@att.com> | 2016-03-08 17:18:58 -0800 |
commit | 8075c93d2f6ce1961730ba6c10bbba8a371d4691 (patch) | |
tree | 88532be1fab858bbf9ba488881c11f507020df15 /components | |
parent | a01413142d7a0df185522e9e2dbdda07bb3dbc9e (diff) |
Add controller input param.
JIRA: COPPER-2
Change-Id: Ib229c478281d45e10e41d641fe5f987ba6f00ea6
Signed-off-by: blsaws <bs3131@att.com>
Diffstat (limited to 'components')
-rw-r--r-- | components/congress/joid/clean_congress.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/congress/joid/clean_congress.sh b/components/congress/joid/clean_congress.sh index 2afc0b3..1867622 100644 --- a/components/congress/joid/clean_congress.sh +++ b/components/congress/joid/clean_congress.sh @@ -24,7 +24,7 @@ openstack EOF source ~/env.sh set -x echo on -juju ssh ubuntu@node1-control "sudo lxc-stop --name juju-trusty-congress; sudo lxc-destroy --name juju-trusty-congress; exit" +juju ssh ubuntu@$1 "sudo lxc-stop --name juju-trusty-congress; sudo lxc-destroy --name juju-trusty-congress; exit" # Delete Congress user export CONGRESS_USER=$(openstack user list | awk "/ congress / { print \$2 }") |