diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-08-22 17:59:19 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-08-22 18:00:01 -0500 |
commit | 16203a70bf3cca4dd48e1d14a506f3cf7b9a26ba (patch) | |
tree | 3acd03c6c1598c67cb616da6d7e0eaee521743c9 /ci/deploy.sh | |
parent | e6f1836f6e7d344b69bacd4a57fec354b51a7888 (diff) |
trying to pass correct target for deployment.
Change-Id: I76ee4d723b86a9d4538cb7137bd3cbe1ba8303ed
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-x | ci/deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index 8692df68..c9994cca 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -170,7 +170,7 @@ check_status echo "...... deployment finished ......." -./openstack.sh "$opnfvsdn" "$opnfvlab" || true +./openstack.sh "$opnfvsdn" "$opnfvdistro" "$openstack" || true sudo ../juju/get-cloud-images || true ../juju/joid-configure-openstack || true |