]> 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)
committerKevin Benton <blak111@gmail.com>
Wed, 1 Oct 2014 13:55:27 +0000 (06:55 -0700)
commitc7baaa068ed1d3c8b02717232edef60ba1b655f6
tree36bab004e83cf39d85ef32986c1f38eb9f1113fd
parentdd238d0aac25ffec2734c75a7f893040ec42eb7b
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
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