Merge "Set entry point for dogtag config correctly"

This commit is contained in:
Jenkins 2017-07-20 23:17:04 +00:00 committed by Gerrit Code Review
commit b48f40ec0a
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
[DEFAULT]
output_file = etc/barbican/barbican.conf.sample
namespace = barbican
namespace = barbican.certificate.plugin
namespace = barbican.certificate.plugin.snakeoil
namespace = barbican.common.config

View File

@ -64,7 +64,7 @@ oslo.config.opts =
barbican.plugin.secret_store = barbican.plugin.interface.secret_store:list_opts
barbican.plugin.crypto = barbican.plugin.crypto.manager:list_opts
barbican.plugin.crypto.simple = barbican.plugin.crypto.simple_crypto:list_opts
barbican.plugin.dogtag_config_opts = barbican.plugin.dogtag:list_opts
barbican.plugin.dogtag = barbican.plugin.dogtag_config_opts:list_opts
barbican.plugin.crypto.p11 = barbican.plugin.crypto.p11_crypto:list_opts
barbican.plugin.secret_store.kmip = barbican.plugin.kmip_secret_store:list_opts
barbican.certificate.plugin = barbican.plugin.interface.certificate_manager:list_opts