+ COMMAND=start + start + exec uwsgi --ini /etc/cinder/cinder-api-uwsgi.ini [uWSGI] getting INI configuration from /etc/cinder/cinder-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Wed Sep 16 22:20:31 2026] *** compiled with version: 13.3.0 on 06 August 2026 01:02:01 os: Linux-5.15.0-191-generic #201-Ubuntu SMP Fri Aug 7 18:39:04 UTC 2026 nodename: cinder-api-7fd79c6f65-bfmt9 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:8776 fd 3 Python version: 3.12.3 (main, Mar 23 2026, 19:04:32) [GCC 13.3.0] Python main interpreter initialized at 0x7f41e8537668 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.12/site-packages/oslo_utils/eventletutils.py:29: DeprecationWarning: eventuletutils module is deprecated and will be removed. debtcollector.deprecate( /var/lib/openstack/lib/python3.12/site-packages/oslo_utils/eventletutils.py:29: DeprecationWarning: eventuletutils module is deprecated and will be removed. debtcollector.deprecate( /var/lib/openstack/lib/python3.12/site-packages/webob/compat.py:5: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13 from cgi import parse_header /var/lib/openstack/lib/python3.12/site-packages/webob/compat.py:5: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13 from cgi import parse_header /var/lib/openstack/lib/python3.12/site-packages/oslo_service/eventlet_backdoor.py:36: DeprecationWarning: The 'oslo_service.eventlet_backdoor' module usage is deprecated and will be removed in version '2026.2': The 'eventlet_backdoor' module is deprecated and will be removed in version 2026.2. This module is not being replaced. Please migrate away from using it and remove any dependencies on this module. removals.removed_module( /var/lib/openstack/lib/python3.12/site-packages/oslo_service/sslutils.py:24: DeprecationWarning: The 'oslo_service.sslutils' module usage is deprecated and will be removed in version '2026.2': The 'oslo_service.sslutils' module is deprecated and will be removed in version 2026.2. removals.removed_module( /var/lib/openstack/lib/python3.12/site-packages/oslo_service/wsgi.py:40: DeprecationWarning: The 'oslo_service.wsgi' module usage is deprecated and will be removed in version '2026.2', please use uwsgi instead: The 'oslo_service.wsgi' module is deprecated and will be removed in version 2026.2. We recommend transitioning to 'uwsgi' for serving WSGI applications. removals.removed_module( /var/lib/openstack/lib/python3.12/site-packages/oslo_service/eventlet_backdoor.py:36: DeprecationWarning: The 'oslo_service.eventlet_backdoor' module usage is deprecated and will be removed in version '2026.2': The 'eventlet_backdoor' module is deprecated and will be removed in version 2026.2. This module is not being replaced. Please migrate away from using it and remove any dependencies on this module. removals.removed_module( /var/lib/openstack/lib/python3.12/site-packages/oslo_service/sslutils.py:24: DeprecationWarning: The 'oslo_service.sslutils' module usage is deprecated and will be removed in version '2026.2': The 'oslo_service.sslutils' module is deprecated and will be removed in version 2026.2. removals.removed_module( /var/lib/openstack/lib/python3.12/site-packages/oslo_service/wsgi.py:40: DeprecationWarning: The 'oslo_service.wsgi' module usage is deprecated and will be removed in version '2026.2', please use uwsgi instead: The 'oslo_service.wsgi' module is deprecated and will be removed in version 2026.2. We recommend transitioning to 'uwsgi' for serving WSGI applications. removals.removed_module( /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:1591: DeprecationWarning: volume_extension:quotas:show deprecated without deprecated_reason or deprecated_since. This will be an error in a future release warnings.warn( /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:1591: DeprecationWarning: volume_extension:quotas:show deprecated without deprecated_reason or deprecated_since. This will be an error in a future release warnings.warn( simplejson unavailable, fall-back to standard python json simplejson unavailable, fall-back to standard python json /var/lib/openstack/lib/python3.12/site-packages/cinder/db/sqlalchemy/models.py:37: MovedIn20Warning: The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base(). (deprecated since: 2.0) (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9) BASE = declarative_base() /var/lib/openstack/lib/python3.12/site-packages/cinder/db/sqlalchemy/models.py:37: MovedIn20Warning: The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base(). (deprecated since: 2.0) (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9) BASE = declarative_base() 2026-09-16 22:20:35.387 8 WARNING cinder.api [-] The v1 API has been removed and is no longer available. Client applications should be using v3, which is currently the only supported version of the Block Storage API. 2026-09-16 22:20:35.388 8 WARNING cinder.api [-] The v2 API has been removed and is no longer available. Client applications must now use the v3 API only. The 'enable_v2_api' option has been removed and is ignored in the cinder.conf file. /var/lib/openstack/lib/python3.12/site-packages/cinder/api/validation/validators.py:126: DeprecationWarning: FormatChecker.cls_checks is deprecated. Call FormatChecker.checks on a specific FormatChecker instance instead. @jsonschema.FormatChecker.cls_checks('date-time') 2026-09-16 22:20:35.537 7 WARNING cinder.api [-] The v1 API has been removed and is no longer available. Client applications should be using v3, which is currently the only supported version of the Block Storage API. 2026-09-16 22:20:35.538 7 WARNING cinder.api [-] The v2 API has been removed and is no longer available. Client applications must now use the v3 API only. The 'enable_v2_api' option has been removed and is ignored in the cinder.conf file. /var/lib/openstack/lib/python3.12/site-packages/cinder/api/validation/validators.py:126: DeprecationWarning: FormatChecker.cls_checks is deprecated. Call FormatChecker.checks on a specific FormatChecker instance instead. @jsonschema.FormatChecker.cls_checks('date-time') 2026-09-16 22:20:36.818 7 INFO cinder.rpc [None req-a3bfd394-13c2-401a-a7bc-3c171863e94b - - - - - -] Automatically selected cinder-scheduler objects version 1.39 as minimum service version. 2026-09-16 22:20:36.821 7 INFO cinder.rpc [None req-a3bfd394-13c2-401a-a7bc-3c171863e94b - - - - - -] Automatically selected cinder-scheduler RPC version 3.12 as minimum service version. 2026-09-16 22:20:36.824 7 INFO cinder.rpc [None req-a3bfd394-13c2-401a-a7bc-3c171863e94b - - - - - -] Automatically selected cinder-volume objects version 1.39 as minimum service version. 2026-09-16 22:20:36.826 7 INFO cinder.rpc [None req-a3bfd394-13c2-401a-a7bc-3c171863e94b - - - - - -] Automatically selected cinder-volume RPC version 3.20 as minimum service version. 2026-09-16 22:20:36.842 7 INFO cinder.rpc [None req-a3bfd394-13c2-401a-a7bc-3c171863e94b - - - - - -] Automatically selected cinder-backup objects version 1.39 as minimum service version. 2026-09-16 22:20:36.844 7 INFO cinder.rpc [None req-a3bfd394-13c2-401a-a7bc-3c171863e94b - - - - - -] Automatically selected cinder-backup RPC version 2.4 as minimum service version. 2026-09-16 22:20:36.860 8 INFO cinder.rpc [None req-82117fdb-77df-4c2e-a586-8e4416c34a4c - - - - - -] Automatically selected cinder-scheduler objects version 1.39 as minimum service version. 2026-09-16 22:20:36.863 8 INFO cinder.rpc [None req-82117fdb-77df-4c2e-a586-8e4416c34a4c - - - - - -] Automatically selected cinder-scheduler RPC version 3.12 as minimum service version. 2026-09-16 22:20:36.865 8 INFO cinder.rpc [None req-82117fdb-77df-4c2e-a586-8e4416c34a4c - - - - - -] Automatically selected cinder-volume objects version 1.39 as minimum service version. 2026-09-16 22:20:36.867 8 INFO cinder.rpc [None req-82117fdb-77df-4c2e-a586-8e4416c34a4c - - - - - -] Automatically selected cinder-volume RPC version 3.20 as minimum service version. 2026-09-16 22:20:36.881 8 INFO cinder.rpc [None req-82117fdb-77df-4c2e-a586-8e4416c34a4c - - - - - -] Automatically selected cinder-backup objects version 1.39 as minimum service version. 2026-09-16 22:20:36.884 8 INFO cinder.rpc [None req-82117fdb-77df-4c2e-a586-8e4416c34a4c - - - - - -] Automatically selected cinder-backup RPC version 2.4 as minimum service version. 2026-09-16 22:20:36.893 7 WARNING cinder.api.contrib.hosts [None req-a3bfd394-13c2-401a-a7bc-3c171863e94b - - - - - -] Deprecated: The Host API is deprecated and will be be removed in a future version. 2026-09-16 22:20:36.928 7 WARNING keystonemiddleware._common.config [None req-a3bfd394-13c2-401a-a7bc-3c171863e94b - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-09-16 22:20:36.933 8 WARNING cinder.api.contrib.hosts [None req-82117fdb-77df-4c2e-a586-8e4416c34a4c - - - - - -] Deprecated: The Host API is deprecated and will be be removed in a future version. 2026-09-16 22:20:36.936 7 WARNING oslo_config.cfg [None req-a3bfd394-13c2-401a-a7bc-3c171863e94b - - - - - -] 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 5 seconds on interpreter 0x7f41e8537668 pid: 7 (default app) 2026-09-16 22:20:36.971 8 WARNING keystonemiddleware._common.config [None req-82117fdb-77df-4c2e-a586-8e4416c34a4c - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-09-16 22:20:36.980 8 WARNING oslo_config.cfg [None req-82117fdb-77df-4c2e-a586-8e4416c34a4c - - - - - -] 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 5 seconds on interpreter 0x7f41e8537668 pid: 8 (default app) 2026-09-16 22:20:42.034 7 INFO cinder.api.openstack.wsgi [None req-a3bfd394-13c2-401a-a7bc-3c171863e94b - - - - - -] GET http://10.0.0.63:8776/ 2026-09-16 22:20:42.036 7 INFO cinder.api.openstack.wsgi [None req-a3bfd394-13c2-401a-a7bc-3c171863e94b - - - - - -] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:20:52.033 8 INFO cinder.api.openstack.wsgi [None req-82117fdb-77df-4c2e-a586-8e4416c34a4c - - - - - -] GET http://10.0.0.63:8776/ 2026-09-16 22:20:52.035 8 INFO cinder.api.openstack.wsgi [None req-82117fdb-77df-4c2e-a586-8e4416c34a4c - - - - - -] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:21:02.032 7 INFO cinder.api.openstack.wsgi [None req-a3bfd394-13c2-401a-a7bc-3c171863e94b - - - - - -] GET http://10.0.0.63:8776/ 2026-09-16 22:21:02.032 8 INFO cinder.api.openstack.wsgi [None req-82117fdb-77df-4c2e-a586-8e4416c34a4c - - - - - -] GET http://10.0.0.63:8776/ 2026-09-16 22:21:02.033 7 INFO cinder.api.openstack.wsgi [None req-a3bfd394-13c2-401a-a7bc-3c171863e94b - - - - - -] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:21:02.034 8 INFO cinder.api.openstack.wsgi [None req-82117fdb-77df-4c2e-a586-8e4416c34a4c - - - - - -] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:21:12.033 8 INFO cinder.api.openstack.wsgi [None req-82117fdb-77df-4c2e-a586-8e4416c34a4c - - - - - -] GET http://10.0.0.63:8776/ 2026-09-16 22:21:12.033 7 INFO cinder.api.openstack.wsgi [None req-a3bfd394-13c2-401a-a7bc-3c171863e94b - - - - - -] GET http://10.0.0.63:8776/ 2026-09-16 22:21:12.034 8 INFO cinder.api.openstack.wsgi [None req-82117fdb-77df-4c2e-a586-8e4416c34a4c - - - - - -] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:21:12.035 7 INFO cinder.api.openstack.wsgi [None req-a3bfd394-13c2-401a-a7bc-3c171863e94b - - - - - -] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:21:22.033 7 INFO cinder.api.openstack.wsgi [None req-a3bfd394-13c2-401a-a7bc-3c171863e94b - - - - - -] GET http://10.0.0.63:8776/ 2026-09-16 22:21:22.033 8 INFO cinder.api.openstack.wsgi [None req-82117fdb-77df-4c2e-a586-8e4416c34a4c - - - - - -] GET http://10.0.0.63:8776/ 2026-09-16 22:21:22.034 7 INFO cinder.api.openstack.wsgi [None req-a3bfd394-13c2-401a-a7bc-3c171863e94b - - - - - -] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:21:22.035 8 INFO cinder.api.openstack.wsgi [None req-82117fdb-77df-4c2e-a586-8e4416c34a4c - - - - - -] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:21:32.032 7 INFO cinder.api.openstack.wsgi [None req-a3bfd394-13c2-401a-a7bc-3c171863e94b - - - - - -] GET http://10.0.0.63:8776/ 2026-09-16 22:21:32.033 7 INFO cinder.api.openstack.wsgi [None req-a3bfd394-13c2-401a-a7bc-3c171863e94b - - - - - -] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:21:32.033 8 INFO cinder.api.openstack.wsgi [None req-82117fdb-77df-4c2e-a586-8e4416c34a4c - - - - - -] GET http://10.0.0.63:8776/ 2026-09-16 22:21:32.034 8 INFO cinder.api.openstack.wsgi [None req-82117fdb-77df-4c2e-a586-8e4416c34a4c - - - - - -] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:21:42.034 8 INFO cinder.api.openstack.wsgi [None req-82117fdb-77df-4c2e-a586-8e4416c34a4c - - - - - -] GET http://10.0.0.63:8776/ 2026-09-16 22:21:42.034 7 INFO cinder.api.openstack.wsgi [None req-a3bfd394-13c2-401a-a7bc-3c171863e94b - - - - - -] GET http://10.0.0.63:8776/ 2026-09-16 22:21:42.036 7 INFO cinder.api.openstack.wsgi [None req-a3bfd394-13c2-401a-a7bc-3c171863e94b - - - - - -] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:21:42.038 8 INFO cinder.api.openstack.wsgi [None req-82117fdb-77df-4c2e-a586-8e4416c34a4c - - - - - -] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:21:52.033 8 INFO cinder.api.openstack.wsgi [None req-82117fdb-77df-4c2e-a586-8e4416c34a4c - - - - - -] GET http://10.0.0.63:8776/ 2026-09-16 22:21:52.033 7 INFO cinder.api.openstack.wsgi [None req-a3bfd394-13c2-401a-a7bc-3c171863e94b - - - - - -] GET http://10.0.0.63:8776/ 2026-09-16 22:21:52.034 8 INFO cinder.api.openstack.wsgi [None req-82117fdb-77df-4c2e-a586-8e4416c34a4c - - - - - -] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:21:52.034 7 INFO cinder.api.openstack.wsgi [None req-a3bfd394-13c2-401a-a7bc-3c171863e94b - - - - - -] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:22:02.033 8 INFO cinder.api.openstack.wsgi [None req-82117fdb-77df-4c2e-a586-8e4416c34a4c - - - - - -] GET http://10.0.0.63:8776/ 2026-09-16 22:22:02.033 7 INFO cinder.api.openstack.wsgi [None req-a3bfd394-13c2-401a-a7bc-3c171863e94b - - - - - -] GET http://10.0.0.63:8776/ 2026-09-16 22:22:02.033 8 INFO cinder.api.openstack.wsgi [None req-82117fdb-77df-4c2e-a586-8e4416c34a4c - - - - - -] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:22:02.034 7 INFO cinder.api.openstack.wsgi [None req-a3bfd394-13c2-401a-a7bc-3c171863e94b - - - - - -] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:22:12.032 7 INFO cinder.api.openstack.wsgi [None req-a3bfd394-13c2-401a-a7bc-3c171863e94b - - - - - -] GET http://10.0.0.63:8776/ 2026-09-16 22:22:12.033 8 INFO cinder.api.openstack.wsgi [None req-82117fdb-77df-4c2e-a586-8e4416c34a4c - - - - - -] GET http://10.0.0.63:8776/ 2026-09-16 22:22:12.033 7 INFO cinder.api.openstack.wsgi [None req-a3bfd394-13c2-401a-a7bc-3c171863e94b - - - - - -] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:22:12.034 8 INFO cinder.api.openstack.wsgi [None req-82117fdb-77df-4c2e-a586-8e4416c34a4c - - - - - -] http://10.0.0.63:8776/ returned with HTTP 300 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_create":"" was deprecated in X in favor of "volume:attachment_create":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_update":"rule:admin_or_owner" was deprecated in X in favor of "volume:attachment_update":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_delete":"rule:admin_or_owner" was deprecated in X in favor of "volume:attachment_delete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_complete":"rule:admin_or_owner" was deprecated in X in favor of "volume:attachment_complete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:multiattach_bootable_volume":"rule:admin_or_owner" was deprecated in X in favor of "volume:multiattach_bootable_volume":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:get_all":"rule:admin_or_owner" was deprecated in X in favor of "message:get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:get":"rule:admin_or_owner" was deprecated in X in favor of "message:get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:delete":"rule:admin_or_owner" was deprecated in X in favor of "message:delete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_snapshot_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_snapshot_metadata":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_snapshot_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:update_snapshot_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_snapshot_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete_snapshot_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all_snapshots":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_all_snapshots":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:extended_snapshot_attributes":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:extended_snapshot_attributes":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:create_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_snapshot":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:update_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "snapshot_extension:snapshot_actions:update_snapshot_status":"" was deprecated in X in favor of "snapshot_extension:snapshot_actions:update_snapshot_status":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:get_all":"rule:admin_or_owner" was deprecated in X in favor of "backup:get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:create":"" was deprecated in X in favor of "backup:create":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:get":"rule:admin_or_owner" was deprecated in X in favor of "backup:get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:update":"rule:admin_or_owner" was deprecated in X in favor of "backup:update":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:restore":"rule:admin_or_owner" was deprecated in X in favor of "backup:restore":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_all":"rule:admin_or_owner" was deprecated in X in favor of "group:get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:create":"" was deprecated in X in favor of "group:create":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get":"rule:admin_or_owner" was deprecated in X in favor of "group:get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:update":"rule:admin_or_owner" was deprecated in X in favor of "group:update":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_all_group_snapshots":"rule:admin_or_owner" was deprecated in X in favor of "group:get_all_group_snapshots":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:create_group_snapshot":"" was deprecated in X in favor of "group:create_group_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_group_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "group:get_group_snapshot":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:delete_group_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "group:delete_group_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:update_group_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "group:update_group_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:delete":"rule:admin_or_owner" was deprecated in X in favor of "group:delete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:enable_replication":"rule:admin_or_owner" was deprecated in X in favor of "group:enable_replication":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:disable_replication":"rule:admin_or_owner" was deprecated in X in favor of "group:disable_replication":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:failover_replication":"rule:admin_or_owner" was deprecated in X in favor of "group:failover_replication":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:list_replication_targets":"rule:admin_or_owner" was deprecated in X in favor of "group:list_replication_targets":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:quotas:show":"rule:admin_or_owner" was deprecated in None in favor of "volume_extension:quotas:show":"rule:xena_system_admin_or_project_reader". Reason: None. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "limits_extension:used_limits":"rule:admin_or_owner" was deprecated in X in favor of "limits_extension:used_limits":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:type_get":"" was deprecated in X in favor of "volume_extension:type_get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:type_get_all":"" was deprecated in X in favor of "volume_extension:type_get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:access_types_extra_specs":"rule:admin_api" was deprecated in X in favor of "volume_extension:access_types_extra_specs":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:create":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:create":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:get":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:get":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:update":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:update":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:delete":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:delete":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_access":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_type_access":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_access:get_all_for_type":"volume_extension:volume_type_access" was deprecated in X in favor of "volume_extension:volume_type_access:get_all_for_type":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_access:get_all_for_type' is a new policy that protects an API call formerly governed by 'volume_extension:volume_type_access', but which has been separated for finer-grained policy control.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:extend":"rule:admin_or_owner" was deprecated in X in favor of "volume:extend":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:extend_attached_volume":"rule:admin_or_owner" was deprecated in X in favor of "volume:extend_attached_volume":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:revert_to_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:revert_to_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:retype":"rule:admin_or_owner" was deprecated in X in favor of "volume:retype":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_readonly_flag":"rule:admin_or_owner" was deprecated in X in favor of "volume:update_readonly_flag":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:upload_image":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:upload_image":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:initialize_connection":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:initialize_connection":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:terminate_connection":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:terminate_connection":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:roll_detaching":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:roll_detaching":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:reserve":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:reserve":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:unreserve":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:unreserve":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:begin_detaching":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:begin_detaching":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:attach":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:attach":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:detach":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:detach":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all_transfers":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_all_transfers":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_transfer":"rule:admin_or_owner" was deprecated in X in favor of "volume:create_transfer":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_transfer":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_transfer":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:accept_transfer":"" was deprecated in X in favor of "volume:accept_transfer":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_transfer":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete_transfer":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_volume_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_volume_metadata":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_volume_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:create_volume_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_volume_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:update_volume_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_volume_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete_volume_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:show":"rule:xena_system_admin_or_project_reader". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:set":"rule:xena_system_admin_or_project_member". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:remove":"rule:xena_system_admin_or_project_member". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:types_extra_specs:index":"" was deprecated in X in favor of "volume_extension:types_extra_specs:index":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:types_extra_specs:show":"" was deprecated in X in favor of "volume_extension:types_extra_specs:show":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create":"" was deprecated in X in favor of "volume:create":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_from_image":"" was deprecated in X in favor of "volume:create_from_image":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get":"rule:admin_or_owner" was deprecated in X in favor of "volume:get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update":"rule:admin_or_owner" was deprecated in X in favor of "volume:update":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_tenant_attribute":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_tenant_attribute":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_encryption_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_encryption_metadata":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:multiattach":"rule:admin_or_owner" was deprecated in X in favor of "volume:multiattach":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_set_or_update":"rule:system_or_domain_or_project_admin" was deprecated in X in favor of "volume_extension:default_set_or_update":"rule:admin_api". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_get":"rule:system_or_domain_or_project_admin" was deprecated in X in favor of "volume_extension:default_get":"rule:admin_api". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_get_all":"role:admin and system_scope:all" was deprecated in X in favor of "volume_extension:default_get_all":"rule:admin_api". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_unset":"rule:system_or_domain_or_project_admin" was deprecated in X in favor of "volume_extension:default_unset":"rule:admin_api". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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-09-16 22:22:16.182 7 INFO cinder.api.openstack.wsgi [None req-dc80600b-757d-471a-8120-ae7220401e62 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/types/rbd1 2026-09-16 22:22:16.209 7 INFO cinder.api.openstack.wsgi [None req-dc80600b-757d-471a-8120-ae7220401e62 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/types/rbd1 returned with HTTP 404 [pid: 7|app: 0|req: 10/19] 10.0.0.164 () {30 vars in 682 bytes} [Wed Sep 16 22:22:15 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/types/rbd1 => generated 82 bytes in 1038 msecs (HTTP/1.1 404) 7 headers in 291 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_create":"" was deprecated in X in favor of "volume:attachment_create":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_update":"rule:admin_or_owner" was deprecated in X in favor of "volume:attachment_update":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_delete":"rule:admin_or_owner" was deprecated in X in favor of "volume:attachment_delete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_complete":"rule:admin_or_owner" was deprecated in X in favor of "volume:attachment_complete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:multiattach_bootable_volume":"rule:admin_or_owner" was deprecated in X in favor of "volume:multiattach_bootable_volume":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:get_all":"rule:admin_or_owner" was deprecated in X in favor of "message:get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:get":"rule:admin_or_owner" was deprecated in X in favor of "message:get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:delete":"rule:admin_or_owner" was deprecated in X in favor of "message:delete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_snapshot_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_snapshot_metadata":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_snapshot_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:update_snapshot_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_snapshot_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete_snapshot_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all_snapshots":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_all_snapshots":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:extended_snapshot_attributes":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:extended_snapshot_attributes":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:create_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_snapshot":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:update_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "snapshot_extension:snapshot_actions:update_snapshot_status":"" was deprecated in X in favor of "snapshot_extension:snapshot_actions:update_snapshot_status":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:get_all":"rule:admin_or_owner" was deprecated in X in favor of "backup:get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:create":"" was deprecated in X in favor of "backup:create":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:get":"rule:admin_or_owner" was deprecated in X in favor of "backup:get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:update":"rule:admin_or_owner" was deprecated in X in favor of "backup:update":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:restore":"rule:admin_or_owner" was deprecated in X in favor of "backup:restore":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_all":"rule:admin_or_owner" was deprecated in X in favor of "group:get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:create":"" was deprecated in X in favor of "group:create":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get":"rule:admin_or_owner" was deprecated in X in favor of "group:get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:update":"rule:admin_or_owner" was deprecated in X in favor of "group:update":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_all_group_snapshots":"rule:admin_or_owner" was deprecated in X in favor of "group:get_all_group_snapshots":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:create_group_snapshot":"" was deprecated in X in favor of "group:create_group_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_group_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "group:get_group_snapshot":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:delete_group_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "group:delete_group_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:update_group_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "group:update_group_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:delete":"rule:admin_or_owner" was deprecated in X in favor of "group:delete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:enable_replication":"rule:admin_or_owner" was deprecated in X in favor of "group:enable_replication":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:disable_replication":"rule:admin_or_owner" was deprecated in X in favor of "group:disable_replication":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:failover_replication":"rule:admin_or_owner" was deprecated in X in favor of "group:failover_replication":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:list_replication_targets":"rule:admin_or_owner" was deprecated in X in favor of "group:list_replication_targets":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:quotas:show":"rule:admin_or_owner" was deprecated in None in favor of "volume_extension:quotas:show":"rule:xena_system_admin_or_project_reader". Reason: None. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "limits_extension:used_limits":"rule:admin_or_owner" was deprecated in X in favor of "limits_extension:used_limits":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:type_get":"" was deprecated in X in favor of "volume_extension:type_get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:type_get_all":"" was deprecated in X in favor of "volume_extension:type_get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:access_types_extra_specs":"rule:admin_api" was deprecated in X in favor of "volume_extension:access_types_extra_specs":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:create":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:create":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:get":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:get":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:update":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:update":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:delete":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:delete":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_access":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_type_access":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_access:get_all_for_type":"volume_extension:volume_type_access" was deprecated in X in favor of "volume_extension:volume_type_access:get_all_for_type":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_access:get_all_for_type' is a new policy that protects an API call formerly governed by 'volume_extension:volume_type_access', but which has been separated for finer-grained policy control.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:extend":"rule:admin_or_owner" was deprecated in X in favor of "volume:extend":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:extend_attached_volume":"rule:admin_or_owner" was deprecated in X in favor of "volume:extend_attached_volume":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:revert_to_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:revert_to_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:retype":"rule:admin_or_owner" was deprecated in X in favor of "volume:retype":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_readonly_flag":"rule:admin_or_owner" was deprecated in X in favor of "volume:update_readonly_flag":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:upload_image":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:upload_image":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:initialize_connection":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:initialize_connection":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:terminate_connection":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:terminate_connection":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:roll_detaching":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:roll_detaching":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:reserve":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:reserve":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:unreserve":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:unreserve":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:begin_detaching":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:begin_detaching":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:attach":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:attach":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:detach":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:detach":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all_transfers":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_all_transfers":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_transfer":"rule:admin_or_owner" was deprecated in X in favor of "volume:create_transfer":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_transfer":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_transfer":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:accept_transfer":"" was deprecated in X in favor of "volume:accept_transfer":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_transfer":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete_transfer":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_volume_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_volume_metadata":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_volume_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:create_volume_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_volume_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:update_volume_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_volume_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete_volume_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:show":"rule:xena_system_admin_or_project_reader". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:set":"rule:xena_system_admin_or_project_member". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:remove":"rule:xena_system_admin_or_project_member". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:types_extra_specs:index":"" was deprecated in X in favor of "volume_extension:types_extra_specs:index":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:types_extra_specs:show":"" was deprecated in X in favor of "volume_extension:types_extra_specs:show":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create":"" was deprecated in X in favor of "volume:create":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_from_image":"" was deprecated in X in favor of "volume:create_from_image":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get":"rule:admin_or_owner" was deprecated in X in favor of "volume:get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update":"rule:admin_or_owner" was deprecated in X in favor of "volume:update":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_tenant_attribute":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_tenant_attribute":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_encryption_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_encryption_metadata":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:multiattach":"rule:admin_or_owner" was deprecated in X in favor of "volume:multiattach":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_set_or_update":"rule:system_or_domain_or_project_admin" was deprecated in X in favor of "volume_extension:default_set_or_update":"rule:admin_api". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_get":"rule:system_or_domain_or_project_admin" was deprecated in X in favor of "volume_extension:default_get":"rule:admin_api". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_get_all":"role:admin and system_scope:all" was deprecated in X in favor of "volume_extension:default_get_all":"rule:admin_api". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_unset":"rule:system_or_domain_or_project_admin" was deprecated in X in favor of "volume_extension:default_unset":"rule:admin_api". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. 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-09-16 22:22:16.626 8 INFO cinder.api.openstack.wsgi [None req-957de1be-c63a-45d2-98e7-5609221104bb 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/types?name=rbd1&is_public=None /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-16 22:22:16.648 8 INFO cinder.api.openstack.wsgi [None req-957de1be-c63a-45d2-98e7-5609221104bb 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/types?name=rbd1&is_public=None returned with HTTP 200 [pid: 8|app: 0|req: 10/20] 10.0.0.164 () {30 vars in 721 bytes} [Wed Sep 16 22:22:16 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/types?name=rbd1&is_public=None => generated 20 bytes in 429 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-16 22:22:18.332 7 INFO cinder.api.openstack.wsgi [None req-7fd07353-72cf-471e-9c3f-a604ddb685af 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/types /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-16 22:22:18.356 7 INFO cinder.api.openstack.wsgi [None req-7fd07353-72cf-471e-9c3f-a604ddb685af 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/types returned with HTTP 200 [pid: 7|app: 0|req: 11/21] 10.0.0.164 () {34 vars in 725 bytes} [Wed Sep 16 22:22:18 2026] POST /v3/daa2d98cce0f41d99152521bcd988501/types => generated 179 bytes in 65 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-16 22:22:18.371 8 INFO cinder.api.openstack.wsgi [req-7fd07353-72cf-471e-9c3f-a604ddb685af req-8d9d37b2-051e-44fd-bd77-7260c9389106 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/types/816e4de8-451a-4a5f-a2d4-c6dec4d0411e/extra_specs 2026-09-16 22:22:18.433 8 INFO cinder.api.openstack.wsgi [req-7fd07353-72cf-471e-9c3f-a604ddb685af req-8d9d37b2-051e-44fd-bd77-7260c9389106 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/types/816e4de8-451a-4a5f-a2d4-c6dec4d0411e/extra_specs returned with HTTP 200 [pid: 8|app: 0|req: 11/22] 10.0.0.164 () {36 vars in 894 bytes} [Wed Sep 16 22:22:18 2026] POST /v3/daa2d98cce0f41d99152521bcd988501/types/816e4de8-451a-4a5f-a2d4-c6dec4d0411e/extra_specs => generated 48 bytes in 69 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-16 22:22:20.093 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/types?is_public=None 2026-09-16 22:22:20.116 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/types?is_public=None returned with HTTP 200 [pid: 7|app: 0|req: 12/23] 10.0.0.164 () {30 vars in 701 bytes} [Wed Sep 16 22:22:20 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/types?is_public=None => generated 443 bytes in 68 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-16 22:22:22.035 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:22:22.036 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:22:22.037 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:22:22.038 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:22:22.207 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/qos-specs 2026-09-16 22:22:22.225 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/qos-specs returned with HTTP 200 [pid: 8|app: 0|req: 12/26] 10.0.0.164 () {30 vars in 680 bytes} [Wed Sep 16 22:22:21 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/qos-specs => generated 17 bytes in 409 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-16 22:22:32.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:22:32.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:22:32.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:22:32.035 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:22:42.032 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:22:42.032 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:22:42.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:22:42.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:22:52.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:22:52.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:22:52.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:22:52.035 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:23:02.032 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:23:02.032 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:23:02.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:23:02.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:23:12.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:23:12.035 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:23:12.036 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:23:12.036 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:23:22.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:23:22.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:23:22.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:23:22.035 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:23:32.032 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:23:32.032 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:23:32.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:23:32.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:23:42.032 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:23:42.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:23:42.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:23:42.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:23:52.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:23:52.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:23:52.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:23:52.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:24:02.032 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:24:02.032 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:24:02.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:24:02.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:24:12.032 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:24:12.032 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:24:12.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:24:12.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:24:22.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:24:22.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:24:22.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:24:22.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:24:32.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:24:32.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:24:32.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:24:32.035 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:24:42.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:24:42.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:24:42.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:24:42.035 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:24:52.032 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:24:52.032 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:24:52.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:24:52.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:25:02.032 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:25:02.032 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:25:02.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:25:02.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:25:12.032 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:25:12.032 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:25:12.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:25:12.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:25:22.032 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:25:22.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:25:22.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:25:22.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:25:32.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:25:32.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:25:32.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:25:32.036 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:25:42.032 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:25:42.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:25:42.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:25:42.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:25:52.032 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:25:52.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:25:52.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:25:52.035 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:26:02.032 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:26:02.032 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:26:02.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:26:02.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:26:12.032 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:26:12.032 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:26:12.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:26:12.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:26:22.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:26:22.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:26:22.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:26:22.035 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:26:32.032 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:26:32.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:26:32.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:26:32.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:26:42.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:26:42.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:26:42.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:26:42.035 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:26:52.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:26:52.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:26:52.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:26:52.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:27:02.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:27:02.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:27:02.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:27:02.036 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:27:12.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:27:12.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:27:12.035 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:27:12.035 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:27:22.032 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:27:22.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:27:22.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:27:22.035 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:27:32.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:27:32.036 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:27:32.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:27:32.040 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:27:42.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:27:42.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:27:42.035 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:27:42.036 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:27:52.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:27:52.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:27:52.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:27:52.037 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:28:02.032 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:28:02.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:28:02.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:28:02.035 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:28:12.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:28:12.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:28:12.035 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:28:12.036 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:28:22.032 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:28:22.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:28:22.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:28:22.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:28:32.032 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:28:32.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:28:32.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:28:32.035 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:28:42.032 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:28:42.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:28:42.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:28:42.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:28:52.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:28:52.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:28:52.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:28:52.035 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:29:02.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:29:02.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:29:02.036 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:29:02.036 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:29:12.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:29:12.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:29:12.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:29:12.035 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:29:22.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:29:22.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:29:22.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:29:22.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:29:32.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:29:32.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:29:32.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:29:32.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:29:42.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:29:42.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:29:42.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:29:42.036 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:29:52.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:29:52.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:29:52.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:29:52.037 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:30:02.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:30:02.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:30:02.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:30:02.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:30:12.032 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:30:12.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:30:12.032 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:30:12.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:30:22.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:30:22.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:30:22.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:30:22.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:30:32.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:30:32.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:30:32.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:30:32.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:30:42.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:30:42.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:30:42.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:30:42.035 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:30:52.032 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:30:52.032 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:30:52.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:30:52.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:31:02.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:31:02.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:31:02.035 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:31:02.035 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:31:12.032 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:31:12.032 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:31:12.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:31:12.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:31:22.032 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:31:22.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:31:22.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:31:22.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:31:32.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:31:32.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:31:32.035 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:31:32.035 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:31:42.032 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:31:42.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:31:42.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:31:42.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:31:52.032 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:31:52.032 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:31:52.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:31:52.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:32:02.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:32:02.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:32:02.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:32:02.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:32:12.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:32:12.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:32:12.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:32:12.035 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:32:22.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:32:22.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:32:22.035 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:32:22.035 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:32:32.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:32:32.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:32:32.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:32:32.035 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:32:42.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:32:42.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:32:42.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:32:42.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:32:52.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:32:52.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:32:52.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:32:52.035 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:33:02.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:33:02.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:33:02.035 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:33:02.036 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:33:12.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:33:12.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:33:12.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:33:12.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:33:22.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:33:22.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:33:22.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:33:22.036 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:33:32.032 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:33:32.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:33:32.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:33:32.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:33:42.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:33:42.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:33:42.035 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:33:42.036 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:33:52.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:33:52.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:33:52.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:33:52.036 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:34:02.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:34:02.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:34:02.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:34:02.035 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:34:12.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:34:12.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:34:12.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:34:12.037 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:34:22.032 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:34:22.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:34:22.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:34:22.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:34:32.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:34:32.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:34:32.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:34:32.035 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:34:42.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:34:42.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:34:42.035 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:34:42.036 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:34:52.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:34:52.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:34:52.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:34:52.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:35:02.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:35:02.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:35:02.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:35:02.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:35:12.032 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:35:12.032 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:35:12.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:35:12.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:35:22.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:35:22.032 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:35:22.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:35:22.035 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:35:32.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:35:32.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:35:32.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:35:32.035 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:35:42.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:35:42.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:35:42.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:35:42.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:35:52.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:35:52.035 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:35:52.035 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:35:52.035 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:36:02.035 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:36:02.035 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:36:02.036 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:36:02.036 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:36:12.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:36:12.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:36:12.035 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:36:12.036 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:36:22.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:36:22.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:36:22.035 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:36:22.037 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:36:32.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:36:32.035 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:36:32.035 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:36:32.038 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:36:42.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:36:42.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:36:42.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:36:42.035 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:36:52.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:36:52.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:36:52.035 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:36:52.037 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:37:02.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:37:02.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:37:02.035 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:37:02.035 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:37:12.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:37:12.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:37:12.036 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:37:12.036 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:37:22.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:37:22.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:37:22.035 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:37:22.036 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:37:32.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:37:32.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:37:32.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:37:32.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:37:42.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:37:42.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:37:42.036 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:37:42.036 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:37:52.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:37:52.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:37:52.035 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:37:52.036 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:38:02.032 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:38:02.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:38:02.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:38:02.035 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:38:12.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:38:12.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:38:12.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:38:12.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:38:22.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:38:22.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:38:22.035 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:38:22.036 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:38:32.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:38:32.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:38:32.035 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:38:32.035 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:38:42.032 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:38:42.032 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:38:42.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:38:42.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:38:52.032 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:38:52.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:38:52.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:38:52.034 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:39:02.032 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:39:02.034 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:39:02.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:39:02.036 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:39:12.032 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:39:12.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:39:12.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:39:12.041 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:39:22.033 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:39:22.033 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:39:22.035 8 INFO cinder.api.openstack.wsgi [None req-a9752bf7-dc4b-42f2-a333-c25849f931b4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:39:22.035 7 INFO cinder.api.openstack.wsgi [None req-e30cb364-41d9-4d60-a1ad-27450683b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-16 22:39:29.190 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET https://volume.162-253-55-77.nip.io/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/daa2d98cce0f41d99152521bcd988501?usage=False 2026-09-16 22:39:29.212 8 WARNING cinder.quota [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] Deprecated: Default quota for resource: volumes_rbd1 is set by the default quota flag: quota_volumes_rbd1, it is now deprecated. Please use the default quota class for default quota. 2026-09-16 22:39:29.212 8 WARNING cinder.quota [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] Deprecated: Default quota for resource: gigabytes_rbd1 is set by the default quota flag: quota_gigabytes_rbd1, it is now deprecated. Please use the default quota class for default quota. 2026-09-16 22:39:29.213 8 WARNING cinder.quota [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] Deprecated: Default quota for resource: snapshots_rbd1 is set by the default quota flag: quota_snapshots_rbd1, it is now deprecated. Please use the default quota class for default quota. 2026-09-16 22:39:29.213 8 WARNING cinder.quota [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] Deprecated: Default quota for resource: volumes___DEFAULT__ is set by the default quota flag: quota_volumes___DEFAULT__, it is now deprecated. Please use the default quota class for default quota. 2026-09-16 22:39:29.213 8 WARNING cinder.quota [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] Deprecated: Default quota for resource: gigabytes___DEFAULT__ is set by the default quota flag: quota_gigabytes___DEFAULT__, it is now deprecated. Please use the default quota class for default quota. 2026-09-16 22:39:29.214 8 WARNING cinder.quota [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] Deprecated: Default quota for resource: snapshots___DEFAULT__ is set by the default quota flag: quota_snapshots___DEFAULT__, it is now deprecated. Please use the default quota class for default quota. 2026-09-16 22:39:29.218 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] https://volume.162-253-55-77.nip.io/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/daa2d98cce0f41d99152521bcd988501?usage=False returned with HTTP 200 [pid: 8|app: 0|req: 115/231] 162.253.55.77 () {44 vars in 1065 bytes} [Wed Sep 16 22:39:28 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/daa2d98cce0f41d99152521bcd988501?usage=False => generated 340 bytes in 221 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-16 22:39:29.384 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] PUT https://volume.162-253-55-77.nip.io/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/daa2d98cce0f41d99152521bcd988501 2026-09-16 22:39:29.451 7 WARNING cinder.quota [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] Deprecated: Default quota for resource: volumes_rbd1 is set by the default quota flag: quota_volumes_rbd1, it is now deprecated. Please use the default quota class for default quota. 2026-09-16 22:39:29.452 7 WARNING cinder.quota [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] Deprecated: Default quota for resource: gigabytes_rbd1 is set by the default quota flag: quota_gigabytes_rbd1, it is now deprecated. Please use the default quota class for default quota. 2026-09-16 22:39:29.452 7 WARNING cinder.quota [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] Deprecated: Default quota for resource: snapshots_rbd1 is set by the default quota flag: quota_snapshots_rbd1, it is now deprecated. Please use the default quota class for default quota. 2026-09-16 22:39:29.453 7 WARNING cinder.quota [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] Deprecated: Default quota for resource: volumes___DEFAULT__ is set by the default quota flag: quota_volumes___DEFAULT__, it is now deprecated. Please use the default quota class for default quota. 2026-09-16 22:39:29.453 7 WARNING cinder.quota [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] Deprecated: Default quota for resource: gigabytes___DEFAULT__ is set by the default quota flag: quota_gigabytes___DEFAULT__, it is now deprecated. Please use the default quota class for default quota. 2026-09-16 22:39:29.453 7 WARNING cinder.quota [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] Deprecated: Default quota for resource: snapshots___DEFAULT__ is set by the default quota flag: quota_snapshots___DEFAULT__, it is now deprecated. Please use the default quota class for default quota. 2026-09-16 22:39:29.459 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] https://volume.162-253-55-77.nip.io/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/daa2d98cce0f41d99152521bcd988501 returned with HTTP 200 [pid: 7|app: 0|req: 117/232] 162.253.55.77 () {48 vars in 1094 bytes} [Wed Sep 16 22:39:29 2026] PUT /v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/daa2d98cce0f41d99152521bcd988501 => generated 296 bytes in 85 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-16 22:39:32.033 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:39:32.034 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:39:32.035 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:39:32.036 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:39:42.034 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:39:42.034 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:39:42.036 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:39:42.038 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:39:52.033 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:39:52.033 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:39:52.034 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:39:52.035 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:40:02.033 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:40:02.034 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:40:02.035 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:40:02.036 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:40:12.033 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:40:12.033 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:40:12.034 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:40:12.035 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:40:22.033 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:40:22.033 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:40:22.034 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:40:22.035 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:40:32.032 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:40:32.033 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:40:32.033 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:40:32.034 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:40:42.033 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:40:42.033 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:40:42.035 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:40:42.036 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:40:52.034 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:40:52.035 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:40:52.035 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:40:52.036 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:41:02.033 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:41:02.034 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:41:02.034 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:41:02.035 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:41:12.033 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:41:12.033 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:41:12.034 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:41:12.035 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:41:22.033 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:41:22.033 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:41:22.034 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:41:22.034 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:41:32.033 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:41:32.034 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:41:32.035 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:41:32.035 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:41:42.032 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:41:42.033 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:41:42.033 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:41:42.036 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:41:52.033 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:41:52.034 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:41:52.035 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:41:52.039 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:42:02.033 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:42:02.033 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:42:02.034 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:42:02.034 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:42:12.033 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:42:12.033 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:42:12.034 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:42:12.036 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:42:22.033 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:42:22.033 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:42:22.034 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:42:22.034 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:42:32.034 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:42:32.035 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:42:32.035 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:42:32.037 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:42:42.032 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:42:42.033 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:42:42.033 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:42:42.035 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:42:52.032 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:42:52.032 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:42:52.032 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:42:52.032 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:43:02.032 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:43:02.033 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:43:02.034 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:43:02.033 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:43:12.033 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:43:12.034 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:43:12.034 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:43:12.035 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:43:22.033 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:43:22.033 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:43:22.034 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:43:22.037 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:43:32.033 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:43:32.034 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:43:32.042 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:43:32.043 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:43:42.033 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:43:42.034 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:43:42.034 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:43:42.036 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:43:52.033 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:43:52.033 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:43:52.035 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:43:52.036 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:44:02.033 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:44:02.033 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:44:02.035 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:44:02.035 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:44:12.034 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:44:12.035 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:44:12.034 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:44:12.036 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:44:22.032 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:44:22.033 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:44:22.033 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:44:22.034 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:44:32.033 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:44:32.033 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:44:32.034 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:44:32.034 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:44:42.033 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:44:42.033 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:44:42.035 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:44:42.035 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:44:52.033 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:44:52.033 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:44:52.034 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:44:52.034 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:45:02.033 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:45:02.034 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:45:02.034 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:45:02.035 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:45:12.033 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:45:12.033 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:45:12.034 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:45:12.034 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:45:22.033 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:45:22.033 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:45:22.034 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:45:22.035 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:45:32.035 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:45:32.036 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:45:32.036 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:45:32.037 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:45:42.034 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:45:42.034 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:45:42.035 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:45:42.037 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:45:52.034 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:45:52.034 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:45:52.034 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:45:52.042 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:46:02.033 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:46:02.033 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:46:02.035 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:46:02.035 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:46:12.034 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:46:12.034 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:46:12.035 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:46:12.035 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:46:22.034 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:46:22.034 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:46:22.035 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:46:22.035 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:46:32.033 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:46:32.033 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:46:32.034 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:46:32.034 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:46:42.033 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:46:42.033 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:46:42.034 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:46:42.034 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:46:52.032 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:46:52.033 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:46:52.033 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:46:52.036 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:47:02.033 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:47:02.034 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:47:02.035 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:47:02.035 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:47:12.032 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:47:12.032 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:47:12.034 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:47:12.034 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:47:22.032 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:47:22.032 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:47:22.034 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:47:22.034 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:47:32.032 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:47:32.033 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:47:32.033 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:47:32.034 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:47:42.033 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:47:42.033 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:47:42.033 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:47:42.034 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:47:52.033 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:47:52.033 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:47:52.034 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:47:52.034 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:48:02.032 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:48:02.033 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:48:02.033 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:48:02.034 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:48:12.033 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:48:12.033 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:48:12.034 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:48:12.034 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:48:22.032 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:48:22.033 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:48:22.033 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:48:22.034 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:48:32.033 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:48:32.034 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:48:32.034 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:48:32.037 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:48:42.032 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:48:42.032 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:48:42.033 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:48:42.033 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:48:52.033 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:48:52.033 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:48:52.034 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:48:52.034 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:49:02.033 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:49:02.033 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:49:02.034 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:49:02.035 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:49:12.033 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:49:12.033 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:49:12.035 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:49:12.035 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:49:22.033 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:49:22.034 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:49:22.034 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:49:22.035 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:49:32.033 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:49:32.033 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:49:32.034 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:49:32.034 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:49:42.032 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:49:42.033 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:49:42.033 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:49:42.035 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:49:52.033 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:49:52.034 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:49:52.034 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:49:52.035 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:50:02.032 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:50:02.033 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:50:02.034 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:50:02.034 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:50:12.034 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:50:12.034 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:50:12.034 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:50:12.035 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:50:22.033 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:50:22.034 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:50:22.035 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:50:22.035 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:50:32.033 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:50:32.034 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:50:32.035 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:50:32.036 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:50:42.035 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:50:42.035 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:50:42.036 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:50:42.037 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:50:52.033 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:50:52.033 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:50:52.034 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:50:52.034 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:51:02.032 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:51:02.032 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:51:02.033 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:51:02.034 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:51:12.033 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:51:12.034 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:51:12.035 7 INFO cinder.api.openstack.wsgi [None req-895031c7-94ed-4f6c-a98f-e113928e2cff 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:51:12.036 8 INFO cinder.api.openstack.wsgi [None req-f81100dd-8952-4d2f-a054-c73119f51a52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:51:18.548 7 INFO cinder.api.openstack.wsgi [None req-80b251bd-1ea2-4617-9166-ae72096c62fc 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET https://volume.162-253-55-77.nip.io/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/b0ae8862bc464dcd948c6083d51954cd?usage=False 2026-09-16 22:51:18.586 7 INFO cinder.api.openstack.wsgi [None req-80b251bd-1ea2-4617-9166-ae72096c62fc 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] https://volume.162-253-55-77.nip.io/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/b0ae8862bc464dcd948c6083d51954cd?usage=False returned with HTTP 200 [pid: 7|app: 0|req: 189/375] 162.253.55.77 () {44 vars in 1065 bytes} [Wed Sep 16 22:51:18 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/b0ae8862bc464dcd948c6083d51954cd?usage=False => generated 340 bytes in 150 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-16 22:51:19.350 8 INFO cinder.api.openstack.wsgi [None req-d0a90f4c-4f37-4e39-8b83-4645bddd0bed 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] PUT https://volume.162-253-55-77.nip.io/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/b0ae8862bc464dcd948c6083d51954cd 2026-09-16 22:51:19.438 8 INFO cinder.api.openstack.wsgi [None req-d0a90f4c-4f37-4e39-8b83-4645bddd0bed 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] https://volume.162-253-55-77.nip.io/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/b0ae8862bc464dcd948c6083d51954cd returned with HTTP 200 [pid: 8|app: 0|req: 187/376] 162.253.55.77 () {48 vars in 1094 bytes} [Wed Sep 16 22:51:19 2026] PUT /v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/b0ae8862bc464dcd948c6083d51954cd => generated 296 bytes in 101 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-16 22:51:22.033 7 INFO cinder.api.openstack.wsgi [None req-80b251bd-1ea2-4617-9166-ae72096c62fc 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:51:22.034 8 INFO cinder.api.openstack.wsgi [None req-d0a90f4c-4f37-4e39-8b83-4645bddd0bed 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:51:22.035 7 INFO cinder.api.openstack.wsgi [None req-80b251bd-1ea2-4617-9166-ae72096c62fc 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:51:22.036 8 INFO cinder.api.openstack.wsgi [None req-d0a90f4c-4f37-4e39-8b83-4645bddd0bed 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:51:32.033 7 INFO cinder.api.openstack.wsgi [None req-80b251bd-1ea2-4617-9166-ae72096c62fc 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:51:32.033 8 INFO cinder.api.openstack.wsgi [None req-d0a90f4c-4f37-4e39-8b83-4645bddd0bed 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:51:32.034 7 INFO cinder.api.openstack.wsgi [None req-80b251bd-1ea2-4617-9166-ae72096c62fc 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:51:32.037 8 INFO cinder.api.openstack.wsgi [None req-d0a90f4c-4f37-4e39-8b83-4645bddd0bed 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:51:42.032 8 INFO cinder.api.openstack.wsgi [None req-d0a90f4c-4f37-4e39-8b83-4645bddd0bed 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:51:42.033 7 INFO cinder.api.openstack.wsgi [None req-80b251bd-1ea2-4617-9166-ae72096c62fc 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:51:42.033 8 INFO cinder.api.openstack.wsgi [None req-d0a90f4c-4f37-4e39-8b83-4645bddd0bed 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:51:42.034 7 INFO cinder.api.openstack.wsgi [None req-80b251bd-1ea2-4617-9166-ae72096c62fc 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:51:52.033 8 INFO cinder.api.openstack.wsgi [None req-d0a90f4c-4f37-4e39-8b83-4645bddd0bed 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:51:52.033 7 INFO cinder.api.openstack.wsgi [None req-80b251bd-1ea2-4617-9166-ae72096c62fc 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:51:52.034 7 INFO cinder.api.openstack.wsgi [None req-80b251bd-1ea2-4617-9166-ae72096c62fc 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:51:52.034 8 INFO cinder.api.openstack.wsgi [None req-d0a90f4c-4f37-4e39-8b83-4645bddd0bed 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:52:02.033 7 INFO cinder.api.openstack.wsgi [None req-80b251bd-1ea2-4617-9166-ae72096c62fc 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:52:02.035 8 INFO cinder.api.openstack.wsgi [None req-d0a90f4c-4f37-4e39-8b83-4645bddd0bed 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:52:02.035 7 INFO cinder.api.openstack.wsgi [None req-80b251bd-1ea2-4617-9166-ae72096c62fc 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:52:02.036 8 INFO cinder.api.openstack.wsgi [None req-d0a90f4c-4f37-4e39-8b83-4645bddd0bed 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:52:12.034 8 INFO cinder.api.openstack.wsgi [None req-d0a90f4c-4f37-4e39-8b83-4645bddd0bed 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:52:12.035 8 INFO cinder.api.openstack.wsgi [None req-d0a90f4c-4f37-4e39-8b83-4645bddd0bed 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:52:12.035 7 INFO cinder.api.openstack.wsgi [None req-80b251bd-1ea2-4617-9166-ae72096c62fc 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:52:12.037 7 INFO cinder.api.openstack.wsgi [None req-80b251bd-1ea2-4617-9166-ae72096c62fc 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:52:22.035 7 INFO cinder.api.openstack.wsgi [None req-80b251bd-1ea2-4617-9166-ae72096c62fc 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:52:22.037 8 INFO cinder.api.openstack.wsgi [None req-d0a90f4c-4f37-4e39-8b83-4645bddd0bed 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:52:22.038 7 INFO cinder.api.openstack.wsgi [None req-80b251bd-1ea2-4617-9166-ae72096c62fc 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:52:22.040 8 INFO cinder.api.openstack.wsgi [None req-d0a90f4c-4f37-4e39-8b83-4645bddd0bed 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:52:32.033 8 INFO cinder.api.openstack.wsgi [None req-d0a90f4c-4f37-4e39-8b83-4645bddd0bed 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:52:32.035 8 INFO cinder.api.openstack.wsgi [None req-d0a90f4c-4f37-4e39-8b83-4645bddd0bed 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:52:32.037 7 INFO cinder.api.openstack.wsgi [None req-80b251bd-1ea2-4617-9166-ae72096c62fc 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:52:32.038 7 INFO cinder.api.openstack.wsgi [None req-80b251bd-1ea2-4617-9166-ae72096c62fc 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:52:41.862 8 INFO cinder.api.openstack.wsgi [None req-3e5bf247-3fdc-4036-9e75-fe027f1878d9 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/736c40391b7e49989220cc821d525473?usage=true 2026-09-16 22:52:41.896 8 INFO cinder.api.openstack.wsgi [None req-3e5bf247-3fdc-4036-9e75-fe027f1878d9 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/736c40391b7e49989220cc821d525473?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 196/393] 10.0.0.15 () {28 vars in 735 bytes} [Wed Sep 16 22:52:41 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/736c40391b7e49989220cc821d525473?usage=true => generated 847 bytes in 100 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-16 22:52:41.918 7 INFO cinder.api.openstack.wsgi [None req-0fb65b98-eebb-42a3-9fff-8385271ac890 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/b0ae8862bc464dcd948c6083d51954cd?usage=true 2026-09-16 22:52:41.957 7 INFO cinder.api.openstack.wsgi [None req-0fb65b98-eebb-42a3-9fff-8385271ac890 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/b0ae8862bc464dcd948c6083d51954cd?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 198/394] 10.0.0.15 () {28 vars in 735 bytes} [Wed Sep 16 22:52:41 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/b0ae8862bc464dcd948c6083d51954cd?usage=true => generated 845 bytes in 54 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-16 22:52:41.974 8 INFO cinder.api.openstack.wsgi [None req-3c663b85-f56c-4bc2-9c2d-31cb7376236f 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/daa2d98cce0f41d99152521bcd988501?usage=true 2026-09-16 22:52:42.016 8 INFO cinder.api.openstack.wsgi [None req-3c663b85-f56c-4bc2-9c2d-31cb7376236f 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/daa2d98cce0f41d99152521bcd988501?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 197/395] 10.0.0.15 () {28 vars in 735 bytes} [Wed Sep 16 22:52:41 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/daa2d98cce0f41d99152521bcd988501?usage=true => generated 845 bytes in 53 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-16 22:52:42.032 8 INFO cinder.api.openstack.wsgi [None req-3c663b85-f56c-4bc2-9c2d-31cb7376236f 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:52:42.033 8 INFO cinder.api.openstack.wsgi [None req-3c663b85-f56c-4bc2-9c2d-31cb7376236f 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:52:42.035 8 INFO cinder.api.openstack.wsgi [None req-3c663b85-f56c-4bc2-9c2d-31cb7376236f 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:52:42.036 8 INFO cinder.api.openstack.wsgi [None req-3c663b85-f56c-4bc2-9c2d-31cb7376236f 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:52:42.036 7 INFO cinder.api.openstack.wsgi [None req-5a1c807d-43ce-4d07-b8b1-1041c1792054 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/snapshots?all_tenants=true 2026-09-16 22:52:42.072 7 INFO cinder.volume.api [None req-5a1c807d-43ce-4d07-b8b1-1041c1792054 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] Get all snapshots completed successfully. 2026-09-16 22:52:42.073 7 INFO cinder.api.openstack.wsgi [None req-5a1c807d-43ce-4d07-b8b1-1041c1792054 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 199/398] 10.0.0.15 () {28 vars in 673 bytes} [Wed Sep 16 22:52:42 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/snapshots?all_tenants=true => generated 17 bytes in 52 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-16 22:52:42.088 8 INFO cinder.api.openstack.wsgi [None req-142cc919-6540-44a6-a456-36a5c69877b9 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-services 2026-09-16 22:52:42.100 8 INFO cinder.api.openstack.wsgi [None req-142cc919-6540-44a6-a456-36a5c69877b9 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-services returned with HTTP 200 [pid: 8|app: 0|req: 200/399] 10.0.0.15 () {28 vars in 644 bytes} [Wed Sep 16 22:52:42 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/os-services => generated 646 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-16 22:52:42.119 7 INFO cinder.api.openstack.wsgi [None req-87673b04-0a6c-453b-abc3-e4b1db4044a8 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/scheduler-stats/get_pools?detail=true 2026-09-16 22:52:42.686 7 INFO cinder.api.openstack.wsgi [None req-87673b04-0a6c-453b-abc3-e4b1db4044a8 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 200/400] 10.0.0.15 () {28 vars in 695 bytes} [Wed Sep 16 22:52:42 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/scheduler-stats/get_pools?detail=true => generated 670 bytes in 580 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-16 22:52:42.701 8 INFO cinder.api.openstack.wsgi [None req-f3f56eaf-18e5-4216-af0a-09e6acc0a371 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/volumes/detail?all_tenants=true 2026-09-16 22:52:42.745 8 INFO cinder.volume.api [None req-f3f56eaf-18e5-4216-af0a-09e6acc0a371 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] Get all volumes completed successfully. 2026-09-16 22:52:42.748 8 INFO cinder.api.openstack.wsgi [None req-f3f56eaf-18e5-4216-af0a-09e6acc0a371 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 201/401] 10.0.0.15 () {28 vars in 683 bytes} [Wed Sep 16 22:52:42 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/volumes/detail?all_tenants=true => generated 15 bytes in 57 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-16 22:52:42.763 7 INFO cinder.api.openstack.wsgi [None req-16fdb115-c30c-42f8-a6ba-e2869b98cb51 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/volumes/detail?all_tenants=true 2026-09-16 22:52:42.834 7 INFO cinder.volume.api [None req-16fdb115-c30c-42f8-a6ba-e2869b98cb51 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] Get all volumes completed successfully. 2026-09-16 22:52:42.836 7 INFO cinder.api.openstack.wsgi [None req-16fdb115-c30c-42f8-a6ba-e2869b98cb51 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 201/402] 10.0.0.15 () {28 vars in 683 bytes} [Wed Sep 16 22:52:42 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/volumes/detail?all_tenants=true => generated 15 bytes in 83 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-16 22:52:52.033 8 INFO cinder.api.openstack.wsgi [None req-f3f56eaf-18e5-4216-af0a-09e6acc0a371 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:52:52.033 7 INFO cinder.api.openstack.wsgi [None req-16fdb115-c30c-42f8-a6ba-e2869b98cb51 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:52:52.035 7 INFO cinder.api.openstack.wsgi [None req-16fdb115-c30c-42f8-a6ba-e2869b98cb51 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:52:52.040 8 INFO cinder.api.openstack.wsgi [None req-f3f56eaf-18e5-4216-af0a-09e6acc0a371 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:53:02.034 7 INFO cinder.api.openstack.wsgi [None req-16fdb115-c30c-42f8-a6ba-e2869b98cb51 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:53:02.035 8 INFO cinder.api.openstack.wsgi [None req-f3f56eaf-18e5-4216-af0a-09e6acc0a371 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:53:02.036 7 INFO cinder.api.openstack.wsgi [None req-16fdb115-c30c-42f8-a6ba-e2869b98cb51 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:53:02.036 8 INFO cinder.api.openstack.wsgi [None req-f3f56eaf-18e5-4216-af0a-09e6acc0a371 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:53:12.034 7 INFO cinder.api.openstack.wsgi [None req-16fdb115-c30c-42f8-a6ba-e2869b98cb51 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:53:12.034 8 INFO cinder.api.openstack.wsgi [None req-f3f56eaf-18e5-4216-af0a-09e6acc0a371 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:53:12.035 7 INFO cinder.api.openstack.wsgi [None req-16fdb115-c30c-42f8-a6ba-e2869b98cb51 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:53:12.037 8 INFO cinder.api.openstack.wsgi [None req-f3f56eaf-18e5-4216-af0a-09e6acc0a371 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:53:22.033 7 INFO cinder.api.openstack.wsgi [None req-16fdb115-c30c-42f8-a6ba-e2869b98cb51 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:53:22.033 8 INFO cinder.api.openstack.wsgi [None req-f3f56eaf-18e5-4216-af0a-09e6acc0a371 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:53:22.034 7 INFO cinder.api.openstack.wsgi [None req-16fdb115-c30c-42f8-a6ba-e2869b98cb51 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:53:22.034 8 INFO cinder.api.openstack.wsgi [None req-f3f56eaf-18e5-4216-af0a-09e6acc0a371 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:53:32.033 7 INFO cinder.api.openstack.wsgi [None req-16fdb115-c30c-42f8-a6ba-e2869b98cb51 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:53:32.034 8 INFO cinder.api.openstack.wsgi [None req-f3f56eaf-18e5-4216-af0a-09e6acc0a371 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:53:32.034 7 INFO cinder.api.openstack.wsgi [None req-16fdb115-c30c-42f8-a6ba-e2869b98cb51 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:53:32.035 8 INFO cinder.api.openstack.wsgi [None req-f3f56eaf-18e5-4216-af0a-09e6acc0a371 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:53:41.863 7 INFO cinder.api.openstack.wsgi [None req-e5eb5d77-6560-4651-99e7-cf536022c6e2 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/736c40391b7e49989220cc821d525473?usage=true 2026-09-16 22:53:41.904 7 INFO cinder.api.openstack.wsgi [None req-e5eb5d77-6560-4651-99e7-cf536022c6e2 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/736c40391b7e49989220cc821d525473?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 207/413] 10.0.0.15 () {28 vars in 735 bytes} [Wed Sep 16 22:53:41 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/736c40391b7e49989220cc821d525473?usage=true => generated 847 bytes in 100 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-16 22:53:41.923 8 INFO cinder.api.openstack.wsgi [None req-2c67474e-1077-49a4-ab54-5a7808cf2db1 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/b0ae8862bc464dcd948c6083d51954cd?usage=true 2026-09-16 22:53:41.951 8 INFO cinder.api.openstack.wsgi [None req-2c67474e-1077-49a4-ab54-5a7808cf2db1 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/b0ae8862bc464dcd948c6083d51954cd?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 207/414] 10.0.0.15 () {28 vars in 735 bytes} [Wed Sep 16 22:53:41 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/b0ae8862bc464dcd948c6083d51954cd?usage=true => generated 845 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-16 22:53:41.967 7 INFO cinder.api.openstack.wsgi [None req-a0b33852-73a6-4e9a-b8cc-afdc83f6ff8e 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/daa2d98cce0f41d99152521bcd988501?usage=true 2026-09-16 22:53:42.002 7 INFO cinder.api.openstack.wsgi [None req-a0b33852-73a6-4e9a-b8cc-afdc83f6ff8e 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/daa2d98cce0f41d99152521bcd988501?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 208/415] 10.0.0.15 () {28 vars in 735 bytes} [Wed Sep 16 22:53:41 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/daa2d98cce0f41d99152521bcd988501?usage=true => generated 845 bytes in 47 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-16 22:53:42.017 8 INFO cinder.api.openstack.wsgi [None req-0cc4b264-fcec-4cc8-bed3-a22f96d777df 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/snapshots?all_tenants=true 2026-09-16 22:53:42.034 7 INFO cinder.api.openstack.wsgi [None req-a0b33852-73a6-4e9a-b8cc-afdc83f6ff8e 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:53:42.035 7 INFO cinder.api.openstack.wsgi [None req-a0b33852-73a6-4e9a-b8cc-afdc83f6ff8e 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:53:42.037 7 INFO cinder.api.openstack.wsgi [None req-a0b33852-73a6-4e9a-b8cc-afdc83f6ff8e 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:53:42.038 7 INFO cinder.api.openstack.wsgi [None req-a0b33852-73a6-4e9a-b8cc-afdc83f6ff8e 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:53:42.050 8 INFO cinder.volume.api [None req-0cc4b264-fcec-4cc8-bed3-a22f96d777df 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] Get all snapshots completed successfully. 2026-09-16 22:53:42.051 8 INFO cinder.api.openstack.wsgi [None req-0cc4b264-fcec-4cc8-bed3-a22f96d777df 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 208/418] 10.0.0.15 () {28 vars in 673 bytes} [Wed Sep 16 22:53:42 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/snapshots?all_tenants=true => generated 17 bytes in 44 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-16 22:53:42.065 7 INFO cinder.api.openstack.wsgi [None req-42ee1b23-83c5-426c-b902-919a88e4765d 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/volumes/detail?all_tenants=true 2026-09-16 22:53:42.089 7 INFO cinder.volume.api [None req-42ee1b23-83c5-426c-b902-919a88e4765d 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] Get all volumes completed successfully. 2026-09-16 22:53:42.095 7 INFO cinder.api.openstack.wsgi [None req-42ee1b23-83c5-426c-b902-919a88e4765d 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 211/419] 10.0.0.15 () {28 vars in 683 bytes} [Wed Sep 16 22:53:42 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/volumes/detail?all_tenants=true => generated 15 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-16 22:53:42.109 8 INFO cinder.api.openstack.wsgi [None req-bcdd9e41-6f4f-466f-8d94-a2fa46669586 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/volumes/detail?all_tenants=true 2026-09-16 22:53:42.125 8 INFO cinder.volume.api [None req-bcdd9e41-6f4f-466f-8d94-a2fa46669586 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] Get all volumes completed successfully. 2026-09-16 22:53:42.132 8 INFO cinder.api.openstack.wsgi [None req-bcdd9e41-6f4f-466f-8d94-a2fa46669586 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 209/420] 10.0.0.15 () {28 vars in 683 bytes} [Wed Sep 16 22:53:42 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/volumes/detail?all_tenants=true => generated 15 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-16 22:53:42.152 7 INFO cinder.api.openstack.wsgi [None req-11303365-0ee7-4e7b-a65f-6e3d39ac0cdb 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-services 2026-09-16 22:53:42.166 7 INFO cinder.api.openstack.wsgi [None req-11303365-0ee7-4e7b-a65f-6e3d39ac0cdb 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-services returned with HTTP 200 [pid: 7|app: 0|req: 212/421] 10.0.0.15 () {28 vars in 644 bytes} [Wed Sep 16 22:53:42 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/os-services => generated 646 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-16 22:53:42.184 8 INFO cinder.api.openstack.wsgi [None req-a19fe2e2-ade1-4354-be8d-478e3185f869 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/scheduler-stats/get_pools?detail=true 2026-09-16 22:53:42.735 8 INFO cinder.api.openstack.wsgi [None req-a19fe2e2-ade1-4354-be8d-478e3185f869 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 210/422] 10.0.0.15 () {28 vars in 695 bytes} [Wed Sep 16 22:53:42 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/scheduler-stats/get_pools?detail=true => generated 670 bytes in 564 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-16 22:53:52.032 7 INFO cinder.api.openstack.wsgi [None req-11303365-0ee7-4e7b-a65f-6e3d39ac0cdb 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:53:52.033 7 INFO cinder.api.openstack.wsgi [None req-11303365-0ee7-4e7b-a65f-6e3d39ac0cdb 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:53:52.033 8 INFO cinder.api.openstack.wsgi [None req-a19fe2e2-ade1-4354-be8d-478e3185f869 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:53:52.035 8 INFO cinder.api.openstack.wsgi [None req-a19fe2e2-ade1-4354-be8d-478e3185f869 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:54:02.032 7 INFO cinder.api.openstack.wsgi [None req-11303365-0ee7-4e7b-a65f-6e3d39ac0cdb 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:54:02.032 8 INFO cinder.api.openstack.wsgi [None req-a19fe2e2-ade1-4354-be8d-478e3185f869 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:54:02.033 7 INFO cinder.api.openstack.wsgi [None req-11303365-0ee7-4e7b-a65f-6e3d39ac0cdb 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:54:02.033 8 INFO cinder.api.openstack.wsgi [None req-a19fe2e2-ade1-4354-be8d-478e3185f869 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:54:12.033 7 INFO cinder.api.openstack.wsgi [None req-11303365-0ee7-4e7b-a65f-6e3d39ac0cdb 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:54:12.033 8 INFO cinder.api.openstack.wsgi [None req-a19fe2e2-ade1-4354-be8d-478e3185f869 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:54:12.034 7 INFO cinder.api.openstack.wsgi [None req-11303365-0ee7-4e7b-a65f-6e3d39ac0cdb 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:54:12.034 8 INFO cinder.api.openstack.wsgi [None req-a19fe2e2-ade1-4354-be8d-478e3185f869 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:54:22.032 7 INFO cinder.api.openstack.wsgi [None req-11303365-0ee7-4e7b-a65f-6e3d39ac0cdb 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:54:22.034 8 INFO cinder.api.openstack.wsgi [None req-a19fe2e2-ade1-4354-be8d-478e3185f869 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:54:22.035 8 INFO cinder.api.openstack.wsgi [None req-a19fe2e2-ade1-4354-be8d-478e3185f869 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:54:22.036 7 INFO cinder.api.openstack.wsgi [None req-11303365-0ee7-4e7b-a65f-6e3d39ac0cdb 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:54:32.033 8 INFO cinder.api.openstack.wsgi [None req-a19fe2e2-ade1-4354-be8d-478e3185f869 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:54:32.033 7 INFO cinder.api.openstack.wsgi [None req-11303365-0ee7-4e7b-a65f-6e3d39ac0cdb 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:54:32.035 7 INFO cinder.api.openstack.wsgi [None req-11303365-0ee7-4e7b-a65f-6e3d39ac0cdb 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:54:32.036 8 INFO cinder.api.openstack.wsgi [None req-a19fe2e2-ade1-4354-be8d-478e3185f869 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:54:41.790 7 INFO cinder.api.openstack.wsgi [None req-ced6bb59-1ad2-416a-9925-5b93255cbcd4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/volumes/detail?all_tenants=true 2026-09-16 22:54:41.799 7 INFO cinder.volume.api [None req-ced6bb59-1ad2-416a-9925-5b93255cbcd4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] Get all volumes completed successfully. 2026-09-16 22:54:41.801 7 INFO cinder.api.openstack.wsgi [None req-ced6bb59-1ad2-416a-9925-5b93255cbcd4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 218/433] 10.0.0.15 () {28 vars in 683 bytes} [Wed Sep 16 22:54:41 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/volumes/detail?all_tenants=true => generated 15 bytes in 87 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-16 22:54:41.817 8 INFO cinder.api.openstack.wsgi [None req-b4ec5d21-fe62-42aa-b5e0-591c644477cf 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/scheduler-stats/get_pools?detail=true 2026-09-16 22:54:42.032 7 INFO cinder.api.openstack.wsgi [None req-ced6bb59-1ad2-416a-9925-5b93255cbcd4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:54:42.035 7 INFO cinder.api.openstack.wsgi [None req-ced6bb59-1ad2-416a-9925-5b93255cbcd4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:54:42.036 7 INFO cinder.api.openstack.wsgi [None req-ced6bb59-1ad2-416a-9925-5b93255cbcd4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:54:42.037 7 INFO cinder.api.openstack.wsgi [None req-ced6bb59-1ad2-416a-9925-5b93255cbcd4 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:54:42.322 8 INFO cinder.api.openstack.wsgi [None req-b4ec5d21-fe62-42aa-b5e0-591c644477cf 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 216/436] 10.0.0.15 () {28 vars in 695 bytes} [Wed Sep 16 22:54:41 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/scheduler-stats/get_pools?detail=true => generated 670 bytes in 518 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-16 22:54:42.380 7 INFO cinder.api.openstack.wsgi [None req-51c0f5b9-4b3d-4e3d-b97d-87b9f9911863 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/736c40391b7e49989220cc821d525473?usage=true 2026-09-16 22:54:42.428 7 INFO cinder.api.openstack.wsgi [None req-51c0f5b9-4b3d-4e3d-b97d-87b9f9911863 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/736c40391b7e49989220cc821d525473?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 221/437] 10.0.0.15 () {28 vars in 735 bytes} [Wed Sep 16 22:54:42 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/736c40391b7e49989220cc821d525473?usage=true => generated 847 bytes in 58 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-16 22:54:42.445 8 INFO cinder.api.openstack.wsgi [None req-ed13edb6-af59-4120-a06a-4ece16fd2c19 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/b0ae8862bc464dcd948c6083d51954cd?usage=true 2026-09-16 22:54:42.474 8 INFO cinder.api.openstack.wsgi [None req-ed13edb6-af59-4120-a06a-4ece16fd2c19 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/b0ae8862bc464dcd948c6083d51954cd?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 217/438] 10.0.0.15 () {28 vars in 735 bytes} [Wed Sep 16 22:54:42 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/b0ae8862bc464dcd948c6083d51954cd?usage=true => generated 845 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-16 22:54:42.492 7 INFO cinder.api.openstack.wsgi [None req-056eb6fc-f9eb-462d-821d-1c7384a3e258 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/daa2d98cce0f41d99152521bcd988501?usage=true 2026-09-16 22:54:42.537 7 INFO cinder.api.openstack.wsgi [None req-056eb6fc-f9eb-462d-821d-1c7384a3e258 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/daa2d98cce0f41d99152521bcd988501?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 222/439] 10.0.0.15 () {28 vars in 735 bytes} [Wed Sep 16 22:54:42 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/daa2d98cce0f41d99152521bcd988501?usage=true => generated 845 bytes in 57 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-16 22:54:42.554 8 INFO cinder.api.openstack.wsgi [None req-dfc1e396-e352-4f3b-811d-95a20550afe0 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/snapshots?all_tenants=true 2026-09-16 22:54:42.563 8 INFO cinder.volume.api [None req-dfc1e396-e352-4f3b-811d-95a20550afe0 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] Get all snapshots completed successfully. 2026-09-16 22:54:42.564 8 INFO cinder.api.openstack.wsgi [None req-dfc1e396-e352-4f3b-811d-95a20550afe0 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 218/440] 10.0.0.15 () {28 vars in 673 bytes} [Wed Sep 16 22:54:42 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/snapshots?all_tenants=true => generated 17 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-16 22:54:42.577 7 INFO cinder.api.openstack.wsgi [None req-a00f63f6-f36e-42b3-b741-21fe9adc5e8f 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/volumes/detail?all_tenants=true 2026-09-16 22:54:42.595 7 INFO cinder.volume.api [None req-a00f63f6-f36e-42b3-b741-21fe9adc5e8f 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] Get all volumes completed successfully. 2026-09-16 22:54:42.598 7 INFO cinder.api.openstack.wsgi [None req-a00f63f6-f36e-42b3-b741-21fe9adc5e8f 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 223/441] 10.0.0.15 () {28 vars in 683 bytes} [Wed Sep 16 22:54:42 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/volumes/detail?all_tenants=true => generated 15 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-16 22:54:42.613 8 INFO cinder.api.openstack.wsgi [None req-2cd33f4c-d191-41ea-b1fe-9d3b3f59fa30 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-services 2026-09-16 22:54:42.633 8 INFO cinder.api.openstack.wsgi [None req-2cd33f4c-d191-41ea-b1fe-9d3b3f59fa30 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-services returned with HTTP 200 [pid: 8|app: 0|req: 219/442] 10.0.0.15 () {28 vars in 644 bytes} [Wed Sep 16 22:54:42 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/os-services => generated 646 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-16 22:54:52.034 7 INFO cinder.api.openstack.wsgi [None req-a00f63f6-f36e-42b3-b741-21fe9adc5e8f 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:54:52.034 8 INFO cinder.api.openstack.wsgi [None req-2cd33f4c-d191-41ea-b1fe-9d3b3f59fa30 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:54:52.035 7 INFO cinder.api.openstack.wsgi [None req-a00f63f6-f36e-42b3-b741-21fe9adc5e8f 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:54:52.035 8 INFO cinder.api.openstack.wsgi [None req-2cd33f4c-d191-41ea-b1fe-9d3b3f59fa30 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:55:02.034 8 INFO cinder.api.openstack.wsgi [None req-2cd33f4c-d191-41ea-b1fe-9d3b3f59fa30 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:55:02.034 7 INFO cinder.api.openstack.wsgi [None req-a00f63f6-f36e-42b3-b741-21fe9adc5e8f 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:55:02.036 7 INFO cinder.api.openstack.wsgi [None req-a00f63f6-f36e-42b3-b741-21fe9adc5e8f 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:55:02.036 8 INFO cinder.api.openstack.wsgi [None req-2cd33f4c-d191-41ea-b1fe-9d3b3f59fa30 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:55:12.033 7 INFO cinder.api.openstack.wsgi [None req-a00f63f6-f36e-42b3-b741-21fe9adc5e8f 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:55:12.033 8 INFO cinder.api.openstack.wsgi [None req-2cd33f4c-d191-41ea-b1fe-9d3b3f59fa30 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:55:12.034 7 INFO cinder.api.openstack.wsgi [None req-a00f63f6-f36e-42b3-b741-21fe9adc5e8f 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:55:12.036 8 INFO cinder.api.openstack.wsgi [None req-2cd33f4c-d191-41ea-b1fe-9d3b3f59fa30 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:55:22.034 8 INFO cinder.api.openstack.wsgi [None req-2cd33f4c-d191-41ea-b1fe-9d3b3f59fa30 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:55:22.034 7 INFO cinder.api.openstack.wsgi [None req-a00f63f6-f36e-42b3-b741-21fe9adc5e8f 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:55:22.035 8 INFO cinder.api.openstack.wsgi [None req-2cd33f4c-d191-41ea-b1fe-9d3b3f59fa30 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:55:22.036 7 INFO cinder.api.openstack.wsgi [None req-a00f63f6-f36e-42b3-b741-21fe9adc5e8f 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:55:32.033 8 INFO cinder.api.openstack.wsgi [None req-2cd33f4c-d191-41ea-b1fe-9d3b3f59fa30 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:55:32.033 7 INFO cinder.api.openstack.wsgi [None req-a00f63f6-f36e-42b3-b741-21fe9adc5e8f 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:55:32.035 7 INFO cinder.api.openstack.wsgi [None req-a00f63f6-f36e-42b3-b741-21fe9adc5e8f 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:55:32.035 8 INFO cinder.api.openstack.wsgi [None req-2cd33f4c-d191-41ea-b1fe-9d3b3f59fa30 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:55:41.784 7 INFO cinder.api.openstack.wsgi [None req-fef990f0-79b3-48f0-8b11-c58ea4520473 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-services 2026-09-16 22:55:41.794 7 INFO cinder.api.openstack.wsgi [None req-fef990f0-79b3-48f0-8b11-c58ea4520473 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-services returned with HTTP 200 [pid: 7|app: 0|req: 229/453] 10.0.0.15 () {28 vars in 644 bytes} [Wed Sep 16 22:55:41 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/os-services => generated 646 bytes in 74 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-16 22:55:41.815 8 INFO cinder.api.openstack.wsgi [None req-69ebf38b-edea-45b5-b6e6-703f4bb07b95 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/scheduler-stats/get_pools?detail=true 2026-09-16 22:55:42.033 7 INFO cinder.api.openstack.wsgi [None req-fef990f0-79b3-48f0-8b11-c58ea4520473 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:55:42.034 7 INFO cinder.api.openstack.wsgi [None req-fef990f0-79b3-48f0-8b11-c58ea4520473 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:55:42.036 7 INFO cinder.api.openstack.wsgi [None req-fef990f0-79b3-48f0-8b11-c58ea4520473 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:55:42.037 7 INFO cinder.api.openstack.wsgi [None req-fef990f0-79b3-48f0-8b11-c58ea4520473 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:55:42.320 8 INFO cinder.api.openstack.wsgi [None req-69ebf38b-edea-45b5-b6e6-703f4bb07b95 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 225/456] 10.0.0.15 () {28 vars in 695 bytes} [Wed Sep 16 22:55:41 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/scheduler-stats/get_pools?detail=true => generated 670 bytes in 520 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-16 22:55:42.343 7 INFO cinder.api.openstack.wsgi [None req-4052fd1e-47e7-4a84-a5a2-e1bd3caf4de0 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/volumes/detail?all_tenants=true 2026-09-16 22:55:42.358 7 INFO cinder.volume.api [None req-4052fd1e-47e7-4a84-a5a2-e1bd3caf4de0 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] Get all volumes completed successfully. 2026-09-16 22:55:42.361 7 INFO cinder.api.openstack.wsgi [None req-4052fd1e-47e7-4a84-a5a2-e1bd3caf4de0 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 232/457] 10.0.0.15 () {28 vars in 683 bytes} [Wed Sep 16 22:55:42 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/volumes/detail?all_tenants=true => generated 15 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-16 22:55:42.381 8 INFO cinder.api.openstack.wsgi [None req-b22d47cc-e373-4049-845a-641899e9b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/snapshots?all_tenants=true 2026-09-16 22:55:42.389 8 INFO cinder.volume.api [None req-b22d47cc-e373-4049-845a-641899e9b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] Get all snapshots completed successfully. 2026-09-16 22:55:42.390 8 INFO cinder.api.openstack.wsgi [None req-b22d47cc-e373-4049-845a-641899e9b52a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 226/458] 10.0.0.15 () {28 vars in 673 bytes} [Wed Sep 16 22:55:42 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/snapshots?all_tenants=true => generated 17 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-16 22:55:42.404 7 INFO cinder.api.openstack.wsgi [None req-bb417fc2-cf0f-41cb-b1b3-b3e06e146f17 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/volumes/detail?all_tenants=true 2026-09-16 22:55:42.420 7 INFO cinder.volume.api [None req-bb417fc2-cf0f-41cb-b1b3-b3e06e146f17 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] Get all volumes completed successfully. 2026-09-16 22:55:42.423 7 INFO cinder.api.openstack.wsgi [None req-bb417fc2-cf0f-41cb-b1b3-b3e06e146f17 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 233/459] 10.0.0.15 () {28 vars in 683 bytes} [Wed Sep 16 22:55:42 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/volumes/detail?all_tenants=true => generated 15 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-16 22:55:42.506 8 INFO cinder.api.openstack.wsgi [None req-0155ae79-b134-4ee8-9d19-2c62371860f2 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/736c40391b7e49989220cc821d525473?usage=true 2026-09-16 22:55:42.541 8 INFO cinder.api.openstack.wsgi [None req-0155ae79-b134-4ee8-9d19-2c62371860f2 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/736c40391b7e49989220cc821d525473?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 227/460] 10.0.0.15 () {28 vars in 735 bytes} [Wed Sep 16 22:55:42 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/736c40391b7e49989220cc821d525473?usage=true => generated 847 bytes in 47 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-16 22:55:42.558 7 INFO cinder.api.openstack.wsgi [None req-076b9c8a-f2c8-4ff9-8e59-b29de3e0306c 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/b0ae8862bc464dcd948c6083d51954cd?usage=true 2026-09-16 22:55:42.596 7 INFO cinder.api.openstack.wsgi [None req-076b9c8a-f2c8-4ff9-8e59-b29de3e0306c 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/b0ae8862bc464dcd948c6083d51954cd?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 234/461] 10.0.0.15 () {28 vars in 735 bytes} [Wed Sep 16 22:55:42 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/b0ae8862bc464dcd948c6083d51954cd?usage=true => generated 845 bytes in 49 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-16 22:55:42.612 8 INFO cinder.api.openstack.wsgi [None req-0f78d0bf-98e0-42a2-b201-ff90c62a05bb 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/daa2d98cce0f41d99152521bcd988501?usage=true 2026-09-16 22:55:42.654 8 INFO cinder.api.openstack.wsgi [None req-0f78d0bf-98e0-42a2-b201-ff90c62a05bb 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/daa2d98cce0f41d99152521bcd988501?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 228/462] 10.0.0.15 () {28 vars in 735 bytes} [Wed Sep 16 22:55:42 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/daa2d98cce0f41d99152521bcd988501?usage=true => generated 845 bytes in 53 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-16 22:55:52.034 7 INFO cinder.api.openstack.wsgi [None req-076b9c8a-f2c8-4ff9-8e59-b29de3e0306c 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:55:52.035 8 INFO cinder.api.openstack.wsgi [None req-0f78d0bf-98e0-42a2-b201-ff90c62a05bb 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:55:52.035 7 INFO cinder.api.openstack.wsgi [None req-076b9c8a-f2c8-4ff9-8e59-b29de3e0306c 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:55:52.036 8 INFO cinder.api.openstack.wsgi [None req-0f78d0bf-98e0-42a2-b201-ff90c62a05bb 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:56:02.033 8 INFO cinder.api.openstack.wsgi [None req-0f78d0bf-98e0-42a2-b201-ff90c62a05bb 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:56:02.033 7 INFO cinder.api.openstack.wsgi [None req-076b9c8a-f2c8-4ff9-8e59-b29de3e0306c 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:56:02.034 8 INFO cinder.api.openstack.wsgi [None req-0f78d0bf-98e0-42a2-b201-ff90c62a05bb 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:56:02.034 7 INFO cinder.api.openstack.wsgi [None req-076b9c8a-f2c8-4ff9-8e59-b29de3e0306c 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:56:12.033 7 INFO cinder.api.openstack.wsgi [None req-076b9c8a-f2c8-4ff9-8e59-b29de3e0306c 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:56:12.033 8 INFO cinder.api.openstack.wsgi [None req-0f78d0bf-98e0-42a2-b201-ff90c62a05bb 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:56:12.034 7 INFO cinder.api.openstack.wsgi [None req-076b9c8a-f2c8-4ff9-8e59-b29de3e0306c 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:56:12.035 8 INFO cinder.api.openstack.wsgi [None req-0f78d0bf-98e0-42a2-b201-ff90c62a05bb 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:56:22.033 7 INFO cinder.api.openstack.wsgi [None req-076b9c8a-f2c8-4ff9-8e59-b29de3e0306c 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:56:22.033 8 INFO cinder.api.openstack.wsgi [None req-0f78d0bf-98e0-42a2-b201-ff90c62a05bb 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:56:22.034 8 INFO cinder.api.openstack.wsgi [None req-0f78d0bf-98e0-42a2-b201-ff90c62a05bb 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:56:22.035 7 INFO cinder.api.openstack.wsgi [None req-076b9c8a-f2c8-4ff9-8e59-b29de3e0306c 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:56:32.034 7 INFO cinder.api.openstack.wsgi [None req-076b9c8a-f2c8-4ff9-8e59-b29de3e0306c 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:56:32.034 8 INFO cinder.api.openstack.wsgi [None req-0f78d0bf-98e0-42a2-b201-ff90c62a05bb 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:56:32.035 7 INFO cinder.api.openstack.wsgi [None req-076b9c8a-f2c8-4ff9-8e59-b29de3e0306c 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:56:32.036 8 INFO cinder.api.openstack.wsgi [None req-0f78d0bf-98e0-42a2-b201-ff90c62a05bb 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:56:41.796 7 INFO cinder.api.openstack.wsgi [None req-a1751dff-6d25-472c-9921-69f00caada7d 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/736c40391b7e49989220cc821d525473?usage=true 2026-09-16 22:56:41.822 7 INFO cinder.api.openstack.wsgi [None req-a1751dff-6d25-472c-9921-69f00caada7d 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/736c40391b7e49989220cc821d525473?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 240/473] 10.0.0.15 () {28 vars in 735 bytes} [Wed Sep 16 22:56:41 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/736c40391b7e49989220cc821d525473?usage=true => generated 847 bytes in 74 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-16 22:56:41.838 8 INFO cinder.api.openstack.wsgi [None req-18bcd22e-3e97-4fc5-b164-49f7d759f854 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/b0ae8862bc464dcd948c6083d51954cd?usage=true 2026-09-16 22:56:41.874 8 INFO cinder.api.openstack.wsgi [None req-18bcd22e-3e97-4fc5-b164-49f7d759f854 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/b0ae8862bc464dcd948c6083d51954cd?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 234/474] 10.0.0.15 () {28 vars in 735 bytes} [Wed Sep 16 22:56:41 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/b0ae8862bc464dcd948c6083d51954cd?usage=true => generated 845 bytes in 47 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-16 22:56:41.892 7 INFO cinder.api.openstack.wsgi [None req-81a849cd-1eba-450b-ae79-e6020926efcb 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/daa2d98cce0f41d99152521bcd988501?usage=true 2026-09-16 22:56:41.928 7 INFO cinder.api.openstack.wsgi [None req-81a849cd-1eba-450b-ae79-e6020926efcb 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/daa2d98cce0f41d99152521bcd988501?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 241/475] 10.0.0.15 () {28 vars in 735 bytes} [Wed Sep 16 22:56:41 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/daa2d98cce0f41d99152521bcd988501?usage=true => generated 845 bytes in 48 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-16 22:56:41.943 8 INFO cinder.api.openstack.wsgi [None req-7edd30a9-7b0c-4986-b873-01ac45ba6805 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/volumes/detail?all_tenants=true 2026-09-16 22:56:41.956 8 INFO cinder.volume.api [None req-7edd30a9-7b0c-4986-b873-01ac45ba6805 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] Get all volumes completed successfully. 2026-09-16 22:56:41.959 8 INFO cinder.api.openstack.wsgi [None req-7edd30a9-7b0c-4986-b873-01ac45ba6805 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 235/476] 10.0.0.15 () {28 vars in 683 bytes} [Wed Sep 16 22:56:41 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/volumes/detail?all_tenants=true => generated 15 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-16 22:56:41.973 7 INFO cinder.api.openstack.wsgi [None req-d34ed37b-768e-440c-bf9e-fcd56898b6ad 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/volumes/detail?all_tenants=true 2026-09-16 22:56:41.989 7 INFO cinder.volume.api [None req-d34ed37b-768e-440c-bf9e-fcd56898b6ad 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] Get all volumes completed successfully. 2026-09-16 22:56:41.993 7 INFO cinder.api.openstack.wsgi [None req-d34ed37b-768e-440c-bf9e-fcd56898b6ad 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 242/477] 10.0.0.15 () {28 vars in 683 bytes} [Wed Sep 16 22:56:41 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/volumes/detail?all_tenants=true => generated 15 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-16 22:56:42.007 8 INFO cinder.api.openstack.wsgi [None req-47a7cd69-599c-4890-9b51-b66f817833ad 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/scheduler-stats/get_pools?detail=true 2026-09-16 22:56:42.033 7 INFO cinder.api.openstack.wsgi [None req-d34ed37b-768e-440c-bf9e-fcd56898b6ad 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:56:42.035 7 INFO cinder.api.openstack.wsgi [None req-d34ed37b-768e-440c-bf9e-fcd56898b6ad 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:56:42.036 7 INFO cinder.api.openstack.wsgi [None req-d34ed37b-768e-440c-bf9e-fcd56898b6ad 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:56:42.037 7 INFO cinder.api.openstack.wsgi [None req-d34ed37b-768e-440c-bf9e-fcd56898b6ad 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:56:42.512 8 INFO cinder.api.openstack.wsgi [None req-47a7cd69-599c-4890-9b51-b66f817833ad 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 236/480] 10.0.0.15 () {28 vars in 695 bytes} [Wed Sep 16 22:56:41 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/scheduler-stats/get_pools?detail=true => generated 670 bytes in 516 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-16 22:56:42.524 7 INFO cinder.api.openstack.wsgi [None req-85e2a3d8-9fe8-4922-9f2f-f963825d3b23 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/snapshots?all_tenants=true 2026-09-16 22:56:42.531 7 INFO cinder.volume.api [None req-85e2a3d8-9fe8-4922-9f2f-f963825d3b23 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] Get all snapshots completed successfully. 2026-09-16 22:56:42.531 7 INFO cinder.api.openstack.wsgi [None req-85e2a3d8-9fe8-4922-9f2f-f963825d3b23 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 245/481] 10.0.0.15 () {28 vars in 673 bytes} [Wed Sep 16 22:56:42 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/snapshots?all_tenants=true => generated 17 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-16 22:56:42.546 8 INFO cinder.api.openstack.wsgi [None req-9b6dbb2d-0793-4e05-9e3c-c52225a2d42e 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-services 2026-09-16 22:56:42.557 8 INFO cinder.api.openstack.wsgi [None req-9b6dbb2d-0793-4e05-9e3c-c52225a2d42e 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-services returned with HTTP 200 [pid: 8|app: 0|req: 237/482] 10.0.0.15 () {28 vars in 644 bytes} [Wed Sep 16 22:56:42 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/os-services => generated 646 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-16 22:56:52.034 7 INFO cinder.api.openstack.wsgi [None req-85e2a3d8-9fe8-4922-9f2f-f963825d3b23 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:56:52.034 8 INFO cinder.api.openstack.wsgi [None req-9b6dbb2d-0793-4e05-9e3c-c52225a2d42e 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:56:52.035 7 INFO cinder.api.openstack.wsgi [None req-85e2a3d8-9fe8-4922-9f2f-f963825d3b23 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:56:52.037 8 INFO cinder.api.openstack.wsgi [None req-9b6dbb2d-0793-4e05-9e3c-c52225a2d42e 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:57:02.033 7 INFO cinder.api.openstack.wsgi [None req-85e2a3d8-9fe8-4922-9f2f-f963825d3b23 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:57:02.035 7 INFO cinder.api.openstack.wsgi [None req-85e2a3d8-9fe8-4922-9f2f-f963825d3b23 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:57:02.034 8 INFO cinder.api.openstack.wsgi [None req-9b6dbb2d-0793-4e05-9e3c-c52225a2d42e 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:57:02.037 8 INFO cinder.api.openstack.wsgi [None req-9b6dbb2d-0793-4e05-9e3c-c52225a2d42e 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:57:12.033 8 INFO cinder.api.openstack.wsgi [None req-9b6dbb2d-0793-4e05-9e3c-c52225a2d42e 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:57:12.033 7 INFO cinder.api.openstack.wsgi [None req-85e2a3d8-9fe8-4922-9f2f-f963825d3b23 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:57:12.034 8 INFO cinder.api.openstack.wsgi [None req-9b6dbb2d-0793-4e05-9e3c-c52225a2d42e 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:57:12.035 7 INFO cinder.api.openstack.wsgi [None req-85e2a3d8-9fe8-4922-9f2f-f963825d3b23 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:57:22.034 8 INFO cinder.api.openstack.wsgi [None req-9b6dbb2d-0793-4e05-9e3c-c52225a2d42e 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:57:22.034 7 INFO cinder.api.openstack.wsgi [None req-85e2a3d8-9fe8-4922-9f2f-f963825d3b23 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:57:22.036 8 INFO cinder.api.openstack.wsgi [None req-9b6dbb2d-0793-4e05-9e3c-c52225a2d42e 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:57:22.036 7 INFO cinder.api.openstack.wsgi [None req-85e2a3d8-9fe8-4922-9f2f-f963825d3b23 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:57:32.033 8 INFO cinder.api.openstack.wsgi [None req-9b6dbb2d-0793-4e05-9e3c-c52225a2d42e 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:57:32.035 8 INFO cinder.api.openstack.wsgi [None req-9b6dbb2d-0793-4e05-9e3c-c52225a2d42e 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:57:32.034 7 INFO cinder.api.openstack.wsgi [None req-85e2a3d8-9fe8-4922-9f2f-f963825d3b23 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:57:32.037 7 INFO cinder.api.openstack.wsgi [None req-85e2a3d8-9fe8-4922-9f2f-f963825d3b23 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:57:41.815 8 INFO cinder.api.openstack.wsgi [None req-8ab87202-27c3-4147-8668-2d69cff99485 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/volumes/detail?all_tenants=true 2026-09-16 22:57:41.831 8 INFO cinder.volume.api [None req-8ab87202-27c3-4147-8668-2d69cff99485 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] Get all volumes completed successfully. 2026-09-16 22:57:41.835 8 INFO cinder.api.openstack.wsgi [None req-8ab87202-27c3-4147-8668-2d69cff99485 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 243/493] 10.0.0.15 () {28 vars in 683 bytes} [Wed Sep 16 22:57:41 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/volumes/detail?all_tenants=true => generated 15 bytes in 90 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-16 22:57:41.902 7 INFO cinder.api.openstack.wsgi [None req-1f2f1478-f0c5-41f3-ad63-7ad4f27f2630 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/736c40391b7e49989220cc821d525473?usage=true 2026-09-16 22:57:41.940 7 INFO cinder.api.openstack.wsgi [None req-1f2f1478-f0c5-41f3-ad63-7ad4f27f2630 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/736c40391b7e49989220cc821d525473?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 251/494] 10.0.0.15 () {28 vars in 735 bytes} [Wed Sep 16 22:57:41 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/736c40391b7e49989220cc821d525473?usage=true => generated 847 bytes in 51 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-16 22:57:41.956 8 INFO cinder.api.openstack.wsgi [None req-6f178829-86d7-40d8-af74-38ad31e4d4a8 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/b0ae8862bc464dcd948c6083d51954cd?usage=true 2026-09-16 22:57:41.995 8 INFO cinder.api.openstack.wsgi [None req-6f178829-86d7-40d8-af74-38ad31e4d4a8 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/b0ae8862bc464dcd948c6083d51954cd?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 244/495] 10.0.0.15 () {28 vars in 735 bytes} [Wed Sep 16 22:57:41 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/b0ae8862bc464dcd948c6083d51954cd?usage=true => generated 845 bytes in 50 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-16 22:57:42.012 7 INFO cinder.api.openstack.wsgi [None req-43d0ebaa-7799-4c74-9107-c400dedeb9b2 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/daa2d98cce0f41d99152521bcd988501?usage=true 2026-09-16 22:57:42.033 8 INFO cinder.api.openstack.wsgi [None req-6f178829-86d7-40d8-af74-38ad31e4d4a8 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:57:42.036 8 INFO cinder.api.openstack.wsgi [None req-6f178829-86d7-40d8-af74-38ad31e4d4a8 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:57:42.037 8 INFO cinder.api.openstack.wsgi [None req-6f178829-86d7-40d8-af74-38ad31e4d4a8 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:57:42.039 8 INFO cinder.api.openstack.wsgi [None req-6f178829-86d7-40d8-af74-38ad31e4d4a8 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:57:42.052 7 INFO cinder.api.openstack.wsgi [None req-43d0ebaa-7799-4c74-9107-c400dedeb9b2 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/daa2d98cce0f41d99152521bcd988501?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 252/498] 10.0.0.15 () {28 vars in 735 bytes} [Wed Sep 16 22:57:42 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/daa2d98cce0f41d99152521bcd988501?usage=true => generated 845 bytes in 52 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-16 22:57:42.068 8 INFO cinder.api.openstack.wsgi [None req-bea71895-219c-46f4-bc0a-27c178cafa74 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/snapshots?all_tenants=true 2026-09-16 22:57:42.078 8 INFO cinder.volume.api [None req-bea71895-219c-46f4-bc0a-27c178cafa74 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] Get all snapshots completed successfully. 2026-09-16 22:57:42.079 8 INFO cinder.api.openstack.wsgi [None req-bea71895-219c-46f4-bc0a-27c178cafa74 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 247/499] 10.0.0.15 () {28 vars in 673 bytes} [Wed Sep 16 22:57:42 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/snapshots?all_tenants=true => generated 17 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-16 22:57:42.095 7 INFO cinder.api.openstack.wsgi [None req-ff5caa65-b04d-4cdb-81ee-5fedbdf5f6ae 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/volumes/detail?all_tenants=true 2026-09-16 22:57:42.113 7 INFO cinder.volume.api [None req-ff5caa65-b04d-4cdb-81ee-5fedbdf5f6ae 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] Get all volumes completed successfully. 2026-09-16 22:57:42.115 7 INFO cinder.api.openstack.wsgi [None req-ff5caa65-b04d-4cdb-81ee-5fedbdf5f6ae 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 253/500] 10.0.0.15 () {28 vars in 683 bytes} [Wed Sep 16 22:57:42 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/volumes/detail?all_tenants=true => generated 15 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-16 22:57:42.132 8 INFO cinder.api.openstack.wsgi [None req-d79aa8b2-c57b-4b2e-a59d-414b61ffeb52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/scheduler-stats/get_pools?detail=true 2026-09-16 22:57:42.637 8 INFO cinder.api.openstack.wsgi [None req-d79aa8b2-c57b-4b2e-a59d-414b61ffeb52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 248/501] 10.0.0.15 () {28 vars in 695 bytes} [Wed Sep 16 22:57:42 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/scheduler-stats/get_pools?detail=true => generated 670 bytes in 515 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-16 22:57:42.656 7 INFO cinder.api.openstack.wsgi [None req-d26133f4-9b83-426d-81e1-6e3b6e911bf5 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-services 2026-09-16 22:57:42.664 7 INFO cinder.api.openstack.wsgi [None req-d26133f4-9b83-426d-81e1-6e3b6e911bf5 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-services returned with HTTP 200 [pid: 7|app: 0|req: 254/502] 10.0.0.15 () {28 vars in 644 bytes} [Wed Sep 16 22:57:42 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/os-services => generated 646 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-16 22:57:52.032 8 INFO cinder.api.openstack.wsgi [None req-d79aa8b2-c57b-4b2e-a59d-414b61ffeb52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:57:52.033 7 INFO cinder.api.openstack.wsgi [None req-d26133f4-9b83-426d-81e1-6e3b6e911bf5 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:57:52.034 8 INFO cinder.api.openstack.wsgi [None req-d79aa8b2-c57b-4b2e-a59d-414b61ffeb52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:57:52.034 7 INFO cinder.api.openstack.wsgi [None req-d26133f4-9b83-426d-81e1-6e3b6e911bf5 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:58:02.033 8 INFO cinder.api.openstack.wsgi [None req-d79aa8b2-c57b-4b2e-a59d-414b61ffeb52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:58:02.033 7 INFO cinder.api.openstack.wsgi [None req-d26133f4-9b83-426d-81e1-6e3b6e911bf5 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:58:02.034 7 INFO cinder.api.openstack.wsgi [None req-d26133f4-9b83-426d-81e1-6e3b6e911bf5 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:58:02.034 8 INFO cinder.api.openstack.wsgi [None req-d79aa8b2-c57b-4b2e-a59d-414b61ffeb52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:58:12.033 7 INFO cinder.api.openstack.wsgi [None req-d26133f4-9b83-426d-81e1-6e3b6e911bf5 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:58:12.034 7 INFO cinder.api.openstack.wsgi [None req-d26133f4-9b83-426d-81e1-6e3b6e911bf5 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:58:12.035 8 INFO cinder.api.openstack.wsgi [None req-d79aa8b2-c57b-4b2e-a59d-414b61ffeb52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:58:12.036 8 INFO cinder.api.openstack.wsgi [None req-d79aa8b2-c57b-4b2e-a59d-414b61ffeb52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:58:22.033 7 INFO cinder.api.openstack.wsgi [None req-d26133f4-9b83-426d-81e1-6e3b6e911bf5 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:58:22.034 7 INFO cinder.api.openstack.wsgi [None req-d26133f4-9b83-426d-81e1-6e3b6e911bf5 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:58:22.033 8 INFO cinder.api.openstack.wsgi [None req-d79aa8b2-c57b-4b2e-a59d-414b61ffeb52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:58:22.036 8 INFO cinder.api.openstack.wsgi [None req-d79aa8b2-c57b-4b2e-a59d-414b61ffeb52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:58:32.033 7 INFO cinder.api.openstack.wsgi [None req-d26133f4-9b83-426d-81e1-6e3b6e911bf5 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:58:32.034 8 INFO cinder.api.openstack.wsgi [None req-d79aa8b2-c57b-4b2e-a59d-414b61ffeb52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:58:32.035 7 INFO cinder.api.openstack.wsgi [None req-d26133f4-9b83-426d-81e1-6e3b6e911bf5 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:58:32.035 8 INFO cinder.api.openstack.wsgi [None req-d79aa8b2-c57b-4b2e-a59d-414b61ffeb52 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:58:41.932 7 INFO cinder.api.openstack.wsgi [None req-f264fb1e-26fa-41a1-8938-d005a97bcbfb 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/736c40391b7e49989220cc821d525473?usage=true 2026-09-16 22:58:41.973 7 INFO cinder.api.openstack.wsgi [None req-f264fb1e-26fa-41a1-8938-d005a97bcbfb 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/736c40391b7e49989220cc821d525473?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 260/513] 10.0.0.15 () {28 vars in 735 bytes} [Wed Sep 16 22:58:41 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/736c40391b7e49989220cc821d525473?usage=true => generated 847 bytes in 90 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-16 22:58:41.988 8 INFO cinder.api.openstack.wsgi [None req-9bfeb427-17ad-4330-8e8a-4e32de090f0a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/b0ae8862bc464dcd948c6083d51954cd?usage=true 2026-09-16 22:58:42.020 8 INFO cinder.api.openstack.wsgi [None req-9bfeb427-17ad-4330-8e8a-4e32de090f0a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/b0ae8862bc464dcd948c6083d51954cd?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 254/514] 10.0.0.15 () {28 vars in 735 bytes} [Wed Sep 16 22:58:41 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/b0ae8862bc464dcd948c6083d51954cd?usage=true => generated 845 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-16 22:58:42.033 8 INFO cinder.api.openstack.wsgi [None req-9bfeb427-17ad-4330-8e8a-4e32de090f0a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:58:42.035 8 INFO cinder.api.openstack.wsgi [None req-9bfeb427-17ad-4330-8e8a-4e32de090f0a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:58:42.036 8 INFO cinder.api.openstack.wsgi [None req-9bfeb427-17ad-4330-8e8a-4e32de090f0a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:58:42.036 8 INFO cinder.api.openstack.wsgi [None req-9bfeb427-17ad-4330-8e8a-4e32de090f0a 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:58:42.042 7 INFO cinder.api.openstack.wsgi [None req-5918a7fe-5794-4552-adef-4bc29568c6a3 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/daa2d98cce0f41d99152521bcd988501?usage=true 2026-09-16 22:58:42.082 7 INFO cinder.api.openstack.wsgi [None req-5918a7fe-5794-4552-adef-4bc29568c6a3 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/daa2d98cce0f41d99152521bcd988501?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 261/517] 10.0.0.15 () {28 vars in 735 bytes} [Wed Sep 16 22:58:42 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/os-quota-sets/daa2d98cce0f41d99152521bcd988501?usage=true => generated 845 bytes in 55 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-16 22:58:42.094 8 INFO cinder.api.openstack.wsgi [None req-bd7f5b00-6f03-4b80-a7ea-aaa6a8342edd 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/volumes/detail?all_tenants=true 2026-09-16 22:58:42.107 8 INFO cinder.volume.api [None req-bd7f5b00-6f03-4b80-a7ea-aaa6a8342edd 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] Get all volumes completed successfully. 2026-09-16 22:58:42.110 8 INFO cinder.api.openstack.wsgi [None req-bd7f5b00-6f03-4b80-a7ea-aaa6a8342edd 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 257/518] 10.0.0.15 () {28 vars in 683 bytes} [Wed Sep 16 22:58:42 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/volumes/detail?all_tenants=true => generated 15 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-16 22:58:42.125 7 INFO cinder.api.openstack.wsgi [None req-76531271-f7d8-49cd-a01e-6dbb34bfe6e6 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-services 2026-09-16 22:58:42.138 7 INFO cinder.api.openstack.wsgi [None req-76531271-f7d8-49cd-a01e-6dbb34bfe6e6 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/os-services returned with HTTP 200 [pid: 7|app: 0|req: 262/519] 10.0.0.15 () {28 vars in 644 bytes} [Wed Sep 16 22:58:42 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/os-services => generated 646 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-16 22:58:42.152 8 INFO cinder.api.openstack.wsgi [None req-f250ca28-e15c-448b-89e4-592ea34ecfdb 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/scheduler-stats/get_pools?detail=true 2026-09-16 22:58:42.657 8 INFO cinder.api.openstack.wsgi [None req-f250ca28-e15c-448b-89e4-592ea34ecfdb 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 258/520] 10.0.0.15 () {28 vars in 695 bytes} [Wed Sep 16 22:58:42 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/scheduler-stats/get_pools?detail=true => generated 670 bytes in 514 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-16 22:58:42.672 7 INFO cinder.api.openstack.wsgi [None req-c40ef2b1-7a01-4f45-b1f7-90ac69be2891 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/volumes/detail?all_tenants=true 2026-09-16 22:58:42.688 7 INFO cinder.volume.api [None req-c40ef2b1-7a01-4f45-b1f7-90ac69be2891 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] Get all volumes completed successfully. 2026-09-16 22:58:42.691 7 INFO cinder.api.openstack.wsgi [None req-c40ef2b1-7a01-4f45-b1f7-90ac69be2891 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 263/521] 10.0.0.15 () {28 vars in 683 bytes} [Wed Sep 16 22:58:42 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/volumes/detail?all_tenants=true => generated 15 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-16 22:58:42.705 8 INFO cinder.api.openstack.wsgi [None req-c2ad5604-5df7-477d-8a53-563887209279 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/snapshots?all_tenants=true 2026-09-16 22:58:42.715 8 INFO cinder.volume.api [None req-c2ad5604-5df7-477d-8a53-563887209279 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] Get all snapshots completed successfully. 2026-09-16 22:58:42.716 8 INFO cinder.api.openstack.wsgi [None req-c2ad5604-5df7-477d-8a53-563887209279 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/daa2d98cce0f41d99152521bcd988501/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 259/522] 10.0.0.15 () {28 vars in 673 bytes} [Wed Sep 16 22:58:42 2026] GET /v3/daa2d98cce0f41d99152521bcd988501/snapshots?all_tenants=true => generated 17 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-16 22:58:52.033 7 INFO cinder.api.openstack.wsgi [None req-c40ef2b1-7a01-4f45-b1f7-90ac69be2891 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:58:52.034 8 INFO cinder.api.openstack.wsgi [None req-c2ad5604-5df7-477d-8a53-563887209279 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] GET http://10.0.0.63:8776/ 2026-09-16 22:58:52.035 8 INFO cinder.api.openstack.wsgi [None req-c2ad5604-5df7-477d-8a53-563887209279 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300 2026-09-16 22:58:52.036 7 INFO cinder.api.openstack.wsgi [None req-c40ef2b1-7a01-4f45-b1f7-90ac69be2891 7b64175da600468e8c0d0b3573d956be daa2d98cce0f41d99152521bcd988501 - - default default] http://10.0.0.63:8776/ returned with HTTP 300