Re: [Openstack] [neutron] cannot list "default" security group with Neutron API?

2017-07-23 Thread Kevin Benton
Hi, This sounds like it may be a bug. My guess is that when we switched to project ID a hook was not updated to create the default security group when a project ID is passed instead of a tenant ID (this logic [1] in particular). Can you please file a bug on launchpad and reference this email

[Openstack] [neutron] cannot list "default" security group with Neutron API?

2017-06-27 Thread Riccardo Murri
Hello, I'm trying to add some rules to the "default" security group of a newly-created project, using the Neutron API 2.0. However, it seems that the "default" security group is automatically created but it is not returned by Neutron client's `list_security_groups()` API call. My code works