]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
ML2: Update a comment after the recent bind_port change
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Fri, 18 Jul 2014 14:16:58 +0000 (23:16 +0900)
committerYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Fri, 18 Jul 2014 14:19:19 +0000 (23:19 +0900)
A missing comment update in
commit b1677dcb80ce8b83aadb2180efad3527a96bd3bc.

No functional changes.

Change-Id: Icf1bd66a8c093d0b40632e22be662a3c8ba5c48b

neutron/plugins/ml2/drivers/mech_agent.py

index 9bde154ba59ac5478a3b930a2f5ede53483ab49a..d52cf7f83722870fb5e1ca0b3f459d5874b9f61f 100644 (file)
@@ -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