Use the class param to configure Cinder 'host' setting
authorGiulio Fidente <gfidente@redhat.com>
Thu, 18 Feb 2016 13:34:37 +0000 (14:34 +0100)
committerGiulio Fidente <gfidente@redhat.com>
Fri, 19 Feb 2016 09:14:47 +0000 (09:14 +0000)
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

index a4dda4b..e0e0ffb 100644 (file)
@@ -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