Merge "Fix incorrect comment re:distributed router in nicira plugin"

This commit is contained in:
Jenkins
2013-09-13 17:51:00 +00:00
committed by Gerrit Code Review

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,