Include oslo.cache options to the generated configuration file

The oslo.cache library was introduced to support metadata caching[1],
but its parameters have been missing from the configuration file
generated by oslo-config-generator.
This change adds the missing oslo.config.opts endpoint so that
the parameters of the oslo.cache library are automatically rendered.

Change-Id: Iede57b7c86012951ee934ee9f56694e108f1b51a
This commit is contained in:
Takashi Kajinami 2021-11-15 22:37:24 +09:00
parent 8b8d4bdda3
commit 65aa61662f
1 changed files with 1 additions and 0 deletions

View File

@ -8,5 +8,6 @@ namespace = ec2api.metadata
namespace = ec2api.s3
namespace = oslo.log
namespace = oslo.service.service
namespace = oslo.cache
namespace = oslo.db
namespace = oslo.concurrency