From af9c0919ee8c63e25185a7bf2fe26fa6a49e36ac Mon Sep 17 00:00:00 2001 From: Andy Botting Date: Thu, 21 Oct 2021 09:48:35 +1100 Subject: [PATCH] Support Dynamic UI version 2.4 This version was included in the Ocata release Change-Id: I9a382626bbb710d4b059a4dd99314ae876f7c979 --- muranopkgcheck/validators/ui.py | 2 +- releasenotes/notes/support-ui-24-ec36e2fb353bb9b7.yaml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/support-ui-24-ec36e2fb353bb9b7.yaml 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