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:
parent
0dacc5bd60
commit
5917f40000
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user