diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2017-02-10 08:20:55 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2017-02-10 08:20:55 -0600 |
commit | 3ba6d5f37a153a0105f1b740eb40a815e4d9ff7b (patch) | |
tree | 6601d945a9295bd8469b5fc846d10bdeb55c4190 | |
parent | 7fd0900c8d9bde13eeb0468a77370e047b5577ae (diff) |
install expect also.
Change-Id: Ie26666cfbe26e9be7468bf75e3c60d09e04b747f
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
-rwxr-xr-x | ci/03-maasdeploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/03-maasdeploy.sh b/ci/03-maasdeploy.sh index 436c2669..c0226bcb 100755 --- a/ci/03-maasdeploy.sh +++ b/ci/03-maasdeploy.sh @@ -18,7 +18,7 @@ sudo apt-get update -y sudo apt-get install openssh-server bzr git virtinst qemu-kvm libvirt-bin juju \ maas maas-region-controller python-pip python-psutil python-openstackclient \ python-congressclient gsutil charm-tools pastebinit python-jinja2 sshpass \ - openssh-server vlan ipmitool jq -y + openssh-server vlan ipmitool jq expect -y sudo pip install --upgrade pip |