summaryrefslogtreecommitdiffstats
path: root/filters/ccs2ccs_pcmk.py
diff options
context:
space:
mode:
Diffstat (limited to 'filters/ccs2ccs_pcmk.py')
-rw-r--r--filters/ccs2ccs_pcmk.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/filters/ccs2ccs_pcmk.py b/filters/ccs2ccs_pcmk.py
index 443817c..855800b 100644
--- a/filters/ccs2ccs_pcmk.py
+++ b/filters/ccs2ccs_pcmk.py
@@ -15,4 +15,4 @@ def ccs2ccs_pcmk(flt_ctxt, in_obj):
# there is also a possibility to put service-only directive
# as a file under /etc/corosync/service.d/ (called, e.g., pcmk,
# see Clusters from Scratch document)
- return ('etree', flt_ctxt.proceed_xslt_filter(in_obj, raw=flt_ctxt['raw']))
+ return ('etree', flt_ctxt.ctxt_proceed_xslt(in_obj))