diff options
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-x | ci/deploy.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index a4ef3b2c..4d5596fd 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -160,6 +160,8 @@ deploy check_status echo "...... deployment finished ......." -./openstack.sh "$opnfvsdn" +./openstack.sh "$opnfvsdn" || true +sudo ../juju/get-cloud-images || true +../juju/joid-configure-openstack || true echo "...... finished ......." |