summaryrefslogtreecommitdiffstats
path: root/utils_cman.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils_cman.py')
-rw-r--r--utils_cman.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/utils_cman.py b/utils_cman.py
index 6f9bb18..7725739 100644
--- a/utils_cman.py
+++ b/utils_cman.py
@@ -1,10 +1,12 @@
# -*- coding: UTF-8 -*-
-# Copyright 2014 Red Hat, Inc.
+# Copyright 2015 Red Hat, Inc.
# Part of clufter project
# Licensed under GPLv2+ (a copy included | http://gnu.org/licenses/gpl-2.0.txt)
"""CMAN helpers, mainly used in the filter definitions"""
__author__ = "Jan Pokorný <jpokorny @at@ Red Hat .dot. com>"
+PATH_CLUSTERCONF = '/etc/cluster/cluster.conf'
+
def get_nodes(etree):
return etree.xpath('/cluster/clusternodes/clusternode')