Signed-off-by: Angus Salkeld <[email protected]>
---
 cts/corolab.py  |    4 ++--
 cts/corosync.py |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/cts/corolab.py b/cts/corolab.py
index 3541f47..d5d5241 100755
--- a/cts/corolab.py
+++ b/cts/corolab.py
@@ -118,8 +118,8 @@ class CoroLabEnvironment(CtsLab):
         self["benchmark"] = 0
         self["logrestartcmd"] = "/etc/init.d/rsyslog restart 2>&1 > /dev/null"
         self["Schema"] = "corosync 1.2"
-        self["Stack"] = "corosync (flatiron)"
-        self['CMclass'] = corosync_flatiron
+        self["Stack"] = "corosync (needle)"
+        self['CMclass'] = corosync_needle
         self["stonith-type"] = "external/ssh"
         self["stonith-params"] = "hostlist=all,livedangerously=yes"
         self["at-boot"] = 0  # Does the cluster software start automatically 
when the node boot 
diff --git a/cts/corosync.py b/cts/corosync.py
index 7561270..1eb2716 100644
--- a/cts/corosync.py
+++ b/cts/corosync.py
@@ -94,7 +94,7 @@ class CoroConfig(object):
         return self.new_root + "/etc/corosync/corosync.conf"
 
 ###################################################################
-class corosync_flatiron(ClusterManager):
+class corosync_needle(ClusterManager):
     '''
      bla
     '''
@@ -102,7 +102,7 @@ class corosync_flatiron(ClusterManager):
         ClusterManager.__init__(self, Environment, randseed)
 
         self.update({
-            "Name"           : "corosync(flatiron)",
+            "Name"           : "corosync(needle)",
             "StartCmd"       : CTSvars.INITDIR+"/corosync start",
             "StopCmd"        : CTSvars.INITDIR+"/corosync stop",
             "RereadCmd"      : CTSvars.INITDIR+"/corosync reload",
-- 
1.7.3.1

_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais

Reply via email to