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
15 lines
756 B
YAML
15 lines
756 B
YAML
---
|
|
prelude: >
|
|
The Neutron API now supports conditional updates to resources with the
|
|
'revision_number' attribute by setting the desired revision number in
|
|
an HTTP If-Match header. This allows clients to ensure that a resource
|
|
hasn't been modified since it was retrieved by the client.
|
|
features:
|
|
- |
|
|
The Neutron API now supports conditional updates to resources with the
|
|
'revision_number' attribute by setting the desired revision number in
|
|
an HTTP If-Match header. This allows clients to ensure that a resource
|
|
hasn't been modified since it was retrieved by the client. Support for
|
|
conditional updates on the server can be checked for by looking for the
|
|
'revision-if-match' extension in the supported extensions.
|