config/puppet-manifests/src/modules/openstack/templates/horizon-params.erb

9 lines
183 B
Plaintext

[horizon_params]
https_enabled = <%= @enable_https %>
[auth]
lockout_period = <%= @lockout_period %>
lockout_retries = <%= @lockout_retries %>
[deployment]
workers = <%= @workers %>