horizon/openstack_dashboard/dashboards/project/instances
manchandavishal 6ac31e0ba8 Drop Django based implementation of launch instance
horizon already deprecated launch instance Django based implementation
in the wallaby cycle [1]. This patch remove code for launch instance
Django based implementation as angular based implementation is the
default one from long and all features gaps between angular and Django
implementation is closed.

It also moves SetAdvanced step code to ``resize_instance.py`` as
``workflows/create_instance.py`` file is deleted and remove server_group
option from Advanced Options of resizing instance action because
"server_group" is not required while resizing an instance as per
nova-api reference [2].

Closes-Bug: #1869222

[1] https://review.opendev.org/c/openstack/horizon/+/779125
[2] https://docs.openstack.org/api-ref/compute/?expanded=resize-server-resize-action-detail#resize-server-resize-action

Change-Id: I5e01cd81f309491f1a58ea93911030366a86e3c7
2022-01-24 16:21:18 +05:30
..
templates/instances Drop Django based implementation of launch instance 2022-01-24 16:21:18 +05:30
workflows Drop Django based implementation of launch instance 2022-01-24 16:21:18 +05:30
__init__.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
audit_tables.py Drop the usage of unicode prefix from unicode strings 2021-02-12 13:05:27 -06:00
console.py Add MKS console support 2017-11-29 21:06:38 -05:00
forms.py Drop the usage of nova extensions in python code 2020-10-27 20:00:45 +09:00
interfaces_tables.py Add instance interfaces tab for easy security group edit 2018-04-22 07:40:52 +09:00
panel.py Revert "Add policy rules to project panels" 2017-01-03 19:35:35 +00:00
tables.py Drop Django based implementation of launch instance 2022-01-24 16:21:18 +05:30
tabs.py Handle an attached volume without volume_image_metadata 2021-02-28 07:34:59 +09:00
tests.py Drop Django based implementation of launch instance 2022-01-24 16:21:18 +05:30
urls.py Drop Django based implementation of launch instance 2022-01-24 16:21:18 +05:30
utils.py Cleanup for Refactor-error-messages 2020-09-04 10:39:11 +00:00
views.py Drop Django based implementation of launch instance 2022-01-24 16:21:18 +05:30