Merge pull request #133 from thaJeztah/18.09_backport_fix_ipam_swagger

[18.09 backport] Swagger: fix definition of IPAM driver options
Upstream-commit: 1ffccb515a9ec4b19c2ff66637c2469c62875ab1
Component: engine
This commit is contained in:
Andrew Hsu
2018-12-12 16:24:46 +00:00
committed by GitHub

View File

@ -1473,11 +1473,9 @@ definitions:
type: "string"
Options:
description: "Driver-specific options, specified as a map."
type: "array"
items:
type: "object"
additionalProperties:
type: "string"
type: "object"
additionalProperties:
type: "string"
NetworkContainer:
type: "object"