Set entry point for dogtag config correctly

dogtag configurations have been moved to "plugin/dogtag_config_opts.py",
also remove non-existent entry point when generating barbican.conf

Closes-bug: #1704320
Change-Id: I9dd202d82797cb70051323fe949cc66f8a050022
This commit is contained in:
Jeremy Liu 2017-07-14 15:22:45 +08:00
parent d16d932b77
commit c91040aad9
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

@ -61,7 +61,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