I tried running the command with a debug flag like this:
`openstack security group list --debug`
Attached are screenshots for reference.
image.png
image.png
image.png
image.png

On Mon, May 6, 2024 at 2:54 PM Hoai-Thu Vuong <thuvh87@gmail.com> wrote:
Can you run openstack cli with flag debug?

On Tue, May 7, 2024, 01:38 Matthew Swigart <matthew.swigart35@gmail.com> wrote:
Hello all,

This is Matthew who just started working for the OpenStack VDI project last year and I decided to try with Bumblebee+DevStack for an experiment. 
So I created two VMs using libvirt on Ubuntu 22.04 - one for DevStack, the other one for the Bumblebee VDI project. Each VM is running on Ubuntu 22.04.

I installed DevStack successfully and I can access the horizon dashboard from Bumblebee VM. So I created a new project and created a new user and assigned it to a new project. Also created a new application credential and downloaded openrc file.

The problem is, when I tried to create a security group using command, it succeeded so I can see a new security group from Horizon but when I run `openstack security group list` command, there is nothing. Also I needed to add some security group rules to allow SSH access, but no idea how to get the correct CIDR value

So I will appreciate it if I can get any support.

Thank you,
Matthew