Merge "Add openstack client to Ansible venv"

This commit is contained in:
Zuul 2018-08-03 20:55:21 +00:00 committed by Gerrit Code Review
commit 393ec9c425
1 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,12 @@ virtualenv>=14.0.6 # MIT
# longer use our own keystone module.
python-keystoneclient>=3.8.0 # Apache-2.0
# We use this for the octavia role to be able
# to upload a tagged image.
# Remove this once Ansible can do this with
# modules instead.
python-openstackclient>=3.14.2
# We use this for the Ansible openstack
# modules.
shade>=1.17.0 # Apache-2.0