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 12:44:39 -0600 |
commit | d66f6ed6be865d5d81779fe464853044c6999812 (patch) | |
tree | 6abe96d2e1bfac8e4f09a71cdb939bfacfd3e12f /ci | |
parent | 19c3f068ee9edc73b645996ba3dbcea249dcfe26 (diff) |
wrong place corrected.
Change-Id: I3188db26bca6f5a6d74c6d092e306d8088eb5f64
Diffstat (limited to 'ci')
-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 |