File: placement-resource-provider-functions-17ec45f714ea2b23.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 (13 lines) | stat: -rw-r--r-- 762 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
features:
  - Added ``list_resource_providers`` function to the Placement API client, which
    allows to retrieve a list of Resource Providers filtering by UUID or parent
    UUID.
    It requires at least version ``1.3`` of placement API for listing resource
    providers that are members of any of the list of aggregates provided.
    It requires at least version ``1.14`` of placement API for listing nested
    resource providers.
  - Added ``get_resource_provider`` function to the Placement API client, which
    allows to retrieve an specific Resource Provider by its UUID.
  - Added ``PlacementAPIVersionIncorrect`` exception class which can be raised
    when requested placement API version is incorect and doesn't support
    requested API feature.