yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #43727
[Bug 1524602] Re: Return availability_zone_hints as string when net-create
Reviewed: https://review.openstack.org/256261
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=999ee86deaab2d72069f9d16c3a7d893c1426fc4
Submitter: Jenkins
Branch: master
commit 999ee86deaab2d72069f9d16c3a7d893c1426fc4
Author: Hirofumi Ichihara <ichihara.hirofumi@xxxxxxxxxxxxx>
Date: Fri Dec 11 16:19:27 2015 +0900
Return availability_zone_hints as list when net-create
In neutron with availability zone extensions, we receive
the return value with availability_zone_hints as string
although we expect list.
Change-Id: Ifb1d741324725f3f2692962a02bf3d870611fafb
Closes-bug: #1524602
** Changed in: neutron
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1524602
Title:
Return availability_zone_hints as string when net-create
Status in neutron:
Fix Released
Bug description:
In neutron with availability zone extensions, we receive the return
value with string as availability_zone_hints although we expect list.
$ neutron net-create --availability-zone-hint zone-1 --availability-zone-hint zone-2 net1
Created a new network:
+---------------------------+--------------------------------------+
| Field | Value |
+---------------------------+--------------------------------------+
| admin_state_up | True |
| availability_zone_hints | ["zone-1", "zone-2"] |
| id | 0ef0597c-4aab-4235-8513-bf5d8304fe64 |
| mtu | 0 |
| name | net1 |
| port_security_enabled | True |
| provider:network_type | vxlan |
| provider:physical_network | |
| provider:segmentation_id | 1054 |
| router:external | False |
| shared | False |
| status | ACTIVE |
| subnets | |
| tenant_id | 32f5512c7b3f47fb8924588ff9ad603b |
+---------------------------+--------------------------------------+
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1524602/+subscriptions
References