Revision 78315736 lib/cli.py

b/lib/cli.py
96 96
  "HID_OS_OPT",
97 97
  "GLOBAL_SHARED_FILEDIR_OPT",
98 98
  "HOTPLUG_OPT",
99
  "HOTPLUG_IF_POSSIBLE_OPT",
99 100
  "HVLIST_OPT",
100 101
  "HVOPTS_OPT",
101 102
  "HYPERVISOR_OPT",
......
1644 1645
                         action="store_true", default=False,
1645 1646
                         help="Hotplug supported devices (NICs and Disks)")
1646 1647

  
1648
HOTPLUG_IF_POSSIBLE_OPT = cli_option("--hotplug-if-possible",
1649
                                     dest="hotplug_if_possible",
1650
                                     action="store_true", default=False,
1651
                                     help="Hotplug devices in case"
1652
                                          " hotplug is supported")
1653

  
1647 1654
#: Options provided by all commands
1648 1655
COMMON_OPTS = [DEBUG_OPT, REASON_OPT]
1649 1656

  

Also available in: Unified diff