Skip to content

Commit

Permalink
Fix rhel8.10 image deploy issue.
Browse files Browse the repository at this point in the history
Signed-off-by: rajat.sharma12 <[email protected]>
  • Loading branch information
rajat.sharma12 authored and bjhuangr committed Apr 29, 2024
1 parent 9d37aee commit 43786c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zvmsdk/sdkwsgi/validation/parameter_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -456,10 +456,10 @@ def valid_char(char):
'oneOf': [
{'type': 'string',
'pattern':
'^((r|R)(h|H)(e|E)(l|L))(6|7|8|9){1}([.][0-9])?$'},
'^((r|R)(h|H)(e|E)(l|L))(6|7|8|9){1}([.][0-9]{1,2})?$'},
{'type': 'string',
'pattern':
'^((r|R)(e|E)(d|D)(h|H)(a|A)(t|T))(6|7){1}([.][0-9])?$'},
'^((r|R)(e|E)(d|D)(h|H)(a|A)(t|T))(6|7){1}([.][0-9]{1,2})?$'},
{'type': 'string',
'pattern':
'^((s|S)(l|L)(e|E)(s|S))(11|12|15){1}(([.]|((s|S)(p|P)))[0-9])?$'},
Expand Down

0 comments on commit 43786c4

Please sign in to comment.