From 3ac244adda7618a0003f0c58ccbba7e3a1ba5f12 Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Thu, 18 Feb 2016 14:34:37 +0100 Subject: Use the class param to configure Cinder 'host' setting By configuring the Cinder 'host' setting via the appropriate class param instead of cinder_config we don't risk to override it if the user is to pass additional config settings using cinder_config in ExtraConfig. Change-Id: Idf33d87e08355b5b4369ccb0001db8d4c3b4c20f --- puppet/hieradata/controller.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'puppet/hieradata/controller.yaml') diff --git a/puppet/hieradata/controller.yaml b/puppet/hieradata/controller.yaml index a4dda4b4..e0e0ffbc 100644 --- a/puppet/hieradata/controller.yaml +++ b/puppet/hieradata/controller.yaml @@ -98,9 +98,7 @@ ceilometer::agent::auth::auth_endpoint_type: 'internalURL' # cinder cinder::scheduler::scheduler_driver: cinder.scheduler.filter_scheduler.FilterScheduler cinder::cron::db_purge::destination: '/dev/null' -cinder::config::cinder_config: - DEFAULT/host: - value: hostgroup +cinder::host: hostgroup # heat heat::engine::configure_delegated_roles: false -- cgit 1.2.3-korg