diff --git a/cinderclient/v2/shell.py b/cinderclient/v2/shell.py index e835486..0182f32 100644 --- a/cinderclient/v2/shell.py +++ b/cinderclient/v2/shell.py @@ -296,7 +296,6 @@ def do_create(cs, args): scheduler_hints=hints) info = dict() - volume = cs.volumes.get(volume.id) info.update(volume._info) info.pop('links', None) diff --git a/doc/source/index.rst b/doc/source/index.rst index 4f00787..8475660 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -33,6 +33,7 @@ MASTER ------ * Add support for reset-state on multiple volumes or snapshots at once +.. _1265893: https://bugs.launchpad.net/python-cinderclient/+bug/1265893 .. _1256043: https://bugs.launchpad.net/python-cinderclient/+bug/1256043 .. _1254951: http://bugs.launchpad.net/python-cinderclient/+bug/1254951 .. _1254587: http://bugs.launchpad.net/python-cinderclient/+bug/1254587