~james-page/charms/trusty/cinder/https-multi-network

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: james.page at ubuntu
  • Date: 2014-10-01 22:07:44 UTC
  • mfrom: (45.1.1 cinder)
  • Revision ID: james.page@ubuntu.com-20141001220744-v35hu9iblt15phc7
Rebase and resync

Show diffs side-by-side

added added

removed removed

Lines of Context:
161
161
      192.168.0.0/24)
162
162
      .
163
163
      This network will be used for public endpoints.
164
 
 
 
164
  prefer-ipv6:
 
165
    type: boolean
 
166
    default: False
 
167
    description: |
 
168
      If True enables IPv6 support. The charm will expect network interfaces
 
169
      to be configured with an IPv6 address. If set to False (default) IPv4
 
170
      is expected.
 
171
      .
 
172
      NOTE: these charms do not currently support IPv6 privacy extension. In
 
173
      order for this charm to function correctly, the privacy extension must be
 
174
      disabled and a non-temporary address must be configured/available on
 
175
      your network interface.