diff options
Diffstat (limited to 'ci/00-maasdeploy.sh')
-rwxr-xr-x | ci/00-maasdeploy.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/00-maasdeploy.sh b/ci/00-maasdeploy.sh index 7d9e0070..527134d0 100755 --- a/ci/00-maasdeploy.sh +++ b/ci/00-maasdeploy.sh @@ -13,6 +13,7 @@ sudo apt-add-repository ppa:maas/stable -y sudo apt-add-repository cloud-archive:mitaka -y sudo apt-get update -y sudo apt-get dist-upgrade -y +sudo pip install --upgrade pip sudo apt-get install openssh-server bzr git maas-deployer juju juju-deployer \ maas-cli python-pip python-psutil python-openstackclient \ python-congressclient gsutil charm-tools pastebinit -y |