65d748fb25
As discussed in the horizon meetings or in horizon PTG sessions, horizon team agreed to deprecate django version of Images, Keypair and Roles panel as we think that feature gaps between the two implementations have been closed. Let's mark the Django version as deprecated for all these panels and gather more attention from operators. Change-Id: I965f9dbdd5e78b52a788f73b359c1c6fbc18637e
13 lines
599 B
YAML
13 lines
599 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
The Django version of the Images, Keypairs, and Roles panels
|
|
is deprecated now. Switch to the AngularJS version by setting
|
|
``images_panel``, ``key_pairs_panel`` and ``roles_panel`` keys
|
|
in ``ANGULAR_FEATURES`` setting to ``True``
|
|
(or dropping these keys from ``ANGULAR_FEATURES`` setting).
|
|
The horizon team believes that feature gaps between Django and
|
|
AngularJS implementations have been closed for all these panels and
|
|
we can drop the Django version. If you see any feature gap, please
|
|
file a bug to horizon or contact the horizon team.
|