57380fae71
As discussed in the horizon meeting, we think that feature gaps between the two implementations have been closed. Let's mark the Django version as deprecated and gather more attentions from operators. Change-Id: I55379c0897bad46decfabb443afe9439a31a3164
12 lines
501 B
YAML
12 lines
501 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
The Django version of the launch instance form is deprecated now.
|
|
Switch to the AngularJS version of the form by setting
|
|
``LAUNCH_INSTANCE_NG_ENABLED`` to ``True`` and
|
|
``LAUNCH_INSTANCE_LEGACY_ENABLED`` to ``False``.
|
|
The horizon team believes that feature gaps between Django and
|
|
AngularJS implementations have been closed and we can drop the
|
|
Django version. If you see any feature gap, please file a bug to
|
|
horizon or contact the horizon team.
|