File: transaction_constraint-d3f93c2ced4a74c6.yaml

package info (click to toggle)
python-neutron-lib 3.18.2-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 7,652 kB
  • sloc: python: 22,800; sh: 145; makefile: 24
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.