summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorGage Hugo <gagehugo@gmail.com>2017-09-22 15:17:53 -0500
committerGage Hugo <gagehugo@gmail.com>2018-04-09 17:45:10 -0500
commit810417df865c7b4eb71cee4dfee843d65972852b (patch)
treecdaeca89415aa0393675a9a59f8b8f87f4a4230f /requirements.txt
parentceccfecdb9a4e142161e625cd2253fc084cb2095 (diff)
downloadglance-810417df865c7b4eb71cee4dfee843d65972852b.tar.gz
Remove all usage of keystoneclient
A lot of keystoneclient has been long deprecated and is slated for removal. This change removes two usages of keystoneclient and replaces them with similar functionality in keystoneauth. Change-Id: I0128a7bb42b0d691600fdd03aac287633c8b2451
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 47a048ebe..4965094b4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -31,7 +31,6 @@ PrettyTable<0.8,>=0.7.1 # BSD
Paste>=2.0.2 # MIT
jsonschema<3.0.0,>=2.6.0 # MIT
-python-keystoneclient>=3.8.0 # Apache-2.0
pyOpenSSL>=17.1.0 # Apache-2.0
# Required by openstack.common libraries
six>=1.10.0 # MIT