diff options
author | Brant Knudson <bknudson@us.ibm.com> | 2014-06-24 16:52:51 -0500 |
---|---|---|
committer | Brant Knudson <bknudson@us.ibm.com> | 2014-07-15 18:37:04 +0000 |
commit | af00ac7906b55831c971710d55d9add6b5cc3825 (patch) | |
tree | fb00d581a489875d6a8af0c16691cb1496590adb /requirements.txt | |
parent | 84cb0df17a96517d7fa7737bc6736e12455c5186 (diff) | |
download | neutron-af00ac7906b55831c971710d55d9add6b5cc3825.tar.gz |
Use auth_token from keystonemiddleware
auth_token middleware in python-keystoneclient is deprecated and has
been moved to the keystonemiddleware repo.
Closes-Bug: #1342274
Change-Id: I1aadbe24db63eb2507b088cd53886d7f2e192cab
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 24f7c2c9bf..30792407ec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,6 +13,7 @@ requests>=1.1 iso8601>=0.1.9 jsonrpclib Jinja2 +keystonemiddleware kombu>=2.4.8 netaddr>=0.7.6 python-neutronclient>=2.3.4,<3 |