From 20bd5dfb5908f79b6e2c1c19b5e6e893baad86ee Mon Sep 17 00:00:00 2001 From: Aurelien Lourot Date: Thu, 25 Feb 2021 13:05:30 +0100 Subject: [PATCH] Remove obsolete comment The automatic corosync cleanup on Juju >= 2.8 turned out not to work and has been removed from charm-hacluster. The 'update-ring' action is now always needed. --- zaza/openstack/charm_tests/hacluster/tests.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/zaza/openstack/charm_tests/hacluster/tests.py b/zaza/openstack/charm_tests/hacluster/tests.py index f340022..ea613ec 100644 --- a/zaza/openstack/charm_tests/hacluster/tests.py +++ b/zaza/openstack/charm_tests/hacluster/tests.py @@ -193,8 +193,6 @@ class HaclusterScaleBackAndForthTest(HaclusterBaseTest): logging.info('Updating corosync ring') hacluster_app_name = zaza.model.get_unit_from_name( surviving_hacluster_unit).application - # NOTE(lourot): with Juju >= 2.8 this isn't actually necessary as it - # has already been done in hacluster's hanode departing hook: zaza.model.run_action_on_leader( hacluster_app_name, 'update-ring',