Merge pull request #4755 from shin-/sync_2.2_spec

Add missing IPAM options to v2.2 spec
This commit is contained in:
Joffrey F 2017-04-25 13:40:55 -07:00 committed by GitHub
commit b38305f2d7
1 changed files with 7 additions and 0 deletions

View File

@ -299,6 +299,13 @@
"driver": {"type": "string"}, "driver": {"type": "string"},
"config": { "config": {
"type": "array" "type": "array"
},
"options": {
"type": "object",
"patternProperties": {
"^.+$": {"type": "string"}
},
"additionalProperties": false
} }
}, },
"additionalProperties": false "additionalProperties": false