summaryrefslogtreecommitdiff
path: root/cinderclient/v2/shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'cinderclient/v2/shell.py')
-rw-r--r--cinderclient/v2/shell.py1
1 files changed, 1 insertions, 0 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)