Comment 5 for bug 1632723

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

Reviewed: https://review.openstack.org/385499
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=41adb9f0394cd3115e620def803d18a1719791c9
Submitter: Jenkins
Branch: master

commit 41adb9f0394cd3115e620def803d18a1719791c9
Author: Matt Riedemann <email address hidden>
Date: Wed Oct 12 10:25:09 2016 -0400

    Require WebOb>=1.6.0

    Nova change 4e923eb9a660593b8a7d2522992700182978a54c started
    using the json_formatter kwarg which was introduced in WebOb
    1.6.0:

    https://github.com/Pylons/webob/commit/87c8749a57c1ff2442db2d74d9fb86935b7b201e

    So we need to raise the minimum required version for nova to use.

    Change-Id: Ia778a11afb03b6d4b57dbd55a801a5a28b10541d
    Depends-On: I2bbad0c059cc514ba0be1d42c061056a342caadc
    Closes-Bug: #1632723