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:
parent
2841892229
commit
33f2875ce0
@ -1,6 +1,7 @@
|
|||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
wrap_width = 80
|
wrap_width = 80
|
||||||
output_file = etc/glance-api.conf.sample
|
output_file = etc/glance-api.conf.sample
|
||||||
|
namespace = castellan.config
|
||||||
namespace = glance.api
|
namespace = glance.api
|
||||||
namespace = glance.store
|
namespace = glance.store
|
||||||
namespace = glance.multi_store
|
namespace = glance.multi_store
|
||||||
|
Loading…
x
Reference in New Issue
Block a user