From 4cb7de983e26d07a1709182e251731d7d40a151d Mon Sep 17 00:00:00 2001 From: Martin Kalcok Date: Mon, 7 Apr 2025 10:14:09 +0200 Subject: [PATCH] ovn-chassis: Switch principal charm to 'ubuntu'. Charm ovn-chassis used 'magpie' as a principal charm, but magpie doesn't have 'noble' release. Switching to 'ubuntu' is an easy way to unblock noble functional tests. Signed-off-by: Martin Kalcok --- zaza/openstack/charm_tests/ovn/tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zaza/openstack/charm_tests/ovn/tests.py b/zaza/openstack/charm_tests/ovn/tests.py index 9516678..3664e2f 100644 --- a/zaza/openstack/charm_tests/ovn/tests.py +++ b/zaza/openstack/charm_tests/ovn/tests.py @@ -121,11 +121,11 @@ class ChassisCharmOperationTest(BaseCharmOperationTest): 'ovn-controller', ] if cls.application_name == 'ovn-chassis': - principal_app_name = 'magpie' + principal_app_name = 'ubuntu' else: principal_app_name = cls.application_name source = zaza.model.get_application_config( - principal_app_name)['source']['value'] + principal_app_name).get('source', {}).get('value', "") logging.info(source) if 'train' in source: cls.nrpe_checks = [