We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0132e5 commit e31e057Copy full SHA for e31e057
2 files changed
cinderclient/v2/shell.py
@@ -296,6 +296,7 @@ def do_create(cs, args):
296
scheduler_hints=hints)
297
298
info = dict()
299
+ volume = cs.volumes.get(volume.id)
300
info.update(volume._info)
301
302
info.pop('links', None)
doc/source/index.rst
@@ -36,7 +36,6 @@ Release Notes
36
* Add volume retype command
37
38
.. _966329: https://bugs.launchpad.net/python-cinderclient/+bug/966329
39
-.. _1265893: https://bugs.launchpad.net/python-cinderclient/+bug/1265893
40
.. _1256043: https://bugs.launchpad.net/python-cinderclient/+bug/1256043
41
.. _1254951: http://bugs.launchpad.net/python-cinderclient/+bug/1254951
42
.. _1254587: http://bugs.launchpad.net/python-cinderclient/+bug/1254587
0 commit comments