Merge "Modify api schemas of vimConnectionInfo"
This commit is contained in:
commit
259dc0c621
@ -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