diff --git a/cts/corosync.py b/cts/corosync.py index 64b096dd..79f44705 100644 --- a/cts/corosync.py +++ b/cts/corosync.py @@ -144,8 +144,8 @@ class corosync_flatiron(ClusterManager): self.node_to_ip = {} self.new_config = {} - self.new_config['service[0]/name'] = 'corosync_tst_sv2' - self.new_config['service[0]/ver'] = '0' + self.new_config['service[1]/name'] = 'corosync_tst_sv2' + self.new_config['service[1]/ver'] = '0' self.applied_config = {} for n in self.Env["nodes"]: ip = socket.gethostbyname(n)