diff options
author | chenshuai@huawei.com <chenshuai@huawei.com> | 2016-11-02 03:37:27 -0400 |
---|---|---|
committer | chenshuai@huawei.com <chenshuai@huawei.com> | 2016-11-02 03:37:27 -0400 |
commit | 05f2671f2ce182d6167bde0eb33e630b03c2ecc0 (patch) | |
tree | 9bfd6be9951ef9f39f5ee07edfed0a85f0006f2d /deploy | |
parent | ede03d44d66ddb37ce2ee5a2777880899f3d747e (diff) |
newest-ansible-resolved
Change-Id: I5cde09d93f96d5810c1340917801b3a237cf0d30
Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
Diffstat (limited to 'deploy')
-rwxr-xr-x | deploy/prepare.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/prepare.sh b/deploy/prepare.sh index c8aa49f9..97771b87 100755 --- a/deploy/prepare.sh +++ b/deploy/prepare.sh @@ -95,7 +95,7 @@ function _prepare_python_env() { pip install --upgrade requests pip install --upgrade netaddr pip install --upgrade oslo.config - pip install --upgrade ansible==2.1.1.0 + pip install --upgrade ansible fi } |