python-ironicclient/releasenotes/notes/add-volume-target-api-e062303f4b3b40ef.yaml
Hironori Shiina a40b1e0726 Add volume target support to Python API
This adds support for volume_target, which is required to boot instances
from volumes.
This will expose new Python API to operate volume targets:

  - client.volume_target.create
  - client.volume_target.list
  - client.volume_target.get
  - client.volume_target.update
  - client.volume_target.delete
  - client.node.list_volume_targets

Co-Authored-By: Stephane Miller <stephane@alum.mit.edu>
Co-Authored-By: Hironori Shiina <shiina.hironori@jp.fujitsu.com>

Depends-On: I328a698f2109841e1e122e17fea4b345c4179161
Change-Id: I2347d0893abc2b1ccdea1ad6e794217b168a54c5
Partial-Bug: 1526231
2017-07-07 06:08:17 +00:00

14 lines
571 B
YAML

---
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