openstack-ansible-os_horizon/releasenotes/notes/make-ipv6-a-toggle-63d9c839e204cdda.yaml
Major Hayden 1111f3d629 Enable IPv6 support in Horizon
This patch creates a variable to control IPv6 support in Horizon
and enables it by default.

Release notes are included.

Depends-On: I2d5300d4d5b02df3351ab52b1be32dd60241d34b
Change-Id: I4133d97f3a0aa4886b4b6f6ca3d6fb151231b0ef
2016-05-05 12:30:37 +00:00

15 lines
497 B
YAML

---
features:
- |
Horizon's IPv6 support is now enabled by default. This allows users to
manage subnets with IPv6 addresses within the Horizon interface. Deployers
can disable IPv6 support in Horizon by setting the following variable:
.. code-block:: yaml
horizon_enable_ipv6: False
Please note: Horizon will still display IPv6 addresses in various panels
with IPv6 support disabled. However, it will not allow any direct
management of IPv6 configuration.