From 96fa35c1a35d01a827f1c0e5cffa60fd033f67a6 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Mon, 4 Feb 2008 14:34:33 +0000 Subject: [PATCH 1/1] Fix some indendation issues Reviewed-by: imsnah --- lib/cmdlib.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/cmdlib.py b/lib/cmdlib.py index 97a8f51..b45a83b 100644 --- a/lib/cmdlib.py +++ b/lib/cmdlib.py @@ -947,7 +947,7 @@ class LUVerifyDisks(NoHooksLU): inst = nv_dict.pop((node, lv_name), None) if (not lv_online and inst is not None and inst.name not in res_instances): - res_instances.append(inst.name) + res_instances.append(inst.name) # any leftover items in nv_dict are missing LVs, let's arrange the # data better @@ -3060,8 +3060,8 @@ class LUCreateInstance(LogicalUnit): # boot order verification if self.op.hvm_boot_order is not None: if len(self.op.hvm_boot_order.strip("acdn")) != 0: - raise errors.OpPrereqError("invalid boot order specified," - " must be one or more of [acdn]") + raise errors.OpPrereqError("invalid boot order specified," + " must be one or more of [acdn]") if self.op.start: self.instance_status = 'up' -- 1.7.10.4