From 399902019999ad975dcdba8193bf29e4a2cbbea8 Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Wed, 28 Mar 2018 14:25:09 +0000 Subject: [PATCH] Add shade library to openstack-ansible venv This allows playbooks to be run locally on the deploy host using the os_* ansible modules. Change-Id: I8941dbb436039076e89dba6fbb3f367f610861d8 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 7f8d4f6a21..63711aba3c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,3 +9,4 @@ PrettyTable<0.8,>=0.7.1 # BSD python-memcached>=1.56 # PSF PyYAML>=3.12 # MIT virtualenv>=14.0.6 # MIT +shade>=1.17.0 # Apache-2.0