openstack-python-openstackc.../openstackclient/network/v2
Ukesh Kumar Vasudevan e04e389da2 router list if availability_zone ext not enabled
when calling router list with --long OSC expects the availability_zone
field in the response, even if this extension is not loaded:

As per the document, http://developer.openstack.org/api-ref/networking/
v2/?expanded=list-routers-detail, The availability zone(s) for the router
is available when router_availability_zone extension is enabled.

Added testcase to test router list without availability zone

Change-Id: Ic9abb06140eb310b797ade8b0463a876d8bea1b8
Closes-bug: #1622565
2016-09-15 16:24:15 +05:30
..
__init__.py Move network stuff to v2 instead of v2_0 2014-07-07 06:08:02 -06:00
address_scope.py Standardize logger usage 2016-06-20 15:16:51 +00:00
floating_ip.py Transfer "ip floating CRUD" to "floating ip CRUD" 2016-07-20 13:37:48 +08:00
floating_ip_pool.py Transfer "ip floating pool list" to "floating ip pool list" 2016-07-04 10:40:00 +08:00
ip_availability.py Add default IP version and fix help messages for "ip availability list" 2016-06-15 20:33:09 +08:00
network.py Add port security option to network commands 2016-06-29 10:13:18 -05:00
network_agent.py Implement "network agent set" command 2016-08-10 15:39:44 +08:00
network_rbac.py Show "target_project_id" attribute properly for network rbac object 2016-08-05 10:05:58 +08:00
network_segment.py osc-lib: command 2016-06-13 11:00:22 -05:00
port.py Add command to unset information from ports 2016-07-01 08:40:07 +05:30
router.py router list if availability_zone ext not enabled 2016-09-15 16:24:15 +05:30
security_group.py Support bulk deletion for commands that exist in both network and compute. 2016-06-15 17:23:39 +08:00
security_group_rule.py Fix a missing i18n support in security_group_rule.py 2016-06-21 17:06:59 +08:00
subnet.py Add Subnet service-types to subnets 2016-08-19 11:05:33 -04:00
subnet_pool.py Standardize import format 2016-07-22 19:24:02 +08:00