diff options
Diffstat (limited to 'cinderclient')
| -rw-r--r-- | cinderclient/v2/shell.py | 1 |
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) |
