From: YAMAMOTO Takashi Date: Fri, 18 Jul 2014 14:16:58 +0000 (+0900) Subject: ML2: Update a comment after the recent bind_port change X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=045ae35e5136afdba6b2a70586b1c242d7568b17;p=openstack-build%2Fneutron-build.git ML2: Update a comment after the recent bind_port change A missing comment update in commit b1677dcb80ce8b83aadb2180efad3527a96bd3bc. No functional changes. Change-Id: Icf1bd66a8c093d0b40632e22be662a3c8ba5c48b --- diff --git a/neutron/plugins/ml2/drivers/mech_agent.py b/neutron/plugins/ml2/drivers/mech_agent.py index 9bde154ba..d52cf7f83 100644 --- a/neutron/plugins/ml2/drivers/mech_agent.py +++ b/neutron/plugins/ml2/drivers/mech_agent.py @@ -142,7 +142,7 @@ class SimpleAgentMechanismDriverBase(AgentMechanismDriverBase): :param agent: agents_db entry describing agent to bind :returns: True iff segment can be bound for agent - Called inside transaction during bind_port so that derived + Called outside any transaction during bind_port so that derived MechanismDrivers can use agent_db data along with built-in knowledge of the corresponding agent's capabilities to determine whether or not the specified network segment can be