From 5917f400009635be433c7a654b24c13474992b59 Mon Sep 17 00:00:00 2001 From: Vikas Choudhary Date: Mon, 11 Jan 2016 15:22:09 +0530 Subject: [PATCH] Fix /NetworkDriver.CreateNetwork validation Gateway should not be 'required' property as this is an option in docker network command. Change-Id: I9bf913176db4f7449a5f19d5c6a807769bc1aae3 Closes-Bug: #1532733 --- kuryr/schemata/commons.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kuryr/schemata/commons.py b/kuryr/schemata/commons.py index f3a4d5ec..0b2ea971 100644 --- a/kuryr/schemata/commons.py +++ b/kuryr/schemata/commons.py @@ -125,7 +125,7 @@ COMMONS = { u'ipv4datum': { u'description': u'IPv4 data', u'required': [ - u'AddressSpace', u'Pool', u'Gateway'], + u'AddressSpace', u'Pool'], u'type': u'object', u'example': { u'AddressSpace': u'foo',