From 045ae35e5136afdba6b2a70586b1c242d7568b17 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Fri, 18 Jul 2014 23:16:58 +0900 Subject: [PATCH] ML2: Update a comment after the recent bind_port change A missing comment update in commit b1677dcb80ce8b83aadb2180efad3527a96bd3bc. No functional changes. Change-Id: Icf1bd66a8c093d0b40632e22be662a3c8ba5c48b --- neutron/plugins/ml2/drivers/mech_agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2