Openstack security group list as admin
Trying to view specific security groups of a project as the overall admin user with the OpenStack CLI. Attempted to use openstack security group show
with--os-project-id
and --os-project-name
however both just return the full list of security groups for every tenant.
Any thoughts? Thanks.