Fix placement incompatible with webob 1.7

In Ie4d81fa178b3ed6b2a7b450b4978009486f07810 we started using a new WebOb API
for introspecting headers but since this new API isn't supported by older
versions than 1.8, we need to only accept 1.8.1 or 1.8.2 for Nova
(because 1.8.0 was having a bug fixed by 1.8.1 at least).

Change-Id: I345f372815aef5ac0fb6fc607812ce81587734bf
Closes-Bug: #1773225
This commit is contained in:
Sylvain Bauza 2018-06-29 11:44:23 +02:00
parent d68b9113a5
commit c4e0ad1433
2 changed files with 2 additions and 2 deletions

View File

@ -166,7 +166,7 @@ urllib3==1.22
vine==1.1.4
voluptuous==0.11.1
warlock==1.3.0
WebOb==1.7.1
WebOb==1.8.2
websockify==0.8.0
wrapt==1.10.11
wsgi-intercept==1.7.0

View File

@ -11,7 +11,7 @@ keystonemiddleware>=4.17.0 # Apache-2.0
lxml!=3.7.0,>=3.4.1 # BSD
Routes>=2.3.1 # MIT
cryptography>=2.1 # BSD/Apache-2.0
WebOb>=1.7.1 # MIT
WebOb>=1.8.2 # MIT
greenlet>=0.4.10 # MIT
PasteDeploy>=1.5.0 # MIT
Paste>=2.0.2 # MIT