]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Allow setting a tenant router's external IP
authorKevin Benton <blak111@gmail.com>
Wed, 18 Jun 2014 19:03:01 +0000 (12:03 -0700)
committerKevin Benton <blak111@gmail.com>
Fri, 19 Dec 2014 10:04:02 +0000 (02:04 -0800)
commit66f5eadec0adfa1dc55809fbe52b087a17c8a794
tree35ca5341058df8d3d7e47b9ca5b96519574a4291
parent6d55efd93648ef0d2f5cdd9b28973fb50fd9727e
Allow setting a tenant router's external IP

Adds an external_ip option to the router creation
and update operations to set the IP address the router
will try to use as its fixed IP on the external network
it's attached to. By default this is restricted to an
admin-only operation by policy.json.

DocImpact
ApiImpact

Implements: blueprint specify-router-ext-ip
Closes-Bug: #1188427
Change-Id: Iba7c606eea48181fc10e9d0d5dc667e6f48f37de
etc/policy.json
neutron/db/l3_db.py
neutron/db/l3_dvr_db.py
neutron/tests/unit/db/test_l3_dvr_db.py
neutron/tests/unit/nuage/test_nuage_plugin.py
neutron/tests/unit/test_l3_plugin.py
neutron/tests/unit/vmware/test_nsx_plugin.py