File: resource-provider-uuid5-namespace-f7276ba1945ce82f.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 (13 lines) | stat: -rw-r--r-- 680 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
features:
  - |
    New MechanismDriver API class property:
    ``resource_provider_uuid5_namespace``.  Mechanism drivers wanting
    to support resource provider information reporting to Placement
    (eg. reporting resource providers to guarantee some minimum bandwidth
    allocated on them later) must set this class property to a UUID
    object unique to that mechanism driver. It will be used as a UUID
    v5 namespace in generating UUIDs for resource providers. The default
    implementation sets it to ``None``, meaning that the mechanism driver
    does not support resource provider information reporting to Placement.
    Unaffected drivers need not be changed.