Code Review
/
compass4nfv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
d12db67
)
workaround for ansible latest version bug
31/23831/1
author
chenshuai@huawei.com
<chenshuai@huawei.com>
Tue, 1 Nov 2016 08:04:39 +0000
(
04:04
-0400)
committer
chenshuai@huawei.com
<chenshuai@huawei.com>
Tue, 1 Nov 2016 08:04:39 +0000
(
04:04
-0400)
Change-Id: I1e1aa41c2a858c5e5579273b5c52576b63da9e94
Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
deploy/prepare.sh
patch
|
blob
|
history
diff --git
a/deploy/prepare.sh
b/deploy/prepare.sh
index
97771b8
..
c8aa49f
100755
(executable)
--- 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
+ pip install --upgrade ansible
==2.1.1.0
fi
}