From b012ddaddc43df12fa598d840e674af989601455 Mon Sep 17 00:00:00 2001 From: Rajesh Tailor Date: Tue, 11 Sep 2018 11:59:02 +0530 Subject: [PATCH] Expose nova.conf config lines to be used as hiera overrides Included nova::config in undercloud puppet-stack-config puppet manifest so that nova configuration parameters can be overriden using hiera overrides. Change-Id: I71bc5ed35cc41139481ceb51216183e6c703cf01 --- elements/puppet-stack-config/puppet-stack-config.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/elements/puppet-stack-config/puppet-stack-config.pp b/elements/puppet-stack-config/puppet-stack-config.pp index a80e34d6..e50d4b08 100644 --- a/elements/puppet-stack-config/puppet-stack-config.pp +++ b/elements/puppet-stack-config/puppet-stack-config.pp @@ -392,6 +392,7 @@ include ::nova::wsgi::apache_placement include ::nova::cron::archive_deleted_rows include ::nova::cron::purge_shadow_tables +include ::nova::config include ::nova::conductor include ::nova::scheduler include ::nova::scheduler::filter