summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Koelker <jason@koelker.net>2011-07-27 16:13:07 -0500
committerJason Koelker <jason@koelker.net>2011-07-27 16:13:07 -0500
commit5ad96e645de174b5d9982a161919293e37aa348d (patch)
tree7ca080d845d43e7254349e20bed017dceca27b4f
parentae6801fa1fe3cd83b3c51d4f3a9a9a265fc49588 (diff)
downloadnova-5ad96e645de174b5d9982a161919293e37aa348d.tar.gz
nova-5ad96e645de174b5d9982a161919293e37aa348d.tar.xz
nova-5ad96e645de174b5d9982a161919293e37aa348d.zip
fix typo
-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 1fba5a003..6ee1a8735 100644
--- a/nova/virt/xenapi/vmops.py
+++ b/nova/virt/xenapi/vmops.py
@@ -542,7 +542,7 @@ class VMOps(object):
finally:
if template_vm_ref:
- self._destroy(instance, template_vm_ref
+ self._destroy(instance, template_vm_ref,
shutdown=False, destroy_kernel_ramdisk=False)
# TODO(mdietz): we could also consider renaming these to something