puppet-horizon/spec/classes
Takashi Kajinami 19db7a0d2f Stop replacing a dict value
Currently we completely replace some dict values in local_settings but
this causes a few problems.

 - Some keys(eg OPENSTACK_HYPERVISOR_FEATURES['enable_quotas']) are
   missing from the default dict value, which overrides its default
   value (True) in Horizon

 - We have to maintain the default values defined in our manifest
   according to any update in Horizon side.

This updates the logic to override keys only when requested, so that
the configuration basically leverage the defaults defined in Horizon.

Change-Id: I0fa105e595ff053d389e75004638af5856dbb734
2023-08-31 15:13:12 +09:00
..
horizon_dashboards_designate_spec.rb Replace legacy facts and use fact hash 2023-03-02 12:23:01 +09:00
horizon_dashboards_heat_spec.rb Replace legacy facts and use fact hash 2023-03-02 12:23:01 +09:00
horizon_dashboards_manila_spec.rb Debian: Fix the wrong package name of manila-ui 2023-03-10 17:28:38 +09:00
horizon_dashboards_octavia_spec.rb Replace legacy facts and use fact hash 2023-03-02 12:23:01 +09:00
horizon_init_spec.rb Stop replacing a dict value 2023-08-31 15:13:12 +09:00
horizon_policy_spec.rb Allow customizing policy files 2022-01-08 13:25:42 +09:00
horizon_wsgi_apache_spec.rb Replace legacy facts and use fact hash 2023-03-02 12:23:01 +09:00