fuel-ccp/fuel_ccp/config/replicas.py

13 lines
182 B
Python

DEFAULTS = {
}
SCHEMA = {
'replicas': {
'type': 'object',
"additionalProperties": {
"type": "integer",
"minimum": 1,
},
},
}