RDO tickets are now tracked in Jira https://issues.redhat.com/projects/RDO/issues/
Bug 1049982 - The output of security group rules does not include egress rules.
Summary: The output of security group rules does not include egress rules.
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: RDO
Classification: Community
Component: openstack-nova
Version: unspecified
Hardware: Unspecified
OS: Linux
unspecified
medium
Target Milestone: ---
: ---
Assignee: RHOS Maint
QA Contact: Ami Jeain
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-01-08 14:55 UTC by Nir Magnezi
Modified: 2014-05-22 15:55 UTC (History)
6 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-05-22 15:55:27 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Launchpad 1267140 0 None None None Never

Description Nir Magnezi 2014-01-08 14:55:04 UTC
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.

Comment 1 Jakub Ruzicka 2014-01-20 16:06:00 UTC
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.

Comment 2 Jakub Ruzicka 2014-01-20 16:38:13 UTC
`neutron security-group-rule-list` works - one could argue you should use the neutron command if you're using the neutron security groups.


Note You need to log in before you can comment on or make changes to this bug.