File: add-volume-target-api-e062303f4b3b40ef.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-- 571 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 target resources
    (available starting with API version 1.32):

    * ``client.volume_target.create`` for creating a volume target
    * ``client.volume_target.list`` for listing volume targets
    * ``client.volume_target.get`` for getting a volume target
    * ``client.volume_target.update`` for updating a volume target
    * ``client.volume_target.delete``  for deleting a volume target
    * ``client.node.list_volume_targets`` for getting volume targets
      associated with a node