Support Dynamic UI version 2.4
This version was included in the Ocata release Change-Id: I9a382626bbb710d4b059a4dd99314ae876f7c979
This commit is contained in:
parent
4c36f3e49f
commit
3eb827a8b4
@ -16,7 +16,7 @@ from muranopkgcheck import error
|
||||
from muranopkgcheck.i18n import _
|
||||
from muranopkgcheck.validators import base
|
||||
|
||||
UI_VERSION = frozenset(('1.0', '1', '2', '2.0', '2.1', '2.2', '2.3'))
|
||||
UI_VERSION = frozenset(('1.0', '1', '2', '2.0', '2.1', '2.2', '2.3', '2.4'))
|
||||
FIELDS_TYPE = frozenset(('string', 'boolean', 'text', 'integer', 'password',
|
||||
'clusterip', 'floatingip', 'domain', 'databaselist',
|
||||
'table', 'flavor', 'keypair', 'image', 'azone',
|
||||
|
3
releasenotes/notes/support-ui-24-ec36e2fb353bb9b7.yaml
Normal file
3
releasenotes/notes/support-ui-24-ec36e2fb353bb9b7.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
fixes:
|
||||
- Recognise Dynamic IU v2.4 as a valid choice
|
Loading…
Reference in New Issue
Block a user