summaryrefslogtreecommitdiff
path: root/releasenotes/notes/add-volume-target-api-e062303f4b3b40ef.yaml
blob: a597c01311531003113b76973f22e7a33e35f56c (plain)
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