install "shade" for ansible openstack module 33/51433/2
authorzhihui wu <wu.zhihui1@zte.com.cn>
Thu, 1 Feb 2018 08:06:19 +0000 (16:06 +0800)
committerzhihui 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

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]