diff --git a/karborclient/osc/v1/protectables.py b/karborclient/osc/v1/protectables.py index 41ced87..12b8f41 100644 --- a/karborclient/osc/v1/protectables.py +++ b/karborclient/osc/v1/protectables.py @@ -63,6 +63,9 @@ class ShowProtectable(command.ShowOne): parsed_args.protectable_type) protectable._info.pop("links", None) + if 'dependent_types' in protectable._info: + protectable._info['dependent_types'] = "\n".join( + protectable._info['dependent_types']) return zip(*sorted(protectable._info.items()))