← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1520448] [NEW] CLI display inconsistent when show security-group-rule-list

 

Public bug reported:

[root@controller ~]# source keystonerc_admin 
[root@controller ~(keystone_admin)]# neutron se
security-group-create       security-group-list         security-group-rule-delete  security-group-rule-show    security-group-update       
security-group-delete       security-group-rule-create  security-group-rule-list    security-group-show         service-provider-list       
[root@controller ~(keystone_admin)]# neutron security-group-rule-list 
+--------------------------------------+----------------+-----------+-----------+---------------+------------------+
| id                                   | security_group | direction | ethertype | protocol/port | remote           |
+--------------------------------------+----------------+-----------+-----------+---------------+------------------+
| 0a3f2613-7a78-4faf-815a-57cb95365229 | default        | ingress   | IPv4      | any           | default (group)  |
| 13abc5d7-e250-4539-bb69-5c2b22323a53 | default        | egress    | IPv4      | any           | any              |
| 19eb32f2-6bf2-4e7c-b299-1a12cbdea04d | default        | ingress   | IPv4      | 1-65535/tcp   | 0.0.0.0/0 (CIDR) |
| 20f8d09c-ee0b-49b0-b7ba-87c3d8db1d1e | default        | egress    | IPv6      | any           | any              |
| 2b750e82-e9a7-4eb7-a712-b3b9a1fb68a9 | default        | ingress   | IPv6      | any           | default (group)  |
| 2de7308e-a1bb-4f66-89bd-68cc4c83626c | default        | egress    | IPv6      | any           | any              |
| 3d8e8028-74e3-4894-a3a2-8af50c7c43a1 | default        | ingress   | IPv4      | icmp          | 0.0.0.0/0 (CIDR) |
| 69a598ee-0cc7-410f-9952-975f51dcbcb3 | default        | ingress   | IPv4      | 22/tcp        | 0.0.0.0/0 (CIDR) |
| 747cb4cd-cd72-40e2-bdaa-9c8da10381cc | default        | ingress   | IPv4      | any           | default (group)  |
| 88e8d058-afd8-4761-b196-14bb6c575fcb | default        | ingress   | IPv6      | any           | default (group)  |
| 8a325f86-2e30-475c-8575-b144fb1dd797 | default        | ingress   | IPv4      | any           | default (group)  |
| 97dd2e98-403e-479a-95a6-72bd92a5fa61 | default        | egress    | IPv4      | any           | any              |
| c20f89db-091f-4952-a5e7-ecbd25610d8f | default        | ingress   | IPv6      | any           | default (group)  |
| defa98a1-2c40-43d8-8d7e-e52eab25d43d | default        | egress    | IPv6      | any           | any              |
| effdb1ac-9c0d-43e1-9f8e-ec3daa8ff543 | default        | egress    | IPv4      | any           | any              |
+--------------------------------------+----------------+-----------+-----------+---------------+------------------+


from protocol/port column should display eg:TCP/22 or TCP/1-65535

** Affects: neutron
     Importance: Undecided
     Assignee: Jacky_lei_zhang (lzhang1)
         Status: New

** Changed in: neutron
     Assignee: (unassigned) => Jacky_lei_zhang (lzhang1)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1520448

Title:
  CLI display inconsistent when show security-group-rule-list

Status in neutron:
  New

Bug description:
  [root@controller ~]# source keystonerc_admin 
  [root@controller ~(keystone_admin)]# neutron se
  security-group-create       security-group-list         security-group-rule-delete  security-group-rule-show    security-group-update       
  security-group-delete       security-group-rule-create  security-group-rule-list    security-group-show         service-provider-list       
  [root@controller ~(keystone_admin)]# neutron security-group-rule-list 
  +--------------------------------------+----------------+-----------+-----------+---------------+------------------+
  | id                                   | security_group | direction | ethertype | protocol/port | remote           |
  +--------------------------------------+----------------+-----------+-----------+---------------+------------------+
  | 0a3f2613-7a78-4faf-815a-57cb95365229 | default        | ingress   | IPv4      | any           | default (group)  |
  | 13abc5d7-e250-4539-bb69-5c2b22323a53 | default        | egress    | IPv4      | any           | any              |
  | 19eb32f2-6bf2-4e7c-b299-1a12cbdea04d | default        | ingress   | IPv4      | 1-65535/tcp   | 0.0.0.0/0 (CIDR) |
  | 20f8d09c-ee0b-49b0-b7ba-87c3d8db1d1e | default        | egress    | IPv6      | any           | any              |
  | 2b750e82-e9a7-4eb7-a712-b3b9a1fb68a9 | default        | ingress   | IPv6      | any           | default (group)  |
  | 2de7308e-a1bb-4f66-89bd-68cc4c83626c | default        | egress    | IPv6      | any           | any              |
  | 3d8e8028-74e3-4894-a3a2-8af50c7c43a1 | default        | ingress   | IPv4      | icmp          | 0.0.0.0/0 (CIDR) |
  | 69a598ee-0cc7-410f-9952-975f51dcbcb3 | default        | ingress   | IPv4      | 22/tcp        | 0.0.0.0/0 (CIDR) |
  | 747cb4cd-cd72-40e2-bdaa-9c8da10381cc | default        | ingress   | IPv4      | any           | default (group)  |
  | 88e8d058-afd8-4761-b196-14bb6c575fcb | default        | ingress   | IPv6      | any           | default (group)  |
  | 8a325f86-2e30-475c-8575-b144fb1dd797 | default        | ingress   | IPv4      | any           | default (group)  |
  | 97dd2e98-403e-479a-95a6-72bd92a5fa61 | default        | egress    | IPv4      | any           | any              |
  | c20f89db-091f-4952-a5e7-ecbd25610d8f | default        | ingress   | IPv6      | any           | default (group)  |
  | defa98a1-2c40-43d8-8d7e-e52eab25d43d | default        | egress    | IPv6      | any           | any              |
  | effdb1ac-9c0d-43e1-9f8e-ec3daa8ff543 | default        | egress    | IPv4      | any           | any              |
  +--------------------------------------+----------------+-----------+-----------+---------------+------------------+

  
  from protocol/port column should display eg:TCP/22 or TCP/1-65535

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1520448/+subscriptions


Follow ups