image-build: Resolve git ref in ksurl

The ksurl property was not listed in the config schema, and thus it was
not processed.

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2019-02-25 14:21:22 +01:00
parent 2d694272c0
commit 6bd1e9da2a
1 changed files with 1 additions and 0 deletions

View File

@ -1134,6 +1134,7 @@ def make_schema():
"distro": {"type": "string"},
"name": {"type": "string"},
"kickstart": {"type": "string"},
"ksurl": {"type": "url"},
"arches": {"$ref": "#/definitions/list_of_strings"},
"repo": {
"$ref": "#/definitions/repos",