diff options
| author | Todd Willey <todd@ansolabs.com> | 2011-01-25 17:51:49 -0800 |
|---|---|---|
| committer | Todd Willey <todd@ansolabs.com> | 2011-01-25 17:51:49 -0800 |
| commit | be28eceff7b0a7a1dc33c3ade3ab221c6b1c8acd (patch) | |
| tree | d0d71f4baae6f8da19e8e5389144d45123df5a66 /nova/compute | |
| parent | bbea3a093f3e9be5052a2e64b6d5d0b909ae33ee (diff) | |
| parent | 5e4259ce6deb227b778acf23770e35f786c9c3d0 (diff) | |
Merge trunk.
Diffstat (limited to 'nova/compute')
| -rw-r--r-- | nova/compute/manager.py | 2 |
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.""" |
