aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/prepare.sh
diff options
context:
space:
mode:
authorJustin-chi <chigang@huawei.com>2016-01-13 09:08:43 +0800
committerJustin chi <chigang@huawei.com>2016-01-13 01:53:05 +0000
commitb9385cf5283a0eaec2a92022ebad38d70a01dce2 (patch)
tree142744219a14419d64e95af017cbf582e1d76846 /deploy/prepare.sh
parentb9a63edede430b4d1a70d3f81b426566665195c5 (diff)
Disable ansible upgrade to latest version.
ansible 1.9.4 is used for bramaputra release. Change-Id: I42a33a17bbe90e7dda9b06a5fd7a4b4652b37fad Signed-off-by: Justin-chi <chigang@huawei.com> (cherry picked from commit c1bf434a78a3f3db92ba1c77c4a4466f73f023c2)
Diffstat (limited to 'deploy/prepare.sh')
-rwxr-xr-xdeploy/prepare.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/prepare.sh b/deploy/prepare.sh
index ee27db1b..77c71c50 100755
--- a/deploy/prepare.sh
+++ b/deploy/prepare.sh
@@ -34,7 +34,7 @@ function prepare_env() {
sudo apt-get install -y --force-yes git python-pip python-dev
sudo apt-get install -y --force-yes libxslt-dev libxml2-dev libvirt-dev build-essential qemu-utils qemu-kvm libvirt-bin virtinst libmysqld-dev
sudo pip install --upgrade pip
- sudo pip install --upgrade ansible
+ sudo pip install --upgrade ansible==1.9.4
sudo pip install --upgrade virtualenv
sudo pip install --upgrade netaddr
sudo pip install --upgrade oslo.config