+ COMMAND=start + start + exec uwsgi --ini /etc/magnum/magnum-api-uwsgi.ini [uWSGI] getting INI configuration from /etc/magnum/magnum-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Mon Apr 27 16:52:20 2026] *** compiled with version: 11.4.0 on 27 April 2026 14:32:33 os: Linux-5.15.0-176-generic #186-Ubuntu SMP Fri Mar 13 11:01:42 UTC 2026 nodename: magnum-api-554fddd9cb-4vn9f machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9511 fd 3 Python version: 3.10.12 (main, Mar 3 2026, 11:56:32) [GCC 11.4.0] Python main interpreter initialized at 0x562ce41c1cf0 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... /var/lib/openstack/lib/python3.10/site-packages/magnum/drivers/common/driver.py:19: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. from pkg_resources import iter_entry_points /var/lib/openstack/lib/python3.10/site-packages/magnum/drivers/common/driver.py:19: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. from pkg_resources import iter_entry_points Using RPC transport for notifications. Please use get_notification_transport to obtain a notification transport instance. 2026-04-27 16:52:23.105 7 INFO magnum.api.app [-] Full WSGI config used: /etc/magnum/api-paste.ini Using RPC transport for notifications. Please use get_notification_transport to obtain a notification transport instance. 2026-04-27 16:52:23.177 8 INFO magnum.api.app [-] Full WSGI config used: /etc/magnum/api-paste.ini 2026-04-27 16:52:23.841 7 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. 2026-04-27 16:52:23.846 7 WARNING oslo_config.cfg [-] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 3 seconds on interpreter 0x562ce41c1cf0 pid: 7 (default app) 2026-04-27 16:52:23.944 8 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. 2026-04-27 16:52:23.949 8 WARNING oslo_config.cfg [-] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 3 seconds on interpreter 0x562ce41c1cf0 pid: 8 (default app) 2026-04-27 16:52:34.204 7 WARNING oslo_policy.policy [None req-e8b4f053-deb6-4235-8843-0a514ffac28b - - - - - -] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-04-27 16:52:34.204 7 WARNING oslo_policy.policy [None req-e8b4f053-deb6-4235-8843-0a514ffac28b - - - - - -] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. /var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py:810: UserWarning: Policy "rule:admin_or_owner":"is_admin:True or project_id:%(project_id)s" was deprecated in OpenStack 2023.2(Magnum 17.0.0) in favor of "admin_or_project_reader":"(rule:context_is_admin) or (rule:project_reader)". Reason: The Magnum API now enforces scoped tokens and default reader and member roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py:810: UserWarning: Policy "rule:admin_or_owner":"is_admin:True or project_id:%(project_id)s" was deprecated in OpenStack 2023.2(Magnum 17.0.0) in favor of "admin_or_project_member":"(rule:context_is_admin) or (rule:project_member)". Reason: The Magnum API now enforces scoped tokens and default reader and member roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py:810: UserWarning: Policy "rule:admin_or_user":"((rule:context_is_admin) or (rule:is_user))" was deprecated in OpenStack 2023.2(Magnum 17.0.0) in favor of "admin_or_project_member_user":"(rule:context_is_admin) or ((rule:project_member) and (rule:is_user))". Reason: The Magnum API now enforces scoped tokens and default reader and member roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py:810: UserWarning: Policy "rule:admin_or_user_or_cluster_user":"((rule:context_is_admin) or (rule:user_or_cluster_user))" was deprecated in OpenStack 2023.2(Magnum 17.0.0) in favor of "admin_or_project_member_user_or_cluster_user":"(rule:context_is_admin) or ((rule:project_member) and (rule:user_or_cluster_user))". Reason: The Magnum API now enforces scoped tokens and default reader and member roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py:810: UserWarning: Policy "rule:deny_cluster_user":"not domain_id:%(trustee_domain_id)s" was deprecated in OpenStack 2023.2(Magnum 17.0.0) in favor of "project_member_deny_cluster_user":"((rule:project_member) and (rule:deny_cluster_user))". Reason: The Magnum API now enforces scoped tokens and default reader and member roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py:810: UserWarning: Policy "rule:deny_cluster_user":"not domain_id:%(trustee_domain_id)s" was deprecated in OpenStack 2023.2(Magnum 17.0.0) in favor of "admin_or_project_member_deny_cluster_user":"(rule:context_is_admin) or (rule:project_member_deny_cluster_user)". Reason: The Magnum API now enforces scoped tokens and default reader and member roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py:810: UserWarning: Policy "rule:deny_cluster_user":"not domain_id:%(trustee_domain_id)s" was deprecated in OpenStack 2023.2(Magnum 17.0.0) in favor of "project_reader_deny_cluster_user":"((rule:project_reader) and (rule:deny_cluster_user))". Reason: The Magnum API now enforces scoped tokens and default reader and member roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py:810: UserWarning: Policy "rule:deny_cluster_user":"not domain_id:%(trustee_domain_id)s" was deprecated in OpenStack 2023.2(Magnum 17.0.0) in favor of "admin_or_project_reader_deny_cluster_user":"(rule:context_is_admin) or (rule:project_reader_deny_cluster_user)". Reason: The Magnum API now enforces scoped tokens and default reader and member roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py:810: UserWarning: Policy "rule:admin_or_user":"((rule:context_is_admin) or (rule:is_user))" was deprecated in OpenStack 2023.2(Magnum 17.0.0) in favor of "admin_or_project_reader_user":"(rule:context_is_admin) or ((rule:project_reader) and (rule:is_user))". Reason: The Magnum API now enforces scoped tokens and default reader and member roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) 2026-04-27 16:52:44.197 8 WARNING oslo_policy.policy [None req-77bf15d0-4576-4e69-b0d2-9a61e6972aac - - - - - -] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-04-27 16:52:44.198 8 WARNING oslo_policy.policy [None req-77bf15d0-4576-4e69-b0d2-9a61e6972aac - - - - - -] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. /var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py:810: UserWarning: Policy "rule:admin_or_owner":"is_admin:True or project_id:%(project_id)s" was deprecated in OpenStack 2023.2(Magnum 17.0.0) in favor of "admin_or_project_reader":"(rule:context_is_admin) or (rule:project_reader)". Reason: The Magnum API now enforces scoped tokens and default reader and member roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py:810: UserWarning: Policy "rule:admin_or_owner":"is_admin:True or project_id:%(project_id)s" was deprecated in OpenStack 2023.2(Magnum 17.0.0) in favor of "admin_or_project_member":"(rule:context_is_admin) or (rule:project_member)". Reason: The Magnum API now enforces scoped tokens and default reader and member roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py:810: UserWarning: Policy "rule:admin_or_user":"((rule:context_is_admin) or (rule:is_user))" was deprecated in OpenStack 2023.2(Magnum 17.0.0) in favor of "admin_or_project_member_user":"(rule:context_is_admin) or ((rule:project_member) and (rule:is_user))". Reason: The Magnum API now enforces scoped tokens and default reader and member roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py:810: UserWarning: Policy "rule:admin_or_user_or_cluster_user":"((rule:context_is_admin) or (rule:user_or_cluster_user))" was deprecated in OpenStack 2023.2(Magnum 17.0.0) in favor of "admin_or_project_member_user_or_cluster_user":"(rule:context_is_admin) or ((rule:project_member) and (rule:user_or_cluster_user))". Reason: The Magnum API now enforces scoped tokens and default reader and member roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py:810: UserWarning: Policy "rule:deny_cluster_user":"not domain_id:%(trustee_domain_id)s" was deprecated in OpenStack 2023.2(Magnum 17.0.0) in favor of "project_member_deny_cluster_user":"((rule:project_member) and (rule:deny_cluster_user))". Reason: The Magnum API now enforces scoped tokens and default reader and member roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py:810: UserWarning: Policy "rule:deny_cluster_user":"not domain_id:%(trustee_domain_id)s" was deprecated in OpenStack 2023.2(Magnum 17.0.0) in favor of "admin_or_project_member_deny_cluster_user":"(rule:context_is_admin) or (rule:project_member_deny_cluster_user)". Reason: The Magnum API now enforces scoped tokens and default reader and member roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py:810: UserWarning: Policy "rule:deny_cluster_user":"not domain_id:%(trustee_domain_id)s" was deprecated in OpenStack 2023.2(Magnum 17.0.0) in favor of "project_reader_deny_cluster_user":"((rule:project_reader) and (rule:deny_cluster_user))". Reason: The Magnum API now enforces scoped tokens and default reader and member roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py:810: UserWarning: Policy "rule:deny_cluster_user":"not domain_id:%(trustee_domain_id)s" was deprecated in OpenStack 2023.2(Magnum 17.0.0) in favor of "admin_or_project_reader_deny_cluster_user":"(rule:context_is_admin) or (rule:project_reader_deny_cluster_user)". Reason: The Magnum API now enforces scoped tokens and default reader and member roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py:810: UserWarning: Policy "rule:admin_or_user":"((rule:context_is_admin) or (rule:is_user))" was deprecated in OpenStack 2023.2(Magnum 17.0.0) in favor of "admin_or_project_reader_user":"(rule:context_is_admin) or ((rule:project_reader) and (rule:is_user))". Reason: The Magnum API now enforces scoped tokens and default reader and member roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg)