diff --git a/muranopkgcheck/validators/ui.py b/muranopkgcheck/validators/ui.py index 5af8d65..1ae1afc 100644 --- a/muranopkgcheck/validators/ui.py +++ b/muranopkgcheck/validators/ui.py @@ -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', diff --git a/releasenotes/notes/support-ui-24-ec36e2fb353bb9b7.yaml b/releasenotes/notes/support-ui-24-ec36e2fb353bb9b7.yaml new file mode 100644 index 0000000..f85f436 --- /dev/null +++ b/releasenotes/notes/support-ui-24-ec36e2fb353bb9b7.yaml @@ -0,0 +1,3 @@ +--- +fixes: + - Recognise Dynamic IU v2.4 as a valid choice