diff --git a/defaults/main.yml b/defaults/main.yml index 9f705a38..ec3e54b2 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -55,6 +55,8 @@ horizon_time_zone: UTC horizon_enforce_password_check: False horizon_disable_password_reveal: False horizon_enable_password_retrieve: False +# If nova_libvirt_inject_password is set to True, then this can also be enabled: +horizon_can_set_password: False ## Horizon SSL horizon_ssl_cert: /etc/ssl/certs/horizon.pem diff --git a/templates/horizon_local_settings.py.j2 b/templates/horizon_local_settings.py.j2 index 17ec3c1d..7835dcd2 100644 --- a/templates/horizon_local_settings.py.j2 +++ b/templates/horizon_local_settings.py.j2 @@ -239,7 +239,7 @@ LAUNCH_INSTANCE_NG_ENABLED = {{ horizon_launch_instance_ng }} # from the UI. OPENSTACK_HYPERVISOR_FEATURES = { 'can_set_mount_point': False, - 'can_set_password': False, + 'can_set_password': {{ horizon_can_set_password }}, } # The OPENSTACK_CINDER_FEATURES settings can be used to enable optional