|
@@ -48,7 +48,7 @@ class Rules(Enum):
|
|
|
RSA_PUBLIC = (basestring, 'rsa_public')
|
|
RSA_PUBLIC = (basestring, 'rsa_public')
|
|
|
|
|
|
|
|
UUID = (basestring, 'uuid', (36, 36))
|
|
UUID = (basestring, 'uuid', (36, 36))
|
|
|
- NODE_ID = (basestring, 'node_id', (14, 14))
|
|
|
|
|
|
|
+ NODE_ID = (basestring, 'node_id', (14, 15))
|
|
|
UUIDS = (REG_UUIDS, 'uuids')
|
|
UUIDS = (REG_UUIDS, 'uuids')
|
|
|
CPU = (int, 'cpu')
|
|
CPU = (int, 'cpu')
|
|
|
MEMORY = (int, 'memory')
|
|
MEMORY = (int, 'memory')
|