~xianghui/charms/trusty/hacluster/support-ipv6

« back to all changes in this revision

Viewing changes to templates/corosync.conf

  • Committer: Hui Xiang
  • Date: 2014-08-19 07:06:29 UTC
  • Revision ID: hui.xiang@canonical.com-20140819070629-pheqt6jch26p84l5
Support hacluster for IPv6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
        # Optionally assign a fixed node id (integer)
34
34
        # nodeid: 1234
 
35
        {% if nodeid %}
 
36
        nodeid: {{ nodeid }}
 
37
        {% endif %}
 
38
        
 
39
        # ipv6
 
40
        {% if ip_version %}
 
41
        ip_version: {{ ip_version }}
 
42
        {% endif %}
35
43
 
36
44
        # This specifies the mode of redundant ring, which may be none, active, or passive.
37
45
        rrp_mode: none