Modify api schemas of vimConnectionInfo
This patch fix API Schemas. "interfaceInfo" parameter is added in "vimConnectionInfo". Closes-Bug: #1908398 Change-Id: Ie3e48232f6b634fd88d8adbcf2c6ad394a777514
This commit is contained in:
parent
a0ae01a13d
commit
b5253a8b85
@ -171,6 +171,7 @@ _vimConnectionInfo = {
|
|||||||
'id': parameter_types.identifier,
|
'id': parameter_types.identifier,
|
||||||
'vimId': parameter_types.identifier,
|
'vimId': parameter_types.identifier,
|
||||||
'vimType': {'type': 'string', 'minLength': 1, 'maxLength': 255},
|
'vimType': {'type': 'string', 'minLength': 1, 'maxLength': 255},
|
||||||
|
'interfaceInfo': parameter_types.keyvalue_pairs,
|
||||||
'accessInfo': parameter_types.keyvalue_pairs,
|
'accessInfo': parameter_types.keyvalue_pairs,
|
||||||
},
|
},
|
||||||
'required': ['id', 'vimType'],
|
'required': ['id', 'vimType'],
|
||||||
|
Loading…
Reference in New Issue
Block a user