31 Oct
2024
31 Oct
'24
11:02 p.m.
You need modify CLI code to get ID https://github.com/openstack/python-openstackclient/blob/master/openstackcli... # Add a list with security group name as attribute for s in data: if hasattr(s, 'security_groups') and s.security_groups is not None: s.security_groups_name = [x["name"] for x in s.security_groups] else: s.security_groups_name = []