diff options
author | Giulio Fidente <gfidente@redhat.com> | 2016-02-08 19:02:18 +0100 |
---|---|---|
committer | Giulio Fidente <gfidente@redhat.com> | 2016-02-08 23:17:21 +0100 |
commit | fd0b25b010db428c450b99b50ff3a0d60d263005 (patch) | |
tree | 5e92b70c5404d1157573c04d97e6623a6ba36c07 /puppet/hieradata | |
parent | 2125ffc65073d172b70c49f933ba3f7c442d1ff0 (diff) |
Set 'host' globally in Cinder instead of per-backend basis
This change will set a common value for 'host' across all
controllers. We missed to do so for the NFS backend previously.
It will still be possible to set a different per-backend 'host'
value by providing it via ExtraData.
Change-Id: I00fd05660a15be3611e1a394650be6ab713670f9
Diffstat (limited to 'puppet/hieradata')
-rw-r--r-- | puppet/hieradata/controller.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/puppet/hieradata/controller.yaml b/puppet/hieradata/controller.yaml index 06be40e4..d2ca9bea 100644 --- a/puppet/hieradata/controller.yaml +++ b/puppet/hieradata/controller.yaml @@ -95,6 +95,9 @@ 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 # heat heat::engine::configure_delegated_roles: false |