Hide Forgot
Description of problem: The CIDR column in the output of "nova net-list" is always "None". Since the CIDR is relevant only to subnets and not to networks, this column should either not be displayed or it should show the list of subnets like in neutron net-list. Version-Release number of selected component (if applicable): openstack-nova-2013.2-9.el6ost.noarch Steps to Reproduce: 1. Create a network with a subnet, for example: 192.168.1.0/24 2. Run nova net-list on the command line Actual results: +--------------------------------------+----------+------+ | ID | Label | CIDR | +--------------------------------------+----------+------+ | 2cea6316-6ec4-40bf-af6a-792969f7187e | external | None | | ac85b131-dc46-4ee6-9fb2-1b894166a83c | internal | None | +--------------------------------------+----------+------+ Expected results: It doesn't look nice that the CIDR column always shows "None".
This is an issue in the client, moving to python-novaclient component.
This is an upstream Wishlist bug. Please report upstream and link the external tracker: https://bugs.launchpad.net/python-novaclient/+filebug The patch will be included in future novaclient versions.
Leaving in POST until reported upstream.
Bug reported: https://bugs.launchpad.net/python-novaclient/+bug/1317130