openstacksdk/releasenotes/notes/change-attach-vol-return-value-4834a1f78392abb1.yaml
Monty Taylor a3cd1f0faf
Merge shade and occ releasenotes
Change-Id: I4d25c654ee3c298de03907b14161096a59d098db
2017-09-20 10:29:27 -05:00

9 lines
261 B
YAML

---
upgrade:
- |
The ``attach_volume`` method now always returns a ``volume_attachment``
object. Previously, ``attach_volume`` would return a ``volume`` object if
it was called with ``wait=True`` and a ``volume_attachment`` object
otherwise.