barbican/etc/oslo-config-generator/barbican.conf
Takashi Kajinami 2d405a8bfd Use oslo.db to generate db engine
Berbican has been historically using own implementation with sqlalchemy
to connect to database but this causes some feature gaps with the other
services using oslo.db to generate database engine.

This replaces the own implementation by oslo.db's one so that barbican
can also leverage the features implemented in the shared library.

With this change the deprecated database options are removed, because
the deprecated options were already removed from oslo.db.

Change-Id: I10fe4ab04996885e8aff7fab8ace78a6fe7eb6e7
2024-04-12 13:19:40 +09:00

22 lines
736 B
Plaintext

[DEFAULT]
output_file = etc/barbican/barbican.conf.sample
namespace = barbican.common.config
namespace = barbican.plugin.crypto
namespace = barbican.plugin.crypto.p11
namespace = barbican.plugin.crypto.simple
namespace = barbican.plugin.dogtag
namespace = barbican.plugin.secret_store
namespace = barbican.plugin.secret_store.kmip
namespace = barbican.plugin.secret_store.vault
namespace = keystonemiddleware.audit
namespace = keystonemiddleware.auth_token
namespace = oslo.db
namespace = oslo.log
namespace = oslo.messaging
namespace = oslo.middleware.cors
namespace = oslo.middleware.healthcheck
namespace = oslo.middleware.http_proxy_to_wsgi
namespace = oslo.policy
namespace = oslo.service.service
namespace = oslo.versionedobjects