diff options
author | zhangshengping2012 <zhangshengping@unitedstack.com> | 2016-10-26 12:55:09 +0800 |
---|---|---|
committer | zhangshengping2012 <zhangshengping@unitedstack.com> | 2016-10-26 18:42:14 +0800 |
commit | 2c7f5e159f6c889d588e21a76b6457fc741b8544 (patch) | |
tree | 59661213cc3e70d988a640c3cff85e0208dbcc4d /requirements.txt | |
parent | 98d37b92c151e6323aa3711e05163dc3aef02f8d (diff) | |
download | ceilometer-2c7f5e159f6c889d588e21a76b6457fc741b8544.tar.gz |
Change redirect status from 307 to 308
webob start to support 308 at version 1.5.0
"HTTP Status Code 308 is now supported as a Permanent Redirect"
Change-Id: I27eef9585e88ef4e75678b9c7530bca230c3b42b
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 786b8728..7804e369 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,7 +42,7 @@ SQLAlchemy<1.1.0,>=1.0.10 # MIT sqlalchemy-migrate>=0.9.6 # Apache-2.0 stevedore>=1.9.0 # Apache-2.0 tooz>=1.28.0 # Apache-2.0 -WebOb>=1.2.3 # MIT +WebOb>=1.5.0 # MIT WSME>=0.8 # MIT # NOTE(jd) We do not import it directly, but WSME datetime string parsing # behaviour changes when this library is installed |