aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/base/glance
diff options
context:
space:
mode:
authorAlan Bishop <abishop@redhat.com>2017-10-10 13:02:37 -0400
committerAlan Bishop <abishop@redhat.com>2017-10-18 23:03:12 +0000
commit133a56710f48f6057d1084e6fc52835ac849ff0b (patch)
tree27fe894ad820361a978d3b97a9b3df690fe51f2e /manifests/profile/base/glance
parent551f739004444d9549f35a58ec3ceb86ba7702f1 (diff)
Allow 'cinder' as a backend for Glance
Allow 'cinder' as a valid Glance backend. This value is already supported by puppet-glance. Change-Id: I850047e32f3608b3ce490e52e2e540695cb1a4ff (cherry picked from commit edd7621f1db83d9b71ce3a168d2813880a660444)
Diffstat (limited to 'manifests/profile/base/glance')
-rw-r--r--manifests/profile/base/glance/api.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/profile/base/glance/api.pp b/manifests/profile/base/glance/api.pp
index d9c89d5..c7f4cb2 100644
--- a/manifests/profile/base/glance/api.pp
+++ b/manifests/profile/base/glance/api.pp
@@ -130,6 +130,7 @@ class tripleo::profile::base::glance::api (
'swift': { $backend_store = 'swift' }
'file': { $backend_store = 'file' }
'rbd': { $backend_store = 'rbd' }
+ 'cinder': { $backend_store = 'cinder' }
default: { fail('Unrecognized glance_backend parameter.') }
}
$http_store = ['http']