Skip to content

Commit

Permalink
corosync: fix config for ipv6 testing
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
  • Loading branch information
fabbione committed Apr 3, 2017
1 parent 9ec9949 commit e99112b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions roles/corosync-tests/templates/corosync.conf.j2
Expand Up @@ -9,6 +9,9 @@
totem {
version: 2
cluster_name: testcluster
{% if ipproto == 'ipv6' %}
ip_version: ipv6
{% endif %}
{% if corosync_transport is defined %}
transport: {{ corosync_transport }}
{% endif %}
Expand Down

0 comments on commit e99112b

Please sign in to comment.