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
This commit is contained in:
Takashi Kajinami 2022-01-10 13:56:21 +09:00
parent 8cbc78dcf4
commit 6d5dbb71f4
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