Skip to content

Commit e31e057

Browse files
Thingeejohn-griffith
authored andcommitted
Revert "Update cinderclient to skip the additional GET during create"
This reverts commit 4701497. Conflicts: doc/source/index.rst Change-Id: Ica1e526b2c181d1ce72183b7293d21119371c822
1 parent e0132e5 commit e31e057

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

cinderclient/v2/shell.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ def do_create(cs, args):
296296
scheduler_hints=hints)
297297

298298
info = dict()
299+
volume = cs.volumes.get(volume.id)
299300
info.update(volume._info)
300301

301302
info.pop('links', None)

doc/source/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ Release Notes
3636
* Add volume retype command
3737

3838
.. _966329: https://bugs.launchpad.net/python-cinderclient/+bug/966329
39-
.. _1265893: https://bugs.launchpad.net/python-cinderclient/+bug/1265893
4039
.. _1256043: https://bugs.launchpad.net/python-cinderclient/+bug/1256043
4140
.. _1254951: http://bugs.launchpad.net/python-cinderclient/+bug/1254951
4241
.. _1254587: http://bugs.launchpad.net/python-cinderclient/+bug/1254587

0 commit comments

Comments
 (0)