Comment 6 for bug 1493714

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

Reviewed: https://review.openstack.org/409577
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=7f17b4759e41aa0a922ac27c2dabc595e7d2f67c
Submitter: Jenkins
Branch: master

commit 7f17b4759e41aa0a922ac27c2dabc595e7d2f67c
Author: Kevin Benton <email address hidden>
Date: Sun Dec 11 18:24:01 2016 -0800

    API compare-and-swap updates based on revision_number

    Allows posting revision number matching in the If-Match header
    so updates/deletes will only be satisfied if the current revision
    number of the object matches.

    DocImpact: The Neutron API now supports conditional updates to resources
               that contain the standard 'revision_number' attribute by
               setting the revision_number in an HTTP If-Match header.
    APIImpact

    Partial-Bug: #1493714
    Partially-Implements: blueprint push-notifications
    Change-Id: I7d97d6044378eb59cb2c7bdc788dc6c174783299