summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authormanchandavishal <manchandavishal143@gmail.com>2022-01-25 15:40:52 +0530
committerVishal Manchanda <manchandavishal143@gmail.com>2022-01-31 16:22:49 +0000
commitb430d5aa438babc0779cd732ab8d2fa9f097be2a (patch)
tree6a0ab445e09eaa35d48e8590804268db06c03a50 /releasenotes
parent6ac31e0ba8df520133d20d21e35085d9b882c04e (diff)
downloadhorizon-b430d5aa438babc0779cd732ab8d2fa9f097be2a.tar.gz
Follow-up: Drop Django based implementation of launch instance
This patch is a follow-up patch addressing the below comments given on the commit 6ac31e0 : * delete unused template files. * Drop "config_drive" option and related code from resize instance step because it need to show only for Launch Instance. * grammer correction in the release note Change-Id: I9ab52927fc6be31d491f010e5e3d9323ddd34e9e
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/drop-django-launch-instance-form-c6543e1d52786b79.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/releasenotes/notes/drop-django-launch-instance-form-c6543e1d52786b79.yaml b/releasenotes/notes/drop-django-launch-instance-form-c6543e1d52786b79.yaml
index eaa9c78af..256fbc0d4 100644
--- a/releasenotes/notes/drop-django-launch-instance-form-c6543e1d52786b79.yaml
+++ b/releasenotes/notes/drop-django-launch-instance-form-c6543e1d52786b79.yaml
@@ -4,6 +4,6 @@ upgrade:
The Django version of the launch instance form was dropped.
It was deprecated since Wallaby release.
``LAUNCH_INSTANCE_LEGACY_ENABLED`` and ``LAUNCH_INSTANCE_NG_ENABLED``
- setting were dropped as horizon uses angular version of launch instance
- by default.
+ settings were dropped as horizon always uses the Angular version of
+ the launch instance form.