Skip to content

Commit a8d2c56

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "bug fix volume group show command."
2 parents 606fd13 + 1c70e26 commit a8d2c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openstackclient/volume/v3/volume_group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ def take_action(self, parsed_args):
552552
parsed_args.group,
553553
)
554554

555-
group = volume_client.groups.show(group.id, **kwargs)
555+
group = volume_client.groups.get(group.id, **kwargs)
556556

557557
if parsed_args.show_replication_targets:
558558
replication_targets = (

0 commit comments

Comments
 (0)