Revert "Update cinderclient to skip the additional GET during create"

This reverts commit 47014971b0.

Conflicts:
	doc/source/index.rst

Change-Id: Ica1e526b2c181d1ce72183b7293d21119371c822
This commit is contained in:
Mike Perez
2014-01-31 13:55:09 -08:00
committed by john-griffith
parent e0132e5206
commit e31e057ccc
2 changed files with 1 additions and 1 deletions

View File

@@ -296,6 +296,7 @@ def do_create(cs, args):
scheduler_hints=hints) scheduler_hints=hints)
info = dict() info = dict()
volume = cs.volumes.get(volume.id)
info.update(volume._info) info.update(volume._info)
info.pop('links', None) info.pop('links', None)

View File

@@ -36,7 +36,6 @@ Release Notes
* Add volume retype command * Add volume retype command
.. _966329: https://bugs.launchpad.net/python-cinderclient/+bug/966329 .. _966329: https://bugs.launchpad.net/python-cinderclient/+bug/966329
.. _1265893: https://bugs.launchpad.net/python-cinderclient/+bug/1265893
.. _1256043: https://bugs.launchpad.net/python-cinderclient/+bug/1256043 .. _1256043: https://bugs.launchpad.net/python-cinderclient/+bug/1256043
.. _1254951: http://bugs.launchpad.net/python-cinderclient/+bug/1254951 .. _1254951: http://bugs.launchpad.net/python-cinderclient/+bug/1254951
.. _1254587: http://bugs.launchpad.net/python-cinderclient/+bug/1254587 .. _1254587: http://bugs.launchpad.net/python-cinderclient/+bug/1254587