2026-06-18 01:48:05.475 23 DEBUG barbican.cmd.db_manage [-] Performing database schema migration... upgrade /var/lib/kolla/venv/lib64/python3.9/site-packages/barbican/cmd/db_manage.py:140 2026-06-18 01:48:05.486 23 DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION _check_effective_sql_mode /var/lib/kolla/venv/lib64/python3.9/site-packages/oslo_db/sqlalchemy/engines.py:342 2026-06-18 01:48:05.487 23 WARNING oslo_db.sqlalchemy.engines [-] MySQL SQL mode is 'STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION', consider enabling TRADITIONAL or STRICT_ALL_TABLES 2026-06-18 01:48:05.490 23 INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2026-06-18 01:48:05.490 23 INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2026-06-18 01:48:05.514 23 INFO alembic.runtime.migration [-] Running upgrade -> 39cf2e645cba, Ocata rebase 2026-06-18 01:48:06.987 23 DEBUG alembic.runtime.migration [-] new branch insert 39cf2e645cba update_to_step /var/lib/kolla/venv/lib64/python3.9/site-packages/alembic/runtime/migration.py:831 2026-06-18 01:48:06.991 23 INFO alembic.runtime.migration [-] Running upgrade 39cf2e645cba -> 0f8c192a061f, Add Secret Consumers table 2026-06-18 01:48:07.077 23 DEBUG alembic.runtime.migration [-] update 39cf2e645cba to 0f8c192a061f update_to_step /var/lib/kolla/venv/lib64/python3.9/site-packages/alembic/runtime/migration.py:866 2026-06-18 01:48:07.081 23 INFO alembic.runtime.migration [-] Running upgrade 0f8c192a061f -> 8c74e2d7f1ff, Update secret consumers unique constraint to mach the updated spec 2026-06-18 01:48:07.255 23 DEBUG alembic.runtime.migration [-] update 0f8c192a061f to 8c74e2d7f1ff update_to_step /var/lib/kolla/venv/lib64/python3.9/site-packages/alembic/runtime/migration.py:866 2026-06-18 01:48:10.601 27 INFO barbican.model.repositories [-] Setting up database engine and session factory 2026-06-18 01:48:10.612 27 DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION _check_effective_sql_mode /var/lib/kolla/venv/lib64/python3.9/site-packages/oslo_db/sqlalchemy/engines.py:342 2026-06-18 01:48:10.614 27 INFO barbican.model.repositories [-] Not auto-creating barbican registry DB 2026-06-18 01:48:10.615 27 DEBUG barbican.api.controllers.versions [-] === Creating V1Controller === __init__ /var/lib/kolla/venv/lib64/python3.9/site-packages/barbican/api/controllers/versions.py:140 2026-06-18 01:48:10.615 27 DEBUG barbican.api.controllers.secrets [-] Creating SecretsController __init__ /var/lib/kolla/venv/lib64/python3.9/site-packages/barbican/api/controllers/secrets.py:283 2026-06-18 01:48:10.615 27 DEBUG barbican.api.controllers.orders [-] Creating OrdersController __init__ /var/lib/kolla/venv/lib64/python3.9/site-packages/barbican/api/controllers/orders.py:97 2026-06-18 01:48:10.615 27 DEBUG barbican.api.controllers.transportkeys [-] Creating TransportKeyController __init__ /var/lib/kolla/venv/lib64/python3.9/site-packages/barbican/api/controllers/transportkeys.py:86 2026-06-18 01:48:10.615 27 DEBUG barbican.api.controllers.quotas [-] === Creating QuotasController === __init__ /var/lib/kolla/venv/lib64/python3.9/site-packages/barbican/api/controllers/quotas.py:39 2026-06-18 01:48:10.616 27 DEBUG barbican.api.controllers.quotas [-] === Creating ProjectsQuotaController === __init__ /var/lib/kolla/venv/lib64/python3.9/site-packages/barbican/api/controllers/quotas.py:118 2026-06-18 01:48:10.616 27 DEBUG barbican.api.controllers.secretstores [-] Creating SecretStoresController __init__ /var/lib/kolla/venv/lib64/python3.9/site-packages/barbican/api/controllers/secretstores.py:133 2026-06-18 01:48:10.616 27 INFO barbican.api.app [-] Barbican app created and initialized 2026-06-18 01:48:10.619 27 WARNING keystonemiddleware.auth_token [-] AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True.