bb69b667f0
This patch updates all the roles to the latest available SHA's, updates all the OpenStack Service SHA's and also updates the appropriate python requirements pins. Change-Id: Ifc77c02d456500651e8adcaf9338f81601e2c148
17 lines
623 B
YAML
17 lines
623 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 <http://docs.openstack.org/developer/horizon/topics/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
|
|
|