summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCerberus <matt.dietz@rackspace.com>2011-02-10 17:20:10 -0600
committerCerberus <matt.dietz@rackspace.com>2011-02-10 17:20:10 -0600
commit363371ddc6bbe008a536bda06da016385850a98a (patch)
tree1dc5a531c24a4fce5059fc1828de7c4cbdede8aa
parent68b7ae27036e1a9b16ceb835c5dc6b934e3b964a (diff)
downloadnova-363371ddc6bbe008a536bda06da016385850a98a.tar.gz
nova-363371ddc6bbe008a536bda06da016385850a98a.tar.xz
nova-363371ddc6bbe008a536bda06da016385850a98a.zip
Forgot the metadata includes
-rw-r--r--nova/db/api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/db/api.py b/nova/db/api.py
index 5da0e9840..03232385c 100644
--- a/nova/db/api.py
+++ b/nova/db/api.py
@@ -86,7 +86,7 @@ def service_get(context, service_id):
def service_get_by_host_and_topic(context, host, topic):
"""Get a service by host it's on and topic it listens to"""
- return IMPL.service_get(context, host, topic)
+ return IMPL.service_get_by_host_and_topic(context, host, topic)
def service_get_all(context, disabled=False):