From 65d748fb252aaa8b0946100bfa8a59bddaf8f720 Mon Sep 17 00:00:00 2001 From: manchandavishal Date: Mon, 18 Apr 2022 23:30:04 +0530 Subject: 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 --- ...o-panels-for-images-keyspairs-roles-36b9c234eef71b51.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 releasenotes/notes/deprecate-django-panels-for-images-keyspairs-roles-36b9c234eef71b51.yaml (limited to 'releasenotes') 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. -- cgit v1.2.1