diff options
author | Emilien Macchi <emilien@redhat.com> | 2016-05-30 11:56:14 -0400 |
---|---|---|
committer | Emilien Macchi <emilien@redhat.com> | 2016-05-30 11:56:14 -0400 |
commit | 80e125f309d176cc52796bb2884236299d02acfc (patch) | |
tree | b2f7db653300629f463ed67118c58819dc2e6484 /manifests/profile/base/glance | |
parent | 9c20d598911f4ac3204a91453c6f04cdca185629 (diff) |
glance: known_stores -> stores
known_stores is deprecated in favor of stores.
This patch aims to update it.
Change-Id: Iaf83b847fbe9e8a78c6bf7f534c955eae357d95f
Diffstat (limited to 'manifests/profile/base/glance')
-rw-r--r-- | manifests/profile/base/glance/api.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/profile/base/glance/api.pp b/manifests/profile/base/glance/api.pp index ad59a38..fd43732 100644 --- 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]) |