Fix rkt volumes

I forgot to validate the volumes field!
This commit is contained in:
Michael Schurter
2016-11-23 14:37:09 -08:00
committed by Michael Schurter
parent c08d65d8a1
commit 449194eb47

View File

@@ -136,6 +136,9 @@ func (d *RktDriver) Validate(config map[string]interface{}) error {
"debug": &fields.FieldSchema{
Type: fields.TypeBool,
},
"volumes": &fields.FieldSchema{
Type: fields.TypeArray,
},
},
}