diff options
author | Josh Kearney <josh.kearney@rackspace.com> | 2011-03-21 10:41:03 -0500 |
---|---|---|
committer | Josh Kearney <josh.kearney@rackspace.com> | 2011-03-21 10:41:03 -0500 |
commit | b3bb847e3dc20611c4a975d3c772256700b2d018 (patch) | |
tree | 5a0cdd42fe5938cd8f91ee7296d9964949e3a0d6 | |
parent | 9eed0c7fde080e68b56843c9f3e8846d4168f089 (diff) | |
download | nova-b3bb847e3dc20611c4a975d3c772256700b2d018.tar.gz nova-b3bb847e3dc20611c4a975d3c772256700b2d018.tar.xz nova-b3bb847e3dc20611c4a975d3c772256700b2d018.zip |
Added space
-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 ff33597ce..576937cd8 100644 --- a/nova/compute/manager.py +++ b/nova/compute/manager.py @@ -229,7 +229,7 @@ class ComputeManager(manager.Manager): {'launched_at': now}) except Exception: # pylint: disable=W0702 LOG.exception(_("Instance '%s' failed to spawn. Is virtualization" - "enabled in the BIOS?"), instance_id, + " enabled in the BIOS?"), instance_id, context=context) self.db.instance_set_state(context, instance_id, |