+ 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 [Fri Mar 6 01:21:50 2026] *** compiled with version: 11.4.0 on 27 February 2026 20:20:47 os: Linux-5.15.0-171-generic #181-Ubuntu SMP Fri Feb 6 22:44:50 UTC 2026 nodename: magnum-api-5f87585cdd-6nh5m 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, Jan 26 2026, 14:55:28) [GCC 11.4.0] Python main interpreter initialized at 0x559f74ed9aa0 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-03-06 01:21:53.555 8 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-03-06 01:21:53.715 7 INFO magnum.api.app [-] Full WSGI config used: /etc/magnum/api-paste.ini 2026-03-06 01:21:54.284 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-03-06 01:21:54.289 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 0x559f74ed9aa0 pid: 8 (default app) 2026-03-06 01:21:54.406 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-03-06 01:21:54.411 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 4 seconds on interpreter 0x559f74ed9aa0 pid: 7 (default app) 2026-03-06 01:22:02.041 8 WARNING oslo_policy.policy [None req-42839050-de05-4e75-a4da-d567dec6c074 - - - - - -] 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-03-06 01:22:02.041 8 WARNING oslo_policy.policy [None req-42839050-de05-4e75-a4da-d567dec6c074 - - - - - -] 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-03-06 01:22:12.042 7 WARNING oslo_policy.policy [None req-8c45575b-45b0-404d-8de9-b44d9cb4bd91 - - - - - -] 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-03-06 01:22:12.042 7 WARNING oslo_policy.policy [None req-8c45575b-45b0-404d-8de9-b44d9cb4bd91 - - - - - -] 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) /var/lib/openstack/lib/python3.10/site-packages/memcache.py:1303: SyntaxWarning: "is" with a literal. Did you mean "=="? if key is '': /var/lib/openstack/lib/python3.10/site-packages/memcache.py:1304: SyntaxWarning: "is" with a literal. Did you mean "=="? if key_extra_len is 0: [pid: 8|app: 0|req: 25/49] 10.0.0.150 () {28 vars in 573 bytes} [Fri Mar 6 01:29:59 2026] GET /v1/clusters => generated 16 bytes in 1813 msecs (HTTP/1.1 200) 8 headers in 334 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/memcache.py:1303: SyntaxWarning: "is" with a literal. Did you mean "=="? if key is '': /var/lib/openstack/lib/python3.10/site-packages/memcache.py:1304: SyntaxWarning: "is" with a literal. Did you mean "=="? if key_extra_len is 0: [pid: 7|app: 0|req: 28/56] 10.0.0.150 () {28 vars in 573 bytes} [Fri Mar 6 01:30:59 2026] GET /v1/clusters => generated 16 bytes in 1531 msecs (HTTP/1.1 200) 8 headers in 334 bytes (1 switches on core 0) [pid: 8|app: 0|req: 32/63] 10.0.0.150 () {28 vars in 573 bytes} [Fri Mar 6 01:31:59 2026] GET /v1/clusters => generated 16 bytes in 737 msecs (HTTP/1.1 200) 8 headers in 334 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/70] 10.0.0.150 () {28 vars in 573 bytes} [Fri Mar 6 01:32:59 2026] GET /v1/clusters => generated 16 bytes in 777 msecs (HTTP/1.1 200) 8 headers in 334 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/77] 10.0.0.150 () {28 vars in 573 bytes} [Fri Mar 6 01:33:59 2026] GET /v1/clusters => generated 16 bytes in 735 msecs (HTTP/1.1 200) 8 headers in 334 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/84] 10.0.0.150 () {28 vars in 573 bytes} [Fri Mar 6 01:34:59 2026] GET /v1/clusters => generated 16 bytes in 746 msecs (HTTP/1.1 200) 8 headers in 334 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/91] 10.0.0.150 () {28 vars in 573 bytes} [Fri Mar 6 01:35:59 2026] GET /v1/clusters => generated 16 bytes in 689 msecs (HTTP/1.1 200) 8 headers in 334 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/98] 10.0.0.150 () {28 vars in 573 bytes} [Fri Mar 6 01:36:59 2026] GET /v1/clusters => generated 16 bytes in 710 msecs (HTTP/1.1 200) 8 headers in 334 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/105] 10.0.0.150 () {28 vars in 573 bytes} [Fri Mar 6 01:37:59 2026] GET /v1/clusters => generated 16 bytes in 868 msecs (HTTP/1.1 200) 8 headers in 334 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/112] 10.0.0.150 () {28 vars in 573 bytes} [Fri Mar 6 01:38:59 2026] GET /v1/clusters => generated 16 bytes in 720 msecs (HTTP/1.1 200) 8 headers in 334 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/119] 10.0.0.150 () {28 vars in 573 bytes} [Fri Mar 6 01:39:59 2026] GET /v1/clusters => generated 16 bytes in 733 msecs (HTTP/1.1 200) 8 headers in 334 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/126] 10.0.0.150 () {28 vars in 573 bytes} [Fri Mar 6 01:40:59 2026] GET /v1/clusters => generated 16 bytes in 735 msecs (HTTP/1.1 200) 8 headers in 334 bytes (1 switches on core 0) [pid: 8|app: 0|req: 67/133] 10.0.0.150 () {28 vars in 573 bytes} [Fri Mar 6 01:41:59 2026] GET /v1/clusters => generated 16 bytes in 860 msecs (HTTP/1.1 200) 8 headers in 334 bytes (1 switches on core 0) [pid: 7|app: 0|req: 70/140] 10.0.0.150 () {28 vars in 573 bytes} [Fri Mar 6 01:42:59 2026] GET /v1/clusters => generated 16 bytes in 1039 msecs (HTTP/1.1 200) 8 headers in 334 bytes (1 switches on core 0) [pid: 8|app: 0|req: 74/147] 10.0.0.150 () {28 vars in 573 bytes} [Fri Mar 6 01:44:00 2026] GET /v1/clusters => generated 16 bytes in 887 msecs (HTTP/1.1 200) 8 headers in 334 bytes (1 switches on core 0) [pid: 7|app: 0|req: 77/154] 10.0.0.150 () {28 vars in 573 bytes} [Fri Mar 6 01:45:00 2026] GET /v1/clusters => generated 16 bytes in 1157 msecs (HTTP/1.1 200) 8 headers in 334 bytes (1 switches on core 0) [pid: 8|app: 0|req: 81/161] 10.0.0.150 () {28 vars in 573 bytes} [Fri Mar 6 01:46:00 2026] GET /v1/clusters => generated 16 bytes in 906 msecs (HTTP/1.1 200) 8 headers in 334 bytes (1 switches on core 0) [pid: 7|app: 0|req: 84/168] 10.0.0.150 () {28 vars in 573 bytes} [Fri Mar 6 01:46:59 2026] GET /v1/clusters => generated 16 bytes in 1112 msecs (HTTP/1.1 200) 8 headers in 334 bytes (1 switches on core 0) [pid: 8|app: 0|req: 88/175] 10.0.0.150 () {28 vars in 573 bytes} [Fri Mar 6 01:47:59 2026] GET /v1/clusters => generated 16 bytes in 902 msecs (HTTP/1.1 200) 8 headers in 334 bytes (1 switches on core 0) [pid: 7|app: 0|req: 91/182] 10.0.0.150 () {28 vars in 573 bytes} [Fri Mar 6 01:48:59 2026] GET /v1/clusters => generated 16 bytes in 746 msecs (HTTP/1.1 200) 8 headers in 334 bytes (1 switches on core 0) [pid: 8|app: 0|req: 95/189] 10.0.0.150 () {28 vars in 573 bytes} [Fri Mar 6 01:49:59 2026] GET /v1/clusters => generated 16 bytes in 870 msecs (HTTP/1.1 200) 8 headers in 334 bytes (1 switches on core 0) [pid: 7|app: 0|req: 98/196] 10.0.0.150 () {28 vars in 573 bytes} [Fri Mar 6 01:50:59 2026] GET /v1/clusters => generated 16 bytes in 779 msecs (HTTP/1.1 200) 8 headers in 334 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/203] 10.0.0.150 () {28 vars in 573 bytes} [Fri Mar 6 01:51:59 2026] GET /v1/clusters => generated 16 bytes in 794 msecs (HTTP/1.1 200) 8 headers in 334 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/210] 10.0.0.150 () {28 vars in 573 bytes} [Fri Mar 6 01:52:59 2026] GET /v1/clusters => generated 16 bytes in 739 msecs (HTTP/1.1 200) 8 headers in 334 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/217] 10.0.0.150 () {28 vars in 573 bytes} [Fri Mar 6 01:53:59 2026] GET /v1/clusters => generated 16 bytes in 739 msecs (HTTP/1.1 200) 8 headers in 334 bytes (1 switches on core 0)