Allow dns_servers to be an empty array

This updates the schema validations for dns_servers so that it
is valid for it to be a zero length array.

Change-Id: Ie964653b5c2e40a957dab01402447da3e5e6af57
Closes-Bug: #1721845
This commit is contained in:
Dan Prince 2017-10-06 14:29:03 -04:00
parent a44d3b361e
commit b2e25f1057
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ definitions:
- type: array
items:
$ref: "#/definitions/ip_address_string_or_param"
minItems: 1
minItems: 0
- $ref: "#/definitions/param"
ipv4_cidr_string: