diff options
author | blsaws <bs3131@att.com> | 2016-03-08 17:12:19 -0800 |
---|---|---|
committer | blsaws <bs3131@att.com> | 2016-04-01 08:30:07 -0700 |
commit | 370f7a44ed6f18595fd0ea20b199612ab6a0bdba (patch) | |
tree | c2dab4a5be934bc1e9c01339a9c8ff93e50e8ed4 /components/congress/joid/install_congress_1.sh | |
parent | ad54add91ce7c7724cadd30d261b3d0f4bf5dfe2 (diff) |
Add param to second place in script.
JIRA: COPPER-2
Change-Id: Id0c85732dea1a203eaa7cc9869967d0f3c0090a9
Signed-off-by: blsaws <bs3131@att.com>
Diffstat (limited to 'components/congress/joid/install_congress_1.sh')
-rw-r--r-- | components/congress/joid/install_congress_1.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/congress/joid/install_congress_1.sh b/components/congress/joid/install_congress_1.sh index 672a869..818d89c 100644 --- a/components/congress/joid/install_congress_1.sh +++ b/components/congress/joid/install_congress_1.sh @@ -25,7 +25,7 @@ set -x # Create the congress container -juju ssh ubuntu@node1-control "sudo lxc-clone -o juju-trusty-lxc-template -n juju-trusty-congress; sudo lxc-start -n juju-trusty-congress -d; exit" +juju ssh ubuntu@$1 "sudo lxc-clone -o juju-trusty-lxc-template -n juju-trusty-congress; sudo lxc-start -n juju-trusty-congress -d; exit" # Get the congress server address CONGRESS_HOST="" |