summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-09-12 21:39:19 +0000
committerGerrit Code Review <review@openstack.org>2012-09-12 21:39:19 +0000
commite23230daef3b7fff3f60207c48507ae18d8018c6 (patch)
treeefa3d84bd130bec1e5b6ec9ca19e3434fa93fba9
parent815553877bc7202e5337e7bbc671268000222246 (diff)
parentf5346481784cb5953cdb2e9301f2325b36496ebc (diff)
downloadnova-e23230daef3b7fff3f60207c48507ae18d8018c6.tar.gz
nova-e23230daef3b7fff3f60207c48507ae18d8018c6.tar.xz
nova-e23230daef3b7fff3f60207c48507ae18d8018c6.zip
Merge "Change comment for function _destroy"
-rw-r--r--nova/virt/libvirt/driver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/virt/libvirt/driver.py b/nova/virt/libvirt/driver.py
index 5e7906b35..9e8f95e09 100644
--- a/nova/virt/libvirt/driver.py
+++ b/nova/virt/libvirt/driver.py
@@ -456,7 +456,7 @@ class LibvirtDriver(driver.ComputeDriver):
is_okay = False
errcode = e.get_error_code()
if errcode == libvirt.VIR_ERR_OPERATION_INVALID:
- # If the instance if already shut off, we get this:
+ # If the instance is already shut off, we get this:
# Code=55 Error=Requested operation is not valid:
# domain is not running
(state, _max_mem, _mem, _cpus, _t) = virt_dom.info()