]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fix docstring to reflect what the method actually does.
authorarmando-migliaccio <amigliaccio@nicira.com>
Thu, 1 Aug 2013 20:24:18 +0000 (13:24 -0700)
committerarmando-migliaccio <amigliaccio@nicira.com>
Thu, 1 Aug 2013 20:24:18 +0000 (13:24 -0700)
Change-Id: If36aa375de718f45620c7cae439656562b87c6e7

neutron/agent/dhcp_agent.py

index f06dee24a5199b63d554f42a110231b672cc0c9a..627bcca62e664836aa52dec37ba8c24f7412a3d4 100644 (file)
@@ -391,7 +391,7 @@ class DhcpPluginApi(proxy.RpcProxy):
                                    topic=self.topic))
 
     def get_dhcp_port(self, network_id, device_id):
-        """Make a remote process call to create the dhcp port."""
+        """Make a remote process call to get the dhcp port."""
         return DictModel(self.call(self.context,
                                    self.make_msg('get_dhcp_port',
                                    network_id=network_id,