Revision 59525e1f lib/constants.py
b/lib/constants.py | ||
---|---|---|
510 | 510 |
INSTANCE_REBOOT_FULL]) |
511 | 511 |
|
512 | 512 |
VTYPE_STRING = 'string' |
513 |
VTYPE_MAYBE_STRING = "maybe-string" |
|
513 | 514 |
VTYPE_BOOL = 'bool' |
514 | 515 |
VTYPE_SIZE = 'size' # size, in MiBs |
515 | 516 |
VTYPE_INT = 'int' |
516 | 517 |
ENFORCEABLE_TYPES = frozenset([ |
517 | 518 |
VTYPE_STRING, |
519 |
VTYPE_MAYBE_STRING, |
|
518 | 520 |
VTYPE_BOOL, |
519 | 521 |
VTYPE_SIZE, |
520 | 522 |
VTYPE_INT, |
Also available in: Unified diff