]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Create fip on subnet id
authorgong yong sheng <gong.yongsheng@99cloud.net>
Mon, 6 Jul 2015 12:47:25 +0000 (20:47 +0800)
committergong yong sheng <gong.yongsheng@99cloud.net>
Fri, 24 Jul 2015 02:39:25 +0000 (10:39 +0800)
commite5e5f7a281fd89c06d65da3a6d3a1fe194647432
tree2eac152064d1e7afeec7ec648076aeb87451ad39
parent00b5626226e532a50ea5511e6a6aeffaf24d6fb7
Create fip on subnet id

If there are multiple subnets in the external networks, users can expect
to create a floatingip on a specific subnet on which the quality or cost
is maybe different than other ones.

This patch allows users to create floating ip on specified subnet.

DocImpact
APIImpact

Change-Id: I7a3c27c1d0d2685e31201f1eac6ec74dfb96b279
Closes-Bug: #1468175
neutron/db/l3_db.py
neutron/extensions/l3.py
neutron/tests/unit/extensions/test_l3.py