diff --git a/templates/local_settings.py.erb b/templates/local_settings.py.erb index c319e848..71613793 100644 --- a/templates/local_settings.py.erb +++ b/templates/local_settings.py.erb @@ -425,20 +425,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