summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authormanchandavishal <manchandavishal143@gmail.com>2022-04-18 23:30:04 +0530
committerAkihiro Motoki <amotoki@gmail.com>2022-05-10 05:28:28 +0900
commit65d748fb252aaa8b0946100bfa8a59bddaf8f720 (patch)
treefcaeafd3bc9aed8284eed1c3b2a82b2d6475f5c5 /releasenotes
parentfcf3ae9365ac7f8f95a29dad0c611c7542746a58 (diff)
downloadhorizon-65d748fb252aaa8b0946100bfa8a59bddaf8f720.tar.gz
Deprecate Django based Panel for Images, Keypair, and roles
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/deprecate-django-panels-for-images-keyspairs-roles-36b9c234eef71b51.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/releasenotes/notes/deprecate-django-panels-for-images-keyspairs-roles-36b9c234eef71b51.yaml b/releasenotes/notes/deprecate-django-panels-for-images-keyspairs-roles-36b9c234eef71b51.yaml
new file mode 100644
index 000000000..013412891
--- /dev/null
+++ b/releasenotes/notes/deprecate-django-panels-for-images-keyspairs-roles-36b9c234eef71b51.yaml
@@ -0,0 +1,12 @@
+---
+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.