aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/hieradata/volume.yaml
diff options
context:
space:
mode:
authorGiulio Fidente <gfidente@redhat.com>2016-01-19 11:10:49 +0100
committerGiulio Fidente <gfidente@redhat.com>2016-02-23 17:40:49 +0100
commitdbe67005a59f90a1ffe8e2d8b550ec5d6ca27a7e (patch)
tree39ce3b75f23cca661a7b7c65922e184b287e28f2 /puppet/hieradata/volume.yaml
parentef73827d736124bf609b0c06ee6d0d05353bd596 (diff)
Permits configuration of Cinder enabled_backend via hieradata
It is currently possible to provide arbitrary config settings for Cinder using the "cinder::config::cinder_config:" hiera key. To add a backend though particular one has to edit the list of enabled backends in Cinder too which isn't possible. This change will make it possible using a user-customizable array of backends to be enabled. Change-Id: Ic664c1c2b0f7b1b4b6be8b5064a38650694d4857
Diffstat (limited to 'puppet/hieradata/volume.yaml')
-rw-r--r--puppet/hieradata/volume.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/puppet/hieradata/volume.yaml b/puppet/hieradata/volume.yaml
index f4cd78a9..8640c0a7 100644
--- a/puppet/hieradata/volume.yaml
+++ b/puppet/hieradata/volume.yaml
@@ -9,4 +9,6 @@ cinder::config::cinder_config:
DEFAULT/swift_catalog_info:
value: 'object-store:swift:internalURL'
+cinder_user_enabled_backends: []
+
volume_classes: [] \ No newline at end of file