Revision 2d3ed64b lib/cli.py

b/lib/cli.py
59 59
           "OPT_COMPL_ONE_NODE", "OPT_COMPL_ONE_INSTANCE",
60 60
           "OPT_COMPL_MANY_NODES",
61 61
           "OPT_COMPL_ONE_OS", "OPT_COMPL_ONE_IALLOCATOR",
62
           "OPT_COMPL_INST_ADD_NODES",
62 63
           ]
63 64

  
64 65
NO_PREFIX = "no_"
......
340 341
 OPT_COMPL_ONE_NODE,
341 342
 OPT_COMPL_ONE_INSTANCE,
342 343
 OPT_COMPL_ONE_OS,
343
 OPT_COMPL_ONE_IALLOCATOR) = range(100, 105)
344
 OPT_COMPL_ONE_IALLOCATOR,
345
 OPT_COMPL_INST_ADD_NODES) = range(100, 106)
344 346

  
345 347
OPT_COMPL_ALL = frozenset([
346 348
  OPT_COMPL_MANY_NODES,
......
348 350
  OPT_COMPL_ONE_INSTANCE,
349 351
  OPT_COMPL_ONE_OS,
350 352
  OPT_COMPL_ONE_IALLOCATOR,
353
  OPT_COMPL_INST_ADD_NODES,
351 354
  ])
352 355

  
353 356

  

Also available in: Unified diff