1
0
mirror of https://github.com/rancher/os.git synced 2025-09-16 23:21:19 +00:00

Fix go test for ssh port and listen_address config

This commit is contained in:
niusmallnan
2018-03-05 16:29:31 +08:00
committed by niusmallnan
parent 67961c9349
commit 9c9c3ce141
2 changed files with 4 additions and 1 deletions

View File

@@ -148,7 +148,9 @@ var schema = `{
"properties": {
"keys": {"type": "object"},
"daemon": {"type": "boolean"}
"daemon": {"type": "boolean"},
"port": {"type": "integer"},
"listen_address": {"type": "string"}
}
},