Merge "bug fix volume group show command."

This commit is contained in:
Zuul
2025-05-26 16:28:16 +00:00
committed by Gerrit Code Review

View File

@@ -552,7 +552,7 @@ class ShowVolumeGroup(command.ShowOne):
parsed_args.group,
)
group = volume_client.groups.show(group.id, **kwargs)
group = volume_client.groups.get(group.id, **kwargs)
if parsed_args.show_replication_targets:
replication_targets = (