From 6d5dbb71f434007618bcfb6df02947a4e89187f5 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 10 Jan 2022 13:56:21 +0900 Subject: [PATCH] Fix outdated default of LAUNCH_INSTANCE_*_ENABLED This change fixes the documented default of LAUNCH_INSTANCE_*_ENABLED, which was updated during Mitaka cycle by[1]. [1] 2843ce3c0a9d3e3ca7740c25d8d0bbd96134f26e Change-Id: I9e75b62e75aca0905f3a59ecadf83c41e036884c --- templates/local_settings.py.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/local_settings.py.erb b/templates/local_settings.py.erb index ebd0f865..1d2ffe68 100644 --- a/templates/local_settings.py.erb +++ b/templates/local_settings.py.erb @@ -435,8 +435,8 @@ OPENSTACK_ENABLE_PASSWORD_RETRIEVE = True # 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 = True -#LAUNCH_INSTANCE_NG_ENABLED = False +#LAUNCH_INSTANCE_LEGACY_ENABLED = False +#LAUNCH_INSTANCE_NG_ENABLED = True # The Xen Hypervisor has the ability to set the mount point for volumes # attached to instances (other Hypervisors currently do not). Setting