Remove unused params key

Change-Id: I9e5ede894bd988ce63a856c20cc107b39a52cac5
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2025-08-23 14:26:56 +09:00
parent e68e4e7d63
commit 8021428ed1

View File

@@ -15,7 +15,6 @@ class horizon::params {
$config_file = '/etc/openstack-dashboard/local_settings'
$policy_dir = '/etc/openstack-dashboard'
$httpd_config_file = '/etc/httpd/conf.d/openstack-dashboard.conf'
$httpd_listen_config_file = '/etc/httpd/conf/httpd.conf'
$root_url = '/dashboard'
$static_path = '/usr/share'
$django_wsgi = '/usr/share/openstack-dashboard/openstack_dashboard/wsgi.py'
@@ -34,7 +33,6 @@ class horizon::params {
$conf_d_dir = '/etc/openstack-dashboard/local_settings.d'
$config_file = '/etc/openstack-dashboard/local_settings.py'
$policy_dir = undef
$httpd_listen_config_file = '/etc/apache2/ports.conf'
$root_url = '/horizon'
$static_path = '/var/lib'
$wsgi_user = 'horizon'