]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Return availability_zone_hints as list when net-create
authorHirofumi Ichihara <ichihara.hirofumi@lab.ntt.co.jp>
Fri, 11 Dec 2015 07:19:27 +0000 (16:19 +0900)
committerHirofumi Ichihara <ichihara.hirofumi@lab.ntt.co.jp>
Fri, 11 Dec 2015 07:22:57 +0000 (16:22 +0900)
commit999ee86deaab2d72069f9d16c3a7d893c1426fc4
tree5d18117c4174919a04c8c5451cae20a057676896
parente5e868ca4c8ff4dfbbc599d5bc6aebbb161e58d3
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
neutron/plugins/ml2/plugin.py
neutron/tests/unit/plugins/ml2/test_plugin.py