Revision 4c405df7 lib/opcodes.py

b/lib/opcodes.py
1299 1299
  OP_PARAMS = [
1300 1300
    ("iallocator", None, ht.TMaybeString,
1301 1301
     "Iallocator used to allocate all the instances"),
1302
    ("instances", [], ht.TListOf(ht.TInstanceOf(OpInstanceCreate)),
1302
    ("instances", ht.EmptyList, ht.TListOf(ht.TInstanceOf(OpInstanceCreate)),
1303 1303
     "List of instance create opcodes describing the instances to allocate"),
1304 1304
    ]
1305 1305
  _JOB_LIST = ht.Comment("List of submitted jobs")(TJobIdList)

Also available in: Unified diff