Revision 0c086a13 lib/cli.py

b/lib/cli.py
135 135
  "OS_OPT",
136 136
  "OS_SIZE_OPT",
137 137
  "OOB_TIMEOUT_OPT",
138
  "POWER_DELAY_OPT",
138 139
  "PREALLOC_WIPE_DISKS_OPT",
139 140
  "PRIMARY_IP_VERSION_OPT",
140 141
  "PRIORITY_OPT",
......
1170 1171
                         default=constants.OOB_TIMEOUT,
1171 1172
                         help="Maximum time to wait for out-of-band helper")
1172 1173

  
1174
POWER_DELAY_OPT = cli_option("--power-delay", dest="power_delay", type="float",
1175
                             default=constants.OOB_POWER_DELAY,
1176
                             help="Time in seconds to wait between power-ons")
1177

  
1173 1178

  
1174 1179
#: Options provided by all commands
1175 1180
COMMON_OPTS = [DEBUG_OPT]

Also available in: Unified diff