From 3428d4fa9b90c9722058de6775abc0cd44043b5a Mon Sep 17 00:00:00 2001 From: Sofer Athlan-Guyot Date: Thu, 7 Jul 2016 12:00:57 +0200 Subject: [PATCH] Include openstacklib defaults manifest. This provides a mechanism for setting default across all modules. Change-Id: I2a83e4430856c89d282e9c30eaab022d1f875498 Related-Bug: 1599113 --- manifests/params.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/params.pp b/manifests/params.pp index 5cc4c6f5..16c155b1 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -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'