aboutsummaryrefslogtreecommitdiffstats
path: root/command.sh
diff options
context:
space:
mode:
authorHarry Huang <huangxiangyu5@huawei.com>2017-03-01 10:06:29 +0800
committerHarry Huang <huangxiangyu5@huawei.com>2017-03-01 10:18:04 +0800
commit51451b626187ae1b6db3015174792fadc3428968 (patch)
tree56664354d33bd73e08f7a5f8c61066860b10b921 /command.sh
parentda008451297c461788d098f58da9419ed6fcb52c (diff)
Juju connect
1. use open-o docker tag 1.0.0 with nfvo-driver-vnfm-juju tag latest 2. sync juju and open-o tomcat files then start tomcat 3. automatically add vim and vnfm info in open-o Change-Id: I981faf02dda3e2aa7e03304e1a9c790eb629abdf Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
Diffstat (limited to 'command.sh')
-rwxr-xr-xcommand.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/command.sh b/command.sh
index 2f6b76c..513bc94 100755
--- a/command.sh
+++ b/command.sh
@@ -50,7 +50,7 @@ function exec_cmd_on_client()
log_error "juju-client ip not found"
exit 1
fi
- ssh $ssh_options ubuntu@$floating_ip_client "$@"
+ ssh $ssh_args ubuntu@$floating_ip_client "$@"
}
function exec_cmd_on_metadata()
@@ -61,5 +61,5 @@ function exec_cmd_on_metadata()
log_error "juju-metadata ip not found"
exit 1
fi
- ssh $ssh_options ubuntu@$floating_ip_metadata "$@"
+ ssh $ssh_args ubuntu@$floating_ip_metadata "$@"
}