summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorDavid Hu <david.hu@hp.com>2014-07-30 11:17:10 -0700
committerDavid Hu <david.hu@hp.com>2014-09-04 23:08:46 -0700
commit9154f6dff873d7fa0563783eff6b07537bdbbee8 (patch)
treed962e2eca1273056f0c9ebb9af43fe4fbc50b681 /test-requirements.txt
parentf826bd612e514b1ba29d5f8e5e64a64fb5a83fd3 (diff)
downloadpython-heatclient-9154f6dff873d7fa0563783eff6b07537bdbbee8.tar.gz
Re-add keystone v3 auth with fixes
The first part of the commit is to re-propose the v3 auth changes. https://review.openstack.org/#/c/92728/ The second part of the commit is to address the unexpected keyword argument 'follow_redirect' and missing endpoint issue in certain code path such as 'heat event-list' or 'heat resource-metadata'. With the fix, follow_redirect argument is consumed by SessionClient. Heat endpoint is now passed from Heatclient shell to SessionClient. Unit tests were added and updated to cover the issue. Change-Id: I0cdf837c924afe9cbd8826bdca5dd611c183efeb Closes-Bug: #1349467 Closes-Bug: #1348297
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 a3d54f2..39e02d0 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,!=0.8.3
mock>=1.0
mox3>=0.7.0
oslosphinx>=2.2.0.0a2