2026-09-14 02:25:23.522 22 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-09-14 02:25:23.533 22 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-09-14 02:25:23.534 22 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-09-14 02:25:23.536 22 INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2026-09-14 02:25:23.536 22 INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2026-09-14 02:25:23.554 22 INFO alembic.runtime.migration [-] Running upgrade -> 39cf2e645cba, Ocata rebase 2026-09-14 02:25:24.720 22 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-09-14 02:25:24.724 22 INFO alembic.runtime.migration [-] Running upgrade 39cf2e645cba -> 0f8c192a061f, Add Secret Consumers table 2026-09-14 02:25:24.783 22 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-09-14 02:25:24.787 22 INFO alembic.runtime.migration [-] Running upgrade 0f8c192a061f -> 8c74e2d7f1ff, Update secret consumers unique constraint to mach the updated spec 2026-09-14 02:25:24.917 22 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-09-14 02:25:28.063 27 INFO barbican.model.repositories [-] Setting up database engine and session factory 2026-09-14 02:25:28.073 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-09-14 02:25:28.076 27 INFO barbican.model.repositories [-] Not auto-creating barbican registry DB 2026-09-14 02:25:28.076 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-09-14 02:25:28.076 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-09-14 02:25:28.077 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-09-14 02:25:28.077 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-09-14 02:25:28.077 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-09-14 02:25:28.077 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-09-14 02:25:28.077 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-09-14 02:25:28.077 27 INFO barbican.api.app [-] Barbican app created and initialized 2026-09-14 02:25:28.079 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.