diff --git a/test-requirements.txt b/test-requirements.txt index a83578bb..d5aea8eb 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -26,3 +26,12 @@ pyasn1!=0.2.3,>=0.1.8 # BSD pyOpenSSL>=17.1.0 # Apache-2.0 requests>=2.14.2 # Apache-2.0 ndg-httpsclient>=0.4.2;python_version<'3.0' # BSD + +# We use this for our own keystone module. +# TODO(odyssey4me): Remove this once we no +# longer use our own keystone module. +python-keystoneclient>=3.8.0 # Apache-2.0 + +# We use this for the Ansible openstack +# modules. +shade>=1.17.0 # Apache-2.0