]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Allow reading a tenant router's external IP
authorKevin Benton <blak111@gmail.com>
Wed, 18 Jun 2014 19:03:01 +0000 (12:03 -0700)
committerKyle Mestery <mestery@mestery.com>
Tue, 7 Oct 2014 16:13:29 +0000 (16:13 +0000)
commitb1282b8410ca546bfa15e1174ab9bafe1c29ee43
treecc634eb0e520b29d9516be6c4fb93fb7f53f45ce
parent205162f58050fcb94db53cd51b674d2093dfe700
Allow reading a tenant router's external IP

Adds an external IPs field to the external gateway information
for a router so the external IP address of the router can be
read by the tenant.

DocImpact

Closes-Bug: #1255142
Change-Id: If4e77c445e9b855ff77deea6c8df4a0b3cf249d4
(cherry picked from commit c7baaa068ed1d3c8b02717232edef60ba1b655f6)
neutron/db/l3_db.py
neutron/db/l3_gwmode_db.py
neutron/extensions/l3.py
neutron/extensions/l3_ext_gw_mode.py
neutron/tests/unit/test_extension_ext_gw_mode.py
neutron/tests/unit/test_l3_plugin.py