Revision 60152bbe lib/opcodes.py

b/lib/opcodes.py
1456 1456
     None),
1457 1457
    ("instances", None, ht.TOr(ht.TNone, ht.TListOf(ht.TNonEmptyString)),
1458 1458
     None),
1459
    ("reloc_mode", None,
1460
     ht.TOr(ht.TNone, ht.TElemOf(constants.IALLOCATOR_MRELOC_MODES)), None),
1459
    ("evac_mode", None,
1460
     ht.TOr(ht.TNone, ht.TElemOf(constants.IALLOCATOR_NEVAC_MODES)), None),
1461 1461
    ("target_groups", None, ht.TOr(ht.TNone, ht.TListOf(ht.TNonEmptyString)),
1462 1462
     None),
1463 1463
    ]

Also available in: Unified diff