openstack-ansible-os_horizon/releasenotes/notes/ng-instance-management-f9134fc283aa289c.yaml
Guoqiang Ding 935b20deb4 Update the doc link
Change-Id: I688f0d54056ef94835b1e9ccf5ed98143863d442
2017-11-13 18:13:56 +08:00

17 lines
628 B
YAML

---
features:
- The horizon next generation instance management panels have been
enabled by default. This changes horizon to use the upstream defaults
instead of the legacy panels. `Documentation can be found here <https://docs.openstack.org/horizon/latest/configuration/settings.html#launch-instance-ng-enabled>`_.
upgrade:
- |
The default horizon instance launch panels have been changed to the
next generation panels. To enable legacy functionality set the following
options accordingly:
.. code-block:: yaml
horizon_launch_instance_legacy: True
horizon_launch_instance_ng: False