File: placement-client-optional-rp-generations-44d1f1055d5496be.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 (12 lines) | stat: -rw-r--r-- 521 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
---
other:
  - |
    The ``resource_provider_generation`` parameters of the following
    methods of ``PlacementAPIClient`` are now optional:
    ``update_resource_provider_inventories``,
    ``update_resource_provider_inventory`` and
    ``update_resource_provider_traits``.
    You may call the methods without this parameter or pass ``None``
    with the meaning to ignore resource provider generations. That is the
    client will (in quick succession) get the object and update it supplying
    the same generation.