diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-01-29 12:44:39 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-01-29 19:01:13 +0000 |
commit | 91c88faaf0494b9410f1db5ee0b736fc4ee259c7 (patch) | |
tree | 03088905916987383a3169a125a40abcb5fba0be | |
parent | 0c730bb4f91fba83a31c4514c2fff51c9ef15fed (diff) |
wrong place corrected.
Change-Id: I3188db26bca6f5a6d74c6d092e306d8088eb5f64
(cherry picked from commit d66f6ed6be865d5d81779fe464853044c6999812)
-rwxr-xr-x | ci/02-maasdeploy.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/02-maasdeploy.sh b/ci/02-maasdeploy.sh index e7fbaad3..5575a3d1 100755 --- a/ci/02-maasdeploy.sh +++ b/ci/02-maasdeploy.sh @@ -73,8 +73,8 @@ sudo apt-add-repository ppa:juju/stable -y sudo apt-add-repository ppa:maas/stable -y sudo apt-add-repository cloud-archive:liberty -y sudo apt-get update -y -apt-get apt-get upgrade -y && apt-get autoremove -y && apt-get autoclean -y -sudo apt-get install openssh-server git maas-deployer juju juju-deployer maas-cli python-pip python-openstackclient +sudo apt-get dist-upgrade -y +sudo apt-get install openssh-server git maas-deployer juju juju-deployer maas-cli python-pip python-openstackclient -y sudo pip install shyaml juju init -f |