summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cinderclient/v2/shell.py1
-rw-r--r--doc/source/index.rst1
2 files changed, 1 insertions, 1 deletions
diff --git a/cinderclient/v2/shell.py b/cinderclient/v2/shell.py
index 10246f8..636c812 100644
--- a/cinderclient/v2/shell.py
+++ b/cinderclient/v2/shell.py
@@ -296,6 +296,7 @@ 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 8eab249..8341aa7 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -36,7 +36,6 @@ Release Notes
* Add volume retype command
.. _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
.. _1254951: http://bugs.launchpad.net/python-cinderclient/+bug/1254951
.. _1254587: http://bugs.launchpad.net/python-cinderclient/+bug/1254587