$ openstack network list should list subnet CIDR

Bug #1640985 reported by Lujin Luo
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-openstackclient
In Progress
Undecided
mohit.048

Bug Description

When I issue $ openstack network list, I would prefer to see the subnet CIDR listed in subnets column as well, which is what current python-neutronclient is showing

For the ease of viewing, the command outputs can also be seen here http://paste.openstack.org/show/588878/

$ openstack network list
+--------------------------------------+----------+----------------------------------------------------------------------------+
| ID | Name | Subnets |
+--------------------------------------+----------+----------------------------------------------------------------------------+
| 8d928e4b-d456-4788-8f5c-77b56210a709 | private | 18dacb68-c002-42be-9703-8bc036eac806, 917ef881-2664-4663-955b-fbb674257808 |
| 949b2a2c-367b-4c92-8caf-43b65603c567 | public | 974ee9f3-5da8-46e2-aec2-e3ae88202a13, e8f8bdcc-3c9e-4274-97da-dd84cb34d4c7 |
| ee4c187c-43de-4e3b-96ec-9896aaab2d45 | net-test | c4011432-c066-4394-ade6-a3c7c459e418 |
+--------------------------------------+----------+----------------------------------------------------------------------------+

$ neutron net-list
+--------------------------------------+----------+---------------------------------------------------------+
| id | name | subnets |
+--------------------------------------+----------+---------------------------------------------------------+
| 8d928e4b-d456-4788-8f5c-77b56210a709 | private | 18dacb68-c002-42be-9703-8bc036eac806 10.0.0.0/24 |
| | | 917ef881-2664-4663-955b-fbb674257808 2001:db8:8000::/64 |
| 949b2a2c-367b-4c92-8caf-43b65603c567 | public | 974ee9f3-5da8-46e2-aec2-e3ae88202a13 172.24.4.0/24 |
| | | e8f8bdcc-3c9e-4274-97da-dd84cb34d4c7 2001:db8::/64 |
| ee4c187c-43de-4e3b-96ec-9896aaab2d45 | net-test | c4011432-c066-4394-ade6-a3c7c459e418 10.0.2.0/24 |
+--------------------------------------+----------+---------------------------------------------------------+

Tags: network
Lujin Luo (luo-lujin)
Changed in python-openstackclient:
assignee: nobody → Lujin Luo (luo-lujin)
description: updated
Richard Theis (rtheis)
tags: added: network
Revision history for this message
mohit.048 (mohit.048) wrote :

Do let me know if you are not working on this bug fix , I can take it further for fix.

Changed in python-openstackclient:
status: New → In Progress
Revision history for this message
Dr. Jens Harbott (j-harbott) wrote :

I would also like to see this feature implemented. @Mohit: Did you already take a look at the code that would be necessary?

Revision history for this message
Steve Martinelli (stevemar) wrote :

@Dr. Jens, doesn't look like this has been picked up yet, feel free to do so.

Revision history for this message
Lujin Luo (luo-lujin) wrote :

Hey, please feel free to upload a change. I have not started any codes yet. sorry for the late notice

Changed in python-openstackclient:
assignee: Lujin Luo (luo-lujin) → nobody
mohit.048 (mohit.048)
Changed in python-openstackclient:
assignee: nobody → mohit.048 (mohit.048)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.