91cf1e88dc
This patch updates all the roles to the latest available stable SHA's, copies the release notes from the updated roles into the integrated repo. Change-Id: Iebe2dfd5b1a1fd8977d13075dfe7f841e6e416a0
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
|
|
|