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
This commit is contained in:
Vikas Choudhary 2016-01-11 15:22:09 +05:30
parent 0dacc5bd60
commit 5917f40000
1 changed files with 1 additions and 1 deletions

View File

@ -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',