935b20deb4
Change-Id: I688f0d54056ef94835b1e9ccf5ed98143863d442
17 lines
628 B
YAML
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
|
|
|