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.
This commit is contained in:
Aurelien Lourot
2021-02-25 13:05:30 +01:00
parent 8c819814fb
commit 20bd5dfb59

View File

@@ -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',