Adds ipv6 privacy extensions deploy note to config.yaml
This commit is contained in:
Edward Hope-Morley 2014-09-25 17:32:34 +01:00
parent a47f92f214
commit c002906c29
1 changed files with 10 additions and 2 deletions

View File

@ -44,6 +44,14 @@ options:
.
This network will be used for access to database services.
prefer-ipv6:
default: false
type: boolean
description: "Enable IPv6."
default: False
description: |
If True enables IPv6 support. The charm will expect network interfaces
to be configured with an IPv6 address. If set to False (default) IPv4
is expected.
.
NOTE: these charms do not currently support IPv6 privacy extension. In
order for this charm to function correctly, the privacy must be
disabled and a non-temporary address must be configured/available on
your network interface.