fix wrong comments in power_on function

Change-Id: I6b03ff7b3e54624123375b49017e94e38accaa21
This commit is contained in:
biao cao 2016-11-14 10:11:16 +08:00
parent 63c4c253fd
commit 36748626c8
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ class ZVMInstance(object):
err_str = err.format_message()
if ("Return Code: 200" in err_str and
"Reason Code: 8" in err_str):
# Instance already not active
# Instance already active
LOG.warning(_LW("z/VM instance %s already active"), self._name)
return
raise nova_exception.InstancePowerOnFailure(reason=err_str)