summaryrefslogtreecommitdiffstats
path: root/nova/compute
diff options
context:
space:
mode:
authorTodd Willey <todd@ansolabs.com>2011-01-25 17:51:49 -0800
committerTodd Willey <todd@ansolabs.com>2011-01-25 17:51:49 -0800
commitbe28eceff7b0a7a1dc33c3ade3ab221c6b1c8acd (patch)
treed0d71f4baae6f8da19e8e5389144d45123df5a66 /nova/compute
parentbbea3a093f3e9be5052a2e64b6d5d0b909ae33ee (diff)
parent5e4259ce6deb227b778acf23770e35f786c9c3d0 (diff)
Merge trunk.
Diffstat (limited to 'nova/compute')
-rw-r--r--nova/compute/manager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/compute/manager.py b/nova/compute/manager.py
index 9d99d1de2..90ba560d1 100644
--- a/nova/compute/manager.py
+++ b/nova/compute/manager.py
@@ -118,7 +118,7 @@ class ComputeManager(manager.Manager):
"""Do any initialization that needs to be run if this is a
standalone service.
"""
- self.driver.init_host()
+ self.driver.init_host(host=self.host)
def _update_state(self, context, instance_id):
"""Update the state of an instance from the driver info."""