Remove node1

Due to LP #1874719 delete node1 as its not used.
This commit is contained in:
Liam Young
2020-05-16 08:29:12 +00:00
parent 1d8a5afe68
commit 1a0210b0a5
@@ -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'))