Fix gate failure related to jsonschema

Change-Id: I1a838eb868da3d3f6fb4702126faefacb6e85bec
This commit is contained in:
Madhuri Kumari 2019-09-09 17:25:21 +05:30
parent 1f68fb9073
commit 334a0b0fe6
1 changed files with 1 additions and 0 deletions

View File

@ -232,6 +232,7 @@ CUSTOM_SCHEMA_RAID_CONFIG = '''
CUSTOM_RAID_SCHEMA = ''' CUSTOM_RAID_SCHEMA = '''
{ {
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object", "type": "object",
"properties": { "properties": {
"logical_disks": { "logical_disks": {