2026-06-15 01:50:27.979 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-15 01:50:27.989 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-15 01:50:27.989 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-15 01:50:27.991 23 INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2026-06-15 01:50:27.992 23 INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2026-06-15 01:50:28.012 23 INFO alembic.runtime.migration [-] Running upgrade -> 39cf2e645cba, Ocata rebase 2026-06-15 01:50:29.521 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-15 01:50:29.525 23 INFO alembic.runtime.migration [-] Running upgrade 39cf2e645cba -> 0f8c192a061f, Add Secret Consumers table 2026-06-15 01:50:29.614 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-15 01:50:29.622 23 INFO alembic.runtime.migration [-] Running upgrade 0f8c192a061f -> 8c74e2d7f1ff, Update secret consumers unique constraint to mach the updated spec 2026-06-15 01:50:29.842 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-15 01:50:32.721 26 INFO barbican.model.repositories [-] Setting up database engine and session factory 2026-06-15 01:50:32.729 26 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-15 01:50:32.732 26 INFO barbican.model.repositories [-] Not auto-creating barbican registry DB 2026-06-15 01:50:32.732 26 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-15 01:50:32.732 26 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-15 01:50:32.732 26 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-15 01:50:32.733 26 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-15 01:50:32.733 26 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-15 01:50:32.733 26 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-15 01:50:32.733 26 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-15 01:50:32.733 26 INFO barbican.api.app [-] Barbican app created and initialized 2026-06-15 01:50:32.734 26 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.