f0dc5195aa
Change the horizon defaults to use the next generation instance management panels. This change allows deployers to better manage their instances as well as access to more features/functionality in horizon. Change-Id: I3502b3e7402223b450773f668545bd6b4a8e7671 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
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
|
|
|