]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commit
Add support for oslo.cache parameters
authorTakashi Kajinami <tkajinam@redhat.com>
Mon, 29 Nov 2021 01:49:36 +0000 (10:49 +0900)
committerTakashi Kajinami <tkajinam@redhat.com>
Mon, 29 Nov 2021 01:49:36 +0000 (10:49 +0900)
commit5d40c9503c54f44c8d0b88c79b5ec73af9216566
tree862d45fae5a1036f8799cad0a98a2b6a62e2b786
parentb05d311bb6519a72764ea1daf497b3709293d0bb
Add support for oslo.cache parameters

Since [1] was merged, ceilometer supports caching attributes of gnocchi
resource using the oslo.cache library. This change allows setting
parameters of the oslo.cache library to leverage the caching feature.

[1] 2511cfb6e48c5d03cd198ecf9f09f36db3caced8

Change-Id: I382816bc199f0d54337b25ab6e07fd0a32d2e4e8
manifests/cache.pp [new file with mode: 0644]
releasenotes/notes/cache-44827d7d144ab594.yaml [new file with mode: 0644]
spec/classes/ceilometer_cache_spec.rb [new file with mode: 0644]