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:
9c20d59
)
glance: known_stores -> stores
author
Emilien Macchi
<emilien@redhat.com>
Mon, 30 May 2016 15:56:14 +0000
(11:56 -0400)
committer
Emilien Macchi
<emilien@redhat.com>
Mon, 30 May 2016 15:56:14 +0000
(11:56 -0400)
known_stores is deprecated in favor of stores.
This patch aims to update it.
Change-Id: Iaf83b847fbe9e8a78c6bf7f534c955eae357d95f
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
ad59a38
..
fd43732
100644
(file)
--- a/
manifests/profile/base/glance/api.pp
+++ b/
manifests/profile/base/glance/api.pp
@@
-46,7
+46,7
@@
class tripleo::profile::base::glance::api (
include ::glance
include ::glance::config
class { '::glance::api':
-
known_stores
=> $glance_store,
+
stores
=> $glance_store,
}
include ::glance::notify::rabbitmq
include join(['::glance::backend::', $glance_backend])