Merge "Fix docstring to reflect what the method actually does."
This commit is contained in:
commit
688338a996
@ -391,7 +391,7 @@ class DhcpPluginApi(proxy.RpcProxy):
|
|||||||
topic=self.topic))
|
topic=self.topic))
|
||||||
|
|
||||||
def get_dhcp_port(self, network_id, device_id):
|
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,
|
return DictModel(self.call(self.context,
|
||||||
self.make_msg('get_dhcp_port',
|
self.make_msg('get_dhcp_port',
|
||||||
network_id=network_id,
|
network_id=network_id,
|
||||||
|
Loading…
Reference in New Issue
Block a user