Add assign-via-gearman to config validator

Also fix fake.yaml to correctly validate.

Change-Id: I32d1980d0bd8d511d47114f45f550b43f6f58676
This commit is contained in:
James E. Blair 2016-05-26 10:07:27 -07:00
parent 1fd2a14ab7
commit 6a32227008
2 changed files with 1 additions and 1 deletions

View File

@ -95,6 +95,7 @@ class ConfigValidator:
'name': str,
'hostname': str,
'subnode-hostname': str,
'assign-via-gearman': bool,
'jenkins': {
'url': str,
'user': str,

View File

@ -42,7 +42,6 @@ providers:
name-filter: 'Fake'
setup: prepare_node_devstack.sh
- name: multi-fake
subnodes: 2
base-image: 'Fake Precise'
min-ram: 8192
name-filter: 'Fake'