virtinst: fix indent tab issue with virtinst/guest.py

Signed-off-by: Leno Hou <lenohou@gmail.com>
This commit is contained in:
Leno Hou 2016-05-13 18:19:54 +08:00 committed by Pavel Hrdina
parent 1ba524db04
commit 3bbf0aad85
1 changed files with 2 additions and 2 deletions

View File

@ -358,8 +358,8 @@ class Guest(XMLBuilder):
if install:
self.on_reboot = "destroy"
self.on_crash = "destroy"
# on_crash=restart can cause reboot loops on s390x, so use preserve
elif self.os.is_s390x():
# on_crash=restart can cause reboot loops on s390x, so use preserve
elif self.os.is_s390x():
self.on_crash = "preserve"
self._set_osxml_defaults()