Include openstacklib defaults manifest.

This provides a mechanism for setting default across all modules.

Change-Id: I2a83e4430856c89d282e9c30eaab022d1f875498
Related-Bug: 1599113
This commit is contained in:
Sofer Athlan-Guyot 2016-07-07 12:00:57 +02:00 committed by Alex Schultz
parent 72dcec4e9b
commit 3428d4fa9b

View File

@ -1,6 +1,7 @@
# these parameters need to be accessed from several locations and
# should be considered to be constant
class horizon::params {
include ::openstacklib::defaults
$logdir = '/var/log/horizon'
$django_wsgi = '/usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi'