Code Review
/
qtip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
e70599b
)
install "shade" for ansible openstack module
33/51433/2
author
zhihui wu
<wu.zhihui1@zte.com.cn>
Thu, 1 Feb 2018 08:06:19 +0000
(16:06 +0800)
committer
zhihui wu
<wu.zhihui1@zte.com.cn>
Thu, 1 Feb 2018 08:12:07 +0000
(08:12 +0000)
shade is a simple client library for interacting with
OpenStack clouds. Ansible openstack module needs it.
Change-Id: I82a134924d052e0d046c97b349a709cdaeb5c6bf
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
Pipfile
patch
|
blob
|
history
diff --git
a/Pipfile
b/Pipfile
index
58fcaf9
..
866502e
100644
(file)
--- a/
Pipfile
+++ b/
Pipfile
@@
-28,6
+28,7
@@
pyyaml = "*"
humanfriendly = "*"
asq = "*"
requests = "*"
+shade = "*"
[requires]