Merge "Fix outdated default of LAUNCH_INSTANCE_*_ENABLED"

This commit is contained in:
Zuul 2022-01-10 20:56:25 +00:00 committed by Gerrit Code Review
commit f3b8e50ebb
1 changed files with 2 additions and 2 deletions

View File

@ -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