a03396d347
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
7 lines
334 B
YAML
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. |