diff --git a/cinderclient/v2/shell.py b/cinderclient/v2/shell.py
index 10246f87b..636c812f9 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 8eab24986..8341aa780 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