summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-10-23 21:51:22 +0000
committerGerrit Code Review <review@openstack.org>2012-10-23 21:51:22 +0000
commit32a6ddbcf82b11cf9809d49c08d00aeb7954a575 (patch)
treeaaefcba66ecfff91f6dd3a95d3b78e92114836d8
parentf30ce55ec68c9ec5ca81f685063c7114986b9537 (diff)
parent83a40dfc715d6f46cf15ecce310d00b8930c65eb (diff)
downloadnova-32a6ddbcf82b11cf9809d49c08d00aeb7954a575.tar.gz
nova-32a6ddbcf82b11cf9809d49c08d00aeb7954a575.tar.xz
nova-32a6ddbcf82b11cf9809d49c08d00aeb7954a575.zip
Merge "Remove duplicate methods from network/rpcapi.py"
-rw-r--r--nova/network/rpcapi.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/nova/network/rpcapi.py b/nova/network/rpcapi.py
index 43c17acb5..f06cf1790 100644
--- a/nova/network/rpcapi.py
+++ b/nova/network/rpcapi.py
@@ -208,14 +208,6 @@ class NetworkAPI(rpc_proxy.RpcProxy):
return self.call(ctxt, self.make_msg('setup_networks_on_host',
instance_id=instance_id, host=host, teardown=teardown))
- def lease_fixed_ip(self, ctxt, host, address):
- self.cast(ctxt, self.make_msg('lease_fixed_ip', address=address),
- topic=rpc.queue_get_for(ctxt, self.topic, host))
-
- def release_fixed_ip(self, ctxt, host, address):
- self.cast(ctxt, self.make_msg('release_fixed_ip', address=address),
- topic=rpc.queue_get_for(ctxt, self.topic, host))
-
def set_network_host(self, ctxt, network_ref):
network_ref_p = jsonutils.to_primitive(network_ref)
return self.call(ctxt, self.make_msg('set_network_host',