Skip to content

Commit 5b18e11

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "use correct manager for volume snapshots"
2 parents 46decfb + f3f8c20 commit 5b18e11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openstackclient/volume/v2/volume.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def take_action(self, parsed_args):
110110
snapshot = None
111111
if parsed_args.snapshot:
112112
snapshot = utils.find_resource(
113-
volume_client.snapshots,
113+
volume_client.volume_snapshots,
114114
parsed_args.snapshot).id
115115

116116
project = None

0 commit comments

Comments
 (0)