Revision 57de31c0 lib/opcodes.py

b/lib/opcodes.py
1351 1351
    ("osparams", None, ht.TMaybeDict, "Per-instance OS parameters"),
1352 1352
    ("wait_for_sync", True, ht.TBool,
1353 1353
     "Whether to wait for the disk to synchronize, when changing template"),
1354
    ("offline_inst", False, ht.TBool,
1355
     "Whether to turn off the down instance completely"),
1356
    ("online_inst", False, ht.TBool,
1357
     "Whether to enable the offline instance"),
1354 1358
    ]
1355 1359
  OP_RESULT = _TSetParamsResult
1356 1360

  

Also available in: Unified diff