diff --git a/templates/local_settings.py.erb b/templates/local_settings.py.erb index 95000f51..c6f9ed0f 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