Switch to new UI from the legacy one

Change-Id: I2772602bb04309b2a2d19898061208e38fc744ad
This commit is contained in:
Proskurin Kirill 2016-11-28 14:27:06 +00:00
parent 9334e52b7e
commit f12f87c6fe
1 changed files with 2 additions and 2 deletions

View File

@ -222,8 +222,8 @@ OPENSTACK_KEYSTONE_BACKEND = {
# 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
# A dictionary of settings which can be used to provide the default values for
# properties found in the Launch Instance modal.