openstacksdk/releasenotes/notes/block-storage-init-return-95b465b4755f03ca.yaml
Steve Baker a03396d347 Return the results of init attachment request
Methods ``openstack.block_storage.v3.volume.Volume.init_attachment`` and
``block_storage.init_volume_attachment`` now return the results of the
POST request instead of None. This replicates the behaviour of
cinderclient; the returned data is used by nova and ironic for managing
volume attachments.

Change-Id: I55ad94c872e807668b85125b32f142c3a8cf40bf
2023-11-08 08:29:45 +13:00

7 lines
334 B
YAML

---
features:
- |
Methods ``openstack.block_storage.v3.volume.Volume.init_attachment`` and
``block_storage.init_volume_attachment`` now return the results of the POST
request instead of None. This replicates the behaviour of cinderclient; the
returned data is used by nova and ironic for managing volume attachments.