From 17ff15959005c3c6f72a9b91192de7d54734a005 Mon Sep 17 00:00:00 2001 From: zhihui wu Date: Thu, 1 Feb 2018 16:06:19 +0800 Subject: 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 --- Pipfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Pipfile b/Pipfile index 58fcaf9f..866502ea 100644 --- a/Pipfile +++ b/Pipfile @@ -28,6 +28,7 @@ pyyaml = "*" humanfriendly = "*" asq = "*" requests = "*" +shade = "*" [requires] -- cgit 1.2.3-korg