summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCerberus <matt.dietz@rackspace.com>2011-03-18 17:01:44 -0500
committerCerberus <matt.dietz@rackspace.com>2011-03-18 17:01:44 -0500
commit9351bd5538ea0fc0a77c4dee13406ac7a71ca1ae (patch)
treeed2d8be97d7dfaa096494548d3684f5c48599d30
parent8d5ffa079e768adec969a4e8ab540c24a7faaaa6 (diff)
downloadnova-9351bd5538ea0fc0a77c4dee13406ac7a71ca1ae.tar.gz
nova-9351bd5538ea0fc0a77c4dee13406ac7a71ca1ae.tar.xz
nova-9351bd5538ea0fc0a77c4dee13406ac7a71ca1ae.zip
Seriously?
-rw-r--r--nova/virt/xenapi/vmops.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/virt/xenapi/vmops.py b/nova/virt/xenapi/vmops.py
index b27fe2216..4dca26f61 100644
--- a/nova/virt/xenapi/vmops.py
+++ b/nova/virt/xenapi/vmops.py
@@ -383,7 +383,7 @@ class VMOps(object):
#The new disk size must be in bytes
new_disk_size = str(instance.local_gb * 1024 * 1024 * 1024)
- LOG.debug(_("Resizpng VDI %s for instance %s. Expanding to %sGB") %
+ LOG.debug(_("Resizing VDI %s for instance %s. Expanding to %sGB") %
(vdi_uuid, instance.name, instance.local_gb))
vdi_ref = self._session.call_xenapi('VDI.get_by_uuid', vdi_uuid)
self._session.call_xenapi('VDI.resize_online', vdi_ref, new_disk_size)