From 156f4662da83d19f5e54fc272d296601b029dae8 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 23 Feb 2022 17:57:43 +0900 Subject: [PATCH] Remove LAUNCH_INSTANCE_*_ENABLED from local_settings ... because these parameters have been removed from Horizon by [1]. [1] 6ac31e0ba8df520133d20d21e35085d9b882c04e Change-Id: Ieedc84243326e93d06bb94a121a88beac7213268 --- templates/local_settings.py.erb | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/templates/local_settings.py.erb b/templates/local_settings.py.erb index 23ecd926..66dd25e4 100644 --- a/templates/local_settings.py.erb +++ b/templates/local_settings.py.erb @@ -424,20 +424,6 @@ OPENSTACK_KEYSTONE_BACKEND = { OPENSTACK_ENABLE_PASSWORD_RETRIEVE = True <% end -%> -# The Launch Instance user experience has been significantly enhanced. -# You can choose whether to enable the new launch instance experience, -# the legacy experience, or both. The legacy experience will be removed -# in a future release, but is available as a temporary backup setting to ensure -# compatibility with existing deployments. Further development will not be -# done on the legacy experience. Please report any problems with the new -# experience via the Launchpad tracking system. -# -# Toggle LAUNCH_INSTANCE_LEGACY_ENABLED and LAUNCH_INSTANCE_NG_ENABLED to -# determine the experience to enable. Set them both to true to enable -# both. -#LAUNCH_INSTANCE_LEGACY_ENABLED = False -#LAUNCH_INSTANCE_NG_ENABLED = True - # This setting controls whether SimpleTenantUsage nova API is used in the usage # overview. According to feedbacks to the horizon team, the usage of # SimpleTenantUsage can cause performance issues in the nova API in larger