From: Emilien Macchi Date: Mon, 30 May 2016 15:56:14 +0000 (-0400) Subject: glance: known_stores -> stores X-Git-Tag: opnfv-6.0.0~757 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=80e125f309d176cc52796bb2884236299d02acfc;p=apex-puppet-tripleo.git glance: known_stores -> stores known_stores is deprecated in favor of stores. This patch aims to update it. Change-Id: Iaf83b847fbe9e8a78c6bf7f534c955eae357d95f --- 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])