+ 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 [Wed May 27 14:40:54 2026] *** compiled with version: 11.4.0 on 27 May 2026 05:53:32 os: Linux-5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 nodename: magnum-api-7578dbd658-p2fj2 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 0x5613c7679a90 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-05-27 14:40:57.150 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-05-27 14:40:57.265 8 INFO magnum.api.app [-] Full WSGI config used: /etc/magnum/api-paste.ini 2026-05-27 14:40:57.872 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-05-27 14:40:57.877 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 0x5613c7679a90 pid: 7 (default app) 2026-05-27 14:40:58.004 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-05-27 14:40:58.009 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 4 seconds on interpreter 0x5613c7679a90 pid: 8 (default app) 2026-05-27 14:41:08.924 7 WARNING oslo_policy.policy [None req-2eb0651f-8cfe-4a29-81eb-f3ca00649cd2 - - - - - -] 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-05-27 14:41:08.924 7 WARNING oslo_policy.policy [None req-2eb0651f-8cfe-4a29-81eb-f3ca00649cd2 - - - - - -] 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-05-27 14:41:18.926 8 WARNING oslo_policy.policy [None req-342382ee-7ece-40b2-a112-c67af1d7980b - - - - - -] 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-05-27 14:41:18.927 8 WARNING oslo_policy.policy [None req-342382ee-7ece-40b2-a112-c67af1d7980b - - - - - -] 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)