commit | 13251f6885f182cb7f8f64ec5cda86360b3bb1f6 | [log] [tgz] |
---|---|---|
author | Ievgeniia Zadorozhna <izadorozhna@mirantis.com> | Thu Jan 04 21:22:59 2024 +0100 |
committer | Ievgeniia Zadorozhna <izadorozhna@mirantis.com> | Thu Jan 04 21:23:37 2024 +0100 |
tree | 4f9170103ec1c6ce30064b2751f7dcf2289e6374 | |
parent | 47030ce5b3c15de3f12cee6e6e7a5d2a5bd31add [diff] [blame] |
Added new OS releases to the const.py file to match Nova version Related-PROD: PROD-37028 Change-Id: Ia51e408901469db29dd81b0441c676cd62c7267e
diff --git a/cfg_checker/common/const.py b/cfg_checker/common/const.py index 25b264e..f2b3d3f 100644 --- a/cfg_checker/common/const.py +++ b/cfg_checker/common/const.py
@@ -147,6 +147,8 @@ } nova_openstack_versions = { + "28": "Bobcat", + "27": "Antelope", "26": "Zed", "25": "Yoga", "24": "Xena",