a3cd1f0faf
Change-Id: I4d25c654ee3c298de03907b14161096a59d098db
9 lines
261 B
YAML
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.
|
|
|