Code Review
/
apex-puppet-tripleo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
551f739
)
Allow 'cinder' as a backend for Glance
author
Alan Bishop
<abishop@redhat.com>
Tue, 10 Oct 2017 17:02:37 +0000
(13:02 -0400)
committer
Alan Bishop
<abishop@redhat.com>
Wed, 18 Oct 2017 23:03:12 +0000
(23:03 +0000)
Allow 'cinder' as a valid Glance backend. This value is already supported
by puppet-glance.
Change-Id: I850047e32f3608b3ce490e52e2e540695cb1a4ff
(cherry picked from commit
edd7621f1db83d9b71ce3a168d2813880a660444
)
manifests/profile/base/glance/api.pp
patch
|
blob
|
history
diff --git
a/manifests/profile/base/glance/api.pp
b/manifests/profile/base/glance/api.pp
index
d9c89d5
..
c7f4cb2
100644
(file)
--- 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']