Fix incorrect comment re:distributed router in nicira plugin

Change-Id: I22445cc477a86cb99e97740fd8a9ddb796c1ebac
This commit is contained in:
Salvatore Orlando 2013-09-13 08:28:52 -07:00
parent 3f9fe8f6a5
commit 0eefad1663

View File

@ -1450,7 +1450,7 @@ class NvpPluginV2(addr_pair_db.AllowedAddressPairsMixin,
with context.session.begin(subtransactions=True):
# Transaction nesting is needed to avoid foreign key violations
# when processing the service provider binding
# when processing the distributed router binding
with context.session.begin(subtransactions=True):
router_db = l3_db.Router(id=lrouter['uuid'],
tenant_id=tenant_id,