summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhihui wu <wu.zhihui1@zte.com.cn>2018-02-01 16:06:19 +0800
committerzhihui wu <wu.zhihui1@zte.com.cn>2018-02-01 08:12:07 +0000
commit17ff15959005c3c6f72a9b91192de7d54734a005 (patch)
tree68e6f20bdb3ef33e35209d92893465f37428d6f8
parente70599b4b9c23c9861ac670f111d38379505249d (diff)
install "shade" for ansible openstack module
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>
-rw-r--r--Pipfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index 58fcaf9f..866502ea 100644
--- a/Pipfile
+++ b/Pipfile
@@ -28,6 +28,7 @@ pyyaml = "*"
humanfriendly = "*"
asq = "*"
requests = "*"
+shade = "*"
[requires]