summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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',