]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add address scope to ports in RPC response to L3 agent
authorCarl Baldwin <carl.baldwin@hp.com>
Fri, 5 Jun 2015 22:23:50 +0000 (22:23 +0000)
committerCarl Baldwin <carl.baldwin@hpe.com>
Mon, 7 Dec 2015 21:57:41 +0000 (21:57 +0000)
commitc7d0d2e5692b7a66599885f961035bca59c62402
tree034929f56788bfa100631f5c8af914005c4e6d7e
parentf698177f2405b751d7d575717e2227a3f9007c99
Add address scope to ports in RPC response to L3 agent

The L3 agent needs to know the address scope of each port of each
router it sets up in order to enforce isolation between scopes.

This commit adds a devref for the address scopes and subnet pools
features.

Change-Id: I6a7b3708fadefff1919d70ab1b8bc345b3fbe81c
Partially-Implements: blueprint address-scopes
doc/source/devref/address_scopes.rst [new file with mode: 0644]
doc/source/devref/index.rst
neutron/db/l3_db.py
neutron/tests/unit/db/test_l3_db.py