From: zhihui wu Date: Thu, 1 Feb 2018 08:06:19 +0000 (+0800) Subject: install "shade" for ansible openstack module X-Git-Tag: opnfv-6.0.0~33 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F33%2F51433%2F2;p=qtip.git 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 --- diff --git a/Pipfile b/Pipfile index 58fcaf9f..866502ea 100644 --- a/Pipfile +++ b/Pipfile @@ -28,6 +28,7 @@ pyyaml = "*" humanfriendly = "*" asq = "*" requests = "*" +shade = "*" [requires]