barbican/barbican/common
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
..
policies Bump hacking 2024-01-27 22:30:46 +09:00
__init__.py Files with no code must be left completely empty 2016-11-17 14:19:47 +08:00
accept.py Fix broken gate due to breaking dependency changes 2018-06-01 17:33:51 -05:00
config.py Use oslo.db to generate db engine 2024-04-12 13:19:40 +09:00
exception.py Ignore network errors during C_Finalize 2021-09-17 13:36:03 -05:00
hrefs.py Implement the "check_exc" parameter for OVO 2018-07-15 10:39:12 +07:00
policy.py tests: Disable policy deprecation warnings 2023-07-13 09:56:31 +01:00
quota.py Remove unused logging import 2017-02-16 10:33:12 +07:00
resources.py Fix Race Condition in get_or_create_project() 2017-10-22 22:19:26 -04:00
utils.py Remove six 2022-10-28 14:02:00 +02:00
validators.py Prohibit certificate order resource 2024-02-22 13:16:49 +09:00