Revision dd47a0f0 lib/opcodes.py
b/lib/opcodes.py | ||
---|---|---|
1447 | 1447 |
("hypervisor", None, ht.TMaybeString, None), |
1448 | 1448 |
("allocator", None, ht.TMaybeString, None), |
1449 | 1449 |
("tags", ht.EmptyList, ht.TListOf(ht.TNonEmptyString), None), |
1450 |
("mem_size", None, ht.TOr(ht.TNone, ht.TPositiveInt), None),
|
|
1450 |
("memory", None, ht.TOr(ht.TNone, ht.TPositiveInt), None),
|
|
1451 | 1451 |
("vcpus", None, ht.TOr(ht.TNone, ht.TPositiveInt), None), |
1452 | 1452 |
("os", None, ht.TMaybeString, None), |
1453 | 1453 |
("disk_template", None, ht.TMaybeString, None), |
Also available in: Unified diff