Add missing oslo.cache parameters

Since [1] was merged, ceilometer supports caching attributes of gnocchi
resource using the oslo.cache library. However the parameters to use
the feature are missing from ceilometer.conf auto-generated.

This change adds missing oslo.cache namespace so that parameters of
this library is properly included in the file generated by
the oslo-config-generator command.

[1] 2511cfb6e4

Change-Id: Ifa0c882f41e6a0cc56d7304e48e5479906fc1199
This commit is contained in:
Takashi Kajinami 2021-11-29 10:24:49 +09:00
parent 4d2ad5bc7a
commit dff8282117
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ output_file = etc/ceilometer/ceilometer.conf
wrap_width = 79
namespace = ceilometer
namespace = ceilometer-auth
namespace = oslo.cache
namespace = oslo.concurrency
namespace = oslo.log
namespace = oslo.messaging