diff options
Diffstat (limited to 'ocata/vagrant/test/test_multicloud.sh')
-rw-r--r-- | ocata/vagrant/test/test_multicloud.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ocata/vagrant/test/test_multicloud.sh b/ocata/vagrant/test/test_multicloud.sh index dc007431..1c2534ae 100644 --- a/ocata/vagrant/test/test_multicloud.sh +++ b/ocata/vagrant/test/test_multicloud.sh @@ -1,6 +1,8 @@ #!/bin/bash +set -ex + sudo apt-get update -y -sudo apt-get install -y docker.io +sudo apt-get install -y docker.io git clone http://gerrit.onap.org/r/multicloud/openstack cd openstack/ocata/docker |