Revision e7a77eb8 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",
......
1643 1644
                         action="store_true", default=False,
1644 1645
                         help="Hotplug supported devices (NICs and Disks)")
1645 1646

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

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

  

Also available in: Unified diff