File: transaction_constraint-d3f93c2ced4a74c6.yaml

package info (click to toggle)
python-neutron-lib 2.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,004 kB
  • sloc: python: 20,559; pascal: 615; sh: 98; makefile: 22
file content (9 lines) | stat: -rw-r--r-- 439 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
---
features:
  - |
    Contexts may now have transaction constraints set on them to be enforced
    by the revision plugin in Neutron for generalized compare-and-swap updates.
    Calling ``set_transaction_constraint`` on the context before performing a
    resource mutation will setup the constraint. This is also exposed to users
    via the HTTP API with ``if-match`` headers and the API layer sets the
    constraint on the context.