Merge "use correct manager for volume snapshots"
This commit is contained in:
commit
5b18e110a9
@ -110,7 +110,7 @@ class CreateVolume(command.ShowOne):
|
||||
snapshot = None
|
||||
if parsed_args.snapshot:
|
||||
snapshot = utils.find_resource(
|
||||
volume_client.snapshots,
|
||||
volume_client.volume_snapshots,
|
||||
parsed_args.snapshot).id
|
||||
|
||||
project = None
|
||||
|
Loading…
x
Reference in New Issue
Block a user