Allow api_export_size to be updated
Closes-Bug: #1573141 Change-Id: Ia35d42993391f26bce4bed71454311e6997d639b
This commit is contained in:
parent
fb7e1ca949
commit
78bce13425
@ -40,8 +40,15 @@
|
|||||||
"minimum": 0,
|
"minimum": 0,
|
||||||
"maximum": 2147483647,
|
"maximum": 2147483647,
|
||||||
"default": 20
|
"default": 20
|
||||||
|
},
|
||||||
|
"api_export_size": {
|
||||||
|
"type": "integer",
|
||||||
|
"description": "Number of zone records allowed",
|
||||||
|
"minimum": 0,
|
||||||
|
"maximum": 2147483647,
|
||||||
|
"default": 500
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user