From 1a0210b0a53871b1c59b8f5110d56a5cfedf3c5b Mon Sep 17 00:00:00 2001 From: Liam Young Date: Sat, 16 May 2020 08:29:12 +0000 Subject: [PATCH] Remove node1 Due to LP #1874719 delete node1 as its not used. --- zaza/openstack/charm_tests/pacemaker_remote/tests.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zaza/openstack/charm_tests/pacemaker_remote/tests.py b/zaza/openstack/charm_tests/pacemaker_remote/tests.py index f0d0b4d..328d5cf 100644 --- a/zaza/openstack/charm_tests/pacemaker_remote/tests.py +++ b/zaza/openstack/charm_tests/pacemaker_remote/tests.py @@ -26,5 +26,8 @@ class PacemakerRemoteTest(unittest.TestCase): def test_check_nodes_online(self): """Test that all nodes are online.""" + zaza.openstack.configure.hacluster.remove_node( + 'api', + 'node1') self.assertTrue( zaza.openstack.configure.hacluster.check_all_nodes_online('api'))