summaryrefslogtreecommitdiff
path: root/nova/network/floating_ips.py
diff options
context:
space:
mode:
authorRussell Bryant <rbryant@redhat.com>2014-01-16 13:56:42 -0500
committerRussell Bryant <rbryant@redhat.com>2014-01-25 20:33:29 -0500
commita6d31a70623faa259961dcf7450cb11ef27e279b (patch)
treebcfd4d2d323952ba260cb10a34d4d19ef53b6eef /nova/network/floating_ips.py
parent0d8ef4b22d4945a8486b23b731e41857384aba66 (diff)
downloadnova-a6d31a70623faa259961dcf7450cb11ef27e279b.tar.gz
Remove some dead dnsdomain code
Remove a method that was not used anywhere. It also called a db API method that doesn't exist. Related to blueprint nova-network-objects Change-Id: Ic4fafded3068e5d769ed68dce07f9c8b58954cc3
Diffstat (limited to 'nova/network/floating_ips.py')
-rw-r--r--nova/network/floating_ips.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/nova/network/floating_ips.py b/nova/network/floating_ips.py
index 877724aefe..88356ced9a 100644
--- a/nova/network/floating_ips.py
+++ b/nova/network/floating_ips.py
@@ -689,9 +689,6 @@ class FloatingIP(object):
self.db.dnsdomain_unregister(context, domain)
self.floating_dns_manager.delete_domain(domain)
- def _get_project_for_domain(self, context, domain):
- return self.db.dnsdomain_project(context, domain)
-
class LocalManager(base.Base, FloatingIP):
def __init__(self):