summaryrefslogtreecommitdiffstats
path: root/filters/corosync/nodelist/node/__init__.py
blob: 785a48cc0f711c582389ccf6352d8851231f70cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- coding: UTF-8 -*-
# Copyright 2015 Red Hat, Inc.
# Part of clufter project
# Licensed under GPLv2+ (a copy included | http://gnu.org/licenses/gpl-2.0.txt)


###

needlexml2pcscmd = '''\
    <xsl:value-of select="concat(' ', @ring0_addr)"/>
    <xsl:if test="@ring1_addr">
        <xsl:value-of select="concat(',', @ring1_addr)"/>
    </xsl:if>
'''