mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
Merge "use correct manager for volume snapshots"
This commit is contained in:
commit
5b18e110a9
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue