summaryrefslogtreecommitdiffstats
path: root/nova/service.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/service.py')
-rw-r--r--nova/service.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/service.py b/nova/service.py
index df450025b..a6c186896 100644
--- a/nova/service.py
+++ b/nova/service.py
@@ -54,6 +54,7 @@ class Service(object, service.Service):
self.topic = topic
manager_class = utils.import_class(manager)
self.manager = manager_class(host=host, *args, **kwargs)
+ self.manager.init_host()
self.model_disconnected = False
super(Service, self).__init__(*args, **kwargs)
try: