Signed-off-by: Angus Salkeld <[email protected]>
---
cts/corosync.py | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/cts/corosync.py b/cts/corosync.py
index 0fce75e..bcaa796 100644
--- a/cts/corosync.py
+++ b/cts/corosync.py
@@ -180,7 +180,8 @@ class corosync_flatiron(ClusterManager):
def install_all_config(self):
tmp1 = {}
- for c in self.new_config:
+ sorted_keys = sorted(self.new_config.keys())
+ for c in sorted_keys:
self.log('configuring: ' + c + ' = '+ str(self.new_config[c]))
self.config.set (c, self.new_config[c])
self.applied_config[c] = self.new_config[c]
--
1.7.5
_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais