From 51451b626187ae1b6db3015174792fadc3428968 Mon Sep 17 00:00:00 2001 From: Harry Huang Date: Wed, 1 Mar 2017 10:06:29 +0800 Subject: 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 --- command.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'command.sh') 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 "$@" } -- cgit 1.2.3-korg