Check that we have a valid export list
[ganeti-local] / scripts / gnt-instance
index bfa0c81..464ead3 100755 (executable)
@@ -677,7 +677,7 @@ def SetInstanceParms(opts, args):
 
   kernel_path = _TransformPath(opts.kernel_path)
   initrd_path = _TransformPath(opts.initrd_path)
-  if opts.hvm_boot_order.lower() == 'default':
+  if opts.hvm_boot_order == 'default':
     hvm_boot_order = constants.VALUE_DEFAULT
   else:
     hvm_boot_order = opts.hvm_boot_order