Comment 4 for bug 1773225

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/579110
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=c4e0ad14333f00e464826921d8b7a7e53e2c30c9
Submitter: Zuul
Branch: master

commit c4e0ad14333f00e464826921d8b7a7e53e2c30c9
Author: Sylvain Bauza <email address hidden>
Date: Fri Jun 29 11:44:23 2018 +0200

    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