summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorDavid Hu <david.hu@hp.com>2014-05-01 16:11:23 -0700
committerDavid Hu <david.hu@hp.com>2014-07-17 21:50:43 -0700
commita98c1f3617604c4871263ff9cc986b27f302ef46 (patch)
tree9f36733afdc21d473f2d3b79ea7951dfdfb0dc2f /test-requirements.txt
parent47232fa9b011831e54e8b161d1a2da4b1ea7cd2b (diff)
downloadpython-heatclient-a98c1f3617604c4871263ff9cc986b27f302ef46.tar.gz
Add keystone v3 auth support
This change enables the heat client to use the keystone v3 API (in addition to v2). This allows user domains and tenant/project domains to be specified. This is necessary because keystone v2 API is deprecated as of Icehouse. Change-Id: Id19c4e52b12b379746a36b1f9fb61eb2825c78f3
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 0fe6988..b9f30c0 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -3,6 +3,7 @@ discover
fixtures>=0.3.14
# Hacking already pins down pep8, pyflakes and flake8
hacking>=0.8.0,<0.9
+httpretty>=0.8.0,!=0.8.1,!=0.8.2
mock>=1.0
mox3>=0.7.0
sphinx>=1.1.2,!=1.2.0,<1.3