File: add-volume-connector-api-873090474d5e41b8.yaml

package info (click to toggle)
python-ironicclient 5.10.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,632 kB
  • sloc: python: 25,269; makefile: 22; sh: 8
file content (13 lines) | stat: -rw-r--r-- 610 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
features:
  - |
    Adds these python API client methods to support volume connector resources
    (available starting with API version 1.32):

    * ``client.volume_connector.create`` for creating a volume connector
    * ``client.volume_connector.list`` for listing volume connectors
    * ``client.volume_connector.get`` for getting a volume connector
    * ``client.volume_connector.update`` for updating a volume connector
    * ``client.volume_connector.delete``  for deleting a volume connector
    * ``client.node.list_volume_connectors`` for getting volume connectors
      associated with a node