Revision a59d5fa1 lib/client/gnt_instance.py

b/lib/client/gnt_instance.py
631 631
  return opcodes.OpInstanceReboot(instance_name=name,
632 632
                                  reboot_type=opts.reboot_type,
633 633
                                  ignore_secondaries=opts.ignore_secondaries,
634
                                  shutdown_timeout=opts.shutdown_timeout)
634
                                  shutdown_timeout=opts.shutdown_timeout,
635
                                  reason=(constants.INSTANCE_REASON_SOURCE_CLI,
636
                                          opts.reason))
635 637

  
636 638

  
637 639
def _ShutdownInstance(name, opts):

Also available in: Unified diff