Merge "Modify api schemas of vimConnectionInfo"

This commit is contained in:
Zuul 2021-01-08 14:02:24 +00:00 committed by Gerrit Code Review
commit 259dc0c621
1 changed files with 1 additions and 0 deletions

View File

@ -171,6 +171,7 @@ _vimConnectionInfo = {
'id': parameter_types.identifier,
'vimId': parameter_types.identifier,
'vimType': {'type': 'string', 'minLength': 1, 'maxLength': 255},
'interfaceInfo': parameter_types.keyvalue_pairs,
'accessInfo': parameter_types.keyvalue_pairs,
},
'required': ['id', 'vimType'],