~niedbalski/charms/trusty/percona-cluster/fix-lp1461669

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Edward Hope-Morley
  • Date: 2014-11-25 17:46:13 UTC
  • mfrom: (35.3.57 ipv6)
  • Revision ID: edward.hope-morley@canonical.com-20141125174613-r5qu0bzpm0pcio8e
[hopem,r=james-page]

Adds IPv6 Support

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
      The IP address and netmask of the 'access' network (e.g., 192.168.0.0/24)
44
44
      .
45
45
      This network will be used for access to database services.
46
 
 
 
46
  prefer-ipv6:
 
47
    type: boolean
 
48
    default: False
 
49
    description: |
 
50
      If True enables IPv6 support. The charm will expect network interfaces
 
51
      to be configured with an IPv6 address. If set to False (default) IPv4
 
52
      is expected.
 
53
      .
 
54
      NOTE: these charms do not currently support IPv6 privacy extension. In
 
55
      order for this charm to function correctly, the privacy extension must be
 
56
      disabled and a non-temporary address must be configured/available on
 
57
      your network interface.