Description of problem: ======================= The output of security group rules does not include egress rules. Version-Release number of selected component (if applicable): ============================================================= Tested on RHEL Icehouse: python-nova-2014.1-0.5.b1.el6.noarch How reproducible: ================= Always Steps to Reproduce: =================== 1. Add an egress security group rule (I did it via horizon) 2. via CLI: nova secgroup-list-rules <sec group name> Actual results: =============== List of ingress rules. Expected results: ================= List of both ingress and egress rules.
I can reproduce this using latest RDO Icehouse. Using --debug I ensured client is printing all data nova sent it so I'm changing component to nova which is the source of printed information.
`neutron security-group-rule-list` works - one could argue you should use the neutron command if you're using the neutron security groups.