Merge "Put missing fields to validation schema"
This commit is contained in:
commit
427555e397
@ -90,7 +90,10 @@ CLUSTER_TEMPLATE_SCHEMA = {
|
||||
"type": ["string", "null"],
|
||||
"format": "uuid"
|
||||
},
|
||||
"shares": copy.deepcopy(shares.SHARE_SCHEMA)
|
||||
"shares": copy.deepcopy(shares.SHARE_SCHEMA),
|
||||
"use_autoconfig": {
|
||||
"type": ["boolean", "null"],
|
||||
}
|
||||
},
|
||||
"additionalProperties": False,
|
||||
"required": [
|
||||
|
@ -89,7 +89,10 @@ NODE_GROUP_TEMPLATE_SCHEMA = {
|
||||
"volume_local_to_instance": {
|
||||
"type": ["boolean", "null"]
|
||||
},
|
||||
"shares": copy.deepcopy(shares.SHARE_SCHEMA)
|
||||
"shares": copy.deepcopy(shares.SHARE_SCHEMA),
|
||||
"use_autoconfig": {
|
||||
"type": ["boolean", "null"]
|
||||
}
|
||||
},
|
||||
"additionalProperties": False,
|
||||
"required": [
|
||||
|
Loading…
Reference in New Issue
Block a user