Load options from the castellan library

Currently Glance relies on the castellan library for encryption, but
the option for the library have been missing from glance-api.conf .
This change ensures options from the castellan library are rendered
into glance-api.conf by the oslo-config-generator command.

Closes-Bug: #1940090
Change-Id: I5b9459dfc3060ea40272d13f21ae87ff4ade64c5
This commit is contained in:
Takashi Kajinami 2021-08-16 22:53:51 +09:00
parent 2841892229
commit 33f2875ce0
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
[DEFAULT]
wrap_width = 80
output_file = etc/glance-api.conf.sample
namespace = castellan.config
namespace = glance.api
namespace = glance.store
namespace = glance.multi_store