Support Dynamic UI version 2.4

This version was included in the Ocata release

Change-Id: I9a382626bbb710d4b059a4dd99314ae876f7c979
This commit is contained in:
Andy Botting 2021-10-21 09:48:35 +11:00
parent b87575fb62
commit af9c0919ee
2 changed files with 4 additions and 1 deletions

View File

@ -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',

View File

@ -0,0 +1,3 @@
---
fixes:
- Recognise Dynamic IU v2.4 as a valid choice