Revision 1ce72b33 lib/cli.py

b/lib/cli.py
91 91
  "GLOBAL_FILEDIR_OPT",
92 92
  "HID_OS_OPT",
93 93
  "GLOBAL_SHARED_FILEDIR_OPT",
94
  "HOTPLUG_OPT",
94 95
  "HVLIST_OPT",
95 96
  "HVOPTS_OPT",
96 97
  "HYPERVISOR_OPT",
......
1486 1487
                                  action="store_false",
1487 1488
                                  help="Don't check for conflicting IPs")
1488 1489

  
1490
HOTPLUG_OPT = cli_option("--hotplug", dest="hotplug",
1491
                         action="store_true", default=False,
1492
                         help="Enable disk/nic hotplug")
1493

  
1489 1494
#: Options provided by all commands
1490 1495
COMMON_OPTS = [DEBUG_OPT]
1491 1496

  

Also available in: Unified diff