Fix docstring to reflect what the method actually does.

Change-Id: If36aa375de718f45620c7cae439656562b87c6e7
This commit is contained in:
armando-migliaccio 2013-08-01 13:24:18 -07:00
parent b23ccdabd5
commit 4623d0ee25

View 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,