summaryrefslogtreecommitdiffstats
path: root/cluster-cman.py
diff options
context:
space:
mode:
Diffstat (limited to 'cluster-cman.py')
-rwxr-xr-xcluster-cman.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/cluster-cman.py b/cluster-cman.py
index 15cccda..c2608d1 100755
--- a/cluster-cman.py
+++ b/cluster-cman.py
@@ -572,17 +572,17 @@ graph = lambda\
# cluster management layer - cluster nodes layer
#
]+\
- [DelegateRICCIRPC\
+ [CmanRicciRPC\
('ccs'
,'node_a-ricci'
,ltail='cluster.management-cli'
)
- ,DelegateRICCIRPC\
+ ,CmanRicciRPC\
('luci'
,'node_b-ricci'
,ltail='cluster.management-cli'
)
- ,DelegateRICCIRPC\
+ ,CmanRicciRPC\
('ccs_sync'
,'node_c-ricci'
,ltail='cluster.management-cli'
@@ -591,7 +591,7 @@ graph = lambda\
# outer environment - cluster management layer
#
]+\
- [DelegateLuciHTTPS\
+ [CmanLuciHTTPS\
('firefox'
,'luci'
)