Comment 15 for bug 1092227

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

Reviewed: https://review.openstack.org/18886
Committed: http://github.com/openstack/nova/commit/4ff4edd600a0680ef6255ff7679f03ef96bc370f
Submitter: Jenkins
Branch: master

commit 4ff4edd600a0680ef6255ff7679f03ef96bc370f
Author: Doug Hellmann <email address hidden>
Date: Thu Jan 3 11:06:35 2013 -0500

    Upgrade WebOb to 1.2.3

    The version of WebOb being used in OpenStack was more than
    1 year old. This change updates to the latest stable release.

    Upgrading WebOb resolves a version conflict between OpenStack
    and Pecan, the web framework used by the Ceilometer team for
    version 2 of the ceilometer API.

    Refer to http://docs.webob.org/en/latest/news.html
    for the list of changes between 1.0.8 and 1.2.3.

    bug 1092227

    Change-Id: Ib5a005665a5b11198006ce2aa2432399a41fc3d9
    Signed-off-by: Doug Hellmann <email address hidden>