Comment 2 for bug 1359230

Revision history for this message
Sridhar Gaddam (sridhargaddam) wrote :

As expected when we include the remote_group_id and security_group_id in the filter, the issue is not seen.

neutron security-group-rule-list -F direction -F remote_group_id -F security_group_id
+----------------+-----------+--------------+
| security_group | direction | remote_group |
+----------------+-----------+--------------+
| default | egress | |
| default | ingress | default |
| default | ingress | default |
| default | egress | |
+----------------+-----------+--------------+

Patch on the way...