+ 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 [Tue Jun 30 18:26:20 2026] *** compiled with version: 13.3.0 on 11 June 2026 18:25:52 os: Linux-5.15.0-181-generic #191-Ubuntu SMP Fri May 22 19:09:02 UTC 2026 nodename: cinder-api-7984d9678f-r7bgf 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 0x7fa628152668 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-06-30 18:26:24.307 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-06-30 18:26:24.307 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-06-30 18:26:24.569 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-06-30 18:26:24.569 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-06-30 18:26:25.574 8 INFO cinder.rpc [None req-127647d4-378d-4fcf-a6ed-70754504ace0 - - - - - -] Automatically selected cinder-scheduler objects version 1.39 as minimum service version. 2026-06-30 18:26:25.578 8 INFO cinder.rpc [None req-127647d4-378d-4fcf-a6ed-70754504ace0 - - - - - -] Automatically selected cinder-scheduler RPC version 3.12 as minimum service version. 2026-06-30 18:26:25.580 8 INFO cinder.rpc [None req-127647d4-378d-4fcf-a6ed-70754504ace0 - - - - - -] Automatically selected cinder-volume objects version 1.39 as minimum service version. 2026-06-30 18:26:25.582 8 INFO cinder.rpc [None req-127647d4-378d-4fcf-a6ed-70754504ace0 - - - - - -] Automatically selected cinder-volume RPC version 3.20 as minimum service version. 2026-06-30 18:26:25.595 8 INFO cinder.rpc [None req-127647d4-378d-4fcf-a6ed-70754504ace0 - - - - - -] Automatically selected cinder-backup objects version 1.39 as minimum service version. 2026-06-30 18:26:25.599 8 INFO cinder.rpc [None req-127647d4-378d-4fcf-a6ed-70754504ace0 - - - - - -] Automatically selected cinder-backup RPC version 2.4 as minimum service version. 2026-06-30 18:26:25.645 8 WARNING cinder.api.contrib.hosts [None req-127647d4-378d-4fcf-a6ed-70754504ace0 - - - - - -] Deprecated: The Host API is deprecated and will be be removed in a future version. 2026-06-30 18:26:25.687 8 WARNING keystonemiddleware._common.config [None req-127647d4-378d-4fcf-a6ed-70754504ace0 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-30 18:26:25.696 8 WARNING oslo_config.cfg [None req-127647d4-378d-4fcf-a6ed-70754504ace0 - - - - - -] 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 0x7fa628152668 pid: 8 (default app) 2026-06-30 18:26:25.995 7 INFO cinder.rpc [None req-a9d94c3d-b2da-48d4-854f-66f5197075e5 - - - - - -] Automatically selected cinder-scheduler objects version 1.39 as minimum service version. 2026-06-30 18:26:26.000 7 INFO cinder.rpc [None req-a9d94c3d-b2da-48d4-854f-66f5197075e5 - - - - - -] Automatically selected cinder-scheduler RPC version 3.12 as minimum service version. 2026-06-30 18:26:26.005 7 INFO cinder.rpc [None req-a9d94c3d-b2da-48d4-854f-66f5197075e5 - - - - - -] Automatically selected cinder-volume objects version 1.39 as minimum service version. 2026-06-30 18:26:26.009 7 INFO cinder.rpc [None req-a9d94c3d-b2da-48d4-854f-66f5197075e5 - - - - - -] Automatically selected cinder-volume RPC version 3.20 as minimum service version. 2026-06-30 18:26:26.021 7 INFO cinder.rpc [None req-a9d94c3d-b2da-48d4-854f-66f5197075e5 - - - - - -] Automatically selected cinder-backup objects version 1.39 as minimum service version. 2026-06-30 18:26:26.024 7 INFO cinder.rpc [None req-a9d94c3d-b2da-48d4-854f-66f5197075e5 - - - - - -] Automatically selected cinder-backup RPC version 2.4 as minimum service version. 2026-06-30 18:26:26.077 7 WARNING cinder.api.contrib.hosts [None req-a9d94c3d-b2da-48d4-854f-66f5197075e5 - - - - - -] Deprecated: The Host API is deprecated and will be be removed in a future version. 2026-06-30 18:26:26.120 7 WARNING keystonemiddleware._common.config [None req-a9d94c3d-b2da-48d4-854f-66f5197075e5 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-30 18:26:26.129 7 WARNING oslo_config.cfg [None req-a9d94c3d-b2da-48d4-854f-66f5197075e5 - - - - - -] 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 6 seconds on interpreter 0x7fa628152668 pid: 7 (default app) 2026-06-30 18:26:29.522 8 INFO cinder.api.openstack.wsgi [None req-127647d4-378d-4fcf-a6ed-70754504ace0 - - - - - -] GET http://10.0.0.30:8776/ 2026-06-30 18:26:29.524 8 INFO cinder.api.openstack.wsgi [None req-127647d4-378d-4fcf-a6ed-70754504ace0 - - - - - -] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:26:39.523 7 INFO cinder.api.openstack.wsgi [None req-a9d94c3d-b2da-48d4-854f-66f5197075e5 - - - - - -] GET http://10.0.0.30:8776/ 2026-06-30 18:26:39.524 7 INFO cinder.api.openstack.wsgi [None req-a9d94c3d-b2da-48d4-854f-66f5197075e5 - - - - - -] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:26:49.521 8 INFO cinder.api.openstack.wsgi [None req-127647d4-378d-4fcf-a6ed-70754504ace0 - - - - - -] GET http://10.0.0.30:8776/ 2026-06-30 18:26:49.522 8 INFO cinder.api.openstack.wsgi [None req-127647d4-378d-4fcf-a6ed-70754504ace0 - - - - - -] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:26:59.522 8 INFO cinder.api.openstack.wsgi [None req-127647d4-378d-4fcf-a6ed-70754504ace0 - - - - - -] GET http://10.0.0.30:8776/ 2026-06-30 18:26:59.522 7 INFO cinder.api.openstack.wsgi [None req-a9d94c3d-b2da-48d4-854f-66f5197075e5 - - - - - -] GET http://10.0.0.30:8776/ 2026-06-30 18:26:59.523 8 INFO cinder.api.openstack.wsgi [None req-127647d4-378d-4fcf-a6ed-70754504ace0 - - - - - -] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:26:59.523 7 INFO cinder.api.openstack.wsgi [None req-a9d94c3d-b2da-48d4-854f-66f5197075e5 - - - - - -] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:27:09.521 8 INFO cinder.api.openstack.wsgi [None req-127647d4-378d-4fcf-a6ed-70754504ace0 - - - - - -] GET http://10.0.0.30:8776/ 2026-06-30 18:27:09.521 7 INFO cinder.api.openstack.wsgi [None req-a9d94c3d-b2da-48d4-854f-66f5197075e5 - - - - - -] GET http://10.0.0.30:8776/ 2026-06-30 18:27:09.522 8 INFO cinder.api.openstack.wsgi [None req-127647d4-378d-4fcf-a6ed-70754504ace0 - - - - - -] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:27:09.522 7 INFO cinder.api.openstack.wsgi [None req-a9d94c3d-b2da-48d4-854f-66f5197075e5 - - - - - -] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:27:19.521 8 INFO cinder.api.openstack.wsgi [None req-127647d4-378d-4fcf-a6ed-70754504ace0 - - - - - -] GET http://10.0.0.30:8776/ 2026-06-30 18:27:19.522 7 INFO cinder.api.openstack.wsgi [None req-a9d94c3d-b2da-48d4-854f-66f5197075e5 - - - - - -] GET http://10.0.0.30:8776/ 2026-06-30 18:27:19.523 8 INFO cinder.api.openstack.wsgi [None req-127647d4-378d-4fcf-a6ed-70754504ace0 - - - - - -] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:27:19.523 7 INFO cinder.api.openstack.wsgi [None req-a9d94c3d-b2da-48d4-854f-66f5197075e5 - - - - - -] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:27:29.522 7 INFO cinder.api.openstack.wsgi [None req-a9d94c3d-b2da-48d4-854f-66f5197075e5 - - - - - -] GET http://10.0.0.30:8776/ 2026-06-30 18:27:29.522 8 INFO cinder.api.openstack.wsgi [None req-127647d4-378d-4fcf-a6ed-70754504ace0 - - - - - -] GET http://10.0.0.30:8776/ 2026-06-30 18:27:29.523 7 INFO cinder.api.openstack.wsgi [None req-a9d94c3d-b2da-48d4-854f-66f5197075e5 - - - - - -] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:27:29.523 8 INFO cinder.api.openstack.wsgi [None req-127647d4-378d-4fcf-a6ed-70754504ace0 - - - - - -] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:27:39.521 8 INFO cinder.api.openstack.wsgi [None req-127647d4-378d-4fcf-a6ed-70754504ace0 - - - - - -] GET http://10.0.0.30:8776/ 2026-06-30 18:27:39.521 7 INFO cinder.api.openstack.wsgi [None req-a9d94c3d-b2da-48d4-854f-66f5197075e5 - - - - - -] GET http://10.0.0.30:8776/ 2026-06-30 18:27:39.522 7 INFO cinder.api.openstack.wsgi [None req-a9d94c3d-b2da-48d4-854f-66f5197075e5 - - - - - -] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:27:39.522 8 INFO cinder.api.openstack.wsgi [None req-127647d4-378d-4fcf-a6ed-70754504ace0 - - - - - -] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:27:49.521 8 INFO cinder.api.openstack.wsgi [None req-127647d4-378d-4fcf-a6ed-70754504ace0 - - - - - -] GET http://10.0.0.30:8776/ 2026-06-30 18:27:49.521 7 INFO cinder.api.openstack.wsgi [None req-a9d94c3d-b2da-48d4-854f-66f5197075e5 - - - - - -] GET http://10.0.0.30:8776/ 2026-06-30 18:27:49.522 8 INFO cinder.api.openstack.wsgi [None req-127647d4-378d-4fcf-a6ed-70754504ace0 - - - - - -] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:27:49.523 7 INFO cinder.api.openstack.wsgi [None req-a9d94c3d-b2da-48d4-854f-66f5197075e5 - - - - - -] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:27:59.522 8 INFO cinder.api.openstack.wsgi [None req-127647d4-378d-4fcf-a6ed-70754504ace0 - - - - - -] GET http://10.0.0.30:8776/ 2026-06-30 18:27:59.522 7 INFO cinder.api.openstack.wsgi [None req-a9d94c3d-b2da-48d4-854f-66f5197075e5 - - - - - -] GET http://10.0.0.30:8776/ 2026-06-30 18:27:59.523 8 INFO cinder.api.openstack.wsgi [None req-127647d4-378d-4fcf-a6ed-70754504ace0 - - - - - -] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:27:59.523 7 INFO cinder.api.openstack.wsgi [None req-a9d94c3d-b2da-48d4-854f-66f5197075e5 - - - - - -] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:28:09.521 8 INFO cinder.api.openstack.wsgi [None req-127647d4-378d-4fcf-a6ed-70754504ace0 - - - - - -] GET http://10.0.0.30:8776/ 2026-06-30 18:28:09.521 7 INFO cinder.api.openstack.wsgi [None req-a9d94c3d-b2da-48d4-854f-66f5197075e5 - - - - - -] GET http://10.0.0.30:8776/ 2026-06-30 18:28:09.522 8 INFO cinder.api.openstack.wsgi [None req-127647d4-378d-4fcf-a6ed-70754504ace0 - - - - - -] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:28:09.522 7 INFO cinder.api.openstack.wsgi [None req-a9d94c3d-b2da-48d4-854f-66f5197075e5 - - - - - -] http://10.0.0.30: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-06-30 18:28:12.277 8 INFO cinder.api.openstack.wsgi [None req-0de5929b-5e2c-4db6-bb29-5d56280ef6d1 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/types/rbd1 2026-06-30 18:28:12.300 8 INFO cinder.api.openstack.wsgi [None req-0de5929b-5e2c-4db6-bb29-5d56280ef6d1 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/types/rbd1 returned with HTTP 404 [pid: 8|app: 0|req: 11/20] 10.0.0.203 () {30 vars in 682 bytes} [Tue Jun 30 18:28:11 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/types/rbd1 => generated 82 bytes in 936 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-06-30 18:28:12.763 7 INFO cinder.api.openstack.wsgi [None req-26362500-c838-46dd-9a98-71aca0275d32 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/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-06-30 18:28:12.787 7 INFO cinder.api.openstack.wsgi [None req-26362500-c838-46dd-9a98-71aca0275d32 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/types?name=rbd1&is_public=None returned with HTTP 200 [pid: 7|app: 0|req: 10/21] 10.0.0.203 () {30 vars in 721 bytes} [Tue Jun 30 18:28:12 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/types?name=rbd1&is_public=None => generated 20 bytes in 479 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 18:28:14.391 8 INFO cinder.api.openstack.wsgi [None req-afb194d5-a7ac-4863-8e0a-5b36f12d3844 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/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-06-30 18:28:14.417 8 INFO cinder.api.openstack.wsgi [None req-afb194d5-a7ac-4863-8e0a-5b36f12d3844 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/types returned with HTTP 200 [pid: 8|app: 0|req: 12/22] 10.0.0.203 () {34 vars in 725 bytes} [Tue Jun 30 18:28:14 2026] POST /v3/aff3b1073c7b40f7a6256f7973d19cd2/types => generated 179 bytes in 60 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 18:28:14.436 7 INFO cinder.api.openstack.wsgi [req-afb194d5-a7ac-4863-8e0a-5b36f12d3844 req-deec46e1-0cd4-458c-a73d-bb73073753d9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/types/fc99ce9b-4a40-460e-ac17-cc220169564c/extra_specs 2026-06-30 18:28:14.492 7 INFO cinder.api.openstack.wsgi [req-afb194d5-a7ac-4863-8e0a-5b36f12d3844 req-deec46e1-0cd4-458c-a73d-bb73073753d9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/types/fc99ce9b-4a40-460e-ac17-cc220169564c/extra_specs returned with HTTP 200 [pid: 7|app: 0|req: 11/23] 10.0.0.203 () {36 vars in 894 bytes} [Tue Jun 30 18:28:14 2026] POST /v3/aff3b1073c7b40f7a6256f7973d19cd2/types/fc99ce9b-4a40-460e-ac17-cc220169564c/extra_specs => generated 48 bytes in 66 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 18:28:16.114 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/types?is_public=None 2026-06-30 18:28:16.126 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/types?is_public=None returned with HTTP 200 [pid: 8|app: 0|req: 13/24] 10.0.0.203 () {30 vars in 701 bytes} [Tue Jun 30 18:28:16 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/types?is_public=None => generated 443 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 18:28:18.032 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/qos-specs 2026-06-30 18:28:18.045 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/qos-specs returned with HTTP 200 [pid: 7|app: 0|req: 12/25] 10.0.0.203 () {30 vars in 680 bytes} [Tue Jun 30 18:28:17 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/qos-specs => generated 17 bytes in 356 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 18:28:19.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:28:19.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:28:19.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:28:19.523 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:28:29.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:28:29.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:28:29.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:28:29.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:28:39.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:28:39.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:28:39.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:28:39.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:28:49.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:28:49.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:28:49.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:28:49.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:28:59.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:28:59.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:28:59.523 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:28:59.523 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:29:09.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:29:09.524 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:29:09.525 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:29:09.527 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:29:19.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:29:19.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:29:19.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:29:19.523 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:29:29.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:29:29.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:29:29.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:29:29.523 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:29:39.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:29:39.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:29:39.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:29:39.523 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:29:49.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:29:49.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:29:49.523 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:29:49.523 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:29:59.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:29:59.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:29:59.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:29:59.523 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:30:09.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:30:09.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:30:09.523 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:30:09.523 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:30:19.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:30:19.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:30:19.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:30:19.523 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:30:29.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:30:29.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:30:29.523 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:30:29.523 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:30:39.520 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:30:39.520 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:30:39.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:30:39.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:30:49.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:30:49.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:30:49.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:30:49.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:30:59.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:30:59.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:30:59.523 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:30:59.523 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:31:09.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:31:09.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:31:09.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:31:09.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:31:19.520 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:31:19.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:31:19.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:31:19.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:31:29.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:31:29.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:31:29.523 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:31:29.523 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:31:39.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:31:39.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:31:39.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:31:39.523 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:31:49.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:31:49.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:31:49.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:31:49.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:31:59.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:31:59.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:31:59.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:31:59.523 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:32:09.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:32:09.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:32:09.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:32:09.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:32:19.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:32:19.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:32:19.529 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:32:19.530 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:32:29.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:32:29.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:32:29.523 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:32:29.523 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:32:39.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:32:39.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:32:39.523 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:32:39.523 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:32:49.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:32:49.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:32:49.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:32:49.523 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:32:59.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:32:59.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:32:59.523 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:32:59.523 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:33:09.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:33:09.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:33:09.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:33:09.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:33:19.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:33:19.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:33:19.523 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:33:19.523 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:33:29.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:33:29.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:33:29.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:33:29.523 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:33:39.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:33:39.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:33:39.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:33:39.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:33:49.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:33:49.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:33:49.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:33:49.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:33:59.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:33:59.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:33:59.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:33:59.523 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:34:09.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:34:09.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:34:09.523 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:34:09.523 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:34:19.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:34:19.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:34:19.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:34:19.523 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:34:29.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:34:29.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:34:29.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:34:29.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:34:39.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:34:39.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:34:39.523 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:34:39.523 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:34:49.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:34:49.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:34:49.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:34:49.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:34:59.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:34:59.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:34:59.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:34:59.523 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:35:09.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:35:09.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:35:09.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:35:09.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:35:19.527 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:35:19.527 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:35:19.528 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:35:19.528 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:35:29.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:35:29.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:35:29.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:35:29.523 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:35:39.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:35:39.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:35:39.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:35:39.523 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:35:49.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:35:49.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:35:49.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:35:49.523 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:35:59.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:35:59.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:35:59.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:35:59.523 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:36:09.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:36:09.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:36:09.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:36:09.523 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:36:19.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:36:19.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:36:19.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:36:19.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:36:29.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:36:29.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:36:29.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:36:29.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:36:39.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:36:39.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:36:39.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:36:39.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:36:49.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:36:49.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:36:49.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:36:49.523 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:36:59.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:36:59.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:36:59.523 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:36:59.523 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:37:09.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:37:09.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:37:09.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:37:09.524 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:37:19.520 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:37:19.520 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:37:19.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:37:19.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:37:29.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:37:29.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:37:29.523 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:37:29.524 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:37:39.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:37:39.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:37:39.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:37:39.523 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:37:49.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:37:49.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:37:49.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:37:49.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:37:59.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:37:59.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:37:59.523 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:37:59.523 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:38:09.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:38:09.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:38:09.523 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:38:09.523 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:38:19.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:38:19.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:38:19.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:38:19.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:38:29.520 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:38:29.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:38:29.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:38:29.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:38:39.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:38:39.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:38:39.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:38:39.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:38:49.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:38:49.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:38:49.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:38:49.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:38:59.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:38:59.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:38:59.523 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:38:59.523 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:39:09.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:39:09.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:39:09.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:39:09.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:39:19.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:39:19.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:39:19.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:39:19.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:39:29.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:39:29.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:39:29.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:39:29.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:39:39.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:39:39.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:39:39.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:39:39.523 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:39:49.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:39:49.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:39:49.523 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:39:49.523 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:39:59.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:39:59.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:39:59.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:39:59.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:40:09.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:40:09.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:40:09.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:40:09.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:40:19.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:40:19.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:40:19.523 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:40:19.523 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:40:29.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:40:29.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:40:29.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:40:29.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:40:39.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:40:39.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:40:39.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:40:39.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:40:49.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:40:49.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:40:49.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:40:49.523 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:40:59.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:40:59.523 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:40:59.523 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:40:59.524 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:41:09.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:41:09.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:41:09.523 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:41:09.523 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:41:19.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:41:19.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:41:19.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:41:19.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:41:29.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:41:29.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:41:29.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:41:29.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:41:39.520 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:41:39.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:41:39.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:41:39.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:41:49.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:41:49.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:41:49.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:41:49.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:41:59.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:41:59.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:41:59.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:41:59.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:42:09.520 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:42:09.520 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:42:09.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:42:09.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:42:19.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:42:19.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:42:19.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:42:19.523 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:42:29.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:42:29.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:42:29.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:42:29.523 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:42:39.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:42:39.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:42:39.523 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:42:39.523 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:42:49.521 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:42:49.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:42:49.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:42:49.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:42:59.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:42:59.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:42:59.523 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:42:59.523 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:43:09.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:43:09.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:43:09.523 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:43:09.523 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:43:19.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:43:19.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:43:19.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:43:19.524 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:43:29.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:43:29.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:43:29.523 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:43:29.523 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:43:39.520 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:43:39.521 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:43:39.522 8 INFO cinder.api.openstack.wsgi [None req-6a571320-7e14-4355-9316-0d8abe1fbe9d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:43:39.522 7 INFO cinder.api.openstack.wsgi [None req-ca75d561-1107-44f5-aadd-db5d03e374f9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30: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-06-30 18:43:46.536 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET https://volume.199-204-45-129.nip.io/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=False 2026-06-30 18:43:46.564 8 WARNING cinder.quota [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - 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-06-30 18:43:46.564 8 WARNING cinder.quota [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - 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-06-30 18:43:46.565 8 WARNING cinder.quota [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - 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-06-30 18:43:46.565 8 WARNING cinder.quota [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - 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-06-30 18:43:46.565 8 WARNING cinder.quota [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - 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-06-30 18:43:46.566 8 WARNING cinder.quota [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - 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-06-30 18:43:46.571 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] https://volume.199-204-45-129.nip.io/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=False returned with HTTP 200 [pid: 8|app: 0|req: 107/212] 199.204.45.129 () {44 vars in 1068 bytes} [Tue Jun 30 18:43:46 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=False => generated 340 bytes in 144 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-06-30 18:43:46.722 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] PUT https://volume.199-204-45-129.nip.io/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2 2026-06-30 18:43:46.795 7 WARNING cinder.quota [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - 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-06-30 18:43:46.795 7 WARNING cinder.quota [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - 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-06-30 18:43:46.796 7 WARNING cinder.quota [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - 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-06-30 18:43:46.796 7 WARNING cinder.quota [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - 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-06-30 18:43:46.796 7 WARNING cinder.quota [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - 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-06-30 18:43:46.797 7 WARNING cinder.quota [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - 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-06-30 18:43:46.803 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] https://volume.199-204-45-129.nip.io/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2 returned with HTTP 200 [pid: 7|app: 0|req: 106/213] 199.204.45.129 () {48 vars in 1097 bytes} [Tue Jun 30 18:43:46 2026] PUT /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2 => generated 296 bytes in 90 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 18:43:49.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:43:49.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:43:49.523 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:43:49.523 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:43:59.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:43:59.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:43:59.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:43:59.522 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:44:09.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:44:09.522 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:44:09.523 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:44:09.523 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:44:19.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:44:19.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:44:19.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:44:19.522 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:44:29.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:44:29.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:44:29.522 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:44:29.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:44:39.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:44:39.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:44:39.522 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:44:39.523 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:44:49.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:44:49.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:44:49.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:44:49.523 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:44:59.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:44:59.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:44:59.522 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:44:59.523 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:45:09.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:45:09.522 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:45:09.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:45:09.523 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:45:19.522 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:45:19.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:45:19.523 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:45:19.524 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:45:29.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:45:29.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:45:29.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:45:29.522 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:45:39.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:45:39.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:45:39.522 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:45:39.523 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:45:49.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:45:49.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:45:49.522 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:45:49.523 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:45:59.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:45:59.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:45:59.522 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:45:59.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:46:09.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:46:09.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:46:09.522 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:46:09.523 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:46:19.520 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:46:19.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:46:19.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:46:19.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:46:29.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:46:29.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:46:29.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:46:29.522 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:46:39.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:46:39.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:46:39.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:46:39.522 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:46:49.522 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:46:49.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:46:49.523 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:46:49.523 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:46:59.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:46:59.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:46:59.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:46:59.522 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:47:09.534 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:47:09.535 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:47:09.535 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:47:09.536 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:47:19.520 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:47:19.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:47:19.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:47:19.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:47:29.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:47:29.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:47:29.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:47:29.522 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:47:39.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:47:39.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:47:39.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:47:39.523 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:47:49.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:47:49.522 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:47:49.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:47:49.523 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:47:59.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:47:59.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:47:59.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:47:59.522 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:48:09.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:48:09.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:48:09.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:48:09.522 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:48:19.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:48:19.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:48:19.522 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:48:19.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:48:29.520 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:48:29.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:48:29.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:48:29.522 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:48:39.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:48:39.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:48:39.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:48:39.522 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:48:49.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:48:49.522 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:48:49.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:48:49.523 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:48:59.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:48:59.522 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:48:59.523 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:48:59.523 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:49:09.520 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:49:09.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:49:09.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:49:09.522 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:49:19.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:49:19.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:49:19.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:49:19.522 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:49:29.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:49:29.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:49:29.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:49:29.522 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:49:39.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:49:39.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:49:39.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:49:39.522 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:49:49.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:49:49.522 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:49:49.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:49:49.524 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:49:59.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:49:59.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:49:59.522 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:49:59.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:50:09.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:50:09.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:50:09.522 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:50:09.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:50:19.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:50:19.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:50:19.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:50:19.522 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:50:29.520 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:50:29.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:50:29.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:50:29.523 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:50:39.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:50:39.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:50:39.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:50:39.522 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:50:49.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:50:49.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:50:49.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:50:49.523 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:50:59.520 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:50:59.520 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:50:59.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:50:59.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:51:09.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:51:09.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:51:09.522 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:51:09.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:51:19.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:51:19.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:51:19.522 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:51:19.523 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:51:29.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:51:29.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:51:29.522 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:51:29.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:51:39.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:51:39.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:51:39.522 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:51:39.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:51:49.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:51:49.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:51:49.523 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:51:49.523 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:51:59.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:51:59.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:51:59.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:51:59.524 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:52:09.523 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:52:09.524 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:52:09.525 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:52:09.525 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:52:19.523 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:52:19.523 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:52:19.524 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:52:19.525 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:52:29.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:52:29.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:52:29.522 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:52:29.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:52:39.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:52:39.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:52:39.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:52:39.523 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:52:49.520 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:52:49.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:52:49.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:52:49.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:52:59.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:52:59.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:52:59.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:52:59.522 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:53:09.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:53:09.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:53:09.523 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:53:09.523 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:53:19.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:53:19.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:53:19.522 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:53:19.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:53:29.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:53:29.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:53:29.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:53:29.522 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:53:39.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:53:39.522 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:53:39.523 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:53:39.523 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:53:49.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:53:49.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:53:49.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:53:49.522 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:53:59.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:53:59.522 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:53:59.523 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:53:59.523 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:54:09.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:54:09.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:54:09.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:54:09.522 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:54:19.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:54:19.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:54:19.522 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:54:19.523 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:54:29.521 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:54:29.522 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:54:29.523 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:54:29.523 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:54:39.521 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:54:39.522 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:54:39.523 7 INFO cinder.api.openstack.wsgi [None req-01656168-7952-4c5e-a335-0aacafbf54e7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:54:39.523 8 INFO cinder.api.openstack.wsgi [None req-505ddec9-7edd-4496-b8c1-47565436e42f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:54:43.352 7 INFO cinder.api.openstack.wsgi [None req-4a3abd66-d4d0-4ecd-a097-397fbd6b2b3d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET https://volume.199-204-45-129.nip.io/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=False 2026-06-30 18:54:43.371 7 INFO cinder.api.openstack.wsgi [None req-4a3abd66-d4d0-4ecd-a097-397fbd6b2b3d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] https://volume.199-204-45-129.nip.io/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=False returned with HTTP 200 [pid: 7|app: 0|req: 173/346] 199.204.45.129 () {44 vars in 1068 bytes} [Tue Jun 30 18:54:43 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=False => generated 340 bytes in 128 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 18:54:43.875 8 INFO cinder.api.openstack.wsgi [None req-ae4129b7-82e5-4287-8a15-a15102a0400f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] PUT https://volume.199-204-45-129.nip.io/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235 2026-06-30 18:54:43.938 8 INFO cinder.api.openstack.wsgi [None req-ae4129b7-82e5-4287-8a15-a15102a0400f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] https://volume.199-204-45-129.nip.io/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235 returned with HTTP 200 [pid: 8|app: 0|req: 174/347] 199.204.45.129 () {48 vars in 1097 bytes} [Tue Jun 30 18:54:43 2026] PUT /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235 => generated 296 bytes in 74 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 18:54:49.521 7 INFO cinder.api.openstack.wsgi [None req-4a3abd66-d4d0-4ecd-a097-397fbd6b2b3d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:54:49.522 7 INFO cinder.api.openstack.wsgi [None req-4a3abd66-d4d0-4ecd-a097-397fbd6b2b3d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:54:49.522 8 INFO cinder.api.openstack.wsgi [None req-ae4129b7-82e5-4287-8a15-a15102a0400f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:54:49.523 8 INFO cinder.api.openstack.wsgi [None req-ae4129b7-82e5-4287-8a15-a15102a0400f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:54:59.521 7 INFO cinder.api.openstack.wsgi [None req-4a3abd66-d4d0-4ecd-a097-397fbd6b2b3d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:54:59.521 8 INFO cinder.api.openstack.wsgi [None req-ae4129b7-82e5-4287-8a15-a15102a0400f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:54:59.522 7 INFO cinder.api.openstack.wsgi [None req-4a3abd66-d4d0-4ecd-a097-397fbd6b2b3d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:54:59.522 8 INFO cinder.api.openstack.wsgi [None req-ae4129b7-82e5-4287-8a15-a15102a0400f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:55:09.521 8 INFO cinder.api.openstack.wsgi [None req-ae4129b7-82e5-4287-8a15-a15102a0400f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:55:09.521 7 INFO cinder.api.openstack.wsgi [None req-4a3abd66-d4d0-4ecd-a097-397fbd6b2b3d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:55:09.522 8 INFO cinder.api.openstack.wsgi [None req-ae4129b7-82e5-4287-8a15-a15102a0400f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:55:09.522 7 INFO cinder.api.openstack.wsgi [None req-4a3abd66-d4d0-4ecd-a097-397fbd6b2b3d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:55:19.521 8 INFO cinder.api.openstack.wsgi [None req-ae4129b7-82e5-4287-8a15-a15102a0400f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:55:19.522 8 INFO cinder.api.openstack.wsgi [None req-ae4129b7-82e5-4287-8a15-a15102a0400f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:55:19.524 7 INFO cinder.api.openstack.wsgi [None req-4a3abd66-d4d0-4ecd-a097-397fbd6b2b3d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:55:19.525 7 INFO cinder.api.openstack.wsgi [None req-4a3abd66-d4d0-4ecd-a097-397fbd6b2b3d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:55:29.521 7 INFO cinder.api.openstack.wsgi [None req-4a3abd66-d4d0-4ecd-a097-397fbd6b2b3d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:55:29.521 8 INFO cinder.api.openstack.wsgi [None req-ae4129b7-82e5-4287-8a15-a15102a0400f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:55:29.522 7 INFO cinder.api.openstack.wsgi [None req-4a3abd66-d4d0-4ecd-a097-397fbd6b2b3d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:55:29.522 8 INFO cinder.api.openstack.wsgi [None req-ae4129b7-82e5-4287-8a15-a15102a0400f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:55:39.521 7 INFO cinder.api.openstack.wsgi [None req-4a3abd66-d4d0-4ecd-a097-397fbd6b2b3d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:55:39.521 8 INFO cinder.api.openstack.wsgi [None req-ae4129b7-82e5-4287-8a15-a15102a0400f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:55:39.522 7 INFO cinder.api.openstack.wsgi [None req-4a3abd66-d4d0-4ecd-a097-397fbd6b2b3d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:55:39.522 8 INFO cinder.api.openstack.wsgi [None req-ae4129b7-82e5-4287-8a15-a15102a0400f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:55:49.521 7 INFO cinder.api.openstack.wsgi [None req-4a3abd66-d4d0-4ecd-a097-397fbd6b2b3d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:55:49.521 8 INFO cinder.api.openstack.wsgi [None req-ae4129b7-82e5-4287-8a15-a15102a0400f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:55:49.522 7 INFO cinder.api.openstack.wsgi [None req-4a3abd66-d4d0-4ecd-a097-397fbd6b2b3d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:55:49.522 8 INFO cinder.api.openstack.wsgi [None req-ae4129b7-82e5-4287-8a15-a15102a0400f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:55:51.706 7 INFO cinder.api.openstack.wsgi [None req-4ba576b9-5980-4ef9-859d-4dac14e8b71e 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true 2026-06-30 18:55:51.733 7 INFO cinder.volume.api [None req-4ba576b9-5980-4ef9-859d-4dac14e8b71e 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all snapshots completed successfully. 2026-06-30 18:55:51.733 7 INFO cinder.api.openstack.wsgi [None req-4ba576b9-5980-4ef9-859d-4dac14e8b71e 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 181/362] 10.0.0.163 () {28 vars in 674 bytes} [Tue Jun 30 18:55:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true => generated 17 bytes in 76 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 18:55:51.753 8 INFO cinder.api.openstack.wsgi [None req-38c9516c-2579-4054-8630-ea42153e2a0e 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 18:55:51.811 8 INFO cinder.volume.api [None req-38c9516c-2579-4054-8630-ea42153e2a0e 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 18:55:51.814 8 INFO cinder.api.openstack.wsgi [None req-38c9516c-2579-4054-8630-ea42153e2a0e 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 182/363] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 18:55:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 15 bytes in 70 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 18:55:51.880 7 INFO cinder.api.openstack.wsgi [None req-63ec8d6b-0d59-4d14-bc2a-4d083fd6540e 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true 2026-06-30 18:55:51.906 7 INFO cinder.api.openstack.wsgi [None req-63ec8d6b-0d59-4d14-bc2a-4d083fd6540e 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 182/364] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 18:55:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true => generated 845 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 18:55:51.917 8 INFO cinder.api.openstack.wsgi [None req-cf7837b7-7716-43a2-8268-dadbadcd7e85 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true 2026-06-30 18:55:51.939 8 INFO cinder.api.openstack.wsgi [None req-cf7837b7-7716-43a2-8268-dadbadcd7e85 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 183/365] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 18:55:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true => generated 847 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 18:55:51.950 7 INFO cinder.api.openstack.wsgi [None req-12e66278-ecdd-461f-9e78-0c411e9c9021 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true 2026-06-30 18:55:51.974 7 INFO cinder.api.openstack.wsgi [None req-12e66278-ecdd-461f-9e78-0c411e9c9021 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 183/366] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 18:55:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true => generated 845 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 18:55:51.984 8 INFO cinder.api.openstack.wsgi [None req-ffa34898-e15d-4c34-a53f-e37af57b7f56 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 18:55:51.999 8 INFO cinder.volume.api [None req-ffa34898-e15d-4c34-a53f-e37af57b7f56 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 18:55:52.001 8 INFO cinder.api.openstack.wsgi [None req-ffa34898-e15d-4c34-a53f-e37af57b7f56 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 184/367] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 18:55:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 15 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 18:55:52.015 7 INFO cinder.api.openstack.wsgi [None req-f3cf8822-9eef-4e25-86e0-98eb28ac3f47 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services 2026-06-30 18:55:52.022 7 INFO cinder.api.openstack.wsgi [None req-f3cf8822-9eef-4e25-86e0-98eb28ac3f47 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services returned with HTTP 200 [pid: 7|app: 0|req: 184/368] 10.0.0.163 () {28 vars in 645 bytes} [Tue Jun 30 18:55:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services => generated 646 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 18:55:52.033 8 INFO cinder.api.openstack.wsgi [None req-f51a0562-edf3-4904-8e4f-4217b1d621f0 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true 2026-06-30 18:55:52.591 8 INFO cinder.api.openstack.wsgi [None req-f51a0562-edf3-4904-8e4f-4217b1d621f0 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 185/369] 10.0.0.163 () {28 vars in 696 bytes} [Tue Jun 30 18:55:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true => generated 670 bytes in 567 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 18:55:59.521 7 INFO cinder.api.openstack.wsgi [None req-f3cf8822-9eef-4e25-86e0-98eb28ac3f47 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:55:59.521 8 INFO cinder.api.openstack.wsgi [None req-f51a0562-edf3-4904-8e4f-4217b1d621f0 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:55:59.523 7 INFO cinder.api.openstack.wsgi [None req-f3cf8822-9eef-4e25-86e0-98eb28ac3f47 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:55:59.523 8 INFO cinder.api.openstack.wsgi [None req-f51a0562-edf3-4904-8e4f-4217b1d621f0 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:56:09.521 7 INFO cinder.api.openstack.wsgi [None req-f3cf8822-9eef-4e25-86e0-98eb28ac3f47 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:56:09.521 8 INFO cinder.api.openstack.wsgi [None req-f51a0562-edf3-4904-8e4f-4217b1d621f0 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:56:09.522 7 INFO cinder.api.openstack.wsgi [None req-f3cf8822-9eef-4e25-86e0-98eb28ac3f47 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:56:09.522 8 INFO cinder.api.openstack.wsgi [None req-f51a0562-edf3-4904-8e4f-4217b1d621f0 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:56:19.527 8 INFO cinder.api.openstack.wsgi [None req-f51a0562-edf3-4904-8e4f-4217b1d621f0 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:56:19.527 7 INFO cinder.api.openstack.wsgi [None req-f3cf8822-9eef-4e25-86e0-98eb28ac3f47 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:56:19.528 7 INFO cinder.api.openstack.wsgi [None req-f3cf8822-9eef-4e25-86e0-98eb28ac3f47 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:56:19.539 8 INFO cinder.api.openstack.wsgi [None req-f51a0562-edf3-4904-8e4f-4217b1d621f0 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:56:29.522 8 INFO cinder.api.openstack.wsgi [None req-f51a0562-edf3-4904-8e4f-4217b1d621f0 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:56:29.522 7 INFO cinder.api.openstack.wsgi [None req-f3cf8822-9eef-4e25-86e0-98eb28ac3f47 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:56:29.523 8 INFO cinder.api.openstack.wsgi [None req-f51a0562-edf3-4904-8e4f-4217b1d621f0 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:56:29.524 7 INFO cinder.api.openstack.wsgi [None req-f3cf8822-9eef-4e25-86e0-98eb28ac3f47 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:56:39.521 7 INFO cinder.api.openstack.wsgi [None req-f3cf8822-9eef-4e25-86e0-98eb28ac3f47 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:56:39.521 8 INFO cinder.api.openstack.wsgi [None req-f51a0562-edf3-4904-8e4f-4217b1d621f0 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:56:39.522 7 INFO cinder.api.openstack.wsgi [None req-f3cf8822-9eef-4e25-86e0-98eb28ac3f47 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:56:39.522 8 INFO cinder.api.openstack.wsgi [None req-f51a0562-edf3-4904-8e4f-4217b1d621f0 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:56:49.521 7 INFO cinder.api.openstack.wsgi [None req-f3cf8822-9eef-4e25-86e0-98eb28ac3f47 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:56:49.521 8 INFO cinder.api.openstack.wsgi [None req-f51a0562-edf3-4904-8e4f-4217b1d621f0 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:56:49.522 7 INFO cinder.api.openstack.wsgi [None req-f3cf8822-9eef-4e25-86e0-98eb28ac3f47 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:56:49.522 8 INFO cinder.api.openstack.wsgi [None req-f51a0562-edf3-4904-8e4f-4217b1d621f0 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:56:51.698 7 INFO cinder.api.openstack.wsgi [None req-4bed3d7a-22da-4559-8158-19dbe7dfd3f8 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services 2026-06-30 18:56:51.705 7 INFO cinder.api.openstack.wsgi [None req-4bed3d7a-22da-4559-8158-19dbe7dfd3f8 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services returned with HTTP 200 [pid: 7|app: 0|req: 191/382] 10.0.0.163 () {28 vars in 645 bytes} [Tue Jun 30 18:56:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services => generated 646 bytes in 57 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 18:56:51.715 8 INFO cinder.api.openstack.wsgi [None req-f0d2a87d-923c-42af-95be-aee927c3144b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true 2026-06-30 18:56:51.738 8 INFO cinder.volume.api [None req-f0d2a87d-923c-42af-95be-aee927c3144b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all snapshots completed successfully. 2026-06-30 18:56:51.739 8 INFO cinder.api.openstack.wsgi [None req-f0d2a87d-923c-42af-95be-aee927c3144b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 192/383] 10.0.0.163 () {28 vars in 674 bytes} [Tue Jun 30 18:56:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true => generated 17 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 18:56:51.752 7 INFO cinder.api.openstack.wsgi [None req-6a027432-83c9-4d50-bbd3-2eb4846007af 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 18:56:51.782 7 INFO cinder.volume.api [None req-6a027432-83c9-4d50-bbd3-2eb4846007af 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 18:56:51.784 7 INFO cinder.api.openstack.wsgi [None req-6a027432-83c9-4d50-bbd3-2eb4846007af 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 192/384] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 18:56:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 15 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 18:56:51.794 8 INFO cinder.api.openstack.wsgi [None req-a4b0a285-84e9-4f93-9777-81ce2d6abb12 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 18:56:51.803 8 INFO cinder.volume.api [None req-a4b0a285-84e9-4f93-9777-81ce2d6abb12 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 18:56:51.806 8 INFO cinder.api.openstack.wsgi [None req-a4b0a285-84e9-4f93-9777-81ce2d6abb12 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 193/385] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 18:56:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 15 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 18:56:51.823 7 INFO cinder.api.openstack.wsgi [None req-7dc5f6d5-8026-48e8-b0cd-e20574baf189 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true 2026-06-30 18:56:52.366 7 INFO cinder.api.openstack.wsgi [None req-7dc5f6d5-8026-48e8-b0cd-e20574baf189 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 193/386] 10.0.0.163 () {28 vars in 696 bytes} [Tue Jun 30 18:56:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true => generated 670 bytes in 555 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 18:56:52.413 8 INFO cinder.api.openstack.wsgi [None req-49e9cb5d-1311-4985-80a2-c098fc4b8f71 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true 2026-06-30 18:56:52.434 8 INFO cinder.api.openstack.wsgi [None req-49e9cb5d-1311-4985-80a2-c098fc4b8f71 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 194/387] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 18:56:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true => generated 845 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 18:56:52.446 7 INFO cinder.api.openstack.wsgi [None req-5a864061-cea2-43dd-9750-164baf66fd0c 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true 2026-06-30 18:56:52.467 7 INFO cinder.api.openstack.wsgi [None req-5a864061-cea2-43dd-9750-164baf66fd0c 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 194/388] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 18:56:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true => generated 847 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 18:56:52.479 8 INFO cinder.api.openstack.wsgi [None req-d91c6bfa-06cb-4c75-8567-a4e2c261a738 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true 2026-06-30 18:56:52.498 8 INFO cinder.api.openstack.wsgi [None req-d91c6bfa-06cb-4c75-8567-a4e2c261a738 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 195/389] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 18:56:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true => generated 845 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 18:56:59.522 7 INFO cinder.api.openstack.wsgi [None req-5a864061-cea2-43dd-9750-164baf66fd0c 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:56:59.522 8 INFO cinder.api.openstack.wsgi [None req-d91c6bfa-06cb-4c75-8567-a4e2c261a738 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:56:59.524 7 INFO cinder.api.openstack.wsgi [None req-5a864061-cea2-43dd-9750-164baf66fd0c 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:56:59.524 8 INFO cinder.api.openstack.wsgi [None req-d91c6bfa-06cb-4c75-8567-a4e2c261a738 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:57:09.520 7 INFO cinder.api.openstack.wsgi [None req-5a864061-cea2-43dd-9750-164baf66fd0c 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:57:09.521 8 INFO cinder.api.openstack.wsgi [None req-d91c6bfa-06cb-4c75-8567-a4e2c261a738 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:57:09.522 7 INFO cinder.api.openstack.wsgi [None req-5a864061-cea2-43dd-9750-164baf66fd0c 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:57:09.523 8 INFO cinder.api.openstack.wsgi [None req-d91c6bfa-06cb-4c75-8567-a4e2c261a738 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:57:19.521 8 INFO cinder.api.openstack.wsgi [None req-d91c6bfa-06cb-4c75-8567-a4e2c261a738 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:57:19.521 7 INFO cinder.api.openstack.wsgi [None req-5a864061-cea2-43dd-9750-164baf66fd0c 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:57:19.522 8 INFO cinder.api.openstack.wsgi [None req-d91c6bfa-06cb-4c75-8567-a4e2c261a738 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:57:19.523 7 INFO cinder.api.openstack.wsgi [None req-5a864061-cea2-43dd-9750-164baf66fd0c 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:57:29.521 8 INFO cinder.api.openstack.wsgi [None req-d91c6bfa-06cb-4c75-8567-a4e2c261a738 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:57:29.521 7 INFO cinder.api.openstack.wsgi [None req-5a864061-cea2-43dd-9750-164baf66fd0c 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:57:29.522 8 INFO cinder.api.openstack.wsgi [None req-d91c6bfa-06cb-4c75-8567-a4e2c261a738 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:57:29.522 7 INFO cinder.api.openstack.wsgi [None req-5a864061-cea2-43dd-9750-164baf66fd0c 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:57:39.521 8 INFO cinder.api.openstack.wsgi [None req-d91c6bfa-06cb-4c75-8567-a4e2c261a738 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:57:39.521 7 INFO cinder.api.openstack.wsgi [None req-5a864061-cea2-43dd-9750-164baf66fd0c 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:57:39.522 8 INFO cinder.api.openstack.wsgi [None req-d91c6bfa-06cb-4c75-8567-a4e2c261a738 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:57:39.522 7 INFO cinder.api.openstack.wsgi [None req-5a864061-cea2-43dd-9750-164baf66fd0c 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:57:49.521 8 INFO cinder.api.openstack.wsgi [None req-d91c6bfa-06cb-4c75-8567-a4e2c261a738 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:57:49.521 7 INFO cinder.api.openstack.wsgi [None req-5a864061-cea2-43dd-9750-164baf66fd0c 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:57:49.522 8 INFO cinder.api.openstack.wsgi [None req-d91c6bfa-06cb-4c75-8567-a4e2c261a738 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:57:49.522 7 INFO cinder.api.openstack.wsgi [None req-5a864061-cea2-43dd-9750-164baf66fd0c 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:57:51.732 8 INFO cinder.api.openstack.wsgi [None req-d9a1a2f7-da7b-4e66-a7a9-0c486d204df9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services 2026-06-30 18:57:51.739 8 INFO cinder.api.openstack.wsgi [None req-d9a1a2f7-da7b-4e66-a7a9-0c486d204df9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services returned with HTTP 200 [pid: 8|app: 0|req: 202/402] 10.0.0.163 () {28 vars in 645 bytes} [Tue Jun 30 18:57:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services => generated 646 bytes in 54 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 18:57:51.751 7 INFO cinder.api.openstack.wsgi [None req-36b1b34a-2fed-4705-9a51-fa5579875b7e 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 18:57:51.761 7 INFO cinder.volume.api [None req-36b1b34a-2fed-4705-9a51-fa5579875b7e 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 18:57:51.763 7 INFO cinder.api.openstack.wsgi [None req-36b1b34a-2fed-4705-9a51-fa5579875b7e 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 201/403] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 18:57:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 15 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 18:57:51.770 8 INFO cinder.api.openstack.wsgi [None req-376918a4-bb56-4bc1-8e84-c25c81d1017c 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true 2026-06-30 18:57:51.775 8 INFO cinder.volume.api [None req-376918a4-bb56-4bc1-8e84-c25c81d1017c 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all snapshots completed successfully. 2026-06-30 18:57:51.776 8 INFO cinder.api.openstack.wsgi [None req-376918a4-bb56-4bc1-8e84-c25c81d1017c 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 203/404] 10.0.0.163 () {28 vars in 674 bytes} [Tue Jun 30 18:57:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true => generated 17 bytes in 10 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 18:57:51.811 7 INFO cinder.api.openstack.wsgi [None req-1bf52303-8af8-404f-b58a-78c986ea0a07 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true 2026-06-30 18:57:51.830 7 INFO cinder.api.openstack.wsgi [None req-1bf52303-8af8-404f-b58a-78c986ea0a07 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 202/405] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 18:57:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true => generated 845 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 18:57:51.840 8 INFO cinder.api.openstack.wsgi [None req-8e16fbe1-2c7f-49bb-b1df-590e198e8b2d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true 2026-06-30 18:57:51.872 8 INFO cinder.api.openstack.wsgi [None req-8e16fbe1-2c7f-49bb-b1df-590e198e8b2d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 204/406] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 18:57:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true => generated 847 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 18:57:51.880 7 INFO cinder.api.openstack.wsgi [None req-e89b4645-708c-47ec-880c-65e867814bb8 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true 2026-06-30 18:57:51.898 7 INFO cinder.api.openstack.wsgi [None req-e89b4645-708c-47ec-880c-65e867814bb8 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 203/407] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 18:57:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true => generated 845 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 18:57:51.908 8 INFO cinder.api.openstack.wsgi [None req-d9930625-e717-4e16-a3aa-394a8a490234 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true 2026-06-30 18:57:52.412 8 INFO cinder.api.openstack.wsgi [None req-d9930625-e717-4e16-a3aa-394a8a490234 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 205/408] 10.0.0.163 () {28 vars in 696 bytes} [Tue Jun 30 18:57:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true => generated 670 bytes in 511 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 18:57:52.424 7 INFO cinder.api.openstack.wsgi [None req-358ef628-23e5-4194-a02d-33366820a0a7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 18:57:52.432 7 INFO cinder.volume.api [None req-358ef628-23e5-4194-a02d-33366820a0a7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 18:57:52.434 7 INFO cinder.api.openstack.wsgi [None req-358ef628-23e5-4194-a02d-33366820a0a7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 204/409] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 18:57:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 15 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 18:57:59.521 8 INFO cinder.api.openstack.wsgi [None req-d9930625-e717-4e16-a3aa-394a8a490234 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:57:59.521 7 INFO cinder.api.openstack.wsgi [None req-358ef628-23e5-4194-a02d-33366820a0a7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:57:59.522 8 INFO cinder.api.openstack.wsgi [None req-d9930625-e717-4e16-a3aa-394a8a490234 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:57:59.522 7 INFO cinder.api.openstack.wsgi [None req-358ef628-23e5-4194-a02d-33366820a0a7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:58:09.522 8 INFO cinder.api.openstack.wsgi [None req-d9930625-e717-4e16-a3aa-394a8a490234 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:58:09.522 7 INFO cinder.api.openstack.wsgi [None req-358ef628-23e5-4194-a02d-33366820a0a7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:58:09.523 8 INFO cinder.api.openstack.wsgi [None req-d9930625-e717-4e16-a3aa-394a8a490234 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:58:09.523 7 INFO cinder.api.openstack.wsgi [None req-358ef628-23e5-4194-a02d-33366820a0a7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:58:19.521 8 INFO cinder.api.openstack.wsgi [None req-d9930625-e717-4e16-a3aa-394a8a490234 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:58:19.521 7 INFO cinder.api.openstack.wsgi [None req-358ef628-23e5-4194-a02d-33366820a0a7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:58:19.522 8 INFO cinder.api.openstack.wsgi [None req-d9930625-e717-4e16-a3aa-394a8a490234 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:58:19.522 7 INFO cinder.api.openstack.wsgi [None req-358ef628-23e5-4194-a02d-33366820a0a7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:58:29.521 8 INFO cinder.api.openstack.wsgi [None req-d9930625-e717-4e16-a3aa-394a8a490234 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:58:29.521 7 INFO cinder.api.openstack.wsgi [None req-358ef628-23e5-4194-a02d-33366820a0a7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:58:29.522 8 INFO cinder.api.openstack.wsgi [None req-d9930625-e717-4e16-a3aa-394a8a490234 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:58:29.522 7 INFO cinder.api.openstack.wsgi [None req-358ef628-23e5-4194-a02d-33366820a0a7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:58:39.523 7 INFO cinder.api.openstack.wsgi [None req-358ef628-23e5-4194-a02d-33366820a0a7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:58:39.523 8 INFO cinder.api.openstack.wsgi [None req-d9930625-e717-4e16-a3aa-394a8a490234 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:58:39.524 7 INFO cinder.api.openstack.wsgi [None req-358ef628-23e5-4194-a02d-33366820a0a7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:58:39.524 8 INFO cinder.api.openstack.wsgi [None req-d9930625-e717-4e16-a3aa-394a8a490234 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:58:49.521 7 INFO cinder.api.openstack.wsgi [None req-358ef628-23e5-4194-a02d-33366820a0a7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:58:49.521 8 INFO cinder.api.openstack.wsgi [None req-d9930625-e717-4e16-a3aa-394a8a490234 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:58:49.522 7 INFO cinder.api.openstack.wsgi [None req-358ef628-23e5-4194-a02d-33366820a0a7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:58:49.522 8 INFO cinder.api.openstack.wsgi [None req-d9930625-e717-4e16-a3aa-394a8a490234 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:58:51.813 7 INFO cinder.api.openstack.wsgi [None req-f175dbf0-21cd-40a5-8aab-8b729d2e1281 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 18:58:51.822 7 INFO cinder.volume.api [None req-f175dbf0-21cd-40a5-8aab-8b729d2e1281 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 18:58:51.825 7 INFO cinder.api.openstack.wsgi [None req-f175dbf0-21cd-40a5-8aab-8b729d2e1281 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 211/422] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 18:58:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 15 bytes in 47 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 18:58:51.838 8 INFO cinder.api.openstack.wsgi [None req-4ed41c17-db59-4113-9d3f-5c914dc06104 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services 2026-06-30 18:58:51.846 8 INFO cinder.api.openstack.wsgi [None req-4ed41c17-db59-4113-9d3f-5c914dc06104 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services returned with HTTP 200 [pid: 8|app: 0|req: 212/423] 10.0.0.163 () {28 vars in 645 bytes} [Tue Jun 30 18:58:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services => generated 646 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 18:58:51.856 7 INFO cinder.api.openstack.wsgi [None req-95df1dcc-8a29-4d3c-a6d7-95dacd17fb69 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 18:58:51.865 7 INFO cinder.volume.api [None req-95df1dcc-8a29-4d3c-a6d7-95dacd17fb69 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 18:58:51.868 7 INFO cinder.api.openstack.wsgi [None req-95df1dcc-8a29-4d3c-a6d7-95dacd17fb69 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 212/424] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 18:58:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 15 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 18:58:51.877 8 INFO cinder.api.openstack.wsgi [None req-4a7047be-3da5-42b7-9f7d-e7ef226b86ec 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true 2026-06-30 18:58:52.380 8 INFO cinder.api.openstack.wsgi [None req-4a7047be-3da5-42b7-9f7d-e7ef226b86ec 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 213/425] 10.0.0.163 () {28 vars in 696 bytes} [Tue Jun 30 18:58:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true => generated 670 bytes in 510 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 18:58:52.390 7 INFO cinder.api.openstack.wsgi [None req-2f0a8be5-f0b1-489d-a7f9-eeb5a58a5a49 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true 2026-06-30 18:58:52.395 7 INFO cinder.volume.api [None req-2f0a8be5-f0b1-489d-a7f9-eeb5a58a5a49 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all snapshots completed successfully. 2026-06-30 18:58:52.396 7 INFO cinder.api.openstack.wsgi [None req-2f0a8be5-f0b1-489d-a7f9-eeb5a58a5a49 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 213/426] 10.0.0.163 () {28 vars in 674 bytes} [Tue Jun 30 18:58:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true => generated 17 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 18:58:52.444 8 INFO cinder.api.openstack.wsgi [None req-9ad85152-617a-4f36-8920-89d3976c18ff 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true 2026-06-30 18:58:52.465 8 INFO cinder.api.openstack.wsgi [None req-9ad85152-617a-4f36-8920-89d3976c18ff 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 214/427] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 18:58:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true => generated 845 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 18:58:52.475 7 INFO cinder.api.openstack.wsgi [None req-b34c3b02-0ea2-482f-9f73-2c3edccbf0a6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true 2026-06-30 18:58:52.502 7 INFO cinder.api.openstack.wsgi [None req-b34c3b02-0ea2-482f-9f73-2c3edccbf0a6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 214/428] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 18:58:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true => generated 847 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 18:58:52.512 8 INFO cinder.api.openstack.wsgi [None req-00209e13-4f8d-4990-a626-74a90bf3e660 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true 2026-06-30 18:58:52.530 8 INFO cinder.api.openstack.wsgi [None req-00209e13-4f8d-4990-a626-74a90bf3e660 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 215/429] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 18:58:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true => generated 845 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 18:58:59.521 8 INFO cinder.api.openstack.wsgi [None req-00209e13-4f8d-4990-a626-74a90bf3e660 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:58:59.521 7 INFO cinder.api.openstack.wsgi [None req-b34c3b02-0ea2-482f-9f73-2c3edccbf0a6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:58:59.522 8 INFO cinder.api.openstack.wsgi [None req-00209e13-4f8d-4990-a626-74a90bf3e660 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:58:59.522 7 INFO cinder.api.openstack.wsgi [None req-b34c3b02-0ea2-482f-9f73-2c3edccbf0a6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:59:09.521 8 INFO cinder.api.openstack.wsgi [None req-00209e13-4f8d-4990-a626-74a90bf3e660 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:59:09.521 7 INFO cinder.api.openstack.wsgi [None req-b34c3b02-0ea2-482f-9f73-2c3edccbf0a6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:59:09.522 8 INFO cinder.api.openstack.wsgi [None req-00209e13-4f8d-4990-a626-74a90bf3e660 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:59:09.522 7 INFO cinder.api.openstack.wsgi [None req-b34c3b02-0ea2-482f-9f73-2c3edccbf0a6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:59:19.521 8 INFO cinder.api.openstack.wsgi [None req-00209e13-4f8d-4990-a626-74a90bf3e660 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:59:19.521 7 INFO cinder.api.openstack.wsgi [None req-b34c3b02-0ea2-482f-9f73-2c3edccbf0a6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:59:19.522 8 INFO cinder.api.openstack.wsgi [None req-00209e13-4f8d-4990-a626-74a90bf3e660 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:59:19.522 7 INFO cinder.api.openstack.wsgi [None req-b34c3b02-0ea2-482f-9f73-2c3edccbf0a6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:59:29.522 7 INFO cinder.api.openstack.wsgi [None req-b34c3b02-0ea2-482f-9f73-2c3edccbf0a6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:59:29.522 8 INFO cinder.api.openstack.wsgi [None req-00209e13-4f8d-4990-a626-74a90bf3e660 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:59:29.523 8 INFO cinder.api.openstack.wsgi [None req-00209e13-4f8d-4990-a626-74a90bf3e660 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:59:29.523 7 INFO cinder.api.openstack.wsgi [None req-b34c3b02-0ea2-482f-9f73-2c3edccbf0a6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:59:39.521 8 INFO cinder.api.openstack.wsgi [None req-00209e13-4f8d-4990-a626-74a90bf3e660 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:59:39.521 7 INFO cinder.api.openstack.wsgi [None req-b34c3b02-0ea2-482f-9f73-2c3edccbf0a6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:59:39.522 8 INFO cinder.api.openstack.wsgi [None req-00209e13-4f8d-4990-a626-74a90bf3e660 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:59:39.522 7 INFO cinder.api.openstack.wsgi [None req-b34c3b02-0ea2-482f-9f73-2c3edccbf0a6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:59:49.521 8 INFO cinder.api.openstack.wsgi [None req-00209e13-4f8d-4990-a626-74a90bf3e660 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:59:49.521 7 INFO cinder.api.openstack.wsgi [None req-b34c3b02-0ea2-482f-9f73-2c3edccbf0a6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:59:49.522 7 INFO cinder.api.openstack.wsgi [None req-b34c3b02-0ea2-482f-9f73-2c3edccbf0a6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:59:49.522 8 INFO cinder.api.openstack.wsgi [None req-00209e13-4f8d-4990-a626-74a90bf3e660 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:59:51.668 7 INFO cinder.api.openstack.wsgi [None req-4bd80340-6678-4488-84c6-b9ab7351b159 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true 2026-06-30 18:59:52.172 7 INFO cinder.api.openstack.wsgi [None req-4bd80340-6678-4488-84c6-b9ab7351b159 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 221/442] 10.0.0.163 () {28 vars in 696 bytes} [Tue Jun 30 18:59:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true => generated 670 bytes in 550 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 18:59:52.222 8 INFO cinder.api.openstack.wsgi [None req-17788d70-b54b-4e0e-9c1d-f011e19da326 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true 2026-06-30 18:59:52.245 8 INFO cinder.api.openstack.wsgi [None req-17788d70-b54b-4e0e-9c1d-f011e19da326 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 222/443] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 18:59:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true => generated 845 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 18:59:52.257 7 INFO cinder.api.openstack.wsgi [None req-00fc7998-43dd-4a36-933b-d531cde8e838 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true 2026-06-30 18:59:52.281 7 INFO cinder.api.openstack.wsgi [None req-00fc7998-43dd-4a36-933b-d531cde8e838 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 222/444] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 18:59:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true => generated 847 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 18:59:52.292 8 INFO cinder.api.openstack.wsgi [None req-5de5f0c5-7f7a-44ac-bc0c-edbcaf981edd 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true 2026-06-30 18:59:52.310 8 INFO cinder.api.openstack.wsgi [None req-5de5f0c5-7f7a-44ac-bc0c-edbcaf981edd 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 223/445] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 18:59:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true => generated 845 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 18:59:52.320 7 INFO cinder.api.openstack.wsgi [None req-d0c9d275-df80-4562-854b-73a085f07491 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 18:59:52.329 7 INFO cinder.volume.api [None req-d0c9d275-df80-4562-854b-73a085f07491 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 18:59:52.330 7 INFO cinder.api.openstack.wsgi [None req-d0c9d275-df80-4562-854b-73a085f07491 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 223/446] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 18:59:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 15 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 18:59:52.339 8 INFO cinder.api.openstack.wsgi [None req-14d976e1-04a3-4362-8f16-39c6f42247b7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true 2026-06-30 18:59:52.345 8 INFO cinder.volume.api [None req-14d976e1-04a3-4362-8f16-39c6f42247b7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all snapshots completed successfully. 2026-06-30 18:59:52.345 8 INFO cinder.api.openstack.wsgi [None req-14d976e1-04a3-4362-8f16-39c6f42247b7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 224/447] 10.0.0.163 () {28 vars in 674 bytes} [Tue Jun 30 18:59:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/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-06-30 18:59:52.355 7 INFO cinder.api.openstack.wsgi [None req-34849e2b-663f-4dac-bb79-5bbd386f4f69 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services 2026-06-30 18:59:52.360 7 INFO cinder.api.openstack.wsgi [None req-34849e2b-663f-4dac-bb79-5bbd386f4f69 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services returned with HTTP 200 [pid: 7|app: 0|req: 224/448] 10.0.0.163 () {28 vars in 645 bytes} [Tue Jun 30 18:59:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services => generated 646 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 18:59:52.369 8 INFO cinder.api.openstack.wsgi [None req-1316d7d9-4812-4f83-a0c4-a4f31630bd82 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 18:59:52.379 8 INFO cinder.volume.api [None req-1316d7d9-4812-4f83-a0c4-a4f31630bd82 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 18:59:52.380 8 INFO cinder.api.openstack.wsgi [None req-1316d7d9-4812-4f83-a0c4-a4f31630bd82 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 225/449] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 18:59:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 15 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 18:59:59.521 7 INFO cinder.api.openstack.wsgi [None req-34849e2b-663f-4dac-bb79-5bbd386f4f69 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:59:59.521 8 INFO cinder.api.openstack.wsgi [None req-1316d7d9-4812-4f83-a0c4-a4f31630bd82 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 18:59:59.521 7 INFO cinder.api.openstack.wsgi [None req-34849e2b-663f-4dac-bb79-5bbd386f4f69 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 18:59:59.522 8 INFO cinder.api.openstack.wsgi [None req-1316d7d9-4812-4f83-a0c4-a4f31630bd82 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:00:09.521 7 INFO cinder.api.openstack.wsgi [None req-34849e2b-663f-4dac-bb79-5bbd386f4f69 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:00:09.521 8 INFO cinder.api.openstack.wsgi [None req-1316d7d9-4812-4f83-a0c4-a4f31630bd82 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:00:09.522 7 INFO cinder.api.openstack.wsgi [None req-34849e2b-663f-4dac-bb79-5bbd386f4f69 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:00:09.522 8 INFO cinder.api.openstack.wsgi [None req-1316d7d9-4812-4f83-a0c4-a4f31630bd82 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:00:19.521 7 INFO cinder.api.openstack.wsgi [None req-34849e2b-663f-4dac-bb79-5bbd386f4f69 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:00:19.521 8 INFO cinder.api.openstack.wsgi [None req-1316d7d9-4812-4f83-a0c4-a4f31630bd82 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:00:19.521 7 INFO cinder.api.openstack.wsgi [None req-34849e2b-663f-4dac-bb79-5bbd386f4f69 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:00:19.522 8 INFO cinder.api.openstack.wsgi [None req-1316d7d9-4812-4f83-a0c4-a4f31630bd82 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:00:29.521 8 INFO cinder.api.openstack.wsgi [None req-1316d7d9-4812-4f83-a0c4-a4f31630bd82 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:00:29.521 7 INFO cinder.api.openstack.wsgi [None req-34849e2b-663f-4dac-bb79-5bbd386f4f69 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:00:29.522 8 INFO cinder.api.openstack.wsgi [None req-1316d7d9-4812-4f83-a0c4-a4f31630bd82 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:00:29.523 7 INFO cinder.api.openstack.wsgi [None req-34849e2b-663f-4dac-bb79-5bbd386f4f69 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:00:39.521 8 INFO cinder.api.openstack.wsgi [None req-1316d7d9-4812-4f83-a0c4-a4f31630bd82 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:00:39.521 7 INFO cinder.api.openstack.wsgi [None req-34849e2b-663f-4dac-bb79-5bbd386f4f69 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:00:39.522 8 INFO cinder.api.openstack.wsgi [None req-1316d7d9-4812-4f83-a0c4-a4f31630bd82 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:00:39.522 7 INFO cinder.api.openstack.wsgi [None req-34849e2b-663f-4dac-bb79-5bbd386f4f69 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:00:49.521 8 INFO cinder.api.openstack.wsgi [None req-1316d7d9-4812-4f83-a0c4-a4f31630bd82 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:00:49.521 7 INFO cinder.api.openstack.wsgi [None req-34849e2b-663f-4dac-bb79-5bbd386f4f69 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:00:49.522 8 INFO cinder.api.openstack.wsgi [None req-1316d7d9-4812-4f83-a0c4-a4f31630bd82 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:00:49.523 7 INFO cinder.api.openstack.wsgi [None req-34849e2b-663f-4dac-bb79-5bbd386f4f69 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:00:51.708 7 INFO cinder.api.openstack.wsgi [None req-6b22ad57-5e94-4f2e-a7b1-3f8d1aa39644 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true 2026-06-30 19:00:51.717 7 INFO cinder.volume.api [None req-6b22ad57-5e94-4f2e-a7b1-3f8d1aa39644 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all snapshots completed successfully. 2026-06-30 19:00:51.718 7 INFO cinder.api.openstack.wsgi [None req-6b22ad57-5e94-4f2e-a7b1-3f8d1aa39644 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 231/462] 10.0.0.163 () {28 vars in 674 bytes} [Tue Jun 30 19:00:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true => generated 17 bytes in 51 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:00:51.739 8 INFO cinder.api.openstack.wsgi [None req-58f70156-cc12-4b0a-a208-31ff7a8785a9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services 2026-06-30 19:00:51.744 8 INFO cinder.api.openstack.wsgi [None req-58f70156-cc12-4b0a-a208-31ff7a8785a9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services returned with HTTP 200 [pid: 8|app: 0|req: 232/463] 10.0.0.163 () {28 vars in 645 bytes} [Tue Jun 30 19:00:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services => generated 646 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:00:51.760 7 INFO cinder.api.openstack.wsgi [None req-7ec80f65-6776-4874-85fc-a903a4c711ba 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true 2026-06-30 19:00:52.264 7 INFO cinder.api.openstack.wsgi [None req-7ec80f65-6776-4874-85fc-a903a4c711ba 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 232/464] 10.0.0.163 () {28 vars in 696 bytes} [Tue Jun 30 19:00:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/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-06-30 19:00:52.275 8 INFO cinder.api.openstack.wsgi [None req-a55e0f44-da53-4f60-912e-804867103c60 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 19:00:52.283 8 INFO cinder.volume.api [None req-a55e0f44-da53-4f60-912e-804867103c60 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 19:00:52.285 8 INFO cinder.api.openstack.wsgi [None req-a55e0f44-da53-4f60-912e-804867103c60 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 233/465] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 19:00:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 15 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:00:52.338 7 INFO cinder.api.openstack.wsgi [None req-c23539d6-ee03-4111-b4f7-a17910788f07 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true 2026-06-30 19:00:52.358 7 INFO cinder.api.openstack.wsgi [None req-c23539d6-ee03-4111-b4f7-a17910788f07 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 233/466] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:00:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true => generated 845 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:00:52.370 8 INFO cinder.api.openstack.wsgi [None req-e7edf281-dc8c-429a-8ed2-e20cef228dc9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true 2026-06-30 19:00:52.391 8 INFO cinder.api.openstack.wsgi [None req-e7edf281-dc8c-429a-8ed2-e20cef228dc9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 234/467] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:00:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true => generated 847 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:00:52.402 7 INFO cinder.api.openstack.wsgi [None req-51cd1417-ddf1-429f-b941-8dbb7ed0fd27 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true 2026-06-30 19:00:52.419 7 INFO cinder.api.openstack.wsgi [None req-51cd1417-ddf1-429f-b941-8dbb7ed0fd27 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 234/468] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:00:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true => generated 845 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:00:52.430 8 INFO cinder.api.openstack.wsgi [None req-f09fc161-425c-4afa-b514-3aedecf0d8c0 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 19:00:52.439 8 INFO cinder.volume.api [None req-f09fc161-425c-4afa-b514-3aedecf0d8c0 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 19:00:52.440 8 INFO cinder.api.openstack.wsgi [None req-f09fc161-425c-4afa-b514-3aedecf0d8c0 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 235/469] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 19:00:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 15 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:00:59.521 7 INFO cinder.api.openstack.wsgi [None req-51cd1417-ddf1-429f-b941-8dbb7ed0fd27 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:00:59.521 8 INFO cinder.api.openstack.wsgi [None req-f09fc161-425c-4afa-b514-3aedecf0d8c0 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:00:59.522 7 INFO cinder.api.openstack.wsgi [None req-51cd1417-ddf1-429f-b941-8dbb7ed0fd27 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:00:59.522 8 INFO cinder.api.openstack.wsgi [None req-f09fc161-425c-4afa-b514-3aedecf0d8c0 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:01:09.522 8 INFO cinder.api.openstack.wsgi [None req-f09fc161-425c-4afa-b514-3aedecf0d8c0 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:01:09.522 7 INFO cinder.api.openstack.wsgi [None req-51cd1417-ddf1-429f-b941-8dbb7ed0fd27 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:01:09.523 8 INFO cinder.api.openstack.wsgi [None req-f09fc161-425c-4afa-b514-3aedecf0d8c0 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:01:09.523 7 INFO cinder.api.openstack.wsgi [None req-51cd1417-ddf1-429f-b941-8dbb7ed0fd27 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:01:19.521 8 INFO cinder.api.openstack.wsgi [None req-f09fc161-425c-4afa-b514-3aedecf0d8c0 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:01:19.521 7 INFO cinder.api.openstack.wsgi [None req-51cd1417-ddf1-429f-b941-8dbb7ed0fd27 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:01:19.522 8 INFO cinder.api.openstack.wsgi [None req-f09fc161-425c-4afa-b514-3aedecf0d8c0 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:01:19.522 7 INFO cinder.api.openstack.wsgi [None req-51cd1417-ddf1-429f-b941-8dbb7ed0fd27 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:01:29.521 8 INFO cinder.api.openstack.wsgi [None req-f09fc161-425c-4afa-b514-3aedecf0d8c0 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:01:29.521 7 INFO cinder.api.openstack.wsgi [None req-51cd1417-ddf1-429f-b941-8dbb7ed0fd27 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:01:29.522 8 INFO cinder.api.openstack.wsgi [None req-f09fc161-425c-4afa-b514-3aedecf0d8c0 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:01:29.522 7 INFO cinder.api.openstack.wsgi [None req-51cd1417-ddf1-429f-b941-8dbb7ed0fd27 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:01:39.521 8 INFO cinder.api.openstack.wsgi [None req-f09fc161-425c-4afa-b514-3aedecf0d8c0 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:01:39.521 7 INFO cinder.api.openstack.wsgi [None req-51cd1417-ddf1-429f-b941-8dbb7ed0fd27 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:01:39.522 8 INFO cinder.api.openstack.wsgi [None req-f09fc161-425c-4afa-b514-3aedecf0d8c0 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:01:39.522 7 INFO cinder.api.openstack.wsgi [None req-51cd1417-ddf1-429f-b941-8dbb7ed0fd27 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:01:49.521 8 INFO cinder.api.openstack.wsgi [None req-f09fc161-425c-4afa-b514-3aedecf0d8c0 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:01:49.521 7 INFO cinder.api.openstack.wsgi [None req-51cd1417-ddf1-429f-b941-8dbb7ed0fd27 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:01:49.522 8 INFO cinder.api.openstack.wsgi [None req-f09fc161-425c-4afa-b514-3aedecf0d8c0 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:01:49.522 7 INFO cinder.api.openstack.wsgi [None req-51cd1417-ddf1-429f-b941-8dbb7ed0fd27 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:01:51.718 8 INFO cinder.api.openstack.wsgi [None req-7175a48d-2098-4166-b267-316b4b4f2da4 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true 2026-06-30 19:01:51.724 8 INFO cinder.volume.api [None req-7175a48d-2098-4166-b267-316b4b4f2da4 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all snapshots completed successfully. 2026-06-30 19:01:51.725 8 INFO cinder.api.openstack.wsgi [None req-7175a48d-2098-4166-b267-316b4b4f2da4 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 242/482] 10.0.0.163 () {28 vars in 674 bytes} [Tue Jun 30 19:01:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true => generated 17 bytes in 62 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:01:51.736 7 INFO cinder.api.openstack.wsgi [None req-f8d2d658-7d9e-4b2e-a9a0-122183953346 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 19:01:51.747 7 INFO cinder.volume.api [None req-f8d2d658-7d9e-4b2e-a9a0-122183953346 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 19:01:51.751 7 INFO cinder.api.openstack.wsgi [None req-f8d2d658-7d9e-4b2e-a9a0-122183953346 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 241/483] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 19:01:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 15 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:01:51.766 8 INFO cinder.api.openstack.wsgi [None req-c7fcc6cd-fbd7-4363-b9d9-1eff59ba14ad 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services 2026-06-30 19:01:51.771 8 INFO cinder.api.openstack.wsgi [None req-c7fcc6cd-fbd7-4363-b9d9-1eff59ba14ad 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services returned with HTTP 200 [pid: 8|app: 0|req: 243/484] 10.0.0.163 () {28 vars in 645 bytes} [Tue Jun 30 19:01:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services => generated 646 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:01:51.811 7 INFO cinder.api.openstack.wsgi [None req-59a55fe2-f536-4adc-8b29-84af9c121ea5 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true 2026-06-30 19:01:51.833 7 INFO cinder.api.openstack.wsgi [None req-59a55fe2-f536-4adc-8b29-84af9c121ea5 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 242/485] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:01:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true => generated 845 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:01:51.841 8 INFO cinder.api.openstack.wsgi [None req-acb565ea-088a-44fb-8e4c-6d90ba73d571 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true 2026-06-30 19:01:51.867 8 INFO cinder.api.openstack.wsgi [None req-acb565ea-088a-44fb-8e4c-6d90ba73d571 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 244/486] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:01:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true => generated 847 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:01:51.877 7 INFO cinder.api.openstack.wsgi [None req-0328964f-01bb-4eac-ba82-0cb1fb7947b7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true 2026-06-30 19:01:51.899 7 INFO cinder.api.openstack.wsgi [None req-0328964f-01bb-4eac-ba82-0cb1fb7947b7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 243/487] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:01:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true => generated 845 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:01:51.910 8 INFO cinder.api.openstack.wsgi [None req-ec4e2656-2959-4e60-a5d0-def342a7db0b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 19:01:51.927 8 INFO cinder.volume.api [None req-ec4e2656-2959-4e60-a5d0-def342a7db0b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 19:01:51.929 8 INFO cinder.api.openstack.wsgi [None req-ec4e2656-2959-4e60-a5d0-def342a7db0b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 245/488] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 19:01:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 15 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:01:51.940 7 INFO cinder.api.openstack.wsgi [None req-3bf942ab-304c-44ee-a6fb-c670111b31c7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true 2026-06-30 19:01:52.443 7 INFO cinder.api.openstack.wsgi [None req-3bf942ab-304c-44ee-a6fb-c670111b31c7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 244/489] 10.0.0.163 () {28 vars in 696 bytes} [Tue Jun 30 19:01:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true => generated 670 bytes in 509 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:01:59.521 8 INFO cinder.api.openstack.wsgi [None req-ec4e2656-2959-4e60-a5d0-def342a7db0b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:01:59.521 8 INFO cinder.api.openstack.wsgi [None req-ec4e2656-2959-4e60-a5d0-def342a7db0b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:01:59.521 7 INFO cinder.api.openstack.wsgi [None req-3bf942ab-304c-44ee-a6fb-c670111b31c7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:01:59.523 7 INFO cinder.api.openstack.wsgi [None req-3bf942ab-304c-44ee-a6fb-c670111b31c7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:02:09.521 8 INFO cinder.api.openstack.wsgi [None req-ec4e2656-2959-4e60-a5d0-def342a7db0b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:02:09.521 7 INFO cinder.api.openstack.wsgi [None req-3bf942ab-304c-44ee-a6fb-c670111b31c7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:02:09.522 8 INFO cinder.api.openstack.wsgi [None req-ec4e2656-2959-4e60-a5d0-def342a7db0b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:02:09.523 7 INFO cinder.api.openstack.wsgi [None req-3bf942ab-304c-44ee-a6fb-c670111b31c7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:02:19.521 7 INFO cinder.api.openstack.wsgi [None req-3bf942ab-304c-44ee-a6fb-c670111b31c7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:02:19.521 8 INFO cinder.api.openstack.wsgi [None req-ec4e2656-2959-4e60-a5d0-def342a7db0b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:02:19.522 7 INFO cinder.api.openstack.wsgi [None req-3bf942ab-304c-44ee-a6fb-c670111b31c7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:02:19.522 8 INFO cinder.api.openstack.wsgi [None req-ec4e2656-2959-4e60-a5d0-def342a7db0b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:02:29.521 7 INFO cinder.api.openstack.wsgi [None req-3bf942ab-304c-44ee-a6fb-c670111b31c7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:02:29.521 8 INFO cinder.api.openstack.wsgi [None req-ec4e2656-2959-4e60-a5d0-def342a7db0b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:02:29.522 7 INFO cinder.api.openstack.wsgi [None req-3bf942ab-304c-44ee-a6fb-c670111b31c7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:02:29.522 8 INFO cinder.api.openstack.wsgi [None req-ec4e2656-2959-4e60-a5d0-def342a7db0b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:02:39.521 7 INFO cinder.api.openstack.wsgi [None req-3bf942ab-304c-44ee-a6fb-c670111b31c7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:02:39.521 8 INFO cinder.api.openstack.wsgi [None req-ec4e2656-2959-4e60-a5d0-def342a7db0b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:02:39.522 8 INFO cinder.api.openstack.wsgi [None req-ec4e2656-2959-4e60-a5d0-def342a7db0b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:02:39.522 7 INFO cinder.api.openstack.wsgi [None req-3bf942ab-304c-44ee-a6fb-c670111b31c7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:02:49.521 8 INFO cinder.api.openstack.wsgi [None req-ec4e2656-2959-4e60-a5d0-def342a7db0b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:02:49.522 8 INFO cinder.api.openstack.wsgi [None req-ec4e2656-2959-4e60-a5d0-def342a7db0b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:02:49.522 7 INFO cinder.api.openstack.wsgi [None req-3bf942ab-304c-44ee-a6fb-c670111b31c7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:02:49.523 7 INFO cinder.api.openstack.wsgi [None req-3bf942ab-304c-44ee-a6fb-c670111b31c7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:02:51.662 8 INFO cinder.api.openstack.wsgi [None req-eb5d42d7-f71a-4d93-9916-d7714fb46b84 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true 2026-06-30 19:02:52.168 8 INFO cinder.api.openstack.wsgi [None req-eb5d42d7-f71a-4d93-9916-d7714fb46b84 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 252/502] 10.0.0.163 () {28 vars in 696 bytes} [Tue Jun 30 19:02:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true => generated 670 bytes in 544 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:02:52.210 7 INFO cinder.api.openstack.wsgi [None req-0cc289ec-857d-48af-b910-7e2875156c73 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true 2026-06-30 19:02:52.240 7 INFO cinder.api.openstack.wsgi [None req-0cc289ec-857d-48af-b910-7e2875156c73 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 251/503] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:02:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true => generated 845 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:02:52.253 8 INFO cinder.api.openstack.wsgi [None req-dad5960d-00e2-47db-97fd-24c354b0dac0 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true 2026-06-30 19:02:52.278 8 INFO cinder.api.openstack.wsgi [None req-dad5960d-00e2-47db-97fd-24c354b0dac0 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 253/504] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:02:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true => generated 847 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:02:52.290 7 INFO cinder.api.openstack.wsgi [None req-b05b4f40-afac-4c54-81ab-107b0b8e4274 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true 2026-06-30 19:02:52.309 7 INFO cinder.api.openstack.wsgi [None req-b05b4f40-afac-4c54-81ab-107b0b8e4274 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 252/505] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:02:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true => generated 845 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:02:52.321 8 INFO cinder.api.openstack.wsgi [None req-e8b84ea7-8704-443c-a535-90e9bcbb7cae 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 19:02:52.331 8 INFO cinder.volume.api [None req-e8b84ea7-8704-443c-a535-90e9bcbb7cae 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 19:02:52.333 8 INFO cinder.api.openstack.wsgi [None req-e8b84ea7-8704-443c-a535-90e9bcbb7cae 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 254/506] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 19:02:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 15 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:02:52.345 7 INFO cinder.api.openstack.wsgi [None req-76506dc7-c7a8-420e-9401-98c028ed6030 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services 2026-06-30 19:02:52.350 7 INFO cinder.api.openstack.wsgi [None req-76506dc7-c7a8-420e-9401-98c028ed6030 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services returned with HTTP 200 [pid: 7|app: 0|req: 253/507] 10.0.0.163 () {28 vars in 645 bytes} [Tue Jun 30 19:02:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services => generated 646 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:02:52.359 8 INFO cinder.api.openstack.wsgi [None req-8dab7b69-cf5d-4c6b-8f1f-2c02729e6adc 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 19:02:52.367 8 INFO cinder.volume.api [None req-8dab7b69-cf5d-4c6b-8f1f-2c02729e6adc 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 19:02:52.369 8 INFO cinder.api.openstack.wsgi [None req-8dab7b69-cf5d-4c6b-8f1f-2c02729e6adc 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 255/508] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 19:02:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 15 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:02:52.389 7 INFO cinder.api.openstack.wsgi [None req-5a3d7482-584f-4aa4-8f3a-172511de4347 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true 2026-06-30 19:02:52.394 7 INFO cinder.volume.api [None req-5a3d7482-584f-4aa4-8f3a-172511de4347 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all snapshots completed successfully. 2026-06-30 19:02:52.394 7 INFO cinder.api.openstack.wsgi [None req-5a3d7482-584f-4aa4-8f3a-172511de4347 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 254/509] 10.0.0.163 () {28 vars in 674 bytes} [Tue Jun 30 19:02:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true => generated 17 bytes in 10 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:02:59.521 7 INFO cinder.api.openstack.wsgi [None req-5a3d7482-584f-4aa4-8f3a-172511de4347 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:02:59.521 8 INFO cinder.api.openstack.wsgi [None req-8dab7b69-cf5d-4c6b-8f1f-2c02729e6adc 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:02:59.522 7 INFO cinder.api.openstack.wsgi [None req-5a3d7482-584f-4aa4-8f3a-172511de4347 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:02:59.522 8 INFO cinder.api.openstack.wsgi [None req-8dab7b69-cf5d-4c6b-8f1f-2c02729e6adc 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:03:09.521 7 INFO cinder.api.openstack.wsgi [None req-5a3d7482-584f-4aa4-8f3a-172511de4347 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:03:09.521 8 INFO cinder.api.openstack.wsgi [None req-8dab7b69-cf5d-4c6b-8f1f-2c02729e6adc 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:03:09.522 7 INFO cinder.api.openstack.wsgi [None req-5a3d7482-584f-4aa4-8f3a-172511de4347 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:03:09.523 8 INFO cinder.api.openstack.wsgi [None req-8dab7b69-cf5d-4c6b-8f1f-2c02729e6adc 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:03:19.521 7 INFO cinder.api.openstack.wsgi [None req-5a3d7482-584f-4aa4-8f3a-172511de4347 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:03:19.521 8 INFO cinder.api.openstack.wsgi [None req-8dab7b69-cf5d-4c6b-8f1f-2c02729e6adc 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:03:19.521 7 INFO cinder.api.openstack.wsgi [None req-5a3d7482-584f-4aa4-8f3a-172511de4347 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:03:19.522 8 INFO cinder.api.openstack.wsgi [None req-8dab7b69-cf5d-4c6b-8f1f-2c02729e6adc 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:03:29.521 7 INFO cinder.api.openstack.wsgi [None req-5a3d7482-584f-4aa4-8f3a-172511de4347 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:03:29.521 8 INFO cinder.api.openstack.wsgi [None req-8dab7b69-cf5d-4c6b-8f1f-2c02729e6adc 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:03:29.522 8 INFO cinder.api.openstack.wsgi [None req-8dab7b69-cf5d-4c6b-8f1f-2c02729e6adc 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:03:29.522 7 INFO cinder.api.openstack.wsgi [None req-5a3d7482-584f-4aa4-8f3a-172511de4347 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:03:39.521 8 INFO cinder.api.openstack.wsgi [None req-8dab7b69-cf5d-4c6b-8f1f-2c02729e6adc 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:03:39.521 7 INFO cinder.api.openstack.wsgi [None req-5a3d7482-584f-4aa4-8f3a-172511de4347 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:03:39.522 8 INFO cinder.api.openstack.wsgi [None req-8dab7b69-cf5d-4c6b-8f1f-2c02729e6adc 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:03:39.522 7 INFO cinder.api.openstack.wsgi [None req-5a3d7482-584f-4aa4-8f3a-172511de4347 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:03:49.521 8 INFO cinder.api.openstack.wsgi [None req-8dab7b69-cf5d-4c6b-8f1f-2c02729e6adc 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:03:49.521 7 INFO cinder.api.openstack.wsgi [None req-5a3d7482-584f-4aa4-8f3a-172511de4347 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:03:49.522 8 INFO cinder.api.openstack.wsgi [None req-8dab7b69-cf5d-4c6b-8f1f-2c02729e6adc 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:03:49.522 7 INFO cinder.api.openstack.wsgi [None req-5a3d7482-584f-4aa4-8f3a-172511de4347 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:03:51.724 7 INFO cinder.api.openstack.wsgi [None req-0b6d5829-627f-42a3-aabd-bfbadb90350f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 19:03:51.733 7 INFO cinder.volume.api [None req-0b6d5829-627f-42a3-aabd-bfbadb90350f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 19:03:51.735 7 INFO cinder.api.openstack.wsgi [None req-0b6d5829-627f-42a3-aabd-bfbadb90350f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 261/522] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 19:03:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 15 bytes in 50 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:03:51.748 8 INFO cinder.api.openstack.wsgi [None req-619175f4-9359-467b-9c7c-c351fd15743a 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true 2026-06-30 19:03:51.756 8 INFO cinder.volume.api [None req-619175f4-9359-467b-9c7c-c351fd15743a 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all snapshots completed successfully. 2026-06-30 19:03:51.756 8 INFO cinder.api.openstack.wsgi [None req-619175f4-9359-467b-9c7c-c351fd15743a 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 262/523] 10.0.0.163 () {28 vars in 674 bytes} [Tue Jun 30 19:03:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true => generated 17 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:03:51.800 7 INFO cinder.api.openstack.wsgi [None req-6c0f7aa3-b113-46a8-a590-42af98fd436c 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true 2026-06-30 19:03:51.827 7 INFO cinder.api.openstack.wsgi [None req-6c0f7aa3-b113-46a8-a590-42af98fd436c 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 262/524] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:03:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true => generated 845 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:03:51.838 8 INFO cinder.api.openstack.wsgi [None req-4405ad49-5de3-49bc-85d9-2e929de9caa2 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true 2026-06-30 19:03:51.858 8 INFO cinder.api.openstack.wsgi [None req-4405ad49-5de3-49bc-85d9-2e929de9caa2 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 263/525] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:03:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true => generated 847 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:03:51.873 7 INFO cinder.api.openstack.wsgi [None req-1e4e5ac1-2075-49f9-9471-baba6747c355 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true 2026-06-30 19:03:51.897 7 INFO cinder.api.openstack.wsgi [None req-1e4e5ac1-2075-49f9-9471-baba6747c355 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 263/526] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:03:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true => generated 845 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:03:51.908 8 INFO cinder.api.openstack.wsgi [None req-ae9376b7-db9f-41d7-ba4c-3a0ee2992b31 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 19:03:51.918 8 INFO cinder.volume.api [None req-ae9376b7-db9f-41d7-ba4c-3a0ee2992b31 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 19:03:51.920 8 INFO cinder.api.openstack.wsgi [None req-ae9376b7-db9f-41d7-ba4c-3a0ee2992b31 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 264/527] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 19:03:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 15 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:03:51.932 7 INFO cinder.api.openstack.wsgi [None req-5ed785ec-6b67-4ef6-8957-5ce5befdef3d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services 2026-06-30 19:03:51.938 7 INFO cinder.api.openstack.wsgi [None req-5ed785ec-6b67-4ef6-8957-5ce5befdef3d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services returned with HTTP 200 [pid: 7|app: 0|req: 264/528] 10.0.0.163 () {28 vars in 645 bytes} [Tue Jun 30 19:03:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services => generated 646 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:03:51.948 8 INFO cinder.api.openstack.wsgi [None req-fa38ef81-9462-4d90-a0b5-7f32021654ff 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true 2026-06-30 19:03:52.453 8 INFO cinder.api.openstack.wsgi [None req-fa38ef81-9462-4d90-a0b5-7f32021654ff 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 265/529] 10.0.0.163 () {28 vars in 696 bytes} [Tue Jun 30 19:03:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true => generated 670 bytes in 513 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:03:59.521 8 INFO cinder.api.openstack.wsgi [None req-fa38ef81-9462-4d90-a0b5-7f32021654ff 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:03:59.521 7 INFO cinder.api.openstack.wsgi [None req-5ed785ec-6b67-4ef6-8957-5ce5befdef3d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:03:59.522 8 INFO cinder.api.openstack.wsgi [None req-fa38ef81-9462-4d90-a0b5-7f32021654ff 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:03:59.523 7 INFO cinder.api.openstack.wsgi [None req-5ed785ec-6b67-4ef6-8957-5ce5befdef3d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:04:09.521 8 INFO cinder.api.openstack.wsgi [None req-fa38ef81-9462-4d90-a0b5-7f32021654ff 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:04:09.521 7 INFO cinder.api.openstack.wsgi [None req-5ed785ec-6b67-4ef6-8957-5ce5befdef3d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:04:09.522 8 INFO cinder.api.openstack.wsgi [None req-fa38ef81-9462-4d90-a0b5-7f32021654ff 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:04:09.522 7 INFO cinder.api.openstack.wsgi [None req-5ed785ec-6b67-4ef6-8957-5ce5befdef3d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:04:19.521 8 INFO cinder.api.openstack.wsgi [None req-fa38ef81-9462-4d90-a0b5-7f32021654ff 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:04:19.521 7 INFO cinder.api.openstack.wsgi [None req-5ed785ec-6b67-4ef6-8957-5ce5befdef3d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:04:19.522 8 INFO cinder.api.openstack.wsgi [None req-fa38ef81-9462-4d90-a0b5-7f32021654ff 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:04:19.522 7 INFO cinder.api.openstack.wsgi [None req-5ed785ec-6b67-4ef6-8957-5ce5befdef3d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:04:29.522 8 INFO cinder.api.openstack.wsgi [None req-fa38ef81-9462-4d90-a0b5-7f32021654ff 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:04:29.522 7 INFO cinder.api.openstack.wsgi [None req-5ed785ec-6b67-4ef6-8957-5ce5befdef3d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:04:29.523 8 INFO cinder.api.openstack.wsgi [None req-fa38ef81-9462-4d90-a0b5-7f32021654ff 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:04:29.523 7 INFO cinder.api.openstack.wsgi [None req-5ed785ec-6b67-4ef6-8957-5ce5befdef3d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:04:39.521 8 INFO cinder.api.openstack.wsgi [None req-fa38ef81-9462-4d90-a0b5-7f32021654ff 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:04:39.521 7 INFO cinder.api.openstack.wsgi [None req-5ed785ec-6b67-4ef6-8957-5ce5befdef3d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:04:39.523 8 INFO cinder.api.openstack.wsgi [None req-fa38ef81-9462-4d90-a0b5-7f32021654ff 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:04:39.523 7 INFO cinder.api.openstack.wsgi [None req-5ed785ec-6b67-4ef6-8957-5ce5befdef3d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:04:49.521 8 INFO cinder.api.openstack.wsgi [None req-fa38ef81-9462-4d90-a0b5-7f32021654ff 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:04:49.523 7 INFO cinder.api.openstack.wsgi [None req-5ed785ec-6b67-4ef6-8957-5ce5befdef3d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:04:49.524 7 INFO cinder.api.openstack.wsgi [None req-5ed785ec-6b67-4ef6-8957-5ce5befdef3d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:04:49.525 8 INFO cinder.api.openstack.wsgi [None req-fa38ef81-9462-4d90-a0b5-7f32021654ff 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:04:51.737 7 INFO cinder.api.openstack.wsgi [None req-8fad8943-a120-4385-860a-60ea7722de32 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true 2026-06-30 19:04:51.755 7 INFO cinder.volume.api [None req-8fad8943-a120-4385-860a-60ea7722de32 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all snapshots completed successfully. 2026-06-30 19:04:51.755 7 INFO cinder.api.openstack.wsgi [None req-8fad8943-a120-4385-860a-60ea7722de32 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 271/542] 10.0.0.163 () {28 vars in 674 bytes} [Tue Jun 30 19:04:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true => generated 17 bytes in 120 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:04:51.764 8 INFO cinder.api.openstack.wsgi [None req-2a76bd35-6fbf-49bc-b61e-c42f9a2e7371 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services 2026-06-30 19:04:51.772 8 INFO cinder.api.openstack.wsgi [None req-2a76bd35-6fbf-49bc-b61e-c42f9a2e7371 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services returned with HTTP 200 [pid: 8|app: 0|req: 272/543] 10.0.0.163 () {28 vars in 645 bytes} [Tue Jun 30 19:04:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services => generated 646 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:04:51.779 7 INFO cinder.api.openstack.wsgi [None req-d4212228-0f3b-4dbf-86b4-426c39e6ff01 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 19:04:51.786 7 INFO cinder.volume.api [None req-d4212228-0f3b-4dbf-86b4-426c39e6ff01 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 19:04:51.787 7 INFO cinder.api.openstack.wsgi [None req-d4212228-0f3b-4dbf-86b4-426c39e6ff01 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 272/544] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 19:04:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 15 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:04:51.798 8 INFO cinder.api.openstack.wsgi [None req-a221d1cd-a9e3-48fe-8ade-36e557102f22 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 19:04:51.807 8 INFO cinder.volume.api [None req-a221d1cd-a9e3-48fe-8ade-36e557102f22 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 19:04:51.809 8 INFO cinder.api.openstack.wsgi [None req-a221d1cd-a9e3-48fe-8ade-36e557102f22 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 273/545] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 19:04:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 15 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:04:51.855 7 INFO cinder.api.openstack.wsgi [None req-7ae10220-b1ae-4440-b991-d3ec9496c499 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true 2026-06-30 19:04:51.874 7 INFO cinder.api.openstack.wsgi [None req-7ae10220-b1ae-4440-b991-d3ec9496c499 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 273/546] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:04:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true => generated 845 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:04:51.885 8 INFO cinder.api.openstack.wsgi [None req-4effbf8d-f667-4157-91a4-caa67b1b2b7a 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true 2026-06-30 19:04:51.901 8 INFO cinder.api.openstack.wsgi [None req-4effbf8d-f667-4157-91a4-caa67b1b2b7a 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 274/547] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:04:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true => generated 847 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:04:51.909 7 INFO cinder.api.openstack.wsgi [None req-320d0fb7-7dc6-4bec-a154-ab9cc1862ad9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true 2026-06-30 19:04:51.930 7 INFO cinder.api.openstack.wsgi [None req-320d0fb7-7dc6-4bec-a154-ab9cc1862ad9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 274/548] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:04:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true => generated 845 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:04:51.942 8 INFO cinder.api.openstack.wsgi [None req-0dcea288-8c08-400f-a29e-99b36620f7c9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true 2026-06-30 19:04:52.446 8 INFO cinder.api.openstack.wsgi [None req-0dcea288-8c08-400f-a29e-99b36620f7c9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 275/549] 10.0.0.163 () {28 vars in 696 bytes} [Tue Jun 30 19:04:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true => generated 670 bytes in 509 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:04:59.521 8 INFO cinder.api.openstack.wsgi [None req-0dcea288-8c08-400f-a29e-99b36620f7c9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:04:59.521 7 INFO cinder.api.openstack.wsgi [None req-320d0fb7-7dc6-4bec-a154-ab9cc1862ad9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:04:59.522 8 INFO cinder.api.openstack.wsgi [None req-0dcea288-8c08-400f-a29e-99b36620f7c9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:04:59.522 7 INFO cinder.api.openstack.wsgi [None req-320d0fb7-7dc6-4bec-a154-ab9cc1862ad9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:05:09.522 7 INFO cinder.api.openstack.wsgi [None req-320d0fb7-7dc6-4bec-a154-ab9cc1862ad9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:05:09.522 8 INFO cinder.api.openstack.wsgi [None req-0dcea288-8c08-400f-a29e-99b36620f7c9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:05:09.523 8 INFO cinder.api.openstack.wsgi [None req-0dcea288-8c08-400f-a29e-99b36620f7c9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:05:09.523 7 INFO cinder.api.openstack.wsgi [None req-320d0fb7-7dc6-4bec-a154-ab9cc1862ad9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:05:19.521 8 INFO cinder.api.openstack.wsgi [None req-0dcea288-8c08-400f-a29e-99b36620f7c9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:05:19.522 7 INFO cinder.api.openstack.wsgi [None req-320d0fb7-7dc6-4bec-a154-ab9cc1862ad9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:05:19.522 8 INFO cinder.api.openstack.wsgi [None req-0dcea288-8c08-400f-a29e-99b36620f7c9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:05:19.524 7 INFO cinder.api.openstack.wsgi [None req-320d0fb7-7dc6-4bec-a154-ab9cc1862ad9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:05:29.521 8 INFO cinder.api.openstack.wsgi [None req-0dcea288-8c08-400f-a29e-99b36620f7c9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:05:29.521 8 INFO cinder.api.openstack.wsgi [None req-0dcea288-8c08-400f-a29e-99b36620f7c9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:05:29.521 7 INFO cinder.api.openstack.wsgi [None req-320d0fb7-7dc6-4bec-a154-ab9cc1862ad9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:05:29.523 7 INFO cinder.api.openstack.wsgi [None req-320d0fb7-7dc6-4bec-a154-ab9cc1862ad9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:05:39.521 7 INFO cinder.api.openstack.wsgi [None req-320d0fb7-7dc6-4bec-a154-ab9cc1862ad9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:05:39.521 8 INFO cinder.api.openstack.wsgi [None req-0dcea288-8c08-400f-a29e-99b36620f7c9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:05:39.522 7 INFO cinder.api.openstack.wsgi [None req-320d0fb7-7dc6-4bec-a154-ab9cc1862ad9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:05:39.523 8 INFO cinder.api.openstack.wsgi [None req-0dcea288-8c08-400f-a29e-99b36620f7c9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:05:49.521 8 INFO cinder.api.openstack.wsgi [None req-0dcea288-8c08-400f-a29e-99b36620f7c9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:05:49.522 7 INFO cinder.api.openstack.wsgi [None req-320d0fb7-7dc6-4bec-a154-ab9cc1862ad9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:05:49.522 7 INFO cinder.api.openstack.wsgi [None req-320d0fb7-7dc6-4bec-a154-ab9cc1862ad9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:05:49.523 8 INFO cinder.api.openstack.wsgi [None req-0dcea288-8c08-400f-a29e-99b36620f7c9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:05:51.720 7 INFO cinder.api.openstack.wsgi [None req-222e18a0-9494-4f06-a7a4-ab63a9f6c80d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true 2026-06-30 19:05:51.743 7 INFO cinder.api.openstack.wsgi [None req-222e18a0-9494-4f06-a7a4-ab63a9f6c80d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 281/562] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:05:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true => generated 845 bytes in 57 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:05:51.759 8 INFO cinder.api.openstack.wsgi [None req-c6184547-4c97-4208-a04a-c396851e8f79 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true 2026-06-30 19:05:51.799 8 INFO cinder.api.openstack.wsgi [None req-c6184547-4c97-4208-a04a-c396851e8f79 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 282/563] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:05:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true => generated 847 bytes in 50 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:05:51.811 7 INFO cinder.api.openstack.wsgi [None req-9ff43058-590f-4d6e-bb53-8968688c0fe5 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true 2026-06-30 19:05:51.838 7 INFO cinder.api.openstack.wsgi [None req-9ff43058-590f-4d6e-bb53-8968688c0fe5 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 282/564] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:05:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true => generated 845 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:05:51.849 8 INFO cinder.api.openstack.wsgi [None req-5518f5d5-54fa-47d0-8266-4bd28efd2193 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services 2026-06-30 19:05:51.855 8 INFO cinder.api.openstack.wsgi [None req-5518f5d5-54fa-47d0-8266-4bd28efd2193 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services returned with HTTP 200 [pid: 8|app: 0|req: 283/565] 10.0.0.163 () {28 vars in 645 bytes} [Tue Jun 30 19:05:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services => generated 646 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:05:51.871 7 INFO cinder.api.openstack.wsgi [None req-ada6dc10-3ec0-4af5-ba8b-c527c40e8e32 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 19:05:51.883 7 INFO cinder.volume.api [None req-ada6dc10-3ec0-4af5-ba8b-c527c40e8e32 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 19:05:51.886 7 INFO cinder.api.openstack.wsgi [None req-ada6dc10-3ec0-4af5-ba8b-c527c40e8e32 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 283/566] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 19:05:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 15 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:05:51.895 8 INFO cinder.api.openstack.wsgi [None req-3464379b-d8db-4d25-9d56-173ab869521a 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 19:05:51.906 8 INFO cinder.volume.api [None req-3464379b-d8db-4d25-9d56-173ab869521a 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 19:05:51.908 8 INFO cinder.api.openstack.wsgi [None req-3464379b-d8db-4d25-9d56-173ab869521a 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 284/567] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 19:05:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 15 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:05:51.918 7 INFO cinder.api.openstack.wsgi [None req-1a1a85ff-aa1c-43cb-b48d-0924b7f600d7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true 2026-06-30 19:05:51.924 7 INFO cinder.volume.api [None req-1a1a85ff-aa1c-43cb-b48d-0924b7f600d7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all snapshots completed successfully. 2026-06-30 19:05:51.924 7 INFO cinder.api.openstack.wsgi [None req-1a1a85ff-aa1c-43cb-b48d-0924b7f600d7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 284/568] 10.0.0.163 () {28 vars in 674 bytes} [Tue Jun 30 19:05:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/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-06-30 19:05:51.949 8 INFO cinder.api.openstack.wsgi [None req-731b1f60-22a7-4db3-a283-93b9ffe6cabe 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true 2026-06-30 19:05:52.453 8 INFO cinder.api.openstack.wsgi [None req-731b1f60-22a7-4db3-a283-93b9ffe6cabe 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 285/569] 10.0.0.163 () {28 vars in 696 bytes} [Tue Jun 30 19:05:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true => generated 670 bytes in 524 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:05:59.522 7 INFO cinder.api.openstack.wsgi [None req-1a1a85ff-aa1c-43cb-b48d-0924b7f600d7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:05:59.522 8 INFO cinder.api.openstack.wsgi [None req-731b1f60-22a7-4db3-a283-93b9ffe6cabe 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:05:59.523 7 INFO cinder.api.openstack.wsgi [None req-1a1a85ff-aa1c-43cb-b48d-0924b7f600d7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:05:59.523 8 INFO cinder.api.openstack.wsgi [None req-731b1f60-22a7-4db3-a283-93b9ffe6cabe 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:06:09.522 8 INFO cinder.api.openstack.wsgi [None req-731b1f60-22a7-4db3-a283-93b9ffe6cabe 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:06:09.522 7 INFO cinder.api.openstack.wsgi [None req-1a1a85ff-aa1c-43cb-b48d-0924b7f600d7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:06:09.523 8 INFO cinder.api.openstack.wsgi [None req-731b1f60-22a7-4db3-a283-93b9ffe6cabe 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:06:09.524 7 INFO cinder.api.openstack.wsgi [None req-1a1a85ff-aa1c-43cb-b48d-0924b7f600d7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:06:19.521 7 INFO cinder.api.openstack.wsgi [None req-1a1a85ff-aa1c-43cb-b48d-0924b7f600d7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:06:19.521 8 INFO cinder.api.openstack.wsgi [None req-731b1f60-22a7-4db3-a283-93b9ffe6cabe 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:06:19.522 7 INFO cinder.api.openstack.wsgi [None req-1a1a85ff-aa1c-43cb-b48d-0924b7f600d7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:06:19.523 8 INFO cinder.api.openstack.wsgi [None req-731b1f60-22a7-4db3-a283-93b9ffe6cabe 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:06:29.521 7 INFO cinder.api.openstack.wsgi [None req-1a1a85ff-aa1c-43cb-b48d-0924b7f600d7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:06:29.522 8 INFO cinder.api.openstack.wsgi [None req-731b1f60-22a7-4db3-a283-93b9ffe6cabe 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:06:29.522 7 INFO cinder.api.openstack.wsgi [None req-1a1a85ff-aa1c-43cb-b48d-0924b7f600d7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:06:29.523 8 INFO cinder.api.openstack.wsgi [None req-731b1f60-22a7-4db3-a283-93b9ffe6cabe 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:06:39.521 8 INFO cinder.api.openstack.wsgi [None req-731b1f60-22a7-4db3-a283-93b9ffe6cabe 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:06:39.521 7 INFO cinder.api.openstack.wsgi [None req-1a1a85ff-aa1c-43cb-b48d-0924b7f600d7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:06:39.522 7 INFO cinder.api.openstack.wsgi [None req-1a1a85ff-aa1c-43cb-b48d-0924b7f600d7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:06:39.522 8 INFO cinder.api.openstack.wsgi [None req-731b1f60-22a7-4db3-a283-93b9ffe6cabe 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:06:49.520 7 INFO cinder.api.openstack.wsgi [None req-1a1a85ff-aa1c-43cb-b48d-0924b7f600d7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:06:49.521 8 INFO cinder.api.openstack.wsgi [None req-731b1f60-22a7-4db3-a283-93b9ffe6cabe 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:06:49.521 7 INFO cinder.api.openstack.wsgi [None req-1a1a85ff-aa1c-43cb-b48d-0924b7f600d7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:06:49.522 8 INFO cinder.api.openstack.wsgi [None req-731b1f60-22a7-4db3-a283-93b9ffe6cabe 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:06:51.679 7 INFO cinder.api.openstack.wsgi [None req-45ba49d5-e9d9-450f-8457-81bb440639a1 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true 2026-06-30 19:06:51.685 7 INFO cinder.volume.api [None req-45ba49d5-e9d9-450f-8457-81bb440639a1 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all snapshots completed successfully. 2026-06-30 19:06:51.685 7 INFO cinder.api.openstack.wsgi [None req-45ba49d5-e9d9-450f-8457-81bb440639a1 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 291/582] 10.0.0.163 () {28 vars in 674 bytes} [Tue Jun 30 19:06:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true => generated 17 bytes in 59 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:06:51.697 8 INFO cinder.api.openstack.wsgi [None req-35b35181-b8d7-4b63-a9a3-498e72d024af 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 19:06:51.706 8 INFO cinder.volume.api [None req-35b35181-b8d7-4b63-a9a3-498e72d024af 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 19:06:51.708 8 INFO cinder.api.openstack.wsgi [None req-35b35181-b8d7-4b63-a9a3-498e72d024af 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 292/583] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 19:06:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 15 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:06:51.721 7 INFO cinder.api.openstack.wsgi [None req-03353439-c81b-4017-be5c-c064f7c44e0c 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true 2026-06-30 19:06:52.225 7 INFO cinder.api.openstack.wsgi [None req-03353439-c81b-4017-be5c-c064f7c44e0c 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 292/584] 10.0.0.163 () {28 vars in 696 bytes} [Tue Jun 30 19:06:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/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-06-30 19:06:52.239 8 INFO cinder.api.openstack.wsgi [None req-ba9a2dca-19fb-48af-8859-9139ac9a25fb 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 19:06:52.250 8 INFO cinder.volume.api [None req-ba9a2dca-19fb-48af-8859-9139ac9a25fb 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 19:06:52.252 8 INFO cinder.api.openstack.wsgi [None req-ba9a2dca-19fb-48af-8859-9139ac9a25fb 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 293/585] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 19:06:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 15 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:06:52.264 7 INFO cinder.api.openstack.wsgi [None req-537f8157-665a-4ef0-acbb-df83f628c315 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services 2026-06-30 19:06:52.270 7 INFO cinder.api.openstack.wsgi [None req-537f8157-665a-4ef0-acbb-df83f628c315 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services returned with HTTP 200 [pid: 7|app: 0|req: 293/586] 10.0.0.163 () {28 vars in 645 bytes} [Tue Jun 30 19:06:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services => generated 646 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:06:52.312 8 INFO cinder.api.openstack.wsgi [None req-5821bd6f-60ca-4585-9a93-c9947a25635e 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true 2026-06-30 19:06:52.336 8 INFO cinder.api.openstack.wsgi [None req-5821bd6f-60ca-4585-9a93-c9947a25635e 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 294/587] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:06:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true => generated 845 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:06:52.351 7 INFO cinder.api.openstack.wsgi [None req-982d6c7c-2621-47db-96cd-8a896a99b797 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true 2026-06-30 19:06:52.368 7 INFO cinder.api.openstack.wsgi [None req-982d6c7c-2621-47db-96cd-8a896a99b797 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 294/588] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:06:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true => generated 847 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:06:52.381 8 INFO cinder.api.openstack.wsgi [None req-3c8ae21a-6a44-4033-a82e-1c009b07d02a 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true 2026-06-30 19:06:52.401 8 INFO cinder.api.openstack.wsgi [None req-3c8ae21a-6a44-4033-a82e-1c009b07d02a 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 295/589] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:06:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true => generated 845 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:06:59.521 7 INFO cinder.api.openstack.wsgi [None req-982d6c7c-2621-47db-96cd-8a896a99b797 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:06:59.521 8 INFO cinder.api.openstack.wsgi [None req-3c8ae21a-6a44-4033-a82e-1c009b07d02a 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:06:59.522 7 INFO cinder.api.openstack.wsgi [None req-982d6c7c-2621-47db-96cd-8a896a99b797 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:06:59.523 8 INFO cinder.api.openstack.wsgi [None req-3c8ae21a-6a44-4033-a82e-1c009b07d02a 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:07:09.521 7 INFO cinder.api.openstack.wsgi [None req-982d6c7c-2621-47db-96cd-8a896a99b797 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:07:09.521 8 INFO cinder.api.openstack.wsgi [None req-3c8ae21a-6a44-4033-a82e-1c009b07d02a 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:07:09.522 7 INFO cinder.api.openstack.wsgi [None req-982d6c7c-2621-47db-96cd-8a896a99b797 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:07:09.522 8 INFO cinder.api.openstack.wsgi [None req-3c8ae21a-6a44-4033-a82e-1c009b07d02a 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:07:19.521 7 INFO cinder.api.openstack.wsgi [None req-982d6c7c-2621-47db-96cd-8a896a99b797 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:07:19.522 8 INFO cinder.api.openstack.wsgi [None req-3c8ae21a-6a44-4033-a82e-1c009b07d02a 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:07:19.522 7 INFO cinder.api.openstack.wsgi [None req-982d6c7c-2621-47db-96cd-8a896a99b797 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:07:19.523 8 INFO cinder.api.openstack.wsgi [None req-3c8ae21a-6a44-4033-a82e-1c009b07d02a 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:07:26.531 7 INFO cinder.api.openstack.wsgi [None req-a0c4be79-8dbd-496f-9a35-3ad5fd8b25ba 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET https://volume.199-204-45-129.nip.io/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=False 2026-06-30 19:07:26.544 7 INFO cinder.api.openstack.wsgi [None req-a0c4be79-8dbd-496f-9a35-3ad5fd8b25ba 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] https://volume.199-204-45-129.nip.io/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=False returned with HTTP 200 [pid: 7|app: 0|req: 298/596] 199.204.45.129 () {44 vars in 1068 bytes} [Tue Jun 30 19:07:26 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=False => generated 338 bytes in 47 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:07:29.522 8 INFO cinder.api.openstack.wsgi [None req-3c8ae21a-6a44-4033-a82e-1c009b07d02a 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:07:29.522 7 INFO cinder.api.openstack.wsgi [None req-a0c4be79-8dbd-496f-9a35-3ad5fd8b25ba 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:07:29.523 8 INFO cinder.api.openstack.wsgi [None req-3c8ae21a-6a44-4033-a82e-1c009b07d02a 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:07:29.523 7 INFO cinder.api.openstack.wsgi [None req-a0c4be79-8dbd-496f-9a35-3ad5fd8b25ba 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:07:39.521 8 INFO cinder.api.openstack.wsgi [None req-3c8ae21a-6a44-4033-a82e-1c009b07d02a 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:07:39.521 7 INFO cinder.api.openstack.wsgi [None req-a0c4be79-8dbd-496f-9a35-3ad5fd8b25ba 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:07:39.522 7 INFO cinder.api.openstack.wsgi [None req-a0c4be79-8dbd-496f-9a35-3ad5fd8b25ba 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:07:39.522 8 INFO cinder.api.openstack.wsgi [None req-3c8ae21a-6a44-4033-a82e-1c009b07d02a 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:07:49.521 7 INFO cinder.api.openstack.wsgi [None req-a0c4be79-8dbd-496f-9a35-3ad5fd8b25ba 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:07:49.521 8 INFO cinder.api.openstack.wsgi [None req-3c8ae21a-6a44-4033-a82e-1c009b07d02a 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:07:49.522 7 INFO cinder.api.openstack.wsgi [None req-a0c4be79-8dbd-496f-9a35-3ad5fd8b25ba 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:07:49.522 8 INFO cinder.api.openstack.wsgi [None req-3c8ae21a-6a44-4033-a82e-1c009b07d02a 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:07:51.668 7 INFO cinder.api.openstack.wsgi [None req-578aa59a-8fb8-492f-a5e4-7f4a1181f453 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true 2026-06-30 19:07:52.175 7 INFO cinder.api.openstack.wsgi [None req-578aa59a-8fb8-492f-a5e4-7f4a1181f453 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 302/603] 10.0.0.163 () {28 vars in 696 bytes} [Tue Jun 30 19:07:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true => generated 670 bytes in 550 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:07:52.296 8 INFO cinder.api.openstack.wsgi [None req-6a7951b5-5ccd-48e0-964d-02a3f597e912 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true 2026-06-30 19:07:52.330 8 INFO cinder.api.openstack.wsgi [None req-6a7951b5-5ccd-48e0-964d-02a3f597e912 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 302/604] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:07:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true => generated 845 bytes in 49 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:07:52.341 7 INFO cinder.api.openstack.wsgi [None req-e32c2729-4969-41b7-8c16-399f33fbaed9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true 2026-06-30 19:07:52.357 7 INFO cinder.api.openstack.wsgi [None req-e32c2729-4969-41b7-8c16-399f33fbaed9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 303/605] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:07:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true => generated 847 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:07:52.367 8 INFO cinder.api.openstack.wsgi [None req-91f0730a-6f9f-4bdd-9825-6a1e9f1e5936 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true 2026-06-30 19:07:52.390 8 INFO cinder.api.openstack.wsgi [None req-91f0730a-6f9f-4bdd-9825-6a1e9f1e5936 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 303/606] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:07:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true => generated 845 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:07:52.400 7 INFO cinder.api.openstack.wsgi [None req-a35aac57-6178-4bf3-aae5-53f12d6a94d7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 19:07:52.408 7 INFO cinder.volume.api [None req-a35aac57-6178-4bf3-aae5-53f12d6a94d7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 19:07:52.410 7 INFO cinder.api.openstack.wsgi [None req-a35aac57-6178-4bf3-aae5-53f12d6a94d7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 304/607] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 19:07:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 15 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:07:52.421 8 INFO cinder.api.openstack.wsgi [None req-40da4363-1ee2-4132-866d-ef61ebb49644 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services 2026-06-30 19:07:52.427 8 INFO cinder.api.openstack.wsgi [None req-40da4363-1ee2-4132-866d-ef61ebb49644 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services returned with HTTP 200 [pid: 8|app: 0|req: 304/608] 10.0.0.163 () {28 vars in 645 bytes} [Tue Jun 30 19:07:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services => generated 646 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:07:52.435 7 INFO cinder.api.openstack.wsgi [None req-c8b144c2-0015-4a0a-890a-da24ab05b760 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 19:07:52.443 7 INFO cinder.volume.api [None req-c8b144c2-0015-4a0a-890a-da24ab05b760 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 19:07:52.445 7 INFO cinder.api.openstack.wsgi [None req-c8b144c2-0015-4a0a-890a-da24ab05b760 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 305/609] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 19:07:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 15 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:07:52.454 8 INFO cinder.api.openstack.wsgi [None req-f1aa349c-b845-40ef-b22a-be58915971d3 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true 2026-06-30 19:07:52.459 8 INFO cinder.volume.api [None req-f1aa349c-b845-40ef-b22a-be58915971d3 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all snapshots completed successfully. 2026-06-30 19:07:52.460 8 INFO cinder.api.openstack.wsgi [None req-f1aa349c-b845-40ef-b22a-be58915971d3 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 305/610] 10.0.0.163 () {28 vars in 674 bytes} [Tue Jun 30 19:07:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/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-06-30 19:07:59.521 7 INFO cinder.api.openstack.wsgi [None req-c8b144c2-0015-4a0a-890a-da24ab05b760 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:07:59.521 8 INFO cinder.api.openstack.wsgi [None req-f1aa349c-b845-40ef-b22a-be58915971d3 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:07:59.521 7 INFO cinder.api.openstack.wsgi [None req-c8b144c2-0015-4a0a-890a-da24ab05b760 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:07:59.522 8 INFO cinder.api.openstack.wsgi [None req-f1aa349c-b845-40ef-b22a-be58915971d3 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:08:09.522 7 INFO cinder.api.openstack.wsgi [None req-c8b144c2-0015-4a0a-890a-da24ab05b760 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:08:09.522 8 INFO cinder.api.openstack.wsgi [None req-f1aa349c-b845-40ef-b22a-be58915971d3 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:08:09.523 7 INFO cinder.api.openstack.wsgi [None req-c8b144c2-0015-4a0a-890a-da24ab05b760 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:08:09.524 8 INFO cinder.api.openstack.wsgi [None req-f1aa349c-b845-40ef-b22a-be58915971d3 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:08:19.521 7 INFO cinder.api.openstack.wsgi [None req-c8b144c2-0015-4a0a-890a-da24ab05b760 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:08:19.522 7 INFO cinder.api.openstack.wsgi [None req-c8b144c2-0015-4a0a-890a-da24ab05b760 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:08:19.521 8 INFO cinder.api.openstack.wsgi [None req-f1aa349c-b845-40ef-b22a-be58915971d3 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:08:19.523 8 INFO cinder.api.openstack.wsgi [None req-f1aa349c-b845-40ef-b22a-be58915971d3 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:08:29.521 7 INFO cinder.api.openstack.wsgi [None req-c8b144c2-0015-4a0a-890a-da24ab05b760 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:08:29.522 7 INFO cinder.api.openstack.wsgi [None req-c8b144c2-0015-4a0a-890a-da24ab05b760 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:08:29.522 8 INFO cinder.api.openstack.wsgi [None req-f1aa349c-b845-40ef-b22a-be58915971d3 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:08:29.523 8 INFO cinder.api.openstack.wsgi [None req-f1aa349c-b845-40ef-b22a-be58915971d3 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:08:32.164 7 INFO cinder.api.openstack.wsgi [None req-73c38002-f02a-40be-9255-0ef6627e4a84 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET https://volume.199-204-45-129.nip.io/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=False 2026-06-30 19:08:32.183 7 INFO cinder.api.openstack.wsgi [None req-73c38002-f02a-40be-9255-0ef6627e4a84 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] https://volume.199-204-45-129.nip.io/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=False returned with HTTP 200 [pid: 7|app: 0|req: 310/619] 199.204.45.129 () {44 vars in 1068 bytes} [Tue Jun 30 19:08:32 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=False => generated 338 bytes in 53 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:08:39.521 8 INFO cinder.api.openstack.wsgi [None req-f1aa349c-b845-40ef-b22a-be58915971d3 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:08:39.522 7 INFO cinder.api.openstack.wsgi [None req-73c38002-f02a-40be-9255-0ef6627e4a84 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:08:39.522 8 INFO cinder.api.openstack.wsgi [None req-f1aa349c-b845-40ef-b22a-be58915971d3 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:08:39.523 7 INFO cinder.api.openstack.wsgi [None req-73c38002-f02a-40be-9255-0ef6627e4a84 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:08:49.521 8 INFO cinder.api.openstack.wsgi [None req-f1aa349c-b845-40ef-b22a-be58915971d3 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:08:49.522 7 INFO cinder.api.openstack.wsgi [None req-73c38002-f02a-40be-9255-0ef6627e4a84 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:08:49.523 8 INFO cinder.api.openstack.wsgi [None req-f1aa349c-b845-40ef-b22a-be58915971d3 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:08:49.523 7 INFO cinder.api.openstack.wsgi [None req-73c38002-f02a-40be-9255-0ef6627e4a84 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:08:51.758 8 INFO cinder.api.openstack.wsgi [None req-08524831-6dc3-49ce-acdf-3a363c03dadc 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 19:08:51.767 8 INFO cinder.volume.api [None req-08524831-6dc3-49ce-acdf-3a363c03dadc 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 19:08:51.769 8 INFO cinder.api.openstack.wsgi [None req-08524831-6dc3-49ce-acdf-3a363c03dadc 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 312/624] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 19:08:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 15 bytes in 73 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:08:51.778 7 INFO cinder.api.openstack.wsgi [None req-56a2d9cc-0367-4d7a-83ab-a1bfee8d6783 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true 2026-06-30 19:08:51.783 7 INFO cinder.volume.api [None req-56a2d9cc-0367-4d7a-83ab-a1bfee8d6783 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all snapshots completed successfully. 2026-06-30 19:08:51.783 7 INFO cinder.api.openstack.wsgi [None req-56a2d9cc-0367-4d7a-83ab-a1bfee8d6783 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 313/625] 10.0.0.163 () {28 vars in 674 bytes} [Tue Jun 30 19:08:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true => generated 17 bytes in 10 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:08:51.791 8 INFO cinder.api.openstack.wsgi [None req-723fad37-d116-47d6-810d-7c983ab773bb 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 19:08:51.799 8 INFO cinder.volume.api [None req-723fad37-d116-47d6-810d-7c983ab773bb 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 19:08:51.801 8 INFO cinder.api.openstack.wsgi [None req-723fad37-d116-47d6-810d-7c983ab773bb 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 313/626] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 19:08:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 15 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:08:51.853 7 INFO cinder.api.openstack.wsgi [None req-9c3d1693-3afa-4dd0-a3f4-06977a254a47 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true 2026-06-30 19:08:51.876 7 INFO cinder.api.openstack.wsgi [None req-9c3d1693-3afa-4dd0-a3f4-06977a254a47 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 314/627] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:08:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true => generated 845 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:08:51.887 8 INFO cinder.api.openstack.wsgi [None req-e922d4bd-8b76-40b4-adcb-0c4562232784 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true 2026-06-30 19:08:51.903 8 INFO cinder.api.openstack.wsgi [None req-e922d4bd-8b76-40b4-adcb-0c4562232784 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 314/628] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:08:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true => generated 847 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:08:51.915 7 INFO cinder.api.openstack.wsgi [None req-d616a684-8ff4-45fb-9425-55d5c3bb5e43 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true 2026-06-30 19:08:51.934 7 INFO cinder.api.openstack.wsgi [None req-d616a684-8ff4-45fb-9425-55d5c3bb5e43 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 315/629] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:08:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true => generated 845 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:08:51.947 8 INFO cinder.api.openstack.wsgi [None req-47881ecf-5293-496c-9f9c-97ef56be9b73 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true 2026-06-30 19:08:52.450 8 INFO cinder.api.openstack.wsgi [None req-47881ecf-5293-496c-9f9c-97ef56be9b73 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 315/630] 10.0.0.163 () {28 vars in 696 bytes} [Tue Jun 30 19:08:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true => generated 670 bytes in 512 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:08:52.464 7 INFO cinder.api.openstack.wsgi [None req-22011c19-6743-41f5-a242-f33aa32b8dec 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services 2026-06-30 19:08:52.469 7 INFO cinder.api.openstack.wsgi [None req-22011c19-6743-41f5-a242-f33aa32b8dec 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services returned with HTTP 200 [pid: 7|app: 0|req: 316/631] 10.0.0.163 () {28 vars in 645 bytes} [Tue Jun 30 19:08:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services => generated 646 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:08:59.522 7 INFO cinder.api.openstack.wsgi [None req-22011c19-6743-41f5-a242-f33aa32b8dec 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:08:59.522 8 INFO cinder.api.openstack.wsgi [None req-47881ecf-5293-496c-9f9c-97ef56be9b73 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:08:59.523 7 INFO cinder.api.openstack.wsgi [None req-22011c19-6743-41f5-a242-f33aa32b8dec 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:08:59.523 8 INFO cinder.api.openstack.wsgi [None req-47881ecf-5293-496c-9f9c-97ef56be9b73 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:09:09.521 8 INFO cinder.api.openstack.wsgi [None req-47881ecf-5293-496c-9f9c-97ef56be9b73 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:09:09.522 7 INFO cinder.api.openstack.wsgi [None req-22011c19-6743-41f5-a242-f33aa32b8dec 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:09:09.522 8 INFO cinder.api.openstack.wsgi [None req-47881ecf-5293-496c-9f9c-97ef56be9b73 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:09:09.523 7 INFO cinder.api.openstack.wsgi [None req-22011c19-6743-41f5-a242-f33aa32b8dec 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:09:19.522 7 INFO cinder.api.openstack.wsgi [None req-22011c19-6743-41f5-a242-f33aa32b8dec 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:09:19.522 8 INFO cinder.api.openstack.wsgi [None req-47881ecf-5293-496c-9f9c-97ef56be9b73 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:09:19.523 7 INFO cinder.api.openstack.wsgi [None req-22011c19-6743-41f5-a242-f33aa32b8dec 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:09:19.524 8 INFO cinder.api.openstack.wsgi [None req-47881ecf-5293-496c-9f9c-97ef56be9b73 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:09:29.521 7 INFO cinder.api.openstack.wsgi [None req-22011c19-6743-41f5-a242-f33aa32b8dec 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:09:29.521 8 INFO cinder.api.openstack.wsgi [None req-47881ecf-5293-496c-9f9c-97ef56be9b73 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:09:29.522 8 INFO cinder.api.openstack.wsgi [None req-47881ecf-5293-496c-9f9c-97ef56be9b73 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:09:29.523 7 INFO cinder.api.openstack.wsgi [None req-22011c19-6743-41f5-a242-f33aa32b8dec 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:09:39.521 8 INFO cinder.api.openstack.wsgi [None req-47881ecf-5293-496c-9f9c-97ef56be9b73 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:09:39.521 7 INFO cinder.api.openstack.wsgi [None req-22011c19-6743-41f5-a242-f33aa32b8dec 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:09:39.522 8 INFO cinder.api.openstack.wsgi [None req-47881ecf-5293-496c-9f9c-97ef56be9b73 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:09:39.523 7 INFO cinder.api.openstack.wsgi [None req-22011c19-6743-41f5-a242-f33aa32b8dec 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:09:49.521 8 INFO cinder.api.openstack.wsgi [None req-47881ecf-5293-496c-9f9c-97ef56be9b73 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:09:49.521 7 INFO cinder.api.openstack.wsgi [None req-22011c19-6743-41f5-a242-f33aa32b8dec 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:09:49.522 7 INFO cinder.api.openstack.wsgi [None req-22011c19-6743-41f5-a242-f33aa32b8dec 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:09:49.522 8 INFO cinder.api.openstack.wsgi [None req-47881ecf-5293-496c-9f9c-97ef56be9b73 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:09:51.798 7 INFO cinder.api.openstack.wsgi [None req-af776e93-0cd6-4c7b-91a5-369508a23b1f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true 2026-06-30 19:09:51.804 7 INFO cinder.volume.api [None req-af776e93-0cd6-4c7b-91a5-369508a23b1f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all snapshots completed successfully. 2026-06-30 19:09:51.804 7 INFO cinder.api.openstack.wsgi [None req-af776e93-0cd6-4c7b-91a5-369508a23b1f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 323/644] 10.0.0.163 () {28 vars in 674 bytes} [Tue Jun 30 19:09:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true => generated 17 bytes in 108 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:09:51.818 8 INFO cinder.api.openstack.wsgi [None req-9d07db65-29aa-456d-961d-fe2b037f669a 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services 2026-06-30 19:09:51.822 8 INFO cinder.api.openstack.wsgi [None req-9d07db65-29aa-456d-961d-fe2b037f669a 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services returned with HTTP 200 [pid: 8|app: 0|req: 322/645] 10.0.0.163 () {28 vars in 645 bytes} [Tue Jun 30 19:09:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services => generated 646 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:09:51.853 7 INFO cinder.api.openstack.wsgi [None req-a48d32a7-192c-4818-b9fc-e8a97d7cf740 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true 2026-06-30 19:09:51.882 7 INFO cinder.api.openstack.wsgi [None req-a48d32a7-192c-4818-b9fc-e8a97d7cf740 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 324/646] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:09:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true => generated 845 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:09:51.891 8 INFO cinder.api.openstack.wsgi [None req-e0d32fcc-0451-4f81-9ac4-ee15010c9bd0 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true 2026-06-30 19:09:51.914 8 INFO cinder.api.openstack.wsgi [None req-e0d32fcc-0451-4f81-9ac4-ee15010c9bd0 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 323/647] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:09:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true => generated 847 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:09:51.924 7 INFO cinder.api.openstack.wsgi [None req-41b9405a-016d-4b3c-bc77-528fbf1b3874 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true 2026-06-30 19:09:51.952 7 INFO cinder.api.openstack.wsgi [None req-41b9405a-016d-4b3c-bc77-528fbf1b3874 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 325/648] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:09:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true => generated 845 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:09:51.961 8 INFO cinder.api.openstack.wsgi [None req-2cc0a9fc-a8d9-44cd-9ac2-44e9817162ce 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 19:09:51.969 8 INFO cinder.volume.api [None req-2cc0a9fc-a8d9-44cd-9ac2-44e9817162ce 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 19:09:51.971 8 INFO cinder.api.openstack.wsgi [None req-2cc0a9fc-a8d9-44cd-9ac2-44e9817162ce 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 324/649] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 19:09:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 15 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:09:51.985 7 INFO cinder.api.openstack.wsgi [None req-9061b7f7-b6ad-4004-be33-c6a6ff61bf50 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 19:09:51.995 7 INFO cinder.volume.api [None req-9061b7f7-b6ad-4004-be33-c6a6ff61bf50 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 19:09:51.999 7 INFO cinder.api.openstack.wsgi [None req-9061b7f7-b6ad-4004-be33-c6a6ff61bf50 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 326/650] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 19:09:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 15 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:09:52.012 8 INFO cinder.api.openstack.wsgi [None req-38b7a76d-a3c8-4c26-9629-052c0e08cd31 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true 2026-06-30 19:09:52.515 8 INFO cinder.api.openstack.wsgi [None req-38b7a76d-a3c8-4c26-9629-052c0e08cd31 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 325/651] 10.0.0.163 () {28 vars in 696 bytes} [Tue Jun 30 19:09:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/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-06-30 19:09:59.521 7 INFO cinder.api.openstack.wsgi [None req-9061b7f7-b6ad-4004-be33-c6a6ff61bf50 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:09:59.521 8 INFO cinder.api.openstack.wsgi [None req-38b7a76d-a3c8-4c26-9629-052c0e08cd31 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:09:59.522 7 INFO cinder.api.openstack.wsgi [None req-9061b7f7-b6ad-4004-be33-c6a6ff61bf50 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:09:59.524 8 INFO cinder.api.openstack.wsgi [None req-38b7a76d-a3c8-4c26-9629-052c0e08cd31 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:10:02.654 7 INFO cinder.api.openstack.wsgi [None req-32489cbb-fb1b-47cd-8b2a-4a8ea31b7f6a 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots 2026-06-30 19:10:02.667 7 INFO cinder.volume.api [None req-32489cbb-fb1b-47cd-8b2a-4a8ea31b7f6a 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all snapshots completed successfully. 2026-06-30 19:10:02.667 7 INFO cinder.api.openstack.wsgi [None req-32489cbb-fb1b-47cd-8b2a-4a8ea31b7f6a 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots returned with HTTP 200 [pid: 7|app: 0|req: 328/654] 10.0.0.82 () {32 vars in 704 bytes} [Tue Jun 30 19:10:02 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots => generated 17 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:10:02.685 8 INFO cinder.api.openstack.wsgi [None req-55c07b11-21a1-40c8-aae7-48a6721a3fe6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes 2026-06-30 19:10:02.718 8 INFO cinder.volume.api [None req-55c07b11-21a1-40c8-aae7-48a6721a3fe6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 19:10:02.718 8 INFO cinder.api.openstack.wsgi [None req-55c07b11-21a1-40c8-aae7-48a6721a3fe6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes returned with HTTP 200 [pid: 8|app: 0|req: 327/655] 10.0.0.82 () {32 vars in 700 bytes} [Tue Jun 30 19:10:02 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes => generated 15 bytes in 42 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:10:09.522 7 INFO cinder.api.openstack.wsgi [None req-32489cbb-fb1b-47cd-8b2a-4a8ea31b7f6a 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:10:09.522 8 INFO cinder.api.openstack.wsgi [None req-55c07b11-21a1-40c8-aae7-48a6721a3fe6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:10:09.523 8 INFO cinder.api.openstack.wsgi [None req-55c07b11-21a1-40c8-aae7-48a6721a3fe6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:10:09.523 7 INFO cinder.api.openstack.wsgi [None req-32489cbb-fb1b-47cd-8b2a-4a8ea31b7f6a 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:10:19.521 8 INFO cinder.api.openstack.wsgi [None req-55c07b11-21a1-40c8-aae7-48a6721a3fe6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:10:19.521 7 INFO cinder.api.openstack.wsgi [None req-32489cbb-fb1b-47cd-8b2a-4a8ea31b7f6a 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:10:19.522 8 INFO cinder.api.openstack.wsgi [None req-55c07b11-21a1-40c8-aae7-48a6721a3fe6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:10:19.522 7 INFO cinder.api.openstack.wsgi [None req-32489cbb-fb1b-47cd-8b2a-4a8ea31b7f6a 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:10:29.521 7 INFO cinder.api.openstack.wsgi [None req-32489cbb-fb1b-47cd-8b2a-4a8ea31b7f6a 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:10:29.522 7 INFO cinder.api.openstack.wsgi [None req-32489cbb-fb1b-47cd-8b2a-4a8ea31b7f6a 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:10:29.521 8 INFO cinder.api.openstack.wsgi [None req-55c07b11-21a1-40c8-aae7-48a6721a3fe6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:10:29.523 8 INFO cinder.api.openstack.wsgi [None req-55c07b11-21a1-40c8-aae7-48a6721a3fe6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:10:39.521 8 INFO cinder.api.openstack.wsgi [None req-55c07b11-21a1-40c8-aae7-48a6721a3fe6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:10:39.521 7 INFO cinder.api.openstack.wsgi [None req-32489cbb-fb1b-47cd-8b2a-4a8ea31b7f6a 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:10:39.522 8 INFO cinder.api.openstack.wsgi [None req-55c07b11-21a1-40c8-aae7-48a6721a3fe6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:10:39.522 7 INFO cinder.api.openstack.wsgi [None req-32489cbb-fb1b-47cd-8b2a-4a8ea31b7f6a 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:10:49.522 7 INFO cinder.api.openstack.wsgi [None req-32489cbb-fb1b-47cd-8b2a-4a8ea31b7f6a 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:10:49.522 8 INFO cinder.api.openstack.wsgi [None req-55c07b11-21a1-40c8-aae7-48a6721a3fe6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:10:49.523 7 INFO cinder.api.openstack.wsgi [None req-32489cbb-fb1b-47cd-8b2a-4a8ea31b7f6a 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:10:49.523 8 INFO cinder.api.openstack.wsgi [None req-55c07b11-21a1-40c8-aae7-48a6721a3fe6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:10:51.799 7 INFO cinder.api.openstack.wsgi [None req-fade7f8d-1c56-424c-8558-2c6388c2e71d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 19:10:51.811 7 INFO cinder.volume.api [None req-fade7f8d-1c56-424c-8558-2c6388c2e71d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 19:10:51.814 7 INFO cinder.api.openstack.wsgi [None req-fade7f8d-1c56-424c-8558-2c6388c2e71d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 334/666] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 19:10:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 15 bytes in 113 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:10:51.854 8 INFO cinder.api.openstack.wsgi [None req-0aa89149-675f-42c3-9446-425f940c053f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true 2026-06-30 19:10:51.875 8 INFO cinder.api.openstack.wsgi [None req-0aa89149-675f-42c3-9446-425f940c053f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 333/667] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:10:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true => generated 845 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:10:51.889 7 INFO cinder.api.openstack.wsgi [None req-631b1c27-bd97-4e46-b2b9-6863206eeb3f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/7ae182af34e749e9ac2037323df472f2?usage=true 2026-06-30 19:10:51.914 7 INFO cinder.api.openstack.wsgi [None req-631b1c27-bd97-4e46-b2b9-6863206eeb3f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/7ae182af34e749e9ac2037323df472f2?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 335/668] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:10:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/7ae182af34e749e9ac2037323df472f2?usage=true => generated 847 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:10:51.926 8 INFO cinder.api.openstack.wsgi [None req-3e90d3d8-1c3b-45c1-9c11-3b3de3bc12d1 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/85d3f11577f24b268d4f826a8ba79704?usage=true 2026-06-30 19:10:51.944 8 INFO cinder.api.openstack.wsgi [None req-3e90d3d8-1c3b-45c1-9c11-3b3de3bc12d1 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/85d3f11577f24b268d4f826a8ba79704?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 334/669] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:10:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/85d3f11577f24b268d4f826a8ba79704?usage=true => generated 847 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:10:51.958 7 INFO cinder.api.openstack.wsgi [None req-3a5b76b7-076b-41d3-b1cf-801d9f744057 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true 2026-06-30 19:10:51.993 7 INFO cinder.api.openstack.wsgi [None req-3a5b76b7-076b-41d3-b1cf-801d9f744057 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 336/670] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:10:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true => generated 847 bytes in 46 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:10:52.007 8 INFO cinder.api.openstack.wsgi [None req-e2a0ea61-3400-4868-9034-9a137899aee9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/97259f5ffff441878ae854c6f9bf2296?usage=true 2026-06-30 19:10:52.042 8 INFO cinder.api.openstack.wsgi [None req-e2a0ea61-3400-4868-9034-9a137899aee9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/97259f5ffff441878ae854c6f9bf2296?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 335/671] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:10:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/97259f5ffff441878ae854c6f9bf2296?usage=true => generated 847 bytes in 45 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:10:52.055 7 INFO cinder.api.openstack.wsgi [None req-f0004379-9aec-4656-849b-975698ce697f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/ae9d3e1035a341b7b6945db234542619?usage=true 2026-06-30 19:10:52.077 7 INFO cinder.api.openstack.wsgi [None req-f0004379-9aec-4656-849b-975698ce697f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/ae9d3e1035a341b7b6945db234542619?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 337/672] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:10:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/ae9d3e1035a341b7b6945db234542619?usage=true => generated 847 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:10:52.090 8 INFO cinder.api.openstack.wsgi [None req-f2b6cab5-32ea-4d01-a2f6-f176092d60fe 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true 2026-06-30 19:10:52.113 8 INFO cinder.api.openstack.wsgi [None req-f2b6cab5-32ea-4d01-a2f6-f176092d60fe 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 336/673] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:10:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true => generated 845 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:10:52.125 7 INFO cinder.api.openstack.wsgi [None req-45a33330-3f9f-4704-94f5-44d18403f672 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services 2026-06-30 19:10:52.130 7 INFO cinder.api.openstack.wsgi [None req-45a33330-3f9f-4704-94f5-44d18403f672 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services returned with HTTP 200 [pid: 7|app: 0|req: 338/674] 10.0.0.163 () {28 vars in 645 bytes} [Tue Jun 30 19:10:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services => generated 646 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:10:52.138 8 INFO cinder.api.openstack.wsgi [None req-1c33acd2-19b0-4f3f-8912-bd5fdbeba0ce 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 19:10:52.148 8 INFO cinder.volume.api [None req-1c33acd2-19b0-4f3f-8912-bd5fdbeba0ce 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 19:10:52.150 8 INFO cinder.api.openstack.wsgi [None req-1c33acd2-19b0-4f3f-8912-bd5fdbeba0ce 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 337/675] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 19:10:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 15 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:10:52.160 7 INFO cinder.api.openstack.wsgi [None req-259708c9-6f35-4729-95f5-d3986d18bbc9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true 2026-06-30 19:10:52.165 7 INFO cinder.volume.api [None req-259708c9-6f35-4729-95f5-d3986d18bbc9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all snapshots completed successfully. 2026-06-30 19:10:52.165 7 INFO cinder.api.openstack.wsgi [None req-259708c9-6f35-4729-95f5-d3986d18bbc9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 339/676] 10.0.0.163 () {28 vars in 674 bytes} [Tue Jun 30 19:10:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/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-06-30 19:10:52.175 8 INFO cinder.api.openstack.wsgi [None req-eb3ca4aa-d300-4a62-89a1-6b0363369f52 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true 2026-06-30 19:10:52.679 8 INFO cinder.api.openstack.wsgi [None req-eb3ca4aa-d300-4a62-89a1-6b0363369f52 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 338/677] 10.0.0.163 () {28 vars in 696 bytes} [Tue Jun 30 19:10:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true => generated 670 bytes in 511 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:10:59.521 7 INFO cinder.api.openstack.wsgi [None req-259708c9-6f35-4729-95f5-d3986d18bbc9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:10:59.521 8 INFO cinder.api.openstack.wsgi [None req-eb3ca4aa-d300-4a62-89a1-6b0363369f52 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:10:59.523 8 INFO cinder.api.openstack.wsgi [None req-eb3ca4aa-d300-4a62-89a1-6b0363369f52 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:10:59.526 7 INFO cinder.api.openstack.wsgi [None req-259708c9-6f35-4729-95f5-d3986d18bbc9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:11:09.521 7 INFO cinder.api.openstack.wsgi [None req-259708c9-6f35-4729-95f5-d3986d18bbc9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:11:09.521 8 INFO cinder.api.openstack.wsgi [None req-eb3ca4aa-d300-4a62-89a1-6b0363369f52 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:11:09.521 7 INFO cinder.api.openstack.wsgi [None req-259708c9-6f35-4729-95f5-d3986d18bbc9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:11:09.522 8 INFO cinder.api.openstack.wsgi [None req-eb3ca4aa-d300-4a62-89a1-6b0363369f52 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:11:19.521 8 INFO cinder.api.openstack.wsgi [None req-eb3ca4aa-d300-4a62-89a1-6b0363369f52 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:11:19.521 7 INFO cinder.api.openstack.wsgi [None req-259708c9-6f35-4729-95f5-d3986d18bbc9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:11:19.522 8 INFO cinder.api.openstack.wsgi [None req-eb3ca4aa-d300-4a62-89a1-6b0363369f52 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:11:19.522 7 INFO cinder.api.openstack.wsgi [None req-259708c9-6f35-4729-95f5-d3986d18bbc9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:11:29.521 8 INFO cinder.api.openstack.wsgi [None req-eb3ca4aa-d300-4a62-89a1-6b0363369f52 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:11:29.521 7 INFO cinder.api.openstack.wsgi [None req-259708c9-6f35-4729-95f5-d3986d18bbc9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:11:29.522 8 INFO cinder.api.openstack.wsgi [None req-eb3ca4aa-d300-4a62-89a1-6b0363369f52 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:11:29.522 7 INFO cinder.api.openstack.wsgi [None req-259708c9-6f35-4729-95f5-d3986d18bbc9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:11:39.521 8 INFO cinder.api.openstack.wsgi [None req-eb3ca4aa-d300-4a62-89a1-6b0363369f52 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:11:39.521 7 INFO cinder.api.openstack.wsgi [None req-259708c9-6f35-4729-95f5-d3986d18bbc9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:11:39.522 8 INFO cinder.api.openstack.wsgi [None req-eb3ca4aa-d300-4a62-89a1-6b0363369f52 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:11:39.522 7 INFO cinder.api.openstack.wsgi [None req-259708c9-6f35-4729-95f5-d3986d18bbc9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:11:39.994 8 INFO cinder.api.openstack.wsgi [None req-eb3ca4aa-d300-4a62-89a1-6b0363369f52 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-06-30 19:11:39.995 8 INFO cinder.api.openstack.wsgi [None req-eb3ca4aa-d300-4a62-89a1-6b0363369f52 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 8|app: 0|req: 344/688] 10.0.0.82 () {30 vars in 410 bytes} [Tue Jun 30 19:11:39 2026] GET / => generated 411 bytes in 1 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) 2026-06-30 19:11:49.520 7 INFO cinder.api.openstack.wsgi [None req-259708c9-6f35-4729-95f5-d3986d18bbc9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:11:49.521 8 INFO cinder.api.openstack.wsgi [None req-eb3ca4aa-d300-4a62-89a1-6b0363369f52 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:11:49.522 8 INFO cinder.api.openstack.wsgi [None req-eb3ca4aa-d300-4a62-89a1-6b0363369f52 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:11:49.522 7 INFO cinder.api.openstack.wsgi [None req-259708c9-6f35-4729-95f5-d3986d18bbc9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:11:50.834 8 INFO cinder.api.openstack.wsgi [None req-186a103e-3f44-4d76-a44c-248f2286e81f 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/dc5514cf8cbe4671aa990e4cd0c9f662/volumes 2026-06-30 19:11:51.470 8 INFO cinder.api.v3.volumes [None req-186a103e-3f44-4d76-a44c-248f2286e81f 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] Create volume of 1 GB 2026-06-30 19:11:51.482 8 INFO cinder.volume.api [None req-186a103e-3f44-4d76-a44c-248f2286e81f 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] Availability Zones retrieved successfully. 2026-06-30 19:11:51.719 7 INFO cinder.api.openstack.wsgi [None req-613916e5-4e3b-4d55-b898-58cb1692b95d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services 2026-06-30 19:11:51.725 7 INFO cinder.api.openstack.wsgi [None req-613916e5-4e3b-4d55-b898-58cb1692b95d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services returned with HTTP 200 [pid: 7|app: 0|req: 346/691] 10.0.0.163 () {28 vars in 645 bytes} [Tue Jun 30 19:11:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services => generated 646 bytes in 63 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:11:51.735 7 INFO cinder.api.openstack.wsgi [None req-0e457a34-4c97-4da7-829d-11d1d32109f3 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true 2026-06-30 19:11:51.830 8 INFO cinder.volume.api [None req-186a103e-3f44-4d76-a44c-248f2286e81f 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] Create volume request issued successfully. 2026-06-30 19:11:51.831 8 INFO cinder.api.openstack.wsgi [None req-186a103e-3f44-4d76-a44c-248f2286e81f 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/dc5514cf8cbe4671aa990e4cd0c9f662/volumes returned with HTTP 202 [pid: 8|app: 0|req: 346/692] 10.0.0.82 () {34 vars in 722 bytes} [Tue Jun 30 19:11:50 2026] POST /v3/dc5514cf8cbe4671aa990e4cd0c9f662/volumes => generated 864 bytes in 1003 msecs (HTTP/1.1 202) 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, ' 2026-06-30 19:11:51.846 8 INFO cinder.api.openstack.wsgi [None req-10d2b70b-c06f-4012-bc6c-e68dc5907a16 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/dc5514cf8cbe4671aa990e4cd0c9f662/volumes/a2a8eee0-ed54-42c8-b804-606b740d56a2 /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-06-30 19:11:51.865 8 INFO cinder.volume.api [None req-10d2b70b-c06f-4012-bc6c-e68dc5907a16 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] Volume info retrieved successfully. 2026-06-30 19:11:51.876 8 INFO cinder.api.openstack.wsgi [None req-10d2b70b-c06f-4012-bc6c-e68dc5907a16 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/dc5514cf8cbe4671aa990e4cd0c9f662/volumes/a2a8eee0-ed54-42c8-b804-606b740d56a2 returned with HTTP 200 [pid: 8|app: 0|req: 347/693] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:11:51 2026] GET /v3/dc5514cf8cbe4671aa990e4cd0c9f662/volumes/a2a8eee0-ed54-42c8-b804-606b740d56a2 => generated 932 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:11:52.238 7 INFO cinder.api.openstack.wsgi [None req-0e457a34-4c97-4da7-829d-11d1d32109f3 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 347/694] 10.0.0.163 () {28 vars in 696 bytes} [Tue Jun 30 19:11:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true => generated 670 bytes in 510 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: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:11:52.249 8 INFO cinder.api.openstack.wsgi [None req-14e9df41-fc9a-497a-b8b9-cf98ad7f6622 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 19:11:52.258 8 INFO cinder.volume.api [None req-14e9df41-fc9a-497a-b8b9-cf98ad7f6622 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. /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-06-30 19:11:52.268 8 INFO cinder.api.openstack.wsgi [None req-14e9df41-fc9a-497a-b8b9-cf98ad7f6622 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 348/695] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 19:11:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 1124 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-06-30 19:11:52.278 7 INFO cinder.api.openstack.wsgi [None req-451ce2f1-5a2a-47e7-84b1-12a2e0ac8512 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true 2026-06-30 19:11:52.288 7 INFO cinder.volume.api [None req-451ce2f1-5a2a-47e7-84b1-12a2e0ac8512 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all snapshots completed successfully. 2026-06-30 19:11:52.289 7 INFO cinder.api.openstack.wsgi [None req-451ce2f1-5a2a-47e7-84b1-12a2e0ac8512 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 348/696] 10.0.0.163 () {28 vars in 674 bytes} [Tue Jun 30 19:11:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true => generated 17 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 284 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, ' 2026-06-30 19:11:52.326 8 INFO cinder.api.openstack.wsgi [None req-4fbb8259-b561-449a-903c-2d7973cf93ca 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true 2026-06-30 19:11:52.343 8 INFO cinder.api.openstack.wsgi [None req-4fbb8259-b561-449a-903c-2d7973cf93ca 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 349/697] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:11:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true => generated 845 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:11:52.351 7 INFO cinder.api.openstack.wsgi [None req-ac098829-94c8-4a58-a185-02a0cd0d1a8e 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/4149def9e29f476ca0bc1bd15fdaaab5?usage=true 2026-06-30 19:11:52.385 7 INFO cinder.api.openstack.wsgi [None req-ac098829-94c8-4a58-a185-02a0cd0d1a8e 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/4149def9e29f476ca0bc1bd15fdaaab5?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 349/698] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:11:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/4149def9e29f476ca0bc1bd15fdaaab5?usage=true => generated 847 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:11:52.397 8 INFO cinder.api.openstack.wsgi [None req-33e4d4c1-b7f6-4250-ba5c-725492402eb0 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/606ac3777be94d28b8fe23a323efd276?usage=true 2026-06-30 19:11:52.417 8 INFO cinder.api.openstack.wsgi [None req-33e4d4c1-b7f6-4250-ba5c-725492402eb0 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/606ac3777be94d28b8fe23a323efd276?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 350/699] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:11:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/606ac3777be94d28b8fe23a323efd276?usage=true => generated 847 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:11:52.425 7 INFO cinder.api.openstack.wsgi [None req-aa2bbb29-2553-4bd0-8596-b2ead880ca63 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/828715c93270431782eea623d83ae842?usage=true 2026-06-30 19:11:52.446 7 INFO cinder.api.openstack.wsgi [None req-aa2bbb29-2553-4bd0-8596-b2ead880ca63 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/828715c93270431782eea623d83ae842?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 350/700] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:11:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/828715c93270431782eea623d83ae842?usage=true => generated 847 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:11:52.460 8 INFO cinder.api.openstack.wsgi [None req-948fb93c-67a4-4521-ac69-677b70e5a762 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true 2026-06-30 19:11:52.475 8 INFO cinder.api.openstack.wsgi [None req-948fb93c-67a4-4521-ac69-677b70e5a762 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 351/701] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:11:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true => generated 847 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:11:52.487 7 INFO cinder.api.openstack.wsgi [None req-2858ead0-313b-4bb9-8ff4-b873b724fde4 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true 2026-06-30 19:11:52.508 7 INFO cinder.api.openstack.wsgi [None req-2858ead0-313b-4bb9-8ff4-b873b724fde4 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 351/702] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:11:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true => generated 845 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:11:52.519 8 INFO cinder.api.openstack.wsgi [None req-4abeb541-2371-45fa-ba8a-a6627e86b2a9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/b9001d158cdd487e822b455c83ed404f?usage=true 2026-06-30 19:11:52.540 8 INFO cinder.api.openstack.wsgi [None req-4abeb541-2371-45fa-ba8a-a6627e86b2a9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/b9001d158cdd487e822b455c83ed404f?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 352/703] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:11:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/b9001d158cdd487e822b455c83ed404f?usage=true => generated 847 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:11:52.552 7 INFO cinder.api.openstack.wsgi [None req-92e8c584-6537-4d35-8228-e3018643d5a0 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/dc5514cf8cbe4671aa990e4cd0c9f662?usage=true 2026-06-30 19:11:52.584 7 INFO cinder.api.openstack.wsgi [None req-92e8c584-6537-4d35-8228-e3018643d5a0 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/dc5514cf8cbe4671aa990e4cd0c9f662?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 352/704] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:11:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/dc5514cf8cbe4671aa990e4cd0c9f662?usage=true => generated 847 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:11:52.604 8 INFO cinder.api.openstack.wsgi [None req-c060490f-a42e-4eab-9c32-af233469e12e 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/f0f48c58951746d3a4bc546e13457e3a?usage=true 2026-06-30 19:11:52.623 8 INFO cinder.api.openstack.wsgi [None req-c060490f-a42e-4eab-9c32-af233469e12e 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/f0f48c58951746d3a4bc546e13457e3a?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 353/705] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:11:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/f0f48c58951746d3a4bc546e13457e3a?usage=true => generated 847 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:11:52.634 7 INFO cinder.api.openstack.wsgi [None req-c88c9bfd-fa47-4211-b6fd-0c21e4730603 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 19:11:52.643 7 INFO cinder.volume.api [None req-c88c9bfd-fa47-4211-b6fd-0c21e4730603 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. /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-06-30 19:11:52.649 7 INFO cinder.api.openstack.wsgi [None req-c88c9bfd-fa47-4211-b6fd-0c21e4730603 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 353/706] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 19:11:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 1124 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-06-30 19:11:52.897 8 INFO cinder.api.openstack.wsgi [None req-8b0af481-9c23-49f3-b72e-4c63c3fe89ec 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/dc5514cf8cbe4671aa990e4cd0c9f662/volumes/a2a8eee0-ed54-42c8-b804-606b740d56a2 /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-06-30 19:11:52.912 8 INFO cinder.volume.api [None req-8b0af481-9c23-49f3-b72e-4c63c3fe89ec 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] Volume info retrieved successfully. 2026-06-30 19:11:52.917 8 INFO cinder.api.openstack.wsgi [None req-8b0af481-9c23-49f3-b72e-4c63c3fe89ec 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/dc5514cf8cbe4671aa990e4cd0c9f662/volumes/a2a8eee0-ed54-42c8-b804-606b740d56a2 returned with HTTP 200 [pid: 8|app: 0|req: 354/707] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:11:52 2026] GET /v3/dc5514cf8cbe4671aa990e4cd0c9f662/volumes/a2a8eee0-ed54-42c8-b804-606b740d56a2 => generated 956 bytes in 26 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: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:11:53.938 7 INFO cinder.api.openstack.wsgi [None req-2be67365-5310-41e2-b586-44acd9d353e5 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/dc5514cf8cbe4671aa990e4cd0c9f662/volumes/a2a8eee0-ed54-42c8-b804-606b740d56a2 /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-06-30 19:11:53.982 7 INFO cinder.volume.api [None req-2be67365-5310-41e2-b586-44acd9d353e5 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] Volume info retrieved successfully. 2026-06-30 19:11:53.987 7 INFO cinder.api.openstack.wsgi [None req-2be67365-5310-41e2-b586-44acd9d353e5 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/dc5514cf8cbe4671aa990e4cd0c9f662/volumes/a2a8eee0-ed54-42c8-b804-606b740d56a2 returned with HTTP 200 [pid: 7|app: 0|req: 354/708] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:11:53 2026] GET /v3/dc5514cf8cbe4671aa990e4cd0c9f662/volumes/a2a8eee0-ed54-42c8-b804-606b740d56a2 => generated 956 bytes in 52 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: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:11:55.008 8 INFO cinder.api.openstack.wsgi [None req-4cdacae2-2303-4c35-bac0-b3021faed0e2 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/dc5514cf8cbe4671aa990e4cd0c9f662/volumes/a2a8eee0-ed54-42c8-b804-606b740d56a2 /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-06-30 19:11:55.027 8 INFO cinder.volume.api [None req-4cdacae2-2303-4c35-bac0-b3021faed0e2 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] Volume info retrieved successfully. 2026-06-30 19:11:55.033 8 INFO cinder.api.openstack.wsgi [None req-4cdacae2-2303-4c35-bac0-b3021faed0e2 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/dc5514cf8cbe4671aa990e4cd0c9f662/volumes/a2a8eee0-ed54-42c8-b804-606b740d56a2 returned with HTTP 200 [pid: 8|app: 0|req: 355/709] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:11:55 2026] GET /v3/dc5514cf8cbe4671aa990e4cd0c9f662/volumes/a2a8eee0-ed54-42c8-b804-606b740d56a2 => generated 1482 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 286 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, ' 2026-06-30 19:11:55.119 7 INFO cinder.api.openstack.wsgi [req-0a791167-ba76-4632-916b-1ada010c3c72 req-d9782e25-b9c2-423f-b54d-6317854227a9 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/dc5514cf8cbe4671aa990e4cd0c9f662/volumes/a2a8eee0-ed54-42c8-b804-606b740d56a2 /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-06-30 19:11:55.130 7 INFO cinder.volume.api [req-0a791167-ba76-4632-916b-1ada010c3c72 req-d9782e25-b9c2-423f-b54d-6317854227a9 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] Volume info retrieved successfully. 2026-06-30 19:11:55.137 7 INFO cinder.api.openstack.wsgi [req-0a791167-ba76-4632-916b-1ada010c3c72 req-d9782e25-b9c2-423f-b54d-6317854227a9 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/dc5514cf8cbe4671aa990e4cd0c9f662/volumes/a2a8eee0-ed54-42c8-b804-606b740d56a2 returned with HTTP 200 [pid: 7|app: 0|req: 355/710] 10.0.0.23 () {34 vars in 1027 bytes} [Tue Jun 30 19:11:55 2026] GET /v3/dc5514cf8cbe4671aa990e4cd0c9f662/volumes/a2a8eee0-ed54-42c8-b804-606b740d56a2 => generated 1482 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 286 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, ' 2026-06-30 19:11:55.562 8 INFO cinder.api.openstack.wsgi [req-0a791167-ba76-4632-916b-1ada010c3c72 req-aaf69e7f-d5fd-41f4-90c8-fa51fb55a9ff 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/dc5514cf8cbe4671aa990e4cd0c9f662/volumes/a2a8eee0-ed54-42c8-b804-606b740d56a2 /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-06-30 19:11:55.576 8 INFO cinder.volume.api [req-0a791167-ba76-4632-916b-1ada010c3c72 req-aaf69e7f-d5fd-41f4-90c8-fa51fb55a9ff 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] Volume info retrieved successfully. 2026-06-30 19:11:55.582 8 INFO cinder.api.openstack.wsgi [req-0a791167-ba76-4632-916b-1ada010c3c72 req-aaf69e7f-d5fd-41f4-90c8-fa51fb55a9ff 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/dc5514cf8cbe4671aa990e4cd0c9f662/volumes/a2a8eee0-ed54-42c8-b804-606b740d56a2 returned with HTTP 200 [pid: 8|app: 0|req: 356/711] 10.0.0.23 () {34 vars in 1027 bytes} [Tue Jun 30 19:11:55 2026] GET /v3/dc5514cf8cbe4671aa990e4cd0c9f662/volumes/a2a8eee0-ed54-42c8-b804-606b740d56a2 => generated 1482 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-06-30 19:11:55.593 7 INFO cinder.api.openstack.wsgi [req-0a791167-ba76-4632-916b-1ada010c3c72 req-d9782e25-b9c2-423f-b54d-6317854227a9 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-06-30 19:11:55.594 7 INFO cinder.api.openstack.wsgi [req-0a791167-ba76-4632-916b-1ada010c3c72 req-d9782e25-b9c2-423f-b54d-6317854227a9 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 7|app: 0|req: 356/712] 10.0.0.23 () {32 vars in 828 bytes} [Tue Jun 30 19:11:55 2026] GET / => generated 411 bytes in 3 msecs (HTTP/1.1 300) 5 headers in 169 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, ' 2026-06-30 19:11:55.610 8 INFO cinder.api.openstack.wsgi [req-0a791167-ba76-4632-916b-1ada010c3c72 req-6ed7c92f-2cdd-4a9a-b277-2e4f406a8d70 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/dc5514cf8cbe4671aa990e4cd0c9f662/attachments /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-06-30 19:11:55.663 8 INFO cinder.api.openstack.wsgi [req-0a791167-ba76-4632-916b-1ada010c3c72 req-6ed7c92f-2cdd-4a9a-b277-2e4f406a8d70 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/dc5514cf8cbe4671aa990e4cd0c9f662/attachments returned with HTTP 200 [pid: 8|app: 0|req: 357/713] 10.0.0.23 () {40 vars in 1056 bytes} [Tue Jun 30 19:11:55 2026] POST /v3/dc5514cf8cbe4671aa990e4cd0c9f662/attachments => generated 273 bytes in 60 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-06-30 19:11:59.522 7 INFO cinder.api.openstack.wsgi [req-0a791167-ba76-4632-916b-1ada010c3c72 req-d9782e25-b9c2-423f-b54d-6317854227a9 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:11:59.522 8 INFO cinder.api.openstack.wsgi [req-0a791167-ba76-4632-916b-1ada010c3c72 req-6ed7c92f-2cdd-4a9a-b277-2e4f406a8d70 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:11:59.523 7 INFO cinder.api.openstack.wsgi [req-0a791167-ba76-4632-916b-1ada010c3c72 req-d9782e25-b9c2-423f-b54d-6317854227a9 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:11:59.524 8 INFO cinder.api.openstack.wsgi [req-0a791167-ba76-4632-916b-1ada010c3c72 req-6ed7c92f-2cdd-4a9a-b277-2e4f406a8d70 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:12:01.517 7 INFO cinder.api.openstack.wsgi [req-0a791167-ba76-4632-916b-1ada010c3c72 req-d9782e25-b9c2-423f-b54d-6317854227a9 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-06-30 19:12:01.518 7 INFO cinder.api.openstack.wsgi [req-0a791167-ba76-4632-916b-1ada010c3c72 req-d9782e25-b9c2-423f-b54d-6317854227a9 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 7|app: 0|req: 358/716] 199.204.45.129 () {32 vars in 840 bytes} [Tue Jun 30 19:12:01 2026] GET / => generated 411 bytes in 2 msecs (HTTP/1.1 300) 5 headers in 169 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, ' 2026-06-30 19:12:01.556 8 INFO cinder.api.openstack.wsgi [req-0a791167-ba76-4632-916b-1ada010c3c72 req-942c1ee8-1b12-4ea3-8cc4-cd127f500469 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/dc5514cf8cbe4671aa990e4cd0c9f662/volumes/a2a8eee0-ed54-42c8-b804-606b740d56a2 /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-06-30 19:12:01.574 8 INFO cinder.volume.api [req-0a791167-ba76-4632-916b-1ada010c3c72 req-942c1ee8-1b12-4ea3-8cc4-cd127f500469 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] Volume info retrieved successfully. 2026-06-30 19:12:01.582 8 INFO cinder.api.openstack.wsgi [req-0a791167-ba76-4632-916b-1ada010c3c72 req-942c1ee8-1b12-4ea3-8cc4-cd127f500469 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/dc5514cf8cbe4671aa990e4cd0c9f662/volumes/a2a8eee0-ed54-42c8-b804-606b740d56a2 returned with HTTP 200 [pid: 8|app: 0|req: 359/717] 199.204.45.129 () {36 vars in 1073 bytes} [Tue Jun 30 19:12:01 2026] GET /v3/dc5514cf8cbe4671aa990e4cd0c9f662/volumes/a2a8eee0-ed54-42c8-b804-606b740d56a2 => generated 1662 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 287 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, ' 2026-06-30 19:12:03.748 7 INFO cinder.api.openstack.wsgi [req-0a791167-ba76-4632-916b-1ada010c3c72 req-c5c4af12-9103-4ded-ae7b-b1138814d01a 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/dc5514cf8cbe4671aa990e4cd0c9f662/attachments/e02dda17-6f6a-4140-b7e4-b57dcf231d0d /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-06-30 19:12:04.800 7 INFO cinder.api.openstack.wsgi [req-0a791167-ba76-4632-916b-1ada010c3c72 req-c5c4af12-9103-4ded-ae7b-b1138814d01a 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/dc5514cf8cbe4671aa990e4cd0c9f662/attachments/e02dda17-6f6a-4140-b7e4-b57dcf231d0d returned with HTTP 200 [pid: 7|app: 0|req: 359/718] 199.204.45.129 () {40 vars in 1135 bytes} [Tue Jun 30 19:12:03 2026] PUT /v3/dc5514cf8cbe4671aa990e4cd0c9f662/attachments/e02dda17-6f6a-4140-b7e4-b57dcf231d0d => generated 802 bytes in 1059 msecs (HTTP/1.1 200) 7 headers in 286 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, ' 2026-06-30 19:12:05.318 8 INFO cinder.api.openstack.wsgi [req-0a791167-ba76-4632-916b-1ada010c3c72 req-15ec4ac5-a1cd-4eb5-be97-413c6e944535 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/dc5514cf8cbe4671aa990e4cd0c9f662/attachments/e02dda17-6f6a-4140-b7e4-b57dcf231d0d/action /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-06-30 19:12:05.387 8 INFO cinder.api.openstack.wsgi [req-0a791167-ba76-4632-916b-1ada010c3c72 req-15ec4ac5-a1cd-4eb5-be97-413c6e944535 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/dc5514cf8cbe4671aa990e4cd0c9f662/attachments/e02dda17-6f6a-4140-b7e4-b57dcf231d0d/action returned with HTTP 204 [pid: 8|app: 0|req: 360/719] 199.204.45.129 () {40 vars in 1148 bytes} [Tue Jun 30 19:12:05 2026] POST /v3/dc5514cf8cbe4671aa990e4cd0c9f662/attachments/e02dda17-6f6a-4140-b7e4-b57dcf231d0d/action => generated 0 bytes in 77 msecs (HTTP/1.1 204) 7 headers in 292 bytes (1 switches on core 0) 2026-06-30 19:12:09.521 7 INFO cinder.api.openstack.wsgi [req-0a791167-ba76-4632-916b-1ada010c3c72 req-c5c4af12-9103-4ded-ae7b-b1138814d01a 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:12:09.521 8 INFO cinder.api.openstack.wsgi [req-0a791167-ba76-4632-916b-1ada010c3c72 req-15ec4ac5-a1cd-4eb5-be97-413c6e944535 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:12:09.522 7 INFO cinder.api.openstack.wsgi [req-0a791167-ba76-4632-916b-1ada010c3c72 req-c5c4af12-9103-4ded-ae7b-b1138814d01a 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:12:09.523 8 INFO cinder.api.openstack.wsgi [req-0a791167-ba76-4632-916b-1ada010c3c72 req-15ec4ac5-a1cd-4eb5-be97-413c6e944535 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] http://10.0.0.30: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, ' 2026-06-30 19:12:16.916 7 INFO cinder.api.openstack.wsgi [req-466b12aa-0c45-427d-ad91-5baba42867af req-15389c90-f306-47a4-81be-7ce60b583252 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/dc5514cf8cbe4671aa990e4cd0c9f662/attachments/e02dda17-6f6a-4140-b7e4-b57dcf231d0d /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-06-30 19:12:17.474 7 INFO cinder.api.openstack.wsgi [req-466b12aa-0c45-427d-ad91-5baba42867af req-15389c90-f306-47a4-81be-7ce60b583252 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/dc5514cf8cbe4671aa990e4cd0c9f662/attachments/e02dda17-6f6a-4140-b7e4-b57dcf231d0d returned with HTTP 200 [pid: 7|app: 0|req: 361/722] 199.204.45.129 () {38 vars in 1103 bytes} [Tue Jun 30 19:12:16 2026] DELETE /v3/dc5514cf8cbe4671aa990e4cd0c9f662/attachments/e02dda17-6f6a-4140-b7e4-b57dcf231d0d => generated 19 bytes in 568 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: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:12:17.489 8 INFO cinder.api.openstack.wsgi [req-466b12aa-0c45-427d-ad91-5baba42867af req-d557e7bc-ab72-45fb-9a64-a0c2864dd091 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/dc5514cf8cbe4671aa990e4cd0c9f662/volumes/a2a8eee0-ed54-42c8-b804-606b740d56a2 2026-06-30 19:12:17.489 8 INFO cinder.api.v3.volumes [req-466b12aa-0c45-427d-ad91-5baba42867af req-d557e7bc-ab72-45fb-9a64-a0c2864dd091 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] Delete volume with id: a2a8eee0-ed54-42c8-b804-606b740d56a2 /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-06-30 19:12:17.500 8 INFO cinder.volume.api [req-466b12aa-0c45-427d-ad91-5baba42867af req-d557e7bc-ab72-45fb-9a64-a0c2864dd091 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] Volume info retrieved successfully. 2026-06-30 19:12:17.537 8 INFO cinder.volume.api [req-466b12aa-0c45-427d-ad91-5baba42867af req-d557e7bc-ab72-45fb-9a64-a0c2864dd091 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] Delete volume request issued successfully. 2026-06-30 19:12:17.538 8 INFO cinder.api.openstack.wsgi [req-466b12aa-0c45-427d-ad91-5baba42867af req-d557e7bc-ab72-45fb-9a64-a0c2864dd091 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/dc5514cf8cbe4671aa990e4cd0c9f662/volumes/a2a8eee0-ed54-42c8-b804-606b740d56a2 returned with HTTP 202 [pid: 8|app: 0|req: 362/723] 199.204.45.129 () {36 vars in 1054 bytes} [Tue Jun 30 19:12:17 2026] DELETE /v3/dc5514cf8cbe4671aa990e4cd0c9f662/volumes/a2a8eee0-ed54-42c8-b804-606b740d56a2 => generated 0 bytes in 60 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) 2026-06-30 19:12:19.521 7 INFO cinder.api.openstack.wsgi [req-466b12aa-0c45-427d-ad91-5baba42867af req-15389c90-f306-47a4-81be-7ce60b583252 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:12:19.521 8 INFO cinder.api.openstack.wsgi [req-466b12aa-0c45-427d-ad91-5baba42867af req-d557e7bc-ab72-45fb-9a64-a0c2864dd091 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:12:19.522 8 INFO cinder.api.openstack.wsgi [req-466b12aa-0c45-427d-ad91-5baba42867af req-d557e7bc-ab72-45fb-9a64-a0c2864dd091 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:12:19.522 7 INFO cinder.api.openstack.wsgi [req-466b12aa-0c45-427d-ad91-5baba42867af req-15389c90-f306-47a4-81be-7ce60b583252 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:12:29.521 8 INFO cinder.api.openstack.wsgi [req-466b12aa-0c45-427d-ad91-5baba42867af req-d557e7bc-ab72-45fb-9a64-a0c2864dd091 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:12:29.521 7 INFO cinder.api.openstack.wsgi [req-466b12aa-0c45-427d-ad91-5baba42867af req-15389c90-f306-47a4-81be-7ce60b583252 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:12:29.522 7 INFO cinder.api.openstack.wsgi [req-466b12aa-0c45-427d-ad91-5baba42867af req-15389c90-f306-47a4-81be-7ce60b583252 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:12:29.522 8 INFO cinder.api.openstack.wsgi [req-466b12aa-0c45-427d-ad91-5baba42867af req-d557e7bc-ab72-45fb-9a64-a0c2864dd091 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:12:39.521 7 INFO cinder.api.openstack.wsgi [req-466b12aa-0c45-427d-ad91-5baba42867af req-15389c90-f306-47a4-81be-7ce60b583252 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:12:39.522 7 INFO cinder.api.openstack.wsgi [req-466b12aa-0c45-427d-ad91-5baba42867af req-15389c90-f306-47a4-81be-7ce60b583252 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:12:39.522 8 INFO cinder.api.openstack.wsgi [req-466b12aa-0c45-427d-ad91-5baba42867af req-d557e7bc-ab72-45fb-9a64-a0c2864dd091 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:12:39.524 8 INFO cinder.api.openstack.wsgi [req-466b12aa-0c45-427d-ad91-5baba42867af req-d557e7bc-ab72-45fb-9a64-a0c2864dd091 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:12:49.521 8 INFO cinder.api.openstack.wsgi [req-466b12aa-0c45-427d-ad91-5baba42867af req-d557e7bc-ab72-45fb-9a64-a0c2864dd091 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:12:49.522 8 INFO cinder.api.openstack.wsgi [req-466b12aa-0c45-427d-ad91-5baba42867af req-d557e7bc-ab72-45fb-9a64-a0c2864dd091 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:12:49.524 7 INFO cinder.api.openstack.wsgi [req-466b12aa-0c45-427d-ad91-5baba42867af req-15389c90-f306-47a4-81be-7ce60b583252 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:12:49.524 7 INFO cinder.api.openstack.wsgi [req-466b12aa-0c45-427d-ad91-5baba42867af req-15389c90-f306-47a4-81be-7ce60b583252 7bcb9a3dcbf648ea8edfa616b578d2b1 dc5514cf8cbe4671aa990e4cd0c9f662 - - default default] http://10.0.0.30: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, ' 2026-06-30 19:12:51.831 8 INFO cinder.api.openstack.wsgi [None req-fc6dcf64-4cc0-4f44-9c11-f874e4cba8d5 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services 2026-06-30 19:12:51.836 8 INFO cinder.api.openstack.wsgi [None req-fc6dcf64-4cc0-4f44-9c11-f874e4cba8d5 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services returned with HTTP 200 [pid: 8|app: 0|req: 367/732] 10.0.0.163 () {28 vars in 645 bytes} [Tue Jun 30 19:12:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services => generated 646 bytes in 151 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: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:12:51.846 7 INFO cinder.api.openstack.wsgi [None req-77b90f9e-d90c-439c-8a16-b9e58c9c1a1b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true /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-06-30 19:12:51.855 7 INFO cinder.volume.api [None req-77b90f9e-d90c-439c-8a16-b9e58c9c1a1b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all snapshots completed successfully. 2026-06-30 19:12:51.855 7 INFO cinder.api.openstack.wsgi [None req-77b90f9e-d90c-439c-8a16-b9e58c9c1a1b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 366/733] 10.0.0.163 () {28 vars in 674 bytes} [Tue Jun 30 19:12:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true => generated 17 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:12:51.872 8 INFO cinder.api.openstack.wsgi [None req-a8ceb3f3-117b-4264-9227-c1f2b3c44598 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 19:12:51.886 8 INFO cinder.volume.api [None req-a8ceb3f3-117b-4264-9227-c1f2b3c44598 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 19:12:51.890 8 INFO cinder.api.openstack.wsgi [None req-a8ceb3f3-117b-4264-9227-c1f2b3c44598 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 368/734] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 19:12:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 15 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:12:51.902 7 INFO cinder.api.openstack.wsgi [None req-a44daab9-3602-4c65-9e39-60e9e06fdeab 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true 2026-06-30 19:12:52.405 7 INFO cinder.api.openstack.wsgi [None req-a44daab9-3602-4c65-9e39-60e9e06fdeab 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 367/735] 10.0.0.163 () {28 vars in 696 bytes} [Tue Jun 30 19:12:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/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-06-30 19:12:52.458 8 INFO cinder.api.openstack.wsgi [None req-513ae88a-c80e-4666-ad48-4a090d7fc3ac 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true 2026-06-30 19:12:52.479 8 INFO cinder.api.openstack.wsgi [None req-513ae88a-c80e-4666-ad48-4a090d7fc3ac 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 369/736] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:12:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true => generated 845 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:12:52.492 7 INFO cinder.api.openstack.wsgi [None req-3ed4fca6-0856-4772-a9f5-a697bb0903b9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/61d04e3f89ad4d7cb64dad8a889fe3fc?usage=true 2026-06-30 19:12:52.513 7 INFO cinder.api.openstack.wsgi [None req-3ed4fca6-0856-4772-a9f5-a697bb0903b9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/61d04e3f89ad4d7cb64dad8a889fe3fc?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 368/737] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:12:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/61d04e3f89ad4d7cb64dad8a889fe3fc?usage=true => generated 847 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:12:52.522 8 INFO cinder.api.openstack.wsgi [None req-9e54177d-5768-436d-9839-ab1675826b84 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/806b0f7a28bc43939c579df0b8fcb0d5?usage=true 2026-06-30 19:12:52.540 8 INFO cinder.api.openstack.wsgi [None req-9e54177d-5768-436d-9839-ab1675826b84 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/806b0f7a28bc43939c579df0b8fcb0d5?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 370/738] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:12:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/806b0f7a28bc43939c579df0b8fcb0d5?usage=true => generated 847 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:12:52.550 7 INFO cinder.api.openstack.wsgi [None req-36c294dc-1ccf-44ce-8f0b-9146c472e435 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/920e413fa5e748cf988b7a8c78de85b2?usage=true 2026-06-30 19:12:52.587 7 INFO cinder.api.openstack.wsgi [None req-36c294dc-1ccf-44ce-8f0b-9146c472e435 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/920e413fa5e748cf988b7a8c78de85b2?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 369/739] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:12:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/920e413fa5e748cf988b7a8c78de85b2?usage=true => generated 847 bytes in 44 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:12:52.600 8 INFO cinder.api.openstack.wsgi [None req-054816ca-75f9-4550-b73e-5adc576f199d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true 2026-06-30 19:12:52.620 8 INFO cinder.api.openstack.wsgi [None req-054816ca-75f9-4550-b73e-5adc576f199d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 371/740] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:12:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true => generated 847 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:12:52.639 7 INFO cinder.api.openstack.wsgi [None req-8df7a249-c60f-40a0-b897-50909a81ee5b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/a2987946117149e3bd6cb8d66a967b9a?usage=true 2026-06-30 19:12:52.677 7 INFO cinder.api.openstack.wsgi [None req-8df7a249-c60f-40a0-b897-50909a81ee5b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/a2987946117149e3bd6cb8d66a967b9a?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 370/741] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:12:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/a2987946117149e3bd6cb8d66a967b9a?usage=true => generated 847 bytes in 45 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:12:52.694 8 INFO cinder.api.openstack.wsgi [None req-6c186af8-f927-4d44-bbb2-947239440ce0 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/ae0a3ea53561406ca6cd7ae9d9e79eb0?usage=true 2026-06-30 19:12:52.713 8 INFO cinder.api.openstack.wsgi [None req-6c186af8-f927-4d44-bbb2-947239440ce0 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/ae0a3ea53561406ca6cd7ae9d9e79eb0?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 372/742] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:12:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/ae0a3ea53561406ca6cd7ae9d9e79eb0?usage=true => generated 847 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:12:52.725 7 INFO cinder.api.openstack.wsgi [None req-4c419a17-f1aa-4672-9509-2ee468020298 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aec1650496e248db8539f1fa045a6578?usage=true 2026-06-30 19:12:52.746 7 INFO cinder.api.openstack.wsgi [None req-4c419a17-f1aa-4672-9509-2ee468020298 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aec1650496e248db8539f1fa045a6578?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 371/743] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:12:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aec1650496e248db8539f1fa045a6578?usage=true => generated 847 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:12:52.757 8 INFO cinder.api.openstack.wsgi [None req-2a0f406b-d1bf-4574-9834-b533d6fbd2fb 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true 2026-06-30 19:12:52.779 8 INFO cinder.api.openstack.wsgi [None req-2a0f406b-d1bf-4574-9834-b533d6fbd2fb 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 373/744] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:12:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true => generated 845 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:12:52.791 7 INFO cinder.api.openstack.wsgi [None req-e1709065-1ea3-4bc8-a798-8446a8ec1d8f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/c9a60bc7b2654d6693f454ae35c060d2?usage=true 2026-06-30 19:12:52.813 7 INFO cinder.api.openstack.wsgi [None req-e1709065-1ea3-4bc8-a798-8446a8ec1d8f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/c9a60bc7b2654d6693f454ae35c060d2?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 372/745] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:12:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/c9a60bc7b2654d6693f454ae35c060d2?usage=true => generated 847 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:12:52.822 8 INFO cinder.api.openstack.wsgi [None req-e56f8913-ee4f-4887-94c0-2385948d2973 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/cd2e34c04c97468a868c352ffc0c0f92?usage=true 2026-06-30 19:12:52.846 8 INFO cinder.api.openstack.wsgi [None req-e56f8913-ee4f-4887-94c0-2385948d2973 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/cd2e34c04c97468a868c352ffc0c0f92?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 374/746] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:12:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/cd2e34c04c97468a868c352ffc0c0f92?usage=true => generated 847 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:12:52.861 7 INFO cinder.api.openstack.wsgi [None req-5e61dc4f-72d2-4b9c-9f07-4dda03dda017 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/d9b57fee208546c781e4e673d98f34ab?usage=true 2026-06-30 19:12:52.882 7 INFO cinder.api.openstack.wsgi [None req-5e61dc4f-72d2-4b9c-9f07-4dda03dda017 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/d9b57fee208546c781e4e673d98f34ab?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 373/747] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:12:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/d9b57fee208546c781e4e673d98f34ab?usage=true => generated 847 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:12:52.893 8 INFO cinder.api.openstack.wsgi [None req-7fd800ea-263b-4e4c-8609-cf1322d75170 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/fb72b6d46bdf4be1be95daf923fe15e4?usage=true 2026-06-30 19:12:52.924 8 INFO cinder.api.openstack.wsgi [None req-7fd800ea-263b-4e4c-8609-cf1322d75170 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/fb72b6d46bdf4be1be95daf923fe15e4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 375/748] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:12:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/fb72b6d46bdf4be1be95daf923fe15e4?usage=true => generated 847 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:12:52.933 7 INFO cinder.api.openstack.wsgi [None req-a91bf894-b23e-4315-be5a-2ab8dfa6057e 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 19:12:52.953 7 INFO cinder.volume.api [None req-a91bf894-b23e-4315-be5a-2ab8dfa6057e 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 19:12:52.957 7 INFO cinder.api.openstack.wsgi [None req-a91bf894-b23e-4315-be5a-2ab8dfa6057e 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 374/749] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 19:12:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/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-06-30 19:12:59.522 8 INFO cinder.api.openstack.wsgi [None req-7fd800ea-263b-4e4c-8609-cf1322d75170 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:12:59.522 7 INFO cinder.api.openstack.wsgi [None req-a91bf894-b23e-4315-be5a-2ab8dfa6057e 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:12:59.523 8 INFO cinder.api.openstack.wsgi [None req-7fd800ea-263b-4e4c-8609-cf1322d75170 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:12:59.524 7 INFO cinder.api.openstack.wsgi [None req-a91bf894-b23e-4315-be5a-2ab8dfa6057e 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:13:09.521 8 INFO cinder.api.openstack.wsgi [None req-7fd800ea-263b-4e4c-8609-cf1322d75170 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:13:09.522 7 INFO cinder.api.openstack.wsgi [None req-a91bf894-b23e-4315-be5a-2ab8dfa6057e 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:13:09.523 8 INFO cinder.api.openstack.wsgi [None req-7fd800ea-263b-4e4c-8609-cf1322d75170 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:13:09.523 7 INFO cinder.api.openstack.wsgi [None req-a91bf894-b23e-4315-be5a-2ab8dfa6057e 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:13:10.293 7 INFO cinder.api.openstack.wsgi [req-f41b3aca-7c20-44fb-b35e-ae2875eb03bc req-40424d4a-0eec-4cf8-ba88-1bbb8f023963 be92767286d347a8a4d403cfd177de23 c9a60bc7b2654d6693f454ae35c060d2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/c9a60bc7b2654d6693f454ae35c060d2/attachments?instance_id=e318d76a-d895-495b-bc6a-03c1e2ecd2e3 2026-06-30 19:13:10.307 7 INFO cinder.api.openstack.wsgi [req-f41b3aca-7c20-44fb-b35e-ae2875eb03bc req-40424d4a-0eec-4cf8-ba88-1bbb8f023963 be92767286d347a8a4d403cfd177de23 c9a60bc7b2654d6693f454ae35c060d2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/c9a60bc7b2654d6693f454ae35c060d2/attachments?instance_id=e318d76a-d895-495b-bc6a-03c1e2ecd2e3 returned with HTTP 200 [pid: 7|app: 0|req: 377/754] 199.204.45.129 () {36 vars in 1104 bytes} [Tue Jun 30 19:13:10 2026] GET /v3/c9a60bc7b2654d6693f454ae35c060d2/attachments?instance_id=e318d76a-d895-495b-bc6a-03c1e2ecd2e3 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:13:13.728 8 INFO cinder.api.openstack.wsgi [None req-f59c7adf-3993-49f6-8295-cb2e4eee1e69 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes 2026-06-30 19:13:13.732 8 INFO cinder.api.v3.volumes [None req-f59c7adf-3993-49f6-8295-cb2e4eee1e69 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Create volume of 1 GB 2026-06-30 19:13:13.737 8 INFO cinder.volume.api [None req-f59c7adf-3993-49f6-8295-cb2e4eee1e69 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Availability Zones retrieved successfully. 2026-06-30 19:13:13.891 8 INFO cinder.volume.api [None req-f59c7adf-3993-49f6-8295-cb2e4eee1e69 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Create volume request issued successfully. 2026-06-30 19:13:13.892 8 INFO cinder.api.openstack.wsgi [None req-f59c7adf-3993-49f6-8295-cb2e4eee1e69 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes returned with HTTP 202 [pid: 8|app: 0|req: 378/755] 10.0.0.82 () {34 vars in 722 bytes} [Tue Jun 30 19:13:13 2026] POST /v3/e7d73b72b11244018e5943b86818a1c5/volumes => generated 870 bytes in 311 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) 2026-06-30 19:13:13.911 7 INFO cinder.api.openstack.wsgi [None req-c213c68e-637e-4989-84b5-a53313483f1c 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/2b86326b-15fe-45a1-b069-b5ae6917fdc5 /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-06-30 19:13:13.925 7 INFO cinder.volume.api [None req-c213c68e-637e-4989-84b5-a53313483f1c 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:13.931 7 INFO cinder.api.openstack.wsgi [None req-c213c68e-637e-4989-84b5-a53313483f1c 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/2b86326b-15fe-45a1-b069-b5ae6917fdc5 returned with HTTP 200 [pid: 7|app: 0|req: 378/756] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:13:13 2026] GET /v3/e7d73b72b11244018e5943b86818a1c5/volumes/2b86326b-15fe-45a1-b069-b5ae6917fdc5 => generated 938 bytes in 26 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: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:13:14.956 8 INFO cinder.api.openstack.wsgi [None req-ba1fb263-0727-43be-b4c6-4db835e38e7e 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/2b86326b-15fe-45a1-b069-b5ae6917fdc5 /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-06-30 19:13:14.969 8 INFO cinder.volume.api [None req-ba1fb263-0727-43be-b4c6-4db835e38e7e 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:14.975 8 INFO cinder.api.openstack.wsgi [None req-ba1fb263-0727-43be-b4c6-4db835e38e7e 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/2b86326b-15fe-45a1-b069-b5ae6917fdc5 returned with HTTP 200 [pid: 8|app: 0|req: 379/757] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:13:14 2026] GET /v3/e7d73b72b11244018e5943b86818a1c5/volumes/2b86326b-15fe-45a1-b069-b5ae6917fdc5 => generated 963 bytes in 28 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: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:13:14.998 7 INFO cinder.api.openstack.wsgi [None req-5612caab-28c0-4453-8264-dfa45c952acc 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/2b86326b-15fe-45a1-b069-b5ae6917fdc5 /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-06-30 19:13:15.019 7 INFO cinder.volume.api [None req-5612caab-28c0-4453-8264-dfa45c952acc 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:15.025 7 INFO cinder.api.openstack.wsgi [None req-5612caab-28c0-4453-8264-dfa45c952acc 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/2b86326b-15fe-45a1-b069-b5ae6917fdc5 returned with HTTP 200 [pid: 7|app: 0|req: 379/758] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:13:14 2026] GET /v3/e7d73b72b11244018e5943b86818a1c5/volumes/2b86326b-15fe-45a1-b069-b5ae6917fdc5 => generated 963 bytes in 34 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: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:13:15.047 8 INFO cinder.api.openstack.wsgi [None req-b528dc9a-b6ae-4fd7-92f2-fa337622eeb6 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/2b86326b-15fe-45a1-b069-b5ae6917fdc5 /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-06-30 19:13:15.068 8 INFO cinder.volume.api [None req-b528dc9a-b6ae-4fd7-92f2-fa337622eeb6 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:15.084 8 INFO cinder.volume.api [None req-b528dc9a-b6ae-4fd7-92f2-fa337622eeb6 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Volume updated successfully. 2026-06-30 19:13:15.085 8 INFO cinder.api.openstack.wsgi [None req-b528dc9a-b6ae-4fd7-92f2-fa337622eeb6 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/2b86326b-15fe-45a1-b069-b5ae6917fdc5 returned with HTTP 200 [pid: 8|app: 0|req: 380/759] 10.0.0.82 () {34 vars in 794 bytes} [Tue Jun 30 19:13:15 2026] PUT /v3/e7d73b72b11244018e5943b86818a1c5/volumes/2b86326b-15fe-45a1-b069-b5ae6917fdc5 => generated 895 bytes in 44 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: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:13:15.098 7 INFO cinder.api.openstack.wsgi [None req-a20e9e15-72f0-451e-8849-5a6dac52742d 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/2b86326b-15fe-45a1-b069-b5ae6917fdc5 /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-06-30 19:13:15.120 7 INFO cinder.volume.api [None req-a20e9e15-72f0-451e-8849-5a6dac52742d 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:15.130 7 INFO cinder.volume.api [None req-a20e9e15-72f0-451e-8849-5a6dac52742d 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Volume updated successfully. 2026-06-30 19:13:15.132 7 INFO cinder.api.openstack.wsgi [None req-a20e9e15-72f0-451e-8849-5a6dac52742d 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/2b86326b-15fe-45a1-b069-b5ae6917fdc5 returned with HTTP 200 [pid: 7|app: 0|req: 380/760] 10.0.0.82 () {34 vars in 795 bytes} [Tue Jun 30 19:13:15 2026] PUT /v3/e7d73b72b11244018e5943b86818a1c5/volumes/2b86326b-15fe-45a1-b069-b5ae6917fdc5 => generated 935 bytes in 39 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: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:13:15.157 8 INFO cinder.api.openstack.wsgi [None req-31d53148-2bb9-4467-a632-e6e083e04b08 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/2b86326b-15fe-45a1-b069-b5ae6917fdc5 /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-06-30 19:13:15.167 8 INFO cinder.volume.api [None req-31d53148-2bb9-4467-a632-e6e083e04b08 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:15.170 8 INFO cinder.api.openstack.wsgi [None req-31d53148-2bb9-4467-a632-e6e083e04b08 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/2b86326b-15fe-45a1-b069-b5ae6917fdc5 returned with HTTP 200 [pid: 8|app: 0|req: 381/761] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:13:15 2026] GET /v3/e7d73b72b11244018e5943b86818a1c5/volumes/2b86326b-15fe-45a1-b069-b5ae6917fdc5 => generated 1003 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 286 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, ' 2026-06-30 19:13:15.193 7 INFO cinder.api.openstack.wsgi [None req-b26fbd9e-64b1-461b-be99-a2938db25ce4 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes 2026-06-30 19:13:15.196 7 INFO cinder.api.v3.volumes [None req-b26fbd9e-64b1-461b-be99-a2938db25ce4 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Create volume of 1 GB 2026-06-30 19:13:15.208 7 INFO cinder.volume.api [None req-b26fbd9e-64b1-461b-be99-a2938db25ce4 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Availability Zones retrieved successfully. 2026-06-30 19:13:15.391 7 INFO cinder.volume.api [None req-b26fbd9e-64b1-461b-be99-a2938db25ce4 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Create volume request issued successfully. 2026-06-30 19:13:15.392 7 INFO cinder.api.openstack.wsgi [None req-b26fbd9e-64b1-461b-be99-a2938db25ce4 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes returned with HTTP 202 [pid: 7|app: 0|req: 381/762] 10.0.0.82 () {34 vars in 722 bytes} [Tue Jun 30 19:13:15 2026] POST /v3/e7d73b72b11244018e5943b86818a1c5/volumes => generated 891 bytes in 207 msecs (HTTP/1.1 202) 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, ' 2026-06-30 19:13:15.412 8 INFO cinder.api.openstack.wsgi [None req-229ff116-bdd9-4542-99b5-af63c85a806d 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/0d954191-cb8a-48be-9dad-298a258916bc /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-06-30 19:13:15.426 8 INFO cinder.volume.api [None req-229ff116-bdd9-4542-99b5-af63c85a806d 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:15.430 8 INFO cinder.api.openstack.wsgi [None req-229ff116-bdd9-4542-99b5-af63c85a806d 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/0d954191-cb8a-48be-9dad-298a258916bc returned with HTTP 200 [pid: 8|app: 0|req: 382/763] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:13:15 2026] GET /v3/e7d73b72b11244018e5943b86818a1c5/volumes/0d954191-cb8a-48be-9dad-298a258916bc => generated 959 bytes in 24 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: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:13:16.451 7 INFO cinder.api.openstack.wsgi [None req-48221a2d-57d9-4f76-8e4c-2ad752644ede 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/0d954191-cb8a-48be-9dad-298a258916bc /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-06-30 19:13:16.483 7 INFO cinder.volume.api [None req-48221a2d-57d9-4f76-8e4c-2ad752644ede 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:16.502 7 INFO cinder.api.openstack.wsgi [None req-48221a2d-57d9-4f76-8e4c-2ad752644ede 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/0d954191-cb8a-48be-9dad-298a258916bc returned with HTTP 200 [pid: 7|app: 0|req: 382/764] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:13:16 2026] GET /v3/e7d73b72b11244018e5943b86818a1c5/volumes/0d954191-cb8a-48be-9dad-298a258916bc => generated 984 bytes in 58 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: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:13:16.525 8 INFO cinder.api.openstack.wsgi [None req-f6938107-a690-4e23-bb22-6fe413f47de3 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/0d954191-cb8a-48be-9dad-298a258916bc /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-06-30 19:13:16.549 8 INFO cinder.volume.api [None req-f6938107-a690-4e23-bb22-6fe413f47de3 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:16.557 8 INFO cinder.volume.api [None req-f6938107-a690-4e23-bb22-6fe413f47de3 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Volume updated successfully. 2026-06-30 19:13:16.557 8 INFO cinder.api.openstack.wsgi [None req-f6938107-a690-4e23-bb22-6fe413f47de3 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/0d954191-cb8a-48be-9dad-298a258916bc returned with HTTP 200 [pid: 8|app: 0|req: 383/765] 10.0.0.82 () {34 vars in 794 bytes} [Tue Jun 30 19:13:16 2026] PUT /v3/e7d73b72b11244018e5943b86818a1c5/volumes/0d954191-cb8a-48be-9dad-298a258916bc => generated 881 bytes in 39 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: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:13:16.578 7 INFO cinder.api.openstack.wsgi [None req-2f9af0d1-c1c2-470e-89db-20683fb732f8 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/0d954191-cb8a-48be-9dad-298a258916bc /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-06-30 19:13:16.596 7 INFO cinder.volume.api [None req-2f9af0d1-c1c2-470e-89db-20683fb732f8 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:16.601 7 INFO cinder.api.openstack.wsgi [None req-2f9af0d1-c1c2-470e-89db-20683fb732f8 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/0d954191-cb8a-48be-9dad-298a258916bc returned with HTTP 200 [pid: 7|app: 0|req: 383/766] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:13:16 2026] GET /v3/e7d73b72b11244018e5943b86818a1c5/volumes/0d954191-cb8a-48be-9dad-298a258916bc => generated 949 bytes in 29 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: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:13:16.623 8 INFO cinder.api.openstack.wsgi [None req-351da0e1-067f-4563-8483-5a9602579a19 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/0d954191-cb8a-48be-9dad-298a258916bc 2026-06-30 19:13:16.624 8 INFO cinder.api.v3.volumes [None req-351da0e1-067f-4563-8483-5a9602579a19 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Delete volume with id: 0d954191-cb8a-48be-9dad-298a258916bc /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-06-30 19:13:16.635 8 INFO cinder.volume.api [None req-351da0e1-067f-4563-8483-5a9602579a19 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:16.683 8 INFO cinder.volume.api [None req-351da0e1-067f-4563-8483-5a9602579a19 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Delete volume request issued successfully. 2026-06-30 19:13:16.684 8 INFO cinder.api.openstack.wsgi [None req-351da0e1-067f-4563-8483-5a9602579a19 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/0d954191-cb8a-48be-9dad-298a258916bc returned with HTTP 202 [pid: 8|app: 0|req: 384/767] 10.0.0.82 () {32 vars in 777 bytes} [Tue Jun 30 19:13:16 2026] DELETE /v3/e7d73b72b11244018e5943b86818a1c5/volumes/0d954191-cb8a-48be-9dad-298a258916bc => generated 0 bytes in 68 msecs (HTTP/1.1 202) 6 headers in 233 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, ' 2026-06-30 19:13:16.695 7 INFO cinder.api.openstack.wsgi [None req-020eb6ff-27b9-488b-ac8d-cd9abe5a0c9b 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/0d954191-cb8a-48be-9dad-298a258916bc /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-06-30 19:13:16.709 7 INFO cinder.volume.api [None req-020eb6ff-27b9-488b-ac8d-cd9abe5a0c9b 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:16.714 7 INFO cinder.api.openstack.wsgi [None req-020eb6ff-27b9-488b-ac8d-cd9abe5a0c9b 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/0d954191-cb8a-48be-9dad-298a258916bc returned with HTTP 200 [pid: 7|app: 0|req: 384/768] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:13:16 2026] GET /v3/e7d73b72b11244018e5943b86818a1c5/volumes/0d954191-cb8a-48be-9dad-298a258916bc => generated 948 bytes in 25 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: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:13:17.737 8 INFO cinder.api.openstack.wsgi [None req-2ec85954-f409-4874-98a5-146c1b046fbf 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/0d954191-cb8a-48be-9dad-298a258916bc 2026-06-30 19:13:17.745 8 INFO cinder.api.openstack.wsgi [None req-2ec85954-f409-4874-98a5-146c1b046fbf 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/0d954191-cb8a-48be-9dad-298a258916bc returned with HTTP 404 [pid: 8|app: 0|req: 385/769] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:13:17 2026] GET /v3/e7d73b72b11244018e5943b86818a1c5/volumes/0d954191-cb8a-48be-9dad-298a258916bc => generated 109 bytes in 14 msecs (HTTP/1.1 404) 7 headers in 292 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, ' 2026-06-30 19:13:17.751 7 INFO cinder.api.openstack.wsgi [None req-c5f4114d-fbe2-438b-b5b6-75b93ffe7ece 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/2b86326b-15fe-45a1-b069-b5ae6917fdc5 /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-06-30 19:13:17.767 7 INFO cinder.volume.api [None req-c5f4114d-fbe2-438b-b5b6-75b93ffe7ece 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:17.775 7 INFO cinder.api.openstack.wsgi [None req-c5f4114d-fbe2-438b-b5b6-75b93ffe7ece 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/2b86326b-15fe-45a1-b069-b5ae6917fdc5 returned with HTTP 200 [pid: 7|app: 0|req: 385/770] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:13:17 2026] GET /v3/e7d73b72b11244018e5943b86818a1c5/volumes/2b86326b-15fe-45a1-b069-b5ae6917fdc5 => generated 1003 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-06-30 19:13:17.800 8 INFO cinder.api.openstack.wsgi [None req-fc8f16c4-7b2d-462e-bdf1-158472de2b63 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/2b86326b-15fe-45a1-b069-b5ae6917fdc5 2026-06-30 19:13:17.801 8 INFO cinder.api.v3.volumes [None req-fc8f16c4-7b2d-462e-bdf1-158472de2b63 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Delete volume with id: 2b86326b-15fe-45a1-b069-b5ae6917fdc5 /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-06-30 19:13:17.815 8 INFO cinder.volume.api [None req-fc8f16c4-7b2d-462e-bdf1-158472de2b63 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:17.836 8 INFO cinder.volume.api [None req-fc8f16c4-7b2d-462e-bdf1-158472de2b63 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Delete volume request issued successfully. 2026-06-30 19:13:17.837 8 INFO cinder.api.openstack.wsgi [None req-fc8f16c4-7b2d-462e-bdf1-158472de2b63 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/2b86326b-15fe-45a1-b069-b5ae6917fdc5 returned with HTTP 202 [pid: 8|app: 0|req: 386/771] 10.0.0.82 () {32 vars in 777 bytes} [Tue Jun 30 19:13:17 2026] DELETE /v3/e7d73b72b11244018e5943b86818a1c5/volumes/2b86326b-15fe-45a1-b069-b5ae6917fdc5 => generated 0 bytes in 45 msecs (HTTP/1.1 202) 6 headers in 233 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, ' 2026-06-30 19:13:17.848 7 INFO cinder.api.openstack.wsgi [None req-983b0d76-ea28-47a1-9d30-f26ce7904525 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/2b86326b-15fe-45a1-b069-b5ae6917fdc5 /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-06-30 19:13:17.867 7 INFO cinder.volume.api [None req-983b0d76-ea28-47a1-9d30-f26ce7904525 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:17.871 7 INFO cinder.api.openstack.wsgi [None req-983b0d76-ea28-47a1-9d30-f26ce7904525 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/2b86326b-15fe-45a1-b069-b5ae6917fdc5 returned with HTTP 200 [pid: 7|app: 0|req: 386/772] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:13:17 2026] GET /v3/e7d73b72b11244018e5943b86818a1c5/volumes/2b86326b-15fe-45a1-b069-b5ae6917fdc5 => generated 1002 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 286 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, ' 2026-06-30 19:13:18.894 8 INFO cinder.api.openstack.wsgi [None req-2b77f248-9abc-4d4c-830b-9733e3ecefa4 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/2b86326b-15fe-45a1-b069-b5ae6917fdc5 2026-06-30 19:13:18.902 8 INFO cinder.api.openstack.wsgi [None req-2b77f248-9abc-4d4c-830b-9733e3ecefa4 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/2b86326b-15fe-45a1-b069-b5ae6917fdc5 returned with HTTP 404 [pid: 8|app: 0|req: 387/773] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:13:18 2026] GET /v3/e7d73b72b11244018e5943b86818a1c5/volumes/2b86326b-15fe-45a1-b069-b5ae6917fdc5 => generated 109 bytes in 15 msecs (HTTP/1.1 404) 7 headers in 292 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, ' 2026-06-30 19:13:18.961 7 INFO cinder.api.openstack.wsgi [None req-7080c448-5089-480f-8ee9-3810e0502acf 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes 2026-06-30 19:13:19.521 8 INFO cinder.api.openstack.wsgi [None req-2b77f248-9abc-4d4c-830b-9733e3ecefa4 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:13:19.522 8 INFO cinder.api.openstack.wsgi [None req-2b77f248-9abc-4d4c-830b-9733e3ecefa4 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:13:19.523 8 INFO cinder.api.openstack.wsgi [None req-2b77f248-9abc-4d4c-830b-9733e3ecefa4 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:13:19.524 8 INFO cinder.api.openstack.wsgi [None req-2b77f248-9abc-4d4c-830b-9733e3ecefa4 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:13:19.537 7 INFO cinder.api.v3.volumes [None req-7080c448-5089-480f-8ee9-3810e0502acf 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Create volume of 1 GB 2026-06-30 19:13:19.545 7 INFO cinder.volume.api [None req-7080c448-5089-480f-8ee9-3810e0502acf 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Availability Zones retrieved successfully. 2026-06-30 19:13:19.742 7 INFO cinder.volume.api [None req-7080c448-5089-480f-8ee9-3810e0502acf 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Create volume request issued successfully. 2026-06-30 19:13:19.743 7 INFO cinder.api.openstack.wsgi [None req-7080c448-5089-480f-8ee9-3810e0502acf 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes returned with HTTP 202 [pid: 7|app: 0|req: 387/776] 10.0.0.82 () {34 vars in 722 bytes} [Tue Jun 30 19:13:18 2026] POST /v3/e7d73b72b11244018e5943b86818a1c5/volumes => generated 871 bytes in 787 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) 2026-06-30 19:13:19.761 8 INFO cinder.api.openstack.wsgi [None req-727b40de-1063-42f9-ad5a-15bf72d64396 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/64777713-8eb3-408c-9cbe-97e2f74b9397 /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-06-30 19:13:19.780 8 INFO cinder.volume.api [None req-727b40de-1063-42f9-ad5a-15bf72d64396 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:19.793 8 INFO cinder.api.openstack.wsgi [None req-727b40de-1063-42f9-ad5a-15bf72d64396 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/64777713-8eb3-408c-9cbe-97e2f74b9397 returned with HTTP 200 [pid: 8|app: 0|req: 390/777] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:13:19 2026] GET /v3/e7d73b72b11244018e5943b86818a1c5/volumes/64777713-8eb3-408c-9cbe-97e2f74b9397 => generated 939 bytes in 38 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: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:13:20.815 7 INFO cinder.api.openstack.wsgi [None req-5ad4200c-85a2-4b67-a096-f8cfea4abb7d 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/64777713-8eb3-408c-9cbe-97e2f74b9397 /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-06-30 19:13:20.827 7 INFO cinder.volume.api [None req-5ad4200c-85a2-4b67-a096-f8cfea4abb7d 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:20.831 7 INFO cinder.api.openstack.wsgi [None req-5ad4200c-85a2-4b67-a096-f8cfea4abb7d 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/64777713-8eb3-408c-9cbe-97e2f74b9397 returned with HTTP 200 [pid: 7|app: 0|req: 388/778] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:13:20 2026] GET /v3/e7d73b72b11244018e5943b86818a1c5/volumes/64777713-8eb3-408c-9cbe-97e2f74b9397 => generated 1489 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 286 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, ' 2026-06-30 19:13:20.851 8 INFO cinder.api.openstack.wsgi [None req-723d3fed-6724-42e9-9cf6-42439778c7b0 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/64777713-8eb3-408c-9cbe-97e2f74b9397 /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-06-30 19:13:20.867 8 INFO cinder.volume.api [None req-723d3fed-6724-42e9-9cf6-42439778c7b0 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:20.874 8 INFO cinder.api.openstack.wsgi [None req-723d3fed-6724-42e9-9cf6-42439778c7b0 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/64777713-8eb3-408c-9cbe-97e2f74b9397 returned with HTTP 200 [pid: 8|app: 0|req: 391/779] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:13:20 2026] GET /v3/e7d73b72b11244018e5943b86818a1c5/volumes/64777713-8eb3-408c-9cbe-97e2f74b9397 => generated 1489 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 286 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, ' 2026-06-30 19:13:20.894 7 INFO cinder.api.openstack.wsgi [None req-bacb0a7f-9606-4eab-a60a-c1a6862ea9f7 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/64777713-8eb3-408c-9cbe-97e2f74b9397 /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-06-30 19:13:20.908 7 INFO cinder.volume.api [None req-bacb0a7f-9606-4eab-a60a-c1a6862ea9f7 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:20.916 7 INFO cinder.volume.api [None req-bacb0a7f-9606-4eab-a60a-c1a6862ea9f7 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Volume updated successfully. 2026-06-30 19:13:20.916 7 INFO cinder.api.openstack.wsgi [None req-bacb0a7f-9606-4eab-a60a-c1a6862ea9f7 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/64777713-8eb3-408c-9cbe-97e2f74b9397 returned with HTTP 200 [pid: 7|app: 0|req: 389/780] 10.0.0.82 () {34 vars in 794 bytes} [Tue Jun 30 19:13:20 2026] PUT /v3/e7d73b72b11244018e5943b86818a1c5/volumes/64777713-8eb3-408c-9cbe-97e2f74b9397 => generated 895 bytes in 28 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: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:13:20.936 8 INFO cinder.api.openstack.wsgi [None req-006a1831-4d8c-459a-ae5a-97f1bf218442 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/64777713-8eb3-408c-9cbe-97e2f74b9397 /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-06-30 19:13:20.953 8 INFO cinder.volume.api [None req-006a1831-4d8c-459a-ae5a-97f1bf218442 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:20.959 8 INFO cinder.volume.api [None req-006a1831-4d8c-459a-ae5a-97f1bf218442 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Volume updated successfully. 2026-06-30 19:13:20.960 8 INFO cinder.api.openstack.wsgi [None req-006a1831-4d8c-459a-ae5a-97f1bf218442 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/64777713-8eb3-408c-9cbe-97e2f74b9397 returned with HTTP 200 [pid: 8|app: 0|req: 392/781] 10.0.0.82 () {34 vars in 795 bytes} [Tue Jun 30 19:13:20 2026] PUT /v3/e7d73b72b11244018e5943b86818a1c5/volumes/64777713-8eb3-408c-9cbe-97e2f74b9397 => generated 934 bytes in 30 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: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:13:20.978 7 INFO cinder.api.openstack.wsgi [None req-3e7520de-7c3c-4e12-8c08-3b273771533e 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/64777713-8eb3-408c-9cbe-97e2f74b9397 /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-06-30 19:13:20.991 7 INFO cinder.volume.api [None req-3e7520de-7c3c-4e12-8c08-3b273771533e 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:20.997 7 INFO cinder.api.openstack.wsgi [None req-3e7520de-7c3c-4e12-8c08-3b273771533e 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/64777713-8eb3-408c-9cbe-97e2f74b9397 returned with HTTP 200 [pid: 7|app: 0|req: 390/782] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:13:20 2026] GET /v3/e7d73b72b11244018e5943b86818a1c5/volumes/64777713-8eb3-408c-9cbe-97e2f74b9397 => generated 1528 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 286 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, ' 2026-06-30 19:13:21.010 8 INFO cinder.api.openstack.wsgi [None req-772f1839-3277-4b5c-9d20-8c44ef3036bf 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes 2026-06-30 19:13:21.012 8 INFO cinder.api.v3.volumes [None req-772f1839-3277-4b5c-9d20-8c44ef3036bf 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Create volume of 1 GB 2026-06-30 19:13:21.016 8 INFO cinder.volume.api [None req-772f1839-3277-4b5c-9d20-8c44ef3036bf 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Availability Zones retrieved successfully. 2026-06-30 19:13:21.142 8 INFO cinder.volume.api [None req-772f1839-3277-4b5c-9d20-8c44ef3036bf 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Create volume request issued successfully. 2026-06-30 19:13:21.142 8 INFO cinder.api.openstack.wsgi [None req-772f1839-3277-4b5c-9d20-8c44ef3036bf 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes returned with HTTP 202 [pid: 8|app: 0|req: 393/783] 10.0.0.82 () {34 vars in 722 bytes} [Tue Jun 30 19:13:21 2026] POST /v3/e7d73b72b11244018e5943b86818a1c5/volumes => generated 892 bytes in 137 msecs (HTTP/1.1 202) 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, ' 2026-06-30 19:13:21.161 7 INFO cinder.api.openstack.wsgi [None req-d3306793-47c6-4c4e-99f4-16648856e2b1 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/c7f8a6f3-4b48-4d8d-b822-3a05521390c7 /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-06-30 19:13:21.172 7 INFO cinder.volume.api [None req-d3306793-47c6-4c4e-99f4-16648856e2b1 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:21.175 7 INFO cinder.api.openstack.wsgi [None req-d3306793-47c6-4c4e-99f4-16648856e2b1 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/c7f8a6f3-4b48-4d8d-b822-3a05521390c7 returned with HTTP 200 [pid: 7|app: 0|req: 391/784] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:13:21 2026] GET /v3/e7d73b72b11244018e5943b86818a1c5/volumes/c7f8a6f3-4b48-4d8d-b822-3a05521390c7 => generated 960 bytes in 18 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: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:13:22.195 8 INFO cinder.api.openstack.wsgi [None req-2b2164cc-8b52-4b05-8f40-02b67e517822 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/c7f8a6f3-4b48-4d8d-b822-3a05521390c7 /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-06-30 19:13:22.210 8 INFO cinder.volume.api [None req-2b2164cc-8b52-4b05-8f40-02b67e517822 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:22.216 8 INFO cinder.api.openstack.wsgi [None req-2b2164cc-8b52-4b05-8f40-02b67e517822 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/c7f8a6f3-4b48-4d8d-b822-3a05521390c7 returned with HTTP 200 [pid: 8|app: 0|req: 394/785] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:13:22 2026] GET /v3/e7d73b72b11244018e5943b86818a1c5/volumes/c7f8a6f3-4b48-4d8d-b822-3a05521390c7 => generated 985 bytes in 27 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: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:13:22.234 7 INFO cinder.api.openstack.wsgi [None req-9fc2fe9e-5d8e-421f-93b5-22c85c3588bf 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/c7f8a6f3-4b48-4d8d-b822-3a05521390c7 /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-06-30 19:13:22.253 7 INFO cinder.volume.api [None req-9fc2fe9e-5d8e-421f-93b5-22c85c3588bf 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:22.262 7 INFO cinder.volume.api [None req-9fc2fe9e-5d8e-421f-93b5-22c85c3588bf 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Volume updated successfully. 2026-06-30 19:13:22.263 7 INFO cinder.api.openstack.wsgi [None req-9fc2fe9e-5d8e-421f-93b5-22c85c3588bf 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/c7f8a6f3-4b48-4d8d-b822-3a05521390c7 returned with HTTP 200 [pid: 7|app: 0|req: 392/786] 10.0.0.82 () {34 vars in 794 bytes} [Tue Jun 30 19:13:22 2026] PUT /v3/e7d73b72b11244018e5943b86818a1c5/volumes/c7f8a6f3-4b48-4d8d-b822-3a05521390c7 => generated 882 bytes in 33 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: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:13:22.286 8 INFO cinder.api.openstack.wsgi [None req-0f0548c7-3282-401a-8135-ac5d48891d09 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/c7f8a6f3-4b48-4d8d-b822-3a05521390c7 /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-06-30 19:13:22.303 8 INFO cinder.volume.api [None req-0f0548c7-3282-401a-8135-ac5d48891d09 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:22.308 8 INFO cinder.api.openstack.wsgi [None req-0f0548c7-3282-401a-8135-ac5d48891d09 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/c7f8a6f3-4b48-4d8d-b822-3a05521390c7 returned with HTTP 200 [pid: 8|app: 0|req: 395/787] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:13:22 2026] GET /v3/e7d73b72b11244018e5943b86818a1c5/volumes/c7f8a6f3-4b48-4d8d-b822-3a05521390c7 => generated 950 bytes in 30 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: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:13:22.330 7 INFO cinder.api.openstack.wsgi [None req-b29968f9-6592-4a8f-9469-4fa97410b886 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/c7f8a6f3-4b48-4d8d-b822-3a05521390c7 2026-06-30 19:13:22.331 7 INFO cinder.api.v3.volumes [None req-b29968f9-6592-4a8f-9469-4fa97410b886 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Delete volume with id: c7f8a6f3-4b48-4d8d-b822-3a05521390c7 /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-06-30 19:13:22.339 7 INFO cinder.volume.api [None req-b29968f9-6592-4a8f-9469-4fa97410b886 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:22.364 7 INFO cinder.volume.api [None req-b29968f9-6592-4a8f-9469-4fa97410b886 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Delete volume request issued successfully. 2026-06-30 19:13:22.364 7 INFO cinder.api.openstack.wsgi [None req-b29968f9-6592-4a8f-9469-4fa97410b886 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/c7f8a6f3-4b48-4d8d-b822-3a05521390c7 returned with HTTP 202 [pid: 7|app: 0|req: 393/788] 10.0.0.82 () {32 vars in 777 bytes} [Tue Jun 30 19:13:22 2026] DELETE /v3/e7d73b72b11244018e5943b86818a1c5/volumes/c7f8a6f3-4b48-4d8d-b822-3a05521390c7 => generated 0 bytes in 42 msecs (HTTP/1.1 202) 6 headers in 233 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, ' 2026-06-30 19:13:22.374 8 INFO cinder.api.openstack.wsgi [None req-f536429b-9c83-4e8b-af8c-7a68a8d32671 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/c7f8a6f3-4b48-4d8d-b822-3a05521390c7 /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-06-30 19:13:22.388 8 INFO cinder.volume.api [None req-f536429b-9c83-4e8b-af8c-7a68a8d32671 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:22.393 8 INFO cinder.api.openstack.wsgi [None req-f536429b-9c83-4e8b-af8c-7a68a8d32671 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/c7f8a6f3-4b48-4d8d-b822-3a05521390c7 returned with HTTP 200 [pid: 8|app: 0|req: 396/789] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:13:22 2026] GET /v3/e7d73b72b11244018e5943b86818a1c5/volumes/c7f8a6f3-4b48-4d8d-b822-3a05521390c7 => generated 949 bytes in 24 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: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:13:23.418 7 INFO cinder.api.openstack.wsgi [None req-7673e107-809f-4bed-bba8-f7ca9aa5bac8 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/c7f8a6f3-4b48-4d8d-b822-3a05521390c7 2026-06-30 19:13:23.427 7 INFO cinder.api.openstack.wsgi [None req-7673e107-809f-4bed-bba8-f7ca9aa5bac8 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/c7f8a6f3-4b48-4d8d-b822-3a05521390c7 returned with HTTP 404 [pid: 7|app: 0|req: 394/790] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:13:23 2026] GET /v3/e7d73b72b11244018e5943b86818a1c5/volumes/c7f8a6f3-4b48-4d8d-b822-3a05521390c7 => generated 109 bytes in 14 msecs (HTTP/1.1 404) 7 headers in 292 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, ' 2026-06-30 19:13:23.440 8 INFO cinder.api.openstack.wsgi [None req-734c6ba2-4dc4-44fe-9084-e9580dbf805f 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/64777713-8eb3-408c-9cbe-97e2f74b9397 /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-06-30 19:13:23.456 8 INFO cinder.volume.api [None req-734c6ba2-4dc4-44fe-9084-e9580dbf805f 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:23.462 8 INFO cinder.api.openstack.wsgi [None req-734c6ba2-4dc4-44fe-9084-e9580dbf805f 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/64777713-8eb3-408c-9cbe-97e2f74b9397 returned with HTTP 200 [pid: 8|app: 0|req: 397/791] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:13:23 2026] GET /v3/e7d73b72b11244018e5943b86818a1c5/volumes/64777713-8eb3-408c-9cbe-97e2f74b9397 => generated 1528 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-06-30 19:13:23.499 7 INFO cinder.api.openstack.wsgi [None req-71501eed-a79e-4626-87be-34aa1a2f649a 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/64777713-8eb3-408c-9cbe-97e2f74b9397 2026-06-30 19:13:23.500 7 INFO cinder.api.v3.volumes [None req-71501eed-a79e-4626-87be-34aa1a2f649a 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Delete volume with id: 64777713-8eb3-408c-9cbe-97e2f74b9397 /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-06-30 19:13:23.509 7 INFO cinder.volume.api [None req-71501eed-a79e-4626-87be-34aa1a2f649a 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:23.528 7 INFO cinder.volume.api [None req-71501eed-a79e-4626-87be-34aa1a2f649a 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Delete volume request issued successfully. 2026-06-30 19:13:23.529 7 INFO cinder.api.openstack.wsgi [None req-71501eed-a79e-4626-87be-34aa1a2f649a 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/64777713-8eb3-408c-9cbe-97e2f74b9397 returned with HTTP 202 [pid: 7|app: 0|req: 395/792] 10.0.0.82 () {32 vars in 777 bytes} [Tue Jun 30 19:13:23 2026] DELETE /v3/e7d73b72b11244018e5943b86818a1c5/volumes/64777713-8eb3-408c-9cbe-97e2f74b9397 => generated 0 bytes in 37 msecs (HTTP/1.1 202) 6 headers in 233 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, ' 2026-06-30 19:13:23.542 8 INFO cinder.api.openstack.wsgi [None req-c39d584e-4f4b-49e0-9fa1-b3f10ec0b572 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/64777713-8eb3-408c-9cbe-97e2f74b9397 /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-06-30 19:13:23.557 8 INFO cinder.volume.api [None req-c39d584e-4f4b-49e0-9fa1-b3f10ec0b572 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:23.563 8 INFO cinder.api.openstack.wsgi [None req-c39d584e-4f4b-49e0-9fa1-b3f10ec0b572 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/64777713-8eb3-408c-9cbe-97e2f74b9397 returned with HTTP 200 [pid: 8|app: 0|req: 398/793] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:13:23 2026] GET /v3/e7d73b72b11244018e5943b86818a1c5/volumes/64777713-8eb3-408c-9cbe-97e2f74b9397 => generated 1527 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 286 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, ' 2026-06-30 19:13:24.593 7 INFO cinder.api.openstack.wsgi [None req-d95d54c3-7f69-444e-bffc-4c67f62e0f88 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/64777713-8eb3-408c-9cbe-97e2f74b9397 2026-06-30 19:13:24.601 7 INFO cinder.api.openstack.wsgi [None req-d95d54c3-7f69-444e-bffc-4c67f62e0f88 8c5daf47a746408d90b477e1a5712722 e7d73b72b11244018e5943b86818a1c5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/e7d73b72b11244018e5943b86818a1c5/volumes/64777713-8eb3-408c-9cbe-97e2f74b9397 returned with HTTP 404 [pid: 7|app: 0|req: 396/794] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:13:24 2026] GET /v3/e7d73b72b11244018e5943b86818a1c5/volumes/64777713-8eb3-408c-9cbe-97e2f74b9397 => generated 109 bytes in 19 msecs (HTTP/1.1 404) 7 headers in 292 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, ' 2026-06-30 19:13:27.545 8 INFO cinder.api.openstack.wsgi [None req-44a12c6c-41b9-4922-ace1-5faa593e4bbf 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes 2026-06-30 19:13:27.571 8 INFO cinder.volume.api [None req-44a12c6c-41b9-4922-ace1-5faa593e4bbf 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] Get all volumes completed successfully. 2026-06-30 19:13:27.572 8 INFO cinder.api.openstack.wsgi [None req-44a12c6c-41b9-4922-ace1-5faa593e4bbf 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes returned with HTTP 200 [pid: 8|app: 0|req: 399/795] 10.0.0.82 () {32 vars in 700 bytes} [Tue Jun 30 19:13:27 2026] GET /v3/39e8efb10a00414d84d836fca2d26dd3/volumes => generated 15 bytes in 165 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:13:27.589 7 INFO cinder.api.openstack.wsgi [None req-d19754bb-8390-4c34-a5f0-b2d4f950644f 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes 2026-06-30 19:13:27.593 7 INFO cinder.api.v3.volumes [None req-d19754bb-8390-4c34-a5f0-b2d4f950644f 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] Create volume of 1 GB 2026-06-30 19:13:27.597 7 INFO cinder.volume.api [None req-d19754bb-8390-4c34-a5f0-b2d4f950644f 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] Availability Zones retrieved successfully. 2026-06-30 19:13:27.789 7 INFO cinder.volume.api [None req-d19754bb-8390-4c34-a5f0-b2d4f950644f 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] Create volume request issued successfully. 2026-06-30 19:13:27.790 7 INFO cinder.api.openstack.wsgi [None req-d19754bb-8390-4c34-a5f0-b2d4f950644f 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes returned with HTTP 202 [pid: 7|app: 0|req: 397/796] 10.0.0.82 () {34 vars in 722 bytes} [Tue Jun 30 19:13:27 2026] POST /v3/39e8efb10a00414d84d836fca2d26dd3/volumes => generated 875 bytes in 207 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) 2026-06-30 19:13:27.811 8 INFO cinder.api.openstack.wsgi [None req-a014e3e1-64f5-4cbe-8835-7956014a67cb 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes/871dd500-d7fa-451f-b453-30508c5e4e35 /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-06-30 19:13:27.825 8 INFO cinder.volume.api [None req-a014e3e1-64f5-4cbe-8835-7956014a67cb 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:27.832 8 INFO cinder.api.openstack.wsgi [None req-a014e3e1-64f5-4cbe-8835-7956014a67cb 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes/871dd500-d7fa-451f-b453-30508c5e4e35 returned with HTTP 200 [pid: 8|app: 0|req: 400/797] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:13:27 2026] GET /v3/39e8efb10a00414d84d836fca2d26dd3/volumes/871dd500-d7fa-451f-b453-30508c5e4e35 => generated 943 bytes in 28 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: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:13:28.849 7 INFO cinder.api.openstack.wsgi [None req-86f7a144-d015-4e7c-96fe-44e4aa7a6951 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes/871dd500-d7fa-451f-b453-30508c5e4e35 /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-06-30 19:13:28.862 7 INFO cinder.volume.api [None req-86f7a144-d015-4e7c-96fe-44e4aa7a6951 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:28.867 7 INFO cinder.api.openstack.wsgi [None req-86f7a144-d015-4e7c-96fe-44e4aa7a6951 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes/871dd500-d7fa-451f-b453-30508c5e4e35 returned with HTTP 200 [pid: 7|app: 0|req: 398/798] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:13:28 2026] GET /v3/39e8efb10a00414d84d836fca2d26dd3/volumes/871dd500-d7fa-451f-b453-30508c5e4e35 => generated 968 bytes in 23 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: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:13:28.889 8 INFO cinder.api.openstack.wsgi [None req-f4dcb5bc-928f-450b-a7da-ed14ecd30d23 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes/871dd500-d7fa-451f-b453-30508c5e4e35 /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-06-30 19:13:28.904 8 INFO cinder.volume.api [None req-f4dcb5bc-928f-450b-a7da-ed14ecd30d23 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:28.909 8 INFO cinder.api.openstack.wsgi [None req-f4dcb5bc-928f-450b-a7da-ed14ecd30d23 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes/871dd500-d7fa-451f-b453-30508c5e4e35 returned with HTTP 200 [pid: 8|app: 0|req: 401/799] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:13:28 2026] GET /v3/39e8efb10a00414d84d836fca2d26dd3/volumes/871dd500-d7fa-451f-b453-30508c5e4e35 => generated 968 bytes in 26 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: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:13:28.927 7 INFO cinder.api.openstack.wsgi [None req-89279b48-e7b9-4dc1-92a8-259fa08a0aa8 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes 2026-06-30 19:13:28.930 7 INFO cinder.api.v3.volumes [None req-89279b48-e7b9-4dc1-92a8-259fa08a0aa8 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] Create volume of 1 GB 2026-06-30 19:13:28.936 7 INFO cinder.volume.api [None req-89279b48-e7b9-4dc1-92a8-259fa08a0aa8 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] Availability Zones retrieved successfully. 2026-06-30 19:13:29.078 7 INFO cinder.volume.api [None req-89279b48-e7b9-4dc1-92a8-259fa08a0aa8 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] Create volume request issued successfully. 2026-06-30 19:13:29.079 7 INFO cinder.api.openstack.wsgi [None req-89279b48-e7b9-4dc1-92a8-259fa08a0aa8 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes returned with HTTP 202 [pid: 7|app: 0|req: 399/800] 10.0.0.82 () {34 vars in 722 bytes} [Tue Jun 30 19:13:28 2026] POST /v3/39e8efb10a00414d84d836fca2d26dd3/volumes => generated 875 bytes in 158 msecs (HTTP/1.1 202) 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, ' 2026-06-30 19:13:29.103 8 INFO cinder.api.openstack.wsgi [None req-b9d15ffe-b0a6-4be7-8fe4-a1d57a649092 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes/b4ebb793-bf1a-4e8f-83f3-42ead5531e4d /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-06-30 19:13:29.116 8 INFO cinder.volume.api [None req-b9d15ffe-b0a6-4be7-8fe4-a1d57a649092 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:29.122 8 INFO cinder.api.openstack.wsgi [None req-b9d15ffe-b0a6-4be7-8fe4-a1d57a649092 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes/b4ebb793-bf1a-4e8f-83f3-42ead5531e4d returned with HTTP 200 [pid: 8|app: 0|req: 402/801] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:13:29 2026] GET /v3/39e8efb10a00414d84d836fca2d26dd3/volumes/b4ebb793-bf1a-4e8f-83f3-42ead5531e4d => generated 943 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:13:29.521 8 INFO cinder.api.openstack.wsgi [None req-b9d15ffe-b0a6-4be7-8fe4-a1d57a649092 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:13:29.521 7 INFO cinder.api.openstack.wsgi [None req-89279b48-e7b9-4dc1-92a8-259fa08a0aa8 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:13:29.522 8 INFO cinder.api.openstack.wsgi [None req-b9d15ffe-b0a6-4be7-8fe4-a1d57a649092 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:13:29.522 7 INFO cinder.api.openstack.wsgi [None req-89279b48-e7b9-4dc1-92a8-259fa08a0aa8 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] http://10.0.0.30: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, ' 2026-06-30 19:13:30.145 8 INFO cinder.api.openstack.wsgi [None req-d721d95f-2657-405e-8bd4-525d34ac3e51 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes/b4ebb793-bf1a-4e8f-83f3-42ead5531e4d /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-06-30 19:13:30.159 8 INFO cinder.volume.api [None req-d721d95f-2657-405e-8bd4-525d34ac3e51 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:30.163 8 INFO cinder.api.openstack.wsgi [None req-d721d95f-2657-405e-8bd4-525d34ac3e51 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes/b4ebb793-bf1a-4e8f-83f3-42ead5531e4d returned with HTTP 200 [pid: 8|app: 0|req: 404/804] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:13:30 2026] GET /v3/39e8efb10a00414d84d836fca2d26dd3/volumes/b4ebb793-bf1a-4e8f-83f3-42ead5531e4d => generated 968 bytes in 24 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: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:13:30.183 7 INFO cinder.api.openstack.wsgi [None req-2f4972b7-0b12-409e-b50a-7515d0502d59 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes/b4ebb793-bf1a-4e8f-83f3-42ead5531e4d /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-06-30 19:13:30.202 7 INFO cinder.volume.api [None req-2f4972b7-0b12-409e-b50a-7515d0502d59 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:30.208 7 INFO cinder.api.openstack.wsgi [None req-2f4972b7-0b12-409e-b50a-7515d0502d59 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes/b4ebb793-bf1a-4e8f-83f3-42ead5531e4d returned with HTTP 200 [pid: 7|app: 0|req: 401/805] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:13:30 2026] GET /v3/39e8efb10a00414d84d836fca2d26dd3/volumes/b4ebb793-bf1a-4e8f-83f3-42ead5531e4d => generated 968 bytes in 31 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: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:13:30.228 8 INFO cinder.api.openstack.wsgi [None req-86a8a440-5b76-490b-a92d-906012af89ef 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes 2026-06-30 19:13:30.231 8 INFO cinder.api.v3.volumes [None req-86a8a440-5b76-490b-a92d-906012af89ef 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] Create volume of 1 GB 2026-06-30 19:13:30.237 8 INFO cinder.volume.api [None req-86a8a440-5b76-490b-a92d-906012af89ef 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] Availability Zones retrieved successfully. 2026-06-30 19:13:30.371 8 INFO cinder.volume.api [None req-86a8a440-5b76-490b-a92d-906012af89ef 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] Create volume request issued successfully. 2026-06-30 19:13:30.372 8 INFO cinder.api.openstack.wsgi [None req-86a8a440-5b76-490b-a92d-906012af89ef 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes returned with HTTP 202 [pid: 8|app: 0|req: 405/806] 10.0.0.82 () {34 vars in 722 bytes} [Tue Jun 30 19:13:30 2026] POST /v3/39e8efb10a00414d84d836fca2d26dd3/volumes => generated 876 bytes in 151 msecs (HTTP/1.1 202) 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, ' 2026-06-30 19:13:30.389 7 INFO cinder.api.openstack.wsgi [None req-66dccdaf-44a9-4536-870c-cbc5c3565c8f 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes/c5fe3402-5139-4525-bcbd-905f8fc5eeb7 /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-06-30 19:13:30.406 7 INFO cinder.volume.api [None req-66dccdaf-44a9-4536-870c-cbc5c3565c8f 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:30.411 7 INFO cinder.api.openstack.wsgi [None req-66dccdaf-44a9-4536-870c-cbc5c3565c8f 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes/c5fe3402-5139-4525-bcbd-905f8fc5eeb7 returned with HTTP 200 [pid: 7|app: 0|req: 402/807] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:13:30 2026] GET /v3/39e8efb10a00414d84d836fca2d26dd3/volumes/c5fe3402-5139-4525-bcbd-905f8fc5eeb7 => generated 944 bytes in 29 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: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:13:30.744 8 INFO cinder.api.openstack.wsgi [None req-e7901c90-c597-4521-8e0b-4146390ed393 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes 2026-06-30 19:13:30.859 8 INFO cinder.api.v3.volumes [None req-e7901c90-c597-4521-8e0b-4146390ed393 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Create volume of 16 GB /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-06-30 19:13:30.868 8 INFO cinder.volume.api [None req-e7901c90-c597-4521-8e0b-4146390ed393 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Availability Zones retrieved successfully. 2026-06-30 19:13:31.215 8 INFO cinder.volume.api [None req-e7901c90-c597-4521-8e0b-4146390ed393 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Create volume request issued successfully. 2026-06-30 19:13:31.216 8 INFO cinder.api.openstack.wsgi [None req-e7901c90-c597-4521-8e0b-4146390ed393 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes returned with HTTP 202 [pid: 8|app: 0|req: 406/808] 199.204.45.129 () {34 vars in 734 bytes} [Tue Jun 30 19:13:30 2026] POST /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes => generated 846 bytes in 507 msecs (HTTP/1.1 202) 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, ' 2026-06-30 19:13:31.229 7 INFO cinder.api.openstack.wsgi [req-e7901c90-c597-4521-8e0b-4146390ed393 req-59273128-e24a-420a-b05e-d9732976d385 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/6e2b682f-8261-49ee-b944-df241c2aaf22 /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-06-30 19:13:31.263 7 INFO cinder.volume.api [req-e7901c90-c597-4521-8e0b-4146390ed393 req-59273128-e24a-420a-b05e-d9732976d385 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:31.266 7 INFO cinder.api.openstack.wsgi [req-e7901c90-c597-4521-8e0b-4146390ed393 req-59273128-e24a-420a-b05e-d9732976d385 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/6e2b682f-8261-49ee-b944-df241c2aaf22 returned with HTTP 200 [pid: 7|app: 0|req: 403/809] 199.204.45.129 () {32 vars in 825 bytes} [Tue Jun 30 19:13:31 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/6e2b682f-8261-49ee-b944-df241c2aaf22 => generated 1025 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 286 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, ' 2026-06-30 19:13:31.431 8 INFO cinder.api.openstack.wsgi [None req-e00db21e-c4cf-4f4e-a704-0ddccc463fe2 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes/c5fe3402-5139-4525-bcbd-905f8fc5eeb7 /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-06-30 19:13:31.445 8 INFO cinder.volume.api [None req-e00db21e-c4cf-4f4e-a704-0ddccc463fe2 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:31.449 8 INFO cinder.api.openstack.wsgi [None req-e00db21e-c4cf-4f4e-a704-0ddccc463fe2 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes/c5fe3402-5139-4525-bcbd-905f8fc5eeb7 returned with HTTP 200 [pid: 8|app: 0|req: 407/810] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:13:31 2026] GET /v3/39e8efb10a00414d84d836fca2d26dd3/volumes/c5fe3402-5139-4525-bcbd-905f8fc5eeb7 => generated 969 bytes in 24 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: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:13:31.472 7 INFO cinder.api.openstack.wsgi [None req-4101cd2a-fa68-4908-9136-0350a10ff514 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes/c5fe3402-5139-4525-bcbd-905f8fc5eeb7 /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-06-30 19:13:31.486 7 INFO cinder.volume.api [None req-4101cd2a-fa68-4908-9136-0350a10ff514 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:31.492 7 INFO cinder.api.openstack.wsgi [None req-4101cd2a-fa68-4908-9136-0350a10ff514 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes/c5fe3402-5139-4525-bcbd-905f8fc5eeb7 returned with HTTP 200 [pid: 7|app: 0|req: 404/811] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:13:31 2026] GET /v3/39e8efb10a00414d84d836fca2d26dd3/volumes/c5fe3402-5139-4525-bcbd-905f8fc5eeb7 => generated 969 bytes in 27 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: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:13:31.513 8 INFO cinder.api.openstack.wsgi [None req-08e0f686-8b10-4b09-8989-fb8170582fb1 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes 2026-06-30 19:13:31.525 8 INFO cinder.volume.api [None req-08e0f686-8b10-4b09-8989-fb8170582fb1 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] Get all volumes completed successfully. 2026-06-30 19:13:31.525 8 INFO cinder.api.openstack.wsgi [None req-08e0f686-8b10-4b09-8989-fb8170582fb1 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes returned with HTTP 200 [pid: 8|app: 0|req: 408/812] 10.0.0.82 () {32 vars in 700 bytes} [Tue Jun 30 19:13:31 2026] GET /v3/39e8efb10a00414d84d836fca2d26dd3/volumes => generated 1322 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 286 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, ' 2026-06-30 19:13:31.540 7 INFO cinder.api.openstack.wsgi [None req-f64c3d1e-60f8-4c06-a70d-c81fdebcddf3 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes/c5fe3402-5139-4525-bcbd-905f8fc5eeb7 /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-06-30 19:13:31.556 7 INFO cinder.volume.api [None req-f64c3d1e-60f8-4c06-a70d-c81fdebcddf3 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:31.565 7 INFO cinder.api.openstack.wsgi [None req-f64c3d1e-60f8-4c06-a70d-c81fdebcddf3 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes/c5fe3402-5139-4525-bcbd-905f8fc5eeb7 returned with HTTP 200 [pid: 7|app: 0|req: 405/813] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:13:31 2026] GET /v3/39e8efb10a00414d84d836fca2d26dd3/volumes/c5fe3402-5139-4525-bcbd-905f8fc5eeb7 => generated 969 bytes in 34 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: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:13:31.585 8 INFO cinder.api.openstack.wsgi [None req-609d2c4c-4627-4001-ae0e-17d8d9becd07 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes/c5fe3402-5139-4525-bcbd-905f8fc5eeb7 2026-06-30 19:13:31.586 8 INFO cinder.api.v3.volumes [None req-609d2c4c-4627-4001-ae0e-17d8d9becd07 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] Delete volume with id: c5fe3402-5139-4525-bcbd-905f8fc5eeb7 /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-06-30 19:13:31.595 8 INFO cinder.volume.api [None req-609d2c4c-4627-4001-ae0e-17d8d9becd07 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:31.620 8 INFO cinder.volume.api [None req-609d2c4c-4627-4001-ae0e-17d8d9becd07 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] Delete volume request issued successfully. 2026-06-30 19:13:31.621 8 INFO cinder.api.openstack.wsgi [None req-609d2c4c-4627-4001-ae0e-17d8d9becd07 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes/c5fe3402-5139-4525-bcbd-905f8fc5eeb7 returned with HTTP 202 [pid: 8|app: 0|req: 409/814] 10.0.0.82 () {32 vars in 777 bytes} [Tue Jun 30 19:13:31 2026] DELETE /v3/39e8efb10a00414d84d836fca2d26dd3/volumes/c5fe3402-5139-4525-bcbd-905f8fc5eeb7 => generated 0 bytes in 42 msecs (HTTP/1.1 202) 6 headers in 233 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, ' 2026-06-30 19:13:31.630 7 INFO cinder.api.openstack.wsgi [None req-5f9b8a5f-a927-495d-8941-3f18adb4d29f 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes/c5fe3402-5139-4525-bcbd-905f8fc5eeb7 /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-06-30 19:13:31.649 7 INFO cinder.volume.api [None req-5f9b8a5f-a927-495d-8941-3f18adb4d29f 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:31.656 7 INFO cinder.api.openstack.wsgi [None req-5f9b8a5f-a927-495d-8941-3f18adb4d29f 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes/c5fe3402-5139-4525-bcbd-905f8fc5eeb7 returned with HTTP 200 [pid: 7|app: 0|req: 406/815] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:13:31 2026] GET /v3/39e8efb10a00414d84d836fca2d26dd3/volumes/c5fe3402-5139-4525-bcbd-905f8fc5eeb7 => generated 968 bytes in 31 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: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:13:32.675 8 INFO cinder.api.openstack.wsgi [None req-b34c5c95-84b7-4339-93d5-d0b1187752ff 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes/c5fe3402-5139-4525-bcbd-905f8fc5eeb7 2026-06-30 19:13:32.684 8 INFO cinder.api.openstack.wsgi [None req-b34c5c95-84b7-4339-93d5-d0b1187752ff 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes/c5fe3402-5139-4525-bcbd-905f8fc5eeb7 returned with HTTP 404 [pid: 8|app: 0|req: 410/816] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:13:32 2026] GET /v3/39e8efb10a00414d84d836fca2d26dd3/volumes/c5fe3402-5139-4525-bcbd-905f8fc5eeb7 => generated 109 bytes in 14 msecs (HTTP/1.1 404) 7 headers in 292 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, ' 2026-06-30 19:13:32.696 7 INFO cinder.api.openstack.wsgi [None req-ab3b3e28-ac69-49e6-a8e3-86b793282775 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes/b4ebb793-bf1a-4e8f-83f3-42ead5531e4d /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-06-30 19:13:32.736 7 INFO cinder.volume.api [None req-ab3b3e28-ac69-49e6-a8e3-86b793282775 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:32.748 7 INFO cinder.api.openstack.wsgi [None req-ab3b3e28-ac69-49e6-a8e3-86b793282775 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes/b4ebb793-bf1a-4e8f-83f3-42ead5531e4d returned with HTTP 200 [pid: 7|app: 0|req: 407/817] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:13:32 2026] GET /v3/39e8efb10a00414d84d836fca2d26dd3/volumes/b4ebb793-bf1a-4e8f-83f3-42ead5531e4d => generated 968 bytes in 59 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:13:32.767 8 INFO cinder.api.openstack.wsgi [None req-17ddd2d6-6f87-4752-b522-19c5f09a8cc9 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes/b4ebb793-bf1a-4e8f-83f3-42ead5531e4d 2026-06-30 19:13:32.768 8 INFO cinder.api.v3.volumes [None req-17ddd2d6-6f87-4752-b522-19c5f09a8cc9 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] Delete volume with id: b4ebb793-bf1a-4e8f-83f3-42ead5531e4d /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-06-30 19:13:32.780 8 INFO cinder.volume.api [None req-17ddd2d6-6f87-4752-b522-19c5f09a8cc9 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:32.806 8 INFO cinder.volume.api [None req-17ddd2d6-6f87-4752-b522-19c5f09a8cc9 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] Delete volume request issued successfully. 2026-06-30 19:13:32.806 8 INFO cinder.api.openstack.wsgi [None req-17ddd2d6-6f87-4752-b522-19c5f09a8cc9 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes/b4ebb793-bf1a-4e8f-83f3-42ead5531e4d returned with HTTP 202 [pid: 8|app: 0|req: 411/818] 10.0.0.82 () {32 vars in 777 bytes} [Tue Jun 30 19:13:32 2026] DELETE /v3/39e8efb10a00414d84d836fca2d26dd3/volumes/b4ebb793-bf1a-4e8f-83f3-42ead5531e4d => generated 0 bytes in 46 msecs (HTTP/1.1 202) 6 headers in 233 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, ' 2026-06-30 19:13:32.817 7 INFO cinder.api.openstack.wsgi [None req-c17171ce-063e-4042-9f6c-cf75254b4121 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes/b4ebb793-bf1a-4e8f-83f3-42ead5531e4d /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-06-30 19:13:32.842 7 INFO cinder.volume.api [None req-c17171ce-063e-4042-9f6c-cf75254b4121 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:32.849 7 INFO cinder.api.openstack.wsgi [None req-c17171ce-063e-4042-9f6c-cf75254b4121 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes/b4ebb793-bf1a-4e8f-83f3-42ead5531e4d returned with HTTP 200 [pid: 7|app: 0|req: 408/819] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:13:32 2026] GET /v3/39e8efb10a00414d84d836fca2d26dd3/volumes/b4ebb793-bf1a-4e8f-83f3-42ead5531e4d => generated 967 bytes in 39 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: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:13:33.869 8 INFO cinder.api.openstack.wsgi [None req-18a7dbfe-c7ca-4103-aad8-ab34f85664b3 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes/b4ebb793-bf1a-4e8f-83f3-42ead5531e4d 2026-06-30 19:13:33.877 8 INFO cinder.api.openstack.wsgi [None req-18a7dbfe-c7ca-4103-aad8-ab34f85664b3 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes/b4ebb793-bf1a-4e8f-83f3-42ead5531e4d returned with HTTP 404 [pid: 8|app: 0|req: 412/820] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:13:33 2026] GET /v3/39e8efb10a00414d84d836fca2d26dd3/volumes/b4ebb793-bf1a-4e8f-83f3-42ead5531e4d => generated 109 bytes in 14 msecs (HTTP/1.1 404) 7 headers in 292 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, ' 2026-06-30 19:13:33.885 7 INFO cinder.api.openstack.wsgi [None req-dd222ee2-9dab-4332-bf15-889cce47c3bc 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes/871dd500-d7fa-451f-b453-30508c5e4e35 /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-06-30 19:13:34.055 7 INFO cinder.volume.api [None req-dd222ee2-9dab-4332-bf15-889cce47c3bc 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:34.060 7 INFO cinder.api.openstack.wsgi [None req-dd222ee2-9dab-4332-bf15-889cce47c3bc 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes/871dd500-d7fa-451f-b453-30508c5e4e35 returned with HTTP 200 [pid: 7|app: 0|req: 409/821] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:13:33 2026] GET /v3/39e8efb10a00414d84d836fca2d26dd3/volumes/871dd500-d7fa-451f-b453-30508c5e4e35 => generated 968 bytes in 179 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:13:34.082 8 INFO cinder.api.openstack.wsgi [None req-a07eee01-c741-4cbb-bed0-a38d57f742a4 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes/871dd500-d7fa-451f-b453-30508c5e4e35 2026-06-30 19:13:34.083 8 INFO cinder.api.v3.volumes [None req-a07eee01-c741-4cbb-bed0-a38d57f742a4 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] Delete volume with id: 871dd500-d7fa-451f-b453-30508c5e4e35 /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-06-30 19:13:34.095 8 INFO cinder.volume.api [None req-a07eee01-c741-4cbb-bed0-a38d57f742a4 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:34.119 8 INFO cinder.volume.api [None req-a07eee01-c741-4cbb-bed0-a38d57f742a4 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] Delete volume request issued successfully. 2026-06-30 19:13:34.120 8 INFO cinder.api.openstack.wsgi [None req-a07eee01-c741-4cbb-bed0-a38d57f742a4 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes/871dd500-d7fa-451f-b453-30508c5e4e35 returned with HTTP 202 [pid: 8|app: 0|req: 413/822] 10.0.0.82 () {32 vars in 777 bytes} [Tue Jun 30 19:13:34 2026] DELETE /v3/39e8efb10a00414d84d836fca2d26dd3/volumes/871dd500-d7fa-451f-b453-30508c5e4e35 => generated 0 bytes in 47 msecs (HTTP/1.1 202) 6 headers in 233 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, ' 2026-06-30 19:13:34.131 7 INFO cinder.api.openstack.wsgi [None req-d75bff3a-58a9-41b9-a2bf-9b91b91c4ea9 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes/871dd500-d7fa-451f-b453-30508c5e4e35 /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-06-30 19:13:34.145 7 INFO cinder.volume.api [None req-d75bff3a-58a9-41b9-a2bf-9b91b91c4ea9 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:34.150 7 INFO cinder.api.openstack.wsgi [None req-d75bff3a-58a9-41b9-a2bf-9b91b91c4ea9 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes/871dd500-d7fa-451f-b453-30508c5e4e35 returned with HTTP 200 [pid: 7|app: 0|req: 410/823] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:13:34 2026] GET /v3/39e8efb10a00414d84d836fca2d26dd3/volumes/871dd500-d7fa-451f-b453-30508c5e4e35 => generated 967 bytes in 23 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: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:13:35.171 8 INFO cinder.api.openstack.wsgi [None req-38e70c41-308a-4518-9e27-df28f9c0a04f 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes/871dd500-d7fa-451f-b453-30508c5e4e35 2026-06-30 19:13:35.179 8 INFO cinder.api.openstack.wsgi [None req-38e70c41-308a-4518-9e27-df28f9c0a04f 037e5a00b30f45e397ee7bcc949c0698 39e8efb10a00414d84d836fca2d26dd3 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/39e8efb10a00414d84d836fca2d26dd3/volumes/871dd500-d7fa-451f-b453-30508c5e4e35 returned with HTTP 404 [pid: 8|app: 0|req: 414/824] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:13:35 2026] GET /v3/39e8efb10a00414d84d836fca2d26dd3/volumes/871dd500-d7fa-451f-b453-30508c5e4e35 => generated 109 bytes in 15 msecs (HTTP/1.1 404) 7 headers in 292 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, ' 2026-06-30 19:13:36.279 7 INFO cinder.api.openstack.wsgi [req-e7901c90-c597-4521-8e0b-4146390ed393 req-44e3c991-0b39-4aff-a6d3-64a657d32690 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/6e2b682f-8261-49ee-b944-df241c2aaf22 /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-06-30 19:13:36.292 7 INFO cinder.volume.api [req-e7901c90-c597-4521-8e0b-4146390ed393 req-44e3c991-0b39-4aff-a6d3-64a657d32690 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:36.298 7 INFO cinder.api.openstack.wsgi [req-e7901c90-c597-4521-8e0b-4146390ed393 req-44e3c991-0b39-4aff-a6d3-64a657d32690 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/6e2b682f-8261-49ee-b944-df241c2aaf22 returned with HTTP 200 [pid: 7|app: 0|req: 411/825] 199.204.45.129 () {32 vars in 825 bytes} [Tue Jun 30 19:13:36 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/6e2b682f-8261-49ee-b944-df241c2aaf22 => generated 1675 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-06-30 19:13:36.800 8 INFO cinder.api.openstack.wsgi [req-a7495dab-6650-45c4-9ee6-de6325232c79 req-b915956b-a0e9-4eb6-bbdf-1daba83ccb01 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/6e2b682f-8261-49ee-b944-df241c2aaf22 /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-06-30 19:13:36.817 8 INFO cinder.volume.api [req-a7495dab-6650-45c4-9ee6-de6325232c79 req-b915956b-a0e9-4eb6-bbdf-1daba83ccb01 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:36.824 8 INFO cinder.api.openstack.wsgi [req-a7495dab-6650-45c4-9ee6-de6325232c79 req-b915956b-a0e9-4eb6-bbdf-1daba83ccb01 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/6e2b682f-8261-49ee-b944-df241c2aaf22 returned with HTTP 200 [pid: 8|app: 0|req: 415/826] 10.0.0.23 () {34 vars in 1027 bytes} [Tue Jun 30 19:13:36 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/6e2b682f-8261-49ee-b944-df241c2aaf22 => generated 1675 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 286 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, ' 2026-06-30 19:13:37.288 7 INFO cinder.api.openstack.wsgi [req-a7495dab-6650-45c4-9ee6-de6325232c79 req-f739988c-281b-490c-8490-eb1ba698795d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/6e2b682f-8261-49ee-b944-df241c2aaf22 /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-06-30 19:13:37.304 7 INFO cinder.volume.api [req-a7495dab-6650-45c4-9ee6-de6325232c79 req-f739988c-281b-490c-8490-eb1ba698795d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:37.310 7 INFO cinder.api.openstack.wsgi [req-a7495dab-6650-45c4-9ee6-de6325232c79 req-f739988c-281b-490c-8490-eb1ba698795d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/6e2b682f-8261-49ee-b944-df241c2aaf22 returned with HTTP 200 [pid: 7|app: 0|req: 412/827] 10.0.0.23 () {34 vars in 1027 bytes} [Tue Jun 30 19:13:37 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/6e2b682f-8261-49ee-b944-df241c2aaf22 => generated 1675 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-06-30 19:13:37.319 8 INFO cinder.api.openstack.wsgi [req-a7495dab-6650-45c4-9ee6-de6325232c79 req-b915956b-a0e9-4eb6-bbdf-1daba83ccb01 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-06-30 19:13:37.320 8 INFO cinder.api.openstack.wsgi [req-a7495dab-6650-45c4-9ee6-de6325232c79 req-b915956b-a0e9-4eb6-bbdf-1daba83ccb01 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 8|app: 0|req: 416/828] 10.0.0.23 () {32 vars in 828 bytes} [Tue Jun 30 19:13:37 2026] GET / => generated 411 bytes in 2 msecs (HTTP/1.1 300) 5 headers in 169 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, ' 2026-06-30 19:13:37.332 7 INFO cinder.api.openstack.wsgi [req-a7495dab-6650-45c4-9ee6-de6325232c79 req-4dc8fbbe-c3cd-4be8-846b-e5dd90a594d5 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/attachments /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-06-30 19:13:37.377 7 INFO cinder.api.openstack.wsgi [req-a7495dab-6650-45c4-9ee6-de6325232c79 req-4dc8fbbe-c3cd-4be8-846b-e5dd90a594d5 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/attachments returned with HTTP 200 [pid: 7|app: 0|req: 413/829] 10.0.0.23 () {40 vars in 1056 bytes} [Tue Jun 30 19:13:37 2026] POST /v3/aff3b1073c7b40f7a6256f7973d19cd2/attachments => generated 273 bytes in 53 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-06-30 19:13:39.279 8 INFO cinder.api.openstack.wsgi [req-a7495dab-6650-45c4-9ee6-de6325232c79 req-b915956b-a0e9-4eb6-bbdf-1daba83ccb01 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-06-30 19:13:39.280 8 INFO cinder.api.openstack.wsgi [req-a7495dab-6650-45c4-9ee6-de6325232c79 req-b915956b-a0e9-4eb6-bbdf-1daba83ccb01 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 8|app: 0|req: 417/830] 10.0.0.219 () {28 vars in 376 bytes} [Tue Jun 30 19:13:39 2026] GET / => generated 411 bytes in 2 msecs (HTTP/1.1 300) 5 headers in 169 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, ' 2026-06-30 19:13:39.292 7 INFO cinder.api.openstack.wsgi [None req-1e1def55-fafd-4af7-8a27-d2587523fb02 3bf7eeb78ac44a198683077cc8a760ec bf5a684dc3dc4c5280759a5d4f09741d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/bf5a684dc3dc4c5280759a5d4f09741d/limits?tenant_id=bf5a684dc3dc4c5280759a5d4f09741d /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-06-30 19:13:39.320 7 INFO cinder.api.openstack.wsgi [None req-1e1def55-fafd-4af7-8a27-d2587523fb02 3bf7eeb78ac44a198683077cc8a760ec bf5a684dc3dc4c5280759a5d4f09741d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/bf5a684dc3dc4c5280759a5d4f09741d/limits?tenant_id=bf5a684dc3dc4c5280759a5d4f09741d returned with HTTP 200 [pid: 7|app: 0|req: 414/831] 10.0.0.219 () {34 vars in 879 bytes} [Tue Jun 30 19:13:39 2026] GET /v3/bf5a684dc3dc4c5280759a5d4f09741d/limits?tenant_id=bf5a684dc3dc4c5280759a5d4f09741d => generated 302 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-06-30 19:13:39.521 7 INFO cinder.api.openstack.wsgi [None req-1e1def55-fafd-4af7-8a27-d2587523fb02 3bf7eeb78ac44a198683077cc8a760ec bf5a684dc3dc4c5280759a5d4f09741d - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:13:39.522 7 INFO cinder.api.openstack.wsgi [None req-1e1def55-fafd-4af7-8a27-d2587523fb02 3bf7eeb78ac44a198683077cc8a760ec bf5a684dc3dc4c5280759a5d4f09741d - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:13:39.522 8 INFO cinder.api.openstack.wsgi [req-a7495dab-6650-45c4-9ee6-de6325232c79 req-b915956b-a0e9-4eb6-bbdf-1daba83ccb01 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:13:39.523 8 INFO cinder.api.openstack.wsgi [req-a7495dab-6650-45c4-9ee6-de6325232c79 req-b915956b-a0e9-4eb6-bbdf-1daba83ccb01 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:13:40.712 7 INFO cinder.api.openstack.wsgi [req-e7901c90-c597-4521-8e0b-4146390ed393 req-9a726890-d508-4cdc-bfeb-7c1d3166f157 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/6e2b682f-8261-49ee-b944-df241c2aaf22 /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-06-30 19:13:40.736 7 INFO cinder.volume.api [req-e7901c90-c597-4521-8e0b-4146390ed393 req-9a726890-d508-4cdc-bfeb-7c1d3166f157 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:40.741 7 INFO cinder.api.openstack.wsgi [req-e7901c90-c597-4521-8e0b-4146390ed393 req-9a726890-d508-4cdc-bfeb-7c1d3166f157 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/6e2b682f-8261-49ee-b944-df241c2aaf22 returned with HTTP 200 [pid: 7|app: 0|req: 416/834] 199.204.45.129 () {32 vars in 825 bytes} [Tue Jun 30 19:13:40 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/6e2b682f-8261-49ee-b944-df241c2aaf22 => generated 1674 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-06-30 19:13:40.746 8 INFO cinder.api.openstack.wsgi [req-a7495dab-6650-45c4-9ee6-de6325232c79 req-b915956b-a0e9-4eb6-bbdf-1daba83ccb01 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-06-30 19:13:40.747 8 INFO cinder.api.openstack.wsgi [req-a7495dab-6650-45c4-9ee6-de6325232c79 req-b915956b-a0e9-4eb6-bbdf-1daba83ccb01 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 8|app: 0|req: 419/835] 10.0.0.219 () {28 vars in 376 bytes} [Tue Jun 30 19:13:40 2026] GET / => generated 411 bytes in 1 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) 2026-06-30 19:13:40.753 7 INFO cinder.api.openstack.wsgi [req-e7901c90-c597-4521-8e0b-4146390ed393 req-9a726890-d508-4cdc-bfeb-7c1d3166f157 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-06-30 19:13:40.754 7 INFO cinder.api.openstack.wsgi [req-e7901c90-c597-4521-8e0b-4146390ed393 req-9a726890-d508-4cdc-bfeb-7c1d3166f157 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 7|app: 0|req: 417/836] 10.0.0.219 () {28 vars in 376 bytes} [Tue Jun 30 19:13:40 2026] GET / => generated 411 bytes in 1 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) 2026-06-30 19:13:41.246 8 INFO cinder.api.openstack.wsgi [req-a7495dab-6650-45c4-9ee6-de6325232c79 req-b915956b-a0e9-4eb6-bbdf-1daba83ccb01 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-06-30 19:13:41.246 8 INFO cinder.api.openstack.wsgi [req-a7495dab-6650-45c4-9ee6-de6325232c79 req-b915956b-a0e9-4eb6-bbdf-1daba83ccb01 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 8|app: 0|req: 420/837] 10.0.0.219 () {28 vars in 376 bytes} [Tue Jun 30 19:13:41 2026] GET / => generated 411 bytes in 1 msecs (HTTP/1.1 300) 5 headers in 169 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, ' 2026-06-30 19:13:41.256 7 INFO cinder.api.openstack.wsgi [None req-0eebed8d-6d9b-4759-85ec-f0a47058eeaa 3bf7eeb78ac44a198683077cc8a760ec bf5a684dc3dc4c5280759a5d4f09741d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/bf5a684dc3dc4c5280759a5d4f09741d/limits?tenant_id=bf5a684dc3dc4c5280759a5d4f09741d 2026-06-30 19:13:41.277 7 INFO cinder.api.openstack.wsgi [None req-0eebed8d-6d9b-4759-85ec-f0a47058eeaa 3bf7eeb78ac44a198683077cc8a760ec bf5a684dc3dc4c5280759a5d4f09741d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/bf5a684dc3dc4c5280759a5d4f09741d/limits?tenant_id=bf5a684dc3dc4c5280759a5d4f09741d returned with HTTP 200 [pid: 7|app: 0|req: 418/838] 10.0.0.219 () {34 vars in 879 bytes} [Tue Jun 30 19:13:41 2026] GET /v3/bf5a684dc3dc4c5280759a5d4f09741d/limits?tenant_id=bf5a684dc3dc4c5280759a5d4f09741d => generated 302 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-06-30 19:13:42.717 8 INFO cinder.api.openstack.wsgi [req-a7495dab-6650-45c4-9ee6-de6325232c79 req-b915956b-a0e9-4eb6-bbdf-1daba83ccb01 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-06-30 19:13:42.718 8 INFO cinder.api.openstack.wsgi [req-a7495dab-6650-45c4-9ee6-de6325232c79 req-b915956b-a0e9-4eb6-bbdf-1daba83ccb01 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 8|app: 0|req: 421/839] 10.0.0.219 () {28 vars in 376 bytes} [Tue Jun 30 19:13:42 2026] GET / => generated 411 bytes in 3 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) 2026-06-30 19:13:42.725 7 INFO cinder.api.openstack.wsgi [None req-0eebed8d-6d9b-4759-85ec-f0a47058eeaa 3bf7eeb78ac44a198683077cc8a760ec bf5a684dc3dc4c5280759a5d4f09741d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-06-30 19:13:42.726 7 INFO cinder.api.openstack.wsgi [None req-0eebed8d-6d9b-4759-85ec-f0a47058eeaa 3bf7eeb78ac44a198683077cc8a760ec bf5a684dc3dc4c5280759a5d4f09741d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 7|app: 0|req: 419/840] 10.0.0.219 () {28 vars in 376 bytes} [Tue Jun 30 19:13:42 2026] GET / => generated 411 bytes in 3 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) 2026-06-30 19:13:42.800 8 INFO cinder.api.openstack.wsgi [req-a7495dab-6650-45c4-9ee6-de6325232c79 req-b915956b-a0e9-4eb6-bbdf-1daba83ccb01 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-06-30 19:13:42.801 8 INFO cinder.api.openstack.wsgi [req-a7495dab-6650-45c4-9ee6-de6325232c79 req-b915956b-a0e9-4eb6-bbdf-1daba83ccb01 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 8|app: 0|req: 422/841] 199.204.45.129 () {32 vars in 840 bytes} [Tue Jun 30 19:13:42 2026] GET / => generated 411 bytes in 2 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) 2026-06-30 19:13:42.814 7 INFO cinder.api.openstack.wsgi [req-a7495dab-6650-45c4-9ee6-de6325232c79 req-979c8ead-9016-4721-a184-39a532c6c4d2 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/6e2b682f-8261-49ee-b944-df241c2aaf22 /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-06-30 19:13:42.832 7 INFO cinder.volume.api [req-a7495dab-6650-45c4-9ee6-de6325232c79 req-979c8ead-9016-4721-a184-39a532c6c4d2 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:42.837 7 INFO cinder.api.openstack.wsgi [req-a7495dab-6650-45c4-9ee6-de6325232c79 req-979c8ead-9016-4721-a184-39a532c6c4d2 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/6e2b682f-8261-49ee-b944-df241c2aaf22 returned with HTTP 200 [pid: 7|app: 0|req: 420/842] 199.204.45.129 () {36 vars in 1073 bytes} [Tue Jun 30 19:13:42 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/6e2b682f-8261-49ee-b944-df241c2aaf22 => generated 1898 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 287 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, ' 2026-06-30 19:13:42.903 8 INFO cinder.api.openstack.wsgi [req-a7495dab-6650-45c4-9ee6-de6325232c79 req-1a24b078-b0de-484d-a5ba-db0f722daad7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/attachments/8a6fb5f8-ae00-4d84-b64d-9445c2963cec /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 ' /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, ' 2026-06-30 19:13:43.940 7 INFO cinder.api.openstack.wsgi [req-e7901c90-c597-4521-8e0b-4146390ed393 req-8637301b-3885-4b44-96c0-daaa8dfbb114 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/6e2b682f-8261-49ee-b944-df241c2aaf22 2026-06-30 19:13:43.943 8 INFO cinder.api.openstack.wsgi [req-a7495dab-6650-45c4-9ee6-de6325232c79 req-1a24b078-b0de-484d-a5ba-db0f722daad7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/attachments/8a6fb5f8-ae00-4d84-b64d-9445c2963cec returned with HTTP 200 [pid: 8|app: 0|req: 423/843] 199.204.45.129 () {40 vars in 1135 bytes} [Tue Jun 30 19:13:42 2026] PUT /v3/aff3b1073c7b40f7a6256f7973d19cd2/attachments/8a6fb5f8-ae00-4d84-b64d-9445c2963cec => generated 802 bytes in 1050 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /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-06-30 19:13:43.972 7 INFO cinder.volume.api [req-e7901c90-c597-4521-8e0b-4146390ed393 req-8637301b-3885-4b44-96c0-daaa8dfbb114 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:43.981 7 INFO cinder.api.openstack.wsgi [req-e7901c90-c597-4521-8e0b-4146390ed393 req-8637301b-3885-4b44-96c0-daaa8dfbb114 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/6e2b682f-8261-49ee-b944-df241c2aaf22 returned with HTTP 200 [pid: 7|app: 0|req: 421/844] 199.204.45.129 () {32 vars in 825 bytes} [Tue Jun 30 19:13:43 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/6e2b682f-8261-49ee-b944-df241c2aaf22 => generated 1675 bytes in 53 msecs (HTTP/1.1 200) 7 headers in 286 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, ' 2026-06-30 19:13:44.470 8 INFO cinder.api.openstack.wsgi [req-a7495dab-6650-45c4-9ee6-de6325232c79 req-5ecca1f3-0068-4071-9907-9ecf9d6ee4f1 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/attachments/8a6fb5f8-ae00-4d84-b64d-9445c2963cec/action /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-06-30 19:13:44.497 8 INFO cinder.api.openstack.wsgi [req-a7495dab-6650-45c4-9ee6-de6325232c79 req-5ecca1f3-0068-4071-9907-9ecf9d6ee4f1 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/attachments/8a6fb5f8-ae00-4d84-b64d-9445c2963cec/action returned with HTTP 204 [pid: 8|app: 0|req: 424/845] 199.204.45.129 () {40 vars in 1148 bytes} [Tue Jun 30 19:13:44 2026] POST /v3/aff3b1073c7b40f7a6256f7973d19cd2/attachments/8a6fb5f8-ae00-4d84-b64d-9445c2963cec/action => generated 0 bytes in 38 msecs (HTTP/1.1 204) 7 headers in 292 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, ' 2026-06-30 19:13:46.844 7 INFO cinder.api.openstack.wsgi [req-e7901c90-c597-4521-8e0b-4146390ed393 req-d6ea617a-cd5b-4e15-ac00-4b4581882a60 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/6e2b682f-8261-49ee-b944-df241c2aaf22 /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-06-30 19:13:46.862 7 INFO cinder.volume.api [req-e7901c90-c597-4521-8e0b-4146390ed393 req-d6ea617a-cd5b-4e15-ac00-4b4581882a60 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:46.867 7 INFO cinder.api.openstack.wsgi [req-e7901c90-c597-4521-8e0b-4146390ed393 req-d6ea617a-cd5b-4e15-ac00-4b4581882a60 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/6e2b682f-8261-49ee-b944-df241c2aaf22 returned with HTTP 200 [pid: 7|app: 0|req: 422/846] 199.204.45.129 () {32 vars in 825 bytes} [Tue Jun 30 19:13:46 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/6e2b682f-8261-49ee-b944-df241c2aaf22 => generated 1973 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-06-30 19:13:49.521 8 INFO cinder.api.openstack.wsgi [req-a7495dab-6650-45c4-9ee6-de6325232c79 req-5ecca1f3-0068-4071-9907-9ecf9d6ee4f1 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:13:49.521 7 INFO cinder.api.openstack.wsgi [req-e7901c90-c597-4521-8e0b-4146390ed393 req-d6ea617a-cd5b-4e15-ac00-4b4581882a60 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:13:49.522 8 INFO cinder.api.openstack.wsgi [req-a7495dab-6650-45c4-9ee6-de6325232c79 req-5ecca1f3-0068-4071-9907-9ecf9d6ee4f1 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:13:49.522 7 INFO cinder.api.openstack.wsgi [req-e7901c90-c597-4521-8e0b-4146390ed393 req-d6ea617a-cd5b-4e15-ac00-4b4581882a60 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30: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, ' 2026-06-30 19:13:50.123 8 INFO cinder.api.openstack.wsgi [req-e7901c90-c597-4521-8e0b-4146390ed393 req-5cd62a75-6940-49ac-9572-6f64766600a2 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/6e2b682f-8261-49ee-b944-df241c2aaf22 /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-06-30 19:13:50.142 8 INFO cinder.volume.api [req-e7901c90-c597-4521-8e0b-4146390ed393 req-5cd62a75-6940-49ac-9572-6f64766600a2 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:50.148 8 INFO cinder.api.openstack.wsgi [req-e7901c90-c597-4521-8e0b-4146390ed393 req-5cd62a75-6940-49ac-9572-6f64766600a2 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/6e2b682f-8261-49ee-b944-df241c2aaf22 returned with HTTP 200 [pid: 8|app: 0|req: 426/849] 199.204.45.129 () {32 vars in 825 bytes} [Tue Jun 30 19:13:50 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/6e2b682f-8261-49ee-b944-df241c2aaf22 => generated 1973 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 286 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, ' 2026-06-30 19:13:51.899 7 INFO cinder.api.openstack.wsgi [None req-e062320d-37fb-40f8-89e0-32ebeacbe173 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 19:13:51.919 7 INFO cinder.volume.api [None req-e062320d-37fb-40f8-89e0-32ebeacbe173 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. /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-06-30 19:13:51.926 7 INFO cinder.api.openstack.wsgi [None req-e062320d-37fb-40f8-89e0-32ebeacbe173 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 424/850] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 19:13:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 1976 bytes in 172 msecs (HTTP/1.1 200) 7 headers in 286 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, ' 2026-06-30 19:13:51.940 8 INFO cinder.api.openstack.wsgi [None req-9efd6579-6187-4a65-aab4-e1863f1351ef 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services 2026-06-30 19:13:51.946 8 INFO cinder.api.openstack.wsgi [None req-9efd6579-6187-4a65-aab4-e1863f1351ef 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services returned with HTTP 200 [pid: 8|app: 0|req: 427/851] 10.0.0.163 () {28 vars in 645 bytes} [Tue Jun 30 19:13:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services => generated 646 bytes in 15 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: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:13:51.958 7 INFO cinder.api.openstack.wsgi [None req-193c81f4-fdec-4a00-a8da-6a258b3c5f13 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true 2026-06-30 19:13:52.462 7 INFO cinder.api.openstack.wsgi [None req-193c81f4-fdec-4a00-a8da-6a258b3c5f13 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 425/852] 10.0.0.163 () {28 vars in 696 bytes} [Tue Jun 30 19:13:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true => generated 671 bytes in 512 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:13:52.516 8 INFO cinder.api.openstack.wsgi [None req-4d023780-1793-48fc-9d2b-b5c5df737960 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true 2026-06-30 19:13:52.536 8 INFO cinder.api.openstack.wsgi [None req-4d023780-1793-48fc-9d2b-b5c5df737960 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 428/853] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:13:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true => generated 845 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:13:52.546 7 INFO cinder.api.openstack.wsgi [None req-9717b2f8-250e-48bb-91a2-f846607d2582 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/1697c8ad410145c882d3fd2bbca6d7c8?usage=true 2026-06-30 19:13:52.572 7 INFO cinder.api.openstack.wsgi [None req-9717b2f8-250e-48bb-91a2-f846607d2582 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/1697c8ad410145c882d3fd2bbca6d7c8?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 426/854] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:13:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/1697c8ad410145c882d3fd2bbca6d7c8?usage=true => generated 847 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:13:52.586 8 INFO cinder.api.openstack.wsgi [None req-2bed996a-800c-4e4b-a84b-437ac71cc241 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/3b7d2885f64a43f8baff2f1478da2df7?usage=true 2026-06-30 19:13:52.611 8 INFO cinder.api.openstack.wsgi [None req-2bed996a-800c-4e4b-a84b-437ac71cc241 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/3b7d2885f64a43f8baff2f1478da2df7?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 429/855] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:13:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/3b7d2885f64a43f8baff2f1478da2df7?usage=true => generated 847 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:13:52.623 7 INFO cinder.api.openstack.wsgi [None req-fb262c42-82e3-4cc4-afa9-c8a7ace5d85d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/49f60bd7890e4419aa1092febdb7616c?usage=true 2026-06-30 19:13:52.654 7 INFO cinder.api.openstack.wsgi [None req-fb262c42-82e3-4cc4-afa9-c8a7ace5d85d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/49f60bd7890e4419aa1092febdb7616c?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 427/856] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:13:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/49f60bd7890e4419aa1092febdb7616c?usage=true => generated 847 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:13:52.668 8 INFO cinder.api.openstack.wsgi [None req-90d9f1f3-22cf-4b98-947b-c0cbea84b873 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/61d04e3f89ad4d7cb64dad8a889fe3fc?usage=true 2026-06-30 19:13:52.701 8 INFO cinder.api.openstack.wsgi [None req-90d9f1f3-22cf-4b98-947b-c0cbea84b873 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/61d04e3f89ad4d7cb64dad8a889fe3fc?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 430/857] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:13:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/61d04e3f89ad4d7cb64dad8a889fe3fc?usage=true => generated 847 bytes in 42 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:13:52.717 7 INFO cinder.api.openstack.wsgi [None req-0c070463-e300-481d-82a6-7584aefea787 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/71fd6185ae1d4509915ef4f7a708589c?usage=true 2026-06-30 19:13:52.738 7 INFO cinder.api.openstack.wsgi [None req-0c070463-e300-481d-82a6-7584aefea787 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/71fd6185ae1d4509915ef4f7a708589c?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 428/858] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:13:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/71fd6185ae1d4509915ef4f7a708589c?usage=true => generated 847 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:13:52.752 8 INFO cinder.api.openstack.wsgi [None req-a8be5cd2-8b67-4aaa-a2fe-2e5e8ee37d9a 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/806b0f7a28bc43939c579df0b8fcb0d5?usage=true 2026-06-30 19:13:52.802 8 INFO cinder.api.openstack.wsgi [None req-a8be5cd2-8b67-4aaa-a2fe-2e5e8ee37d9a 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/806b0f7a28bc43939c579df0b8fcb0d5?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 431/859] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:13:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/806b0f7a28bc43939c579df0b8fcb0d5?usage=true => generated 847 bytes in 61 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:13:52.814 7 INFO cinder.api.openstack.wsgi [None req-b53318d9-df4a-4cf2-bc26-44fb675cc1a2 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/920e413fa5e748cf988b7a8c78de85b2?usage=true 2026-06-30 19:13:52.836 7 INFO cinder.api.openstack.wsgi [None req-b53318d9-df4a-4cf2-bc26-44fb675cc1a2 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/920e413fa5e748cf988b7a8c78de85b2?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 429/860] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:13:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/920e413fa5e748cf988b7a8c78de85b2?usage=true => generated 847 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:13:52.845 8 INFO cinder.api.openstack.wsgi [None req-0f653e56-9a17-468d-836f-6b3348d4041c 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true 2026-06-30 19:13:52.865 8 INFO cinder.api.openstack.wsgi [None req-0f653e56-9a17-468d-836f-6b3348d4041c 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 432/861] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:13:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true => generated 847 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:13:52.878 7 INFO cinder.api.openstack.wsgi [None req-702355b2-34c4-4931-94cd-a48e087fd208 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/a2987946117149e3bd6cb8d66a967b9a?usage=true 2026-06-30 19:13:52.905 7 INFO cinder.api.openstack.wsgi [None req-702355b2-34c4-4931-94cd-a48e087fd208 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/a2987946117149e3bd6cb8d66a967b9a?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 430/862] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:13:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/a2987946117149e3bd6cb8d66a967b9a?usage=true => generated 847 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:13:52.916 8 INFO cinder.api.openstack.wsgi [None req-01c465e5-a88b-45be-ae82-a32e9c3d4cea 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/ae0a3ea53561406ca6cd7ae9d9e79eb0?usage=true 2026-06-30 19:13:52.943 8 INFO cinder.api.openstack.wsgi [None req-01c465e5-a88b-45be-ae82-a32e9c3d4cea 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/ae0a3ea53561406ca6cd7ae9d9e79eb0?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 433/863] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:13:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/ae0a3ea53561406ca6cd7ae9d9e79eb0?usage=true => generated 847 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:13:52.955 7 INFO cinder.api.openstack.wsgi [None req-3dc17a52-9685-4fc9-941b-3c0a384fe9f0 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aec1650496e248db8539f1fa045a6578?usage=true 2026-06-30 19:13:52.975 7 INFO cinder.api.openstack.wsgi [None req-3dc17a52-9685-4fc9-941b-3c0a384fe9f0 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aec1650496e248db8539f1fa045a6578?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 431/864] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:13:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aec1650496e248db8539f1fa045a6578?usage=true => generated 847 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:13:52.987 8 INFO cinder.api.openstack.wsgi [None req-0c058cac-ddf7-459a-b4c1-2d76f55c3037 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true 2026-06-30 19:13:53.022 8 INFO cinder.api.openstack.wsgi [None req-0c058cac-ddf7-459a-b4c1-2d76f55c3037 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 434/865] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:13:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true => generated 847 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:13:53.034 7 INFO cinder.api.openstack.wsgi [None req-e5bf2503-46dc-4ec4-a01c-da305b2d799e 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/cd2e34c04c97468a868c352ffc0c0f92?usage=true 2026-06-30 19:13:53.064 7 INFO cinder.api.openstack.wsgi [None req-e5bf2503-46dc-4ec4-a01c-da305b2d799e 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/cd2e34c04c97468a868c352ffc0c0f92?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 432/866] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:13:53 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/cd2e34c04c97468a868c352ffc0c0f92?usage=true => generated 847 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:13:53.075 8 INFO cinder.api.openstack.wsgi [None req-fc6d2442-e882-4134-b632-e66132b67846 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/fb72b6d46bdf4be1be95daf923fe15e4?usage=true 2026-06-30 19:13:53.097 8 INFO cinder.api.openstack.wsgi [None req-fc6d2442-e882-4134-b632-e66132b67846 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/fb72b6d46bdf4be1be95daf923fe15e4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 435/867] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:13:53 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/fb72b6d46bdf4be1be95daf923fe15e4?usage=true => generated 847 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:13:53.105 7 INFO cinder.api.openstack.wsgi [None req-45a349b9-5c08-4319-8ec6-085c9591a4e6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 19:13:53.117 7 INFO cinder.volume.api [None req-45a349b9-5c08-4319-8ec6-085c9591a4e6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. /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-06-30 19:13:53.122 7 INFO cinder.api.openstack.wsgi [None req-45a349b9-5c08-4319-8ec6-085c9591a4e6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 433/868] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 19:13:53 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 1976 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-06-30 19:13:53.134 8 INFO cinder.api.openstack.wsgi [None req-510494f8-4754-42e9-8eec-4b18a3bad178 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true 2026-06-30 19:13:53.141 8 INFO cinder.volume.api [None req-510494f8-4754-42e9-8eec-4b18a3bad178 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all snapshots completed successfully. 2026-06-30 19:13:53.141 8 INFO cinder.api.openstack.wsgi [None req-510494f8-4754-42e9-8eec-4b18a3bad178 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 436/869] 10.0.0.163 () {28 vars in 674 bytes} [Tue Jun 30 19:13:53 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true => generated 17 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 284 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, ' 2026-06-30 19:13:53.310 7 INFO cinder.api.openstack.wsgi [req-e7901c90-c597-4521-8e0b-4146390ed393 req-935c22fb-f959-4cfe-bb64-fc15117cb803 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/6e2b682f-8261-49ee-b944-df241c2aaf22 /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-06-30 19:13:53.329 7 INFO cinder.volume.api [req-e7901c90-c597-4521-8e0b-4146390ed393 req-935c22fb-f959-4cfe-bb64-fc15117cb803 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Volume info retrieved successfully. 2026-06-30 19:13:53.335 7 INFO cinder.api.openstack.wsgi [req-e7901c90-c597-4521-8e0b-4146390ed393 req-935c22fb-f959-4cfe-bb64-fc15117cb803 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/6e2b682f-8261-49ee-b944-df241c2aaf22 returned with HTTP 200 [pid: 7|app: 0|req: 434/870] 199.204.45.129 () {32 vars in 825 bytes} [Tue Jun 30 19:13:53 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/6e2b682f-8261-49ee-b944-df241c2aaf22 => generated 1973 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-06-30 19:13:59.521 8 INFO cinder.api.openstack.wsgi [None req-510494f8-4754-42e9-8eec-4b18a3bad178 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:13:59.521 7 INFO cinder.api.openstack.wsgi [req-e7901c90-c597-4521-8e0b-4146390ed393 req-935c22fb-f959-4cfe-bb64-fc15117cb803 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:13:59.522 8 INFO cinder.api.openstack.wsgi [None req-510494f8-4754-42e9-8eec-4b18a3bad178 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:13:59.522 7 INFO cinder.api.openstack.wsgi [req-e7901c90-c597-4521-8e0b-4146390ed393 req-935c22fb-f959-4cfe-bb64-fc15117cb803 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:14:09.521 7 INFO cinder.api.openstack.wsgi [req-e7901c90-c597-4521-8e0b-4146390ed393 req-935c22fb-f959-4cfe-bb64-fc15117cb803 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:14:09.522 8 INFO cinder.api.openstack.wsgi [None req-510494f8-4754-42e9-8eec-4b18a3bad178 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:14:09.523 8 INFO cinder.api.openstack.wsgi [None req-510494f8-4754-42e9-8eec-4b18a3bad178 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:14:09.523 7 INFO cinder.api.openstack.wsgi [req-e7901c90-c597-4521-8e0b-4146390ed393 req-935c22fb-f959-4cfe-bb64-fc15117cb803 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:14:19.522 7 INFO cinder.api.openstack.wsgi [req-e7901c90-c597-4521-8e0b-4146390ed393 req-935c22fb-f959-4cfe-bb64-fc15117cb803 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:14:19.522 8 INFO cinder.api.openstack.wsgi [None req-510494f8-4754-42e9-8eec-4b18a3bad178 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:14:19.523 7 INFO cinder.api.openstack.wsgi [req-e7901c90-c597-4521-8e0b-4146390ed393 req-935c22fb-f959-4cfe-bb64-fc15117cb803 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:14:19.523 8 INFO cinder.api.openstack.wsgi [None req-510494f8-4754-42e9-8eec-4b18a3bad178 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:14:29.521 8 INFO cinder.api.openstack.wsgi [None req-510494f8-4754-42e9-8eec-4b18a3bad178 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:14:29.521 7 INFO cinder.api.openstack.wsgi [req-e7901c90-c597-4521-8e0b-4146390ed393 req-935c22fb-f959-4cfe-bb64-fc15117cb803 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:14:29.522 8 INFO cinder.api.openstack.wsgi [None req-510494f8-4754-42e9-8eec-4b18a3bad178 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:14:29.523 7 INFO cinder.api.openstack.wsgi [req-e7901c90-c597-4521-8e0b-4146390ed393 req-935c22fb-f959-4cfe-bb64-fc15117cb803 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:14:39.522 8 INFO cinder.api.openstack.wsgi [None req-510494f8-4754-42e9-8eec-4b18a3bad178 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:14:39.522 7 INFO cinder.api.openstack.wsgi [req-e7901c90-c597-4521-8e0b-4146390ed393 req-935c22fb-f959-4cfe-bb64-fc15117cb803 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:14:39.523 7 INFO cinder.api.openstack.wsgi [req-e7901c90-c597-4521-8e0b-4146390ed393 req-935c22fb-f959-4cfe-bb64-fc15117cb803 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:14:39.524 8 INFO cinder.api.openstack.wsgi [None req-510494f8-4754-42e9-8eec-4b18a3bad178 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30: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, ' 2026-06-30 19:14:44.593 7 INFO cinder.api.openstack.wsgi [None req-e16df564-077c-436f-95f5-4b6da5f62803 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/6542f7a8d9f04f8392ead067def3b9e2/volumes 2026-06-30 19:14:44.597 7 INFO cinder.api.v3.volumes [None req-e16df564-077c-436f-95f5-4b6da5f62803 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] Create volume of 1 GB 2026-06-30 19:14:44.603 7 INFO cinder.volume.api [None req-e16df564-077c-436f-95f5-4b6da5f62803 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] Availability Zones retrieved successfully. 2026-06-30 19:14:44.752 7 INFO cinder.volume.api [None req-e16df564-077c-436f-95f5-4b6da5f62803 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] Create volume request issued successfully. 2026-06-30 19:14:44.752 7 INFO cinder.api.openstack.wsgi [None req-e16df564-077c-436f-95f5-4b6da5f62803 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/6542f7a8d9f04f8392ead067def3b9e2/volumes returned with HTTP 202 [pid: 7|app: 0|req: 440/881] 10.0.0.82 () {34 vars in 721 bytes} [Tue Jun 30 19:14:44 2026] POST /v3/6542f7a8d9f04f8392ead067def3b9e2/volumes => generated 860 bytes in 264 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) 2026-06-30 19:14:44.776 8 INFO cinder.api.openstack.wsgi [None req-dd7e6d2c-8a27-4ba5-8b2b-6ba7af3e26d0 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/6542f7a8d9f04f8392ead067def3b9e2/volumes/d97a8a15-99d8-47ec-bfd6-d876c31e1952 /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-06-30 19:14:44.792 8 INFO cinder.volume.api [None req-dd7e6d2c-8a27-4ba5-8b2b-6ba7af3e26d0 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] Volume info retrieved successfully. 2026-06-30 19:14:44.796 8 INFO cinder.api.openstack.wsgi [None req-dd7e6d2c-8a27-4ba5-8b2b-6ba7af3e26d0 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/6542f7a8d9f04f8392ead067def3b9e2/volumes/d97a8a15-99d8-47ec-bfd6-d876c31e1952 returned with HTTP 200 [pid: 8|app: 0|req: 442/882] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:14:44 2026] GET /v3/6542f7a8d9f04f8392ead067def3b9e2/volumes/d97a8a15-99d8-47ec-bfd6-d876c31e1952 => generated 928 bytes in 27 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: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:14:45.821 7 INFO cinder.api.openstack.wsgi [None req-c2011c75-a215-4b38-8f69-ed84f028b1b3 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/6542f7a8d9f04f8392ead067def3b9e2/volumes/d97a8a15-99d8-47ec-bfd6-d876c31e1952 /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-06-30 19:14:45.838 7 INFO cinder.volume.api [None req-c2011c75-a215-4b38-8f69-ed84f028b1b3 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] Volume info retrieved successfully. 2026-06-30 19:14:45.853 7 INFO cinder.api.openstack.wsgi [None req-c2011c75-a215-4b38-8f69-ed84f028b1b3 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/6542f7a8d9f04f8392ead067def3b9e2/volumes/d97a8a15-99d8-47ec-bfd6-d876c31e1952 returned with HTTP 200 [pid: 7|app: 0|req: 441/883] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:14:45 2026] GET /v3/6542f7a8d9f04f8392ead067def3b9e2/volumes/d97a8a15-99d8-47ec-bfd6-d876c31e1952 => generated 953 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:14:49.521 8 INFO cinder.api.openstack.wsgi [None req-dd7e6d2c-8a27-4ba5-8b2b-6ba7af3e26d0 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:14:49.521 8 INFO cinder.api.openstack.wsgi [None req-dd7e6d2c-8a27-4ba5-8b2b-6ba7af3e26d0 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:14:49.521 7 INFO cinder.api.openstack.wsgi [None req-c2011c75-a215-4b38-8f69-ed84f028b1b3 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:14:49.523 7 INFO cinder.api.openstack.wsgi [None req-c2011c75-a215-4b38-8f69-ed84f028b1b3 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] http://10.0.0.30: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, ' 2026-06-30 19:14:51.731 8 INFO cinder.api.openstack.wsgi [None req-18646b18-ce71-46a2-9ef9-bbf1b6f33a42 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services 2026-06-30 19:14:51.741 8 INFO cinder.api.openstack.wsgi [None req-18646b18-ce71-46a2-9ef9-bbf1b6f33a42 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services returned with HTTP 200 [pid: 8|app: 0|req: 444/886] 10.0.0.163 () {28 vars in 645 bytes} [Tue Jun 30 19:14:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services => generated 646 bytes in 98 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: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:14:51.754 7 INFO cinder.api.openstack.wsgi [None req-ce667f7a-0ddb-4437-a141-fbbe58434469 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true 2026-06-30 19:14:51.764 7 INFO cinder.volume.api [None req-ce667f7a-0ddb-4437-a141-fbbe58434469 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all snapshots completed successfully. 2026-06-30 19:14:51.764 7 INFO cinder.api.openstack.wsgi [None req-ce667f7a-0ddb-4437-a141-fbbe58434469 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 443/887] 10.0.0.163 () {28 vars in 674 bytes} [Tue Jun 30 19:14:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true => generated 17 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:14:51.777 8 INFO cinder.api.openstack.wsgi [None req-0fe914f0-be47-4720-8899-6b57082b0a6e 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 19:14:51.801 8 INFO cinder.volume.api [None req-0fe914f0-be47-4720-8899-6b57082b0a6e 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. /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-06-30 19:14:51.812 8 INFO cinder.api.openstack.wsgi [None req-0fe914f0-be47-4720-8899-6b57082b0a6e 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 445/888] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 19:14:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 3084 bytes in 45 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-06-30 19:14:51.827 7 INFO cinder.api.openstack.wsgi [None req-8bd72cf5-75f7-446d-9287-80c70e671c6b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true 2026-06-30 19:14:52.332 7 INFO cinder.api.openstack.wsgi [None req-8bd72cf5-75f7-446d-9287-80c70e671c6b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 444/889] 10.0.0.163 () {28 vars in 696 bytes} [Tue Jun 30 19:14:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true => generated 671 bytes in 514 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: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:14:52.380 8 INFO cinder.api.openstack.wsgi [None req-432054e8-9e82-4acc-a700-7c56bf6ea68d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true 2026-06-30 19:14:52.403 8 INFO cinder.api.openstack.wsgi [None req-432054e8-9e82-4acc-a700-7c56bf6ea68d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 446/890] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:14:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true => generated 845 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:14:52.418 7 INFO cinder.api.openstack.wsgi [None req-94a7af8b-7536-421e-a2b6-3de3665532bb 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/3b7d2885f64a43f8baff2f1478da2df7?usage=true 2026-06-30 19:14:52.451 7 INFO cinder.api.openstack.wsgi [None req-94a7af8b-7536-421e-a2b6-3de3665532bb 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/3b7d2885f64a43f8baff2f1478da2df7?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 445/891] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:14:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/3b7d2885f64a43f8baff2f1478da2df7?usage=true => generated 847 bytes in 44 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:14:52.465 8 INFO cinder.api.openstack.wsgi [None req-aa5f78ce-352c-449a-8d6e-d0eba32676e5 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/49f60bd7890e4419aa1092febdb7616c?usage=true 2026-06-30 19:14:52.491 8 INFO cinder.api.openstack.wsgi [None req-aa5f78ce-352c-449a-8d6e-d0eba32676e5 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/49f60bd7890e4419aa1092febdb7616c?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 447/892] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:14:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/49f60bd7890e4419aa1092febdb7616c?usage=true => generated 847 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:14:52.507 7 INFO cinder.api.openstack.wsgi [None req-54cacfcd-f0f4-4400-b65d-e5c6985e86bd 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/61d04e3f89ad4d7cb64dad8a889fe3fc?usage=true 2026-06-30 19:14:52.538 7 INFO cinder.api.openstack.wsgi [None req-54cacfcd-f0f4-4400-b65d-e5c6985e86bd 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/61d04e3f89ad4d7cb64dad8a889fe3fc?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 446/893] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:14:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/61d04e3f89ad4d7cb64dad8a889fe3fc?usage=true => generated 847 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:14:52.552 8 INFO cinder.api.openstack.wsgi [None req-43d6ccf9-f18e-4aa7-9dad-60f5085cbb4e 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/6542f7a8d9f04f8392ead067def3b9e2?usage=true 2026-06-30 19:14:52.577 8 INFO cinder.api.openstack.wsgi [None req-43d6ccf9-f18e-4aa7-9dad-60f5085cbb4e 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/6542f7a8d9f04f8392ead067def3b9e2?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 448/894] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:14:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/6542f7a8d9f04f8392ead067def3b9e2?usage=true => generated 847 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:14:52.592 7 INFO cinder.api.openstack.wsgi [None req-a69d3b96-594c-4ff9-8556-a142e225ea86 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/806b0f7a28bc43939c579df0b8fcb0d5?usage=true 2026-06-30 19:14:52.620 7 INFO cinder.api.openstack.wsgi [None req-a69d3b96-594c-4ff9-8556-a142e225ea86 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/806b0f7a28bc43939c579df0b8fcb0d5?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 447/895] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:14:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/806b0f7a28bc43939c579df0b8fcb0d5?usage=true => generated 847 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:14:52.637 8 INFO cinder.api.openstack.wsgi [None req-0041f54c-27e7-4a0a-80a1-549cd64e5a69 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/920e413fa5e748cf988b7a8c78de85b2?usage=true 2026-06-30 19:14:52.668 8 INFO cinder.api.openstack.wsgi [None req-0041f54c-27e7-4a0a-80a1-549cd64e5a69 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/920e413fa5e748cf988b7a8c78de85b2?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 449/896] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:14:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/920e413fa5e748cf988b7a8c78de85b2?usage=true => generated 847 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:14:52.683 7 INFO cinder.api.openstack.wsgi [None req-16275375-9684-493f-9138-437516e46c38 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true 2026-06-30 19:14:52.708 7 INFO cinder.api.openstack.wsgi [None req-16275375-9684-493f-9138-437516e46c38 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 448/897] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:14:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true => generated 847 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:14:52.718 8 INFO cinder.api.openstack.wsgi [None req-3ada2081-cab7-4ec8-aba4-c847c0ecf0e5 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/a2987946117149e3bd6cb8d66a967b9a?usage=true 2026-06-30 19:14:52.745 8 INFO cinder.api.openstack.wsgi [None req-3ada2081-cab7-4ec8-aba4-c847c0ecf0e5 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/a2987946117149e3bd6cb8d66a967b9a?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 450/898] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:14:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/a2987946117149e3bd6cb8d66a967b9a?usage=true => generated 847 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:14:52.755 7 INFO cinder.api.openstack.wsgi [None req-7e4f4fbd-7578-4929-8a6a-f636cc592107 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/ae0a3ea53561406ca6cd7ae9d9e79eb0?usage=true 2026-06-30 19:14:52.782 7 INFO cinder.api.openstack.wsgi [None req-7e4f4fbd-7578-4929-8a6a-f636cc592107 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/ae0a3ea53561406ca6cd7ae9d9e79eb0?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 449/899] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:14:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/ae0a3ea53561406ca6cd7ae9d9e79eb0?usage=true => generated 847 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:14:52.796 8 INFO cinder.api.openstack.wsgi [None req-a5e3ad41-f640-43d4-aa52-8d036e551ce9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aec1650496e248db8539f1fa045a6578?usage=true 2026-06-30 19:14:52.816 8 INFO cinder.api.openstack.wsgi [None req-a5e3ad41-f640-43d4-aa52-8d036e551ce9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aec1650496e248db8539f1fa045a6578?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 451/900] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:14:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aec1650496e248db8539f1fa045a6578?usage=true => generated 847 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:14:52.830 7 INFO cinder.api.openstack.wsgi [None req-a628ca87-34ae-41cc-a3a5-431d48813c0a 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true 2026-06-30 19:14:52.852 7 INFO cinder.api.openstack.wsgi [None req-a628ca87-34ae-41cc-a3a5-431d48813c0a 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 450/901] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:14:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true => generated 847 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:14:52.863 8 INFO cinder.api.openstack.wsgi [None req-1ab5272d-b506-4eb9-85d7-bd1748145089 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/cd2e34c04c97468a868c352ffc0c0f92?usage=true 2026-06-30 19:14:52.887 8 INFO cinder.api.openstack.wsgi [None req-1ab5272d-b506-4eb9-85d7-bd1748145089 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/cd2e34c04c97468a868c352ffc0c0f92?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 452/902] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:14:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/cd2e34c04c97468a868c352ffc0c0f92?usage=true => generated 847 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:14:52.901 7 INFO cinder.api.openstack.wsgi [None req-7d1f7a67-cc10-4075-9a25-9e3ac14d620e 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/fb72b6d46bdf4be1be95daf923fe15e4?usage=true 2026-06-30 19:14:52.922 7 INFO cinder.api.openstack.wsgi [None req-7d1f7a67-cc10-4075-9a25-9e3ac14d620e 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/fb72b6d46bdf4be1be95daf923fe15e4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 451/903] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:14:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/fb72b6d46bdf4be1be95daf923fe15e4?usage=true => generated 847 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:14:52.934 8 INFO cinder.api.openstack.wsgi [None req-48d45df7-cbf5-4371-a05f-21e7724987c2 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 19:14:52.949 8 INFO cinder.volume.api [None req-48d45df7-cbf5-4371-a05f-21e7724987c2 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. /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-06-30 19:14:52.955 8 INFO cinder.api.openstack.wsgi [None req-48d45df7-cbf5-4371-a05f-21e7724987c2 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 453/904] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 19:14:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 3084 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-06-30 19:14:59.523 7 INFO cinder.api.openstack.wsgi [None req-7d1f7a67-cc10-4075-9a25-9e3ac14d620e 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:14:59.524 7 INFO cinder.api.openstack.wsgi [None req-7d1f7a67-cc10-4075-9a25-9e3ac14d620e 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:14:59.525 8 INFO cinder.api.openstack.wsgi [None req-48d45df7-cbf5-4371-a05f-21e7724987c2 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:14:59.526 8 INFO cinder.api.openstack.wsgi [None req-48d45df7-cbf5-4371-a05f-21e7724987c2 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:14:59.589 7 INFO cinder.api.openstack.wsgi [None req-3bc8a269-fd09-44d4-8ba7-199e6cd0ce29 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/6542f7a8d9f04f8392ead067def3b9e2/volumes/d97a8a15-99d8-47ec-bfd6-d876c31e1952/action /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-06-30 19:14:59.601 7 INFO cinder.volume.api [None req-3bc8a269-fd09-44d4-8ba7-199e6cd0ce29 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] Volume info retrieved successfully. 2026-06-30 19:14:59.617 7 INFO cinder.volume.api [None req-3bc8a269-fd09-44d4-8ba7-199e6cd0ce29 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] Update volume admin metadata completed successfully. 2026-06-30 19:15:00.122 7 INFO cinder.volume.api [None req-3bc8a269-fd09-44d4-8ba7-199e6cd0ce29 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] Attach volume completed successfully. 2026-06-30 19:15:00.122 7 INFO cinder.api.openstack.wsgi [None req-3bc8a269-fd09-44d4-8ba7-199e6cd0ce29 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/6542f7a8d9f04f8392ead067def3b9e2/volumes/d97a8a15-99d8-47ec-bfd6-d876c31e1952/action returned with HTTP 202 [pid: 7|app: 0|req: 453/907] 10.0.0.82 () {34 vars in 809 bytes} [Tue Jun 30 19:14:59 2026] POST /v3/6542f7a8d9f04f8392ead067def3b9e2/volumes/d97a8a15-99d8-47ec-bfd6-d876c31e1952/action => generated 0 bytes in 540 msecs (HTTP/1.1 202) 7 headers in 289 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, ' 2026-06-30 19:15:00.136 8 INFO cinder.api.openstack.wsgi [None req-20fd932c-019b-4819-a80b-9344a950c350 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/6542f7a8d9f04f8392ead067def3b9e2/volumes/d97a8a15-99d8-47ec-bfd6-d876c31e1952 /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-06-30 19:15:00.175 8 INFO cinder.volume.api [None req-20fd932c-019b-4819-a80b-9344a950c350 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] Volume info retrieved successfully. 2026-06-30 19:15:00.183 8 INFO cinder.api.openstack.wsgi [None req-20fd932c-019b-4819-a80b-9344a950c350 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/6542f7a8d9f04f8392ead067def3b9e2/volumes/d97a8a15-99d8-47ec-bfd6-d876c31e1952 returned with HTTP 200 [pid: 8|app: 0|req: 455/908] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:15:00 2026] GET /v3/6542f7a8d9f04f8392ead067def3b9e2/volumes/d97a8a15-99d8-47ec-bfd6-d876c31e1952 => generated 1287 bytes in 53 msecs (HTTP/1.1 200) 7 headers in 286 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, ' 2026-06-30 19:15:00.209 7 INFO cinder.api.openstack.wsgi [None req-f7494927-72dd-4260-9987-7298e2511fbd 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/6542f7a8d9f04f8392ead067def3b9e2/volumes/d97a8a15-99d8-47ec-bfd6-d876c31e1952/action /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-06-30 19:15:00.226 7 INFO cinder.volume.api [None req-f7494927-72dd-4260-9987-7298e2511fbd 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] Volume info retrieved successfully. 2026-06-30 19:15:00.731 7 INFO cinder.volume.api [None req-f7494927-72dd-4260-9987-7298e2511fbd 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] Detach volume completed successfully. 2026-06-30 19:15:00.732 7 INFO cinder.api.openstack.wsgi [None req-f7494927-72dd-4260-9987-7298e2511fbd 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/6542f7a8d9f04f8392ead067def3b9e2/volumes/d97a8a15-99d8-47ec-bfd6-d876c31e1952/action returned with HTTP 202 [pid: 7|app: 0|req: 454/909] 10.0.0.82 () {34 vars in 809 bytes} [Tue Jun 30 19:15:00 2026] POST /v3/6542f7a8d9f04f8392ead067def3b9e2/volumes/d97a8a15-99d8-47ec-bfd6-d876c31e1952/action => generated 0 bytes in 530 msecs (HTTP/1.1 202) 7 headers in 289 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, ' 2026-06-30 19:15:00.743 8 INFO cinder.api.openstack.wsgi [None req-ded0fb64-cb1f-4fb4-b941-777075d7a539 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/6542f7a8d9f04f8392ead067def3b9e2/volumes/d97a8a15-99d8-47ec-bfd6-d876c31e1952 /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-06-30 19:15:00.754 8 INFO cinder.volume.api [None req-ded0fb64-cb1f-4fb4-b941-777075d7a539 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] Volume info retrieved successfully. 2026-06-30 19:15:00.759 8 INFO cinder.api.openstack.wsgi [None req-ded0fb64-cb1f-4fb4-b941-777075d7a539 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/6542f7a8d9f04f8392ead067def3b9e2/volumes/d97a8a15-99d8-47ec-bfd6-d876c31e1952 returned with HTTP 200 [pid: 8|app: 0|req: 456/910] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:15:00 2026] GET /v3/6542f7a8d9f04f8392ead067def3b9e2/volumes/d97a8a15-99d8-47ec-bfd6-d876c31e1952 => generated 972 bytes in 21 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: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:15:07.832 7 INFO cinder.api.openstack.wsgi [None req-85e7f023-d7f4-4fa0-ac80-ab8dd80e0f06 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/6542f7a8d9f04f8392ead067def3b9e2/volumes/d97a8a15-99d8-47ec-bfd6-d876c31e1952 /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-06-30 19:15:07.848 7 INFO cinder.volume.api [None req-85e7f023-d7f4-4fa0-ac80-ab8dd80e0f06 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] Volume info retrieved successfully. 2026-06-30 19:15:07.853 7 INFO cinder.api.openstack.wsgi [None req-85e7f023-d7f4-4fa0-ac80-ab8dd80e0f06 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/6542f7a8d9f04f8392ead067def3b9e2/volumes/d97a8a15-99d8-47ec-bfd6-d876c31e1952 returned with HTTP 200 [pid: 7|app: 0|req: 455/911] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:15:07 2026] GET /v3/6542f7a8d9f04f8392ead067def3b9e2/volumes/d97a8a15-99d8-47ec-bfd6-d876c31e1952 => generated 972 bytes in 26 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: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:15:07.878 8 INFO cinder.api.openstack.wsgi [None req-8059c873-ef9c-4c5b-a090-b9c04863896e 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/6542f7a8d9f04f8392ead067def3b9e2/volumes/d97a8a15-99d8-47ec-bfd6-d876c31e1952 2026-06-30 19:15:07.878 8 INFO cinder.api.v3.volumes [None req-8059c873-ef9c-4c5b-a090-b9c04863896e 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] Delete volume with id: d97a8a15-99d8-47ec-bfd6-d876c31e1952 /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-06-30 19:15:07.901 8 INFO cinder.volume.api [None req-8059c873-ef9c-4c5b-a090-b9c04863896e 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] Volume info retrieved successfully. 2026-06-30 19:15:07.931 8 INFO cinder.volume.api [None req-8059c873-ef9c-4c5b-a090-b9c04863896e 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] Delete volume request issued successfully. 2026-06-30 19:15:07.932 8 INFO cinder.api.openstack.wsgi [None req-8059c873-ef9c-4c5b-a090-b9c04863896e 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/6542f7a8d9f04f8392ead067def3b9e2/volumes/d97a8a15-99d8-47ec-bfd6-d876c31e1952 returned with HTTP 202 [pid: 8|app: 0|req: 457/912] 10.0.0.82 () {32 vars in 777 bytes} [Tue Jun 30 19:15:07 2026] DELETE /v3/6542f7a8d9f04f8392ead067def3b9e2/volumes/d97a8a15-99d8-47ec-bfd6-d876c31e1952 => generated 0 bytes in 63 msecs (HTTP/1.1 202) 6 headers in 233 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, ' 2026-06-30 19:15:07.945 7 INFO cinder.api.openstack.wsgi [None req-34be8044-4c5b-40c3-ae69-aa02be866590 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/6542f7a8d9f04f8392ead067def3b9e2/volumes/d97a8a15-99d8-47ec-bfd6-d876c31e1952 /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-06-30 19:15:07.960 7 INFO cinder.volume.api [None req-34be8044-4c5b-40c3-ae69-aa02be866590 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] Volume info retrieved successfully. 2026-06-30 19:15:07.964 7 INFO cinder.api.openstack.wsgi [None req-34be8044-4c5b-40c3-ae69-aa02be866590 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/6542f7a8d9f04f8392ead067def3b9e2/volumes/d97a8a15-99d8-47ec-bfd6-d876c31e1952 returned with HTTP 200 [pid: 7|app: 0|req: 456/913] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:15:07 2026] GET /v3/6542f7a8d9f04f8392ead067def3b9e2/volumes/d97a8a15-99d8-47ec-bfd6-d876c31e1952 => generated 971 bytes in 26 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: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:15:08.989 8 INFO cinder.api.openstack.wsgi [None req-379ccc5f-6463-4213-8d9d-ccfaa4c76c22 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/6542f7a8d9f04f8392ead067def3b9e2/volumes/d97a8a15-99d8-47ec-bfd6-d876c31e1952 2026-06-30 19:15:08.999 8 INFO cinder.api.openstack.wsgi [None req-379ccc5f-6463-4213-8d9d-ccfaa4c76c22 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/6542f7a8d9f04f8392ead067def3b9e2/volumes/d97a8a15-99d8-47ec-bfd6-d876c31e1952 returned with HTTP 404 [pid: 8|app: 0|req: 458/914] 10.0.0.82 () {32 vars in 774 bytes} [Tue Jun 30 19:15:08 2026] GET /v3/6542f7a8d9f04f8392ead067def3b9e2/volumes/d97a8a15-99d8-47ec-bfd6-d876c31e1952 => generated 109 bytes in 15 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) 2026-06-30 19:15:09.522 7 INFO cinder.api.openstack.wsgi [None req-34be8044-4c5b-40c3-ae69-aa02be866590 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:15:09.522 8 INFO cinder.api.openstack.wsgi [None req-379ccc5f-6463-4213-8d9d-ccfaa4c76c22 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:15:09.523 7 INFO cinder.api.openstack.wsgi [None req-34be8044-4c5b-40c3-ae69-aa02be866590 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:15:09.524 8 INFO cinder.api.openstack.wsgi [None req-379ccc5f-6463-4213-8d9d-ccfaa4c76c22 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:15:19.521 8 INFO cinder.api.openstack.wsgi [None req-379ccc5f-6463-4213-8d9d-ccfaa4c76c22 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:15:19.521 7 INFO cinder.api.openstack.wsgi [None req-34be8044-4c5b-40c3-ae69-aa02be866590 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:15:19.522 8 INFO cinder.api.openstack.wsgi [None req-379ccc5f-6463-4213-8d9d-ccfaa4c76c22 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:15:19.522 7 INFO cinder.api.openstack.wsgi [None req-34be8044-4c5b-40c3-ae69-aa02be866590 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:15:29.520 8 INFO cinder.api.openstack.wsgi [None req-379ccc5f-6463-4213-8d9d-ccfaa4c76c22 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:15:29.521 7 INFO cinder.api.openstack.wsgi [None req-34be8044-4c5b-40c3-ae69-aa02be866590 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:15:29.521 8 INFO cinder.api.openstack.wsgi [None req-379ccc5f-6463-4213-8d9d-ccfaa4c76c22 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:15:29.522 7 INFO cinder.api.openstack.wsgi [None req-34be8044-4c5b-40c3-ae69-aa02be866590 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:15:39.521 8 INFO cinder.api.openstack.wsgi [None req-379ccc5f-6463-4213-8d9d-ccfaa4c76c22 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:15:39.521 7 INFO cinder.api.openstack.wsgi [None req-34be8044-4c5b-40c3-ae69-aa02be866590 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:15:39.522 8 INFO cinder.api.openstack.wsgi [None req-379ccc5f-6463-4213-8d9d-ccfaa4c76c22 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:15:39.528 7 INFO cinder.api.openstack.wsgi [None req-34be8044-4c5b-40c3-ae69-aa02be866590 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:15:49.522 8 INFO cinder.api.openstack.wsgi [None req-379ccc5f-6463-4213-8d9d-ccfaa4c76c22 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:15:49.522 7 INFO cinder.api.openstack.wsgi [None req-34be8044-4c5b-40c3-ae69-aa02be866590 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:15:49.523 7 INFO cinder.api.openstack.wsgi [None req-34be8044-4c5b-40c3-ae69-aa02be866590 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:15:49.523 8 INFO cinder.api.openstack.wsgi [None req-379ccc5f-6463-4213-8d9d-ccfaa4c76c22 0811e5bd26d046ebb678d82e2d774622 6542f7a8d9f04f8392ead067def3b9e2 - - default default] http://10.0.0.30: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, ' 2026-06-30 19:15:51.830 7 INFO cinder.api.openstack.wsgi [None req-1e5fda9d-5e63-4272-814c-2f511d063125 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true 2026-06-30 19:15:51.836 7 INFO cinder.volume.api [None req-1e5fda9d-5e63-4272-814c-2f511d063125 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all snapshots completed successfully. 2026-06-30 19:15:51.836 7 INFO cinder.api.openstack.wsgi [None req-1e5fda9d-5e63-4272-814c-2f511d063125 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 462/925] 10.0.0.163 () {28 vars in 674 bytes} [Tue Jun 30 19:15:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true => generated 17 bytes in 182 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:15:51.848 8 INFO cinder.api.openstack.wsgi [None req-857902df-fed4-4f21-96bd-c66af753b0d3 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 19:15:51.874 8 INFO cinder.volume.api [None req-857902df-fed4-4f21-96bd-c66af753b0d3 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. /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-06-30 19:15:51.888 8 INFO cinder.api.openstack.wsgi [None req-857902df-fed4-4f21-96bd-c66af753b0d3 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 464/926] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 19:15:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 1976 bytes in 46 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-06-30 19:15:51.905 7 INFO cinder.api.openstack.wsgi [None req-c21d68f3-a707-4d0f-9681-864062fae651 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services 2026-06-30 19:15:51.915 7 INFO cinder.api.openstack.wsgi [None req-c21d68f3-a707-4d0f-9681-864062fae651 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services returned with HTTP 200 [pid: 7|app: 0|req: 463/927] 10.0.0.163 () {28 vars in 645 bytes} [Tue Jun 30 19:15:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services => generated 646 bytes in 19 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: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:15:51.976 8 INFO cinder.api.openstack.wsgi [None req-0efe970c-cbae-4c8f-802a-a9bd0963a351 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true 2026-06-30 19:15:52.015 8 INFO cinder.api.openstack.wsgi [None req-0efe970c-cbae-4c8f-802a-a9bd0963a351 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 465/928] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:15:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true => generated 845 bytes in 53 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:15:52.032 7 INFO cinder.api.openstack.wsgi [None req-8f0cc971-c65e-4664-b387-b538f2a4aa95 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/289b50a86dc846099222b7abc92e5b86?usage=true 2026-06-30 19:15:52.061 7 INFO cinder.api.openstack.wsgi [None req-8f0cc971-c65e-4664-b387-b538f2a4aa95 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/289b50a86dc846099222b7abc92e5b86?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 464/929] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:15:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/289b50a86dc846099222b7abc92e5b86?usage=true => generated 847 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:15:52.075 8 INFO cinder.api.openstack.wsgi [None req-77d7cf9d-2613-46ea-95ef-7d435cf266e6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/29f45a910e6f412bb66148b6d7a449fc?usage=true 2026-06-30 19:15:52.101 8 INFO cinder.api.openstack.wsgi [None req-77d7cf9d-2613-46ea-95ef-7d435cf266e6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/29f45a910e6f412bb66148b6d7a449fc?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 466/930] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:15:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/29f45a910e6f412bb66148b6d7a449fc?usage=true => generated 847 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:15:52.117 7 INFO cinder.api.openstack.wsgi [None req-ba70713d-6035-4fb7-a4b7-cbf56af94056 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/61d04e3f89ad4d7cb64dad8a889fe3fc?usage=true 2026-06-30 19:15:52.142 7 INFO cinder.api.openstack.wsgi [None req-ba70713d-6035-4fb7-a4b7-cbf56af94056 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/61d04e3f89ad4d7cb64dad8a889fe3fc?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 465/931] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:15:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/61d04e3f89ad4d7cb64dad8a889fe3fc?usage=true => generated 847 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:15:52.152 8 INFO cinder.api.openstack.wsgi [None req-253355a5-066d-4a0a-888d-70a92c92cf35 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/806b0f7a28bc43939c579df0b8fcb0d5?usage=true 2026-06-30 19:15:52.179 8 INFO cinder.api.openstack.wsgi [None req-253355a5-066d-4a0a-888d-70a92c92cf35 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/806b0f7a28bc43939c579df0b8fcb0d5?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 467/932] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:15:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/806b0f7a28bc43939c579df0b8fcb0d5?usage=true => generated 847 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:15:52.191 7 INFO cinder.api.openstack.wsgi [None req-39e50944-10ce-4a2e-88e4-31c87d5defb7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/920e413fa5e748cf988b7a8c78de85b2?usage=true 2026-06-30 19:15:52.227 7 INFO cinder.api.openstack.wsgi [None req-39e50944-10ce-4a2e-88e4-31c87d5defb7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/920e413fa5e748cf988b7a8c78de85b2?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 466/933] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:15:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/920e413fa5e748cf988b7a8c78de85b2?usage=true => generated 847 bytes in 45 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:15:52.239 8 INFO cinder.api.openstack.wsgi [None req-56e31284-1424-479b-b1dd-d799024b790a 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true 2026-06-30 19:15:52.269 8 INFO cinder.api.openstack.wsgi [None req-56e31284-1424-479b-b1dd-d799024b790a 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 468/934] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:15:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true => generated 847 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:15:52.283 7 INFO cinder.api.openstack.wsgi [None req-5a5f53f4-4712-47c6-8e7a-5d4383b670a4 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/a2987946117149e3bd6cb8d66a967b9a?usage=true 2026-06-30 19:15:52.317 7 INFO cinder.api.openstack.wsgi [None req-5a5f53f4-4712-47c6-8e7a-5d4383b670a4 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/a2987946117149e3bd6cb8d66a967b9a?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 467/935] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:15:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/a2987946117149e3bd6cb8d66a967b9a?usage=true => generated 847 bytes in 44 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:15:52.334 8 INFO cinder.api.openstack.wsgi [None req-5c93e268-d422-49d3-8dac-a46b4482c3d7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/a9e615a8db2a4c68908a5c69145206ae?usage=true 2026-06-30 19:15:52.358 8 INFO cinder.api.openstack.wsgi [None req-5c93e268-d422-49d3-8dac-a46b4482c3d7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/a9e615a8db2a4c68908a5c69145206ae?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 469/936] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:15:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/a9e615a8db2a4c68908a5c69145206ae?usage=true => generated 847 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:15:52.371 7 INFO cinder.api.openstack.wsgi [None req-4196b78e-7d78-4a0b-bacb-939ce862349f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/ae0a3ea53561406ca6cd7ae9d9e79eb0?usage=true 2026-06-30 19:15:52.392 7 INFO cinder.api.openstack.wsgi [None req-4196b78e-7d78-4a0b-bacb-939ce862349f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/ae0a3ea53561406ca6cd7ae9d9e79eb0?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 468/937] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:15:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/ae0a3ea53561406ca6cd7ae9d9e79eb0?usage=true => generated 847 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:15:52.406 8 INFO cinder.api.openstack.wsgi [None req-1852db92-1611-45c1-b6d0-11446b0052c6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aec1650496e248db8539f1fa045a6578?usage=true 2026-06-30 19:15:52.425 8 INFO cinder.api.openstack.wsgi [None req-1852db92-1611-45c1-b6d0-11446b0052c6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aec1650496e248db8539f1fa045a6578?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 470/938] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:15:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aec1650496e248db8539f1fa045a6578?usage=true => generated 847 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:15:52.435 7 INFO cinder.api.openstack.wsgi [None req-af7a5de8-3007-46be-b176-d5a6c3fc405d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true 2026-06-30 19:15:52.480 7 INFO cinder.api.openstack.wsgi [None req-af7a5de8-3007-46be-b176-d5a6c3fc405d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 469/939] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:15:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true => generated 847 bytes in 50 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:15:52.494 8 INFO cinder.api.openstack.wsgi [None req-1decd5c4-2ac3-433b-80bf-25f796653e47 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/cd2e34c04c97468a868c352ffc0c0f92?usage=true 2026-06-30 19:15:52.536 8 INFO cinder.api.openstack.wsgi [None req-1decd5c4-2ac3-433b-80bf-25f796653e47 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/cd2e34c04c97468a868c352ffc0c0f92?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 471/940] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:15:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/cd2e34c04c97468a868c352ffc0c0f92?usage=true => generated 847 bytes in 51 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:15:52.547 7 INFO cinder.api.openstack.wsgi [None req-21f50d11-dbee-4ee8-88ff-586b84aaf03d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/fb72b6d46bdf4be1be95daf923fe15e4?usage=true 2026-06-30 19:15:52.565 7 INFO cinder.api.openstack.wsgi [None req-21f50d11-dbee-4ee8-88ff-586b84aaf03d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/fb72b6d46bdf4be1be95daf923fe15e4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 470/941] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:15:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/fb72b6d46bdf4be1be95daf923fe15e4?usage=true => generated 847 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:15:52.575 8 INFO cinder.api.openstack.wsgi [None req-08d55f7c-bebc-4373-9ab1-26559f9cf416 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 19:15:52.594 8 INFO cinder.volume.api [None req-08d55f7c-bebc-4373-9ab1-26559f9cf416 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. /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-06-30 19:15:52.609 8 INFO cinder.api.openstack.wsgi [None req-08d55f7c-bebc-4373-9ab1-26559f9cf416 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 472/942] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 19:15:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 1976 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-06-30 19:15:52.625 7 INFO cinder.api.openstack.wsgi [None req-b3f6a8b0-afe8-4a07-a429-44b4d01b4451 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true 2026-06-30 19:15:53.130 7 INFO cinder.api.openstack.wsgi [None req-b3f6a8b0-afe8-4a07-a429-44b4d01b4451 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 471/943] 10.0.0.163 () {28 vars in 696 bytes} [Tue Jun 30 19:15:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/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-06-30 19:15:59.521 7 INFO cinder.api.openstack.wsgi [None req-b3f6a8b0-afe8-4a07-a429-44b4d01b4451 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:15:59.521 8 INFO cinder.api.openstack.wsgi [None req-08d55f7c-bebc-4373-9ab1-26559f9cf416 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:15:59.522 7 INFO cinder.api.openstack.wsgi [None req-b3f6a8b0-afe8-4a07-a429-44b4d01b4451 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:15:59.523 8 INFO cinder.api.openstack.wsgi [None req-08d55f7c-bebc-4373-9ab1-26559f9cf416 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:16:09.521 7 INFO cinder.api.openstack.wsgi [None req-b3f6a8b0-afe8-4a07-a429-44b4d01b4451 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:16:09.522 7 INFO cinder.api.openstack.wsgi [None req-b3f6a8b0-afe8-4a07-a429-44b4d01b4451 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:16:09.522 8 INFO cinder.api.openstack.wsgi [None req-08d55f7c-bebc-4373-9ab1-26559f9cf416 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:16:09.523 8 INFO cinder.api.openstack.wsgi [None req-08d55f7c-bebc-4373-9ab1-26559f9cf416 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:16:19.521 7 INFO cinder.api.openstack.wsgi [None req-b3f6a8b0-afe8-4a07-a429-44b4d01b4451 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:16:19.521 8 INFO cinder.api.openstack.wsgi [None req-08d55f7c-bebc-4373-9ab1-26559f9cf416 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:16:19.522 7 INFO cinder.api.openstack.wsgi [None req-b3f6a8b0-afe8-4a07-a429-44b4d01b4451 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:16:19.522 8 INFO cinder.api.openstack.wsgi [None req-08d55f7c-bebc-4373-9ab1-26559f9cf416 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:16:29.521 8 INFO cinder.api.openstack.wsgi [None req-08d55f7c-bebc-4373-9ab1-26559f9cf416 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:16:29.522 8 INFO cinder.api.openstack.wsgi [None req-08d55f7c-bebc-4373-9ab1-26559f9cf416 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:16:29.522 7 INFO cinder.api.openstack.wsgi [None req-b3f6a8b0-afe8-4a07-a429-44b4d01b4451 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:16:29.523 7 INFO cinder.api.openstack.wsgi [None req-b3f6a8b0-afe8-4a07-a429-44b4d01b4451 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30: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, ' 2026-06-30 19:16:31.926 8 INFO cinder.api.openstack.wsgi [req-87389392-2c9f-4e69-90b8-77888e4334a0 req-800d0752-e66e-41ad-8d97-ead639fe7cb7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/attachments/8a6fb5f8-ae00-4d84-b64d-9445c2963cec /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-06-30 19:16:32.490 8 INFO cinder.api.openstack.wsgi [req-87389392-2c9f-4e69-90b8-77888e4334a0 req-800d0752-e66e-41ad-8d97-ead639fe7cb7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/attachments/8a6fb5f8-ae00-4d84-b64d-9445c2963cec returned with HTTP 200 [pid: 8|app: 0|req: 477/952] 199.204.45.129 () {38 vars in 1103 bytes} [Tue Jun 30 19:16:31 2026] DELETE /v3/aff3b1073c7b40f7a6256f7973d19cd2/attachments/8a6fb5f8-ae00-4d84-b64d-9445c2963cec => generated 19 bytes in 571 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:16:32.505 7 INFO cinder.api.openstack.wsgi [req-87389392-2c9f-4e69-90b8-77888e4334a0 req-e318ac9d-65e3-4bae-b747-066088f525f4 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/6e2b682f-8261-49ee-b944-df241c2aaf22 2026-06-30 19:16:32.507 7 INFO cinder.api.v3.volumes [req-87389392-2c9f-4e69-90b8-77888e4334a0 req-e318ac9d-65e3-4bae-b747-066088f525f4 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Delete volume with id: 6e2b682f-8261-49ee-b944-df241c2aaf22 /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-06-30 19:16:32.518 7 INFO cinder.volume.api [req-87389392-2c9f-4e69-90b8-77888e4334a0 req-e318ac9d-65e3-4bae-b747-066088f525f4 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Volume info retrieved successfully. 2026-06-30 19:16:32.539 7 INFO cinder.volume.api [req-87389392-2c9f-4e69-90b8-77888e4334a0 req-e318ac9d-65e3-4bae-b747-066088f525f4 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Delete volume request issued successfully. 2026-06-30 19:16:32.539 7 INFO cinder.api.openstack.wsgi [req-87389392-2c9f-4e69-90b8-77888e4334a0 req-e318ac9d-65e3-4bae-b747-066088f525f4 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/6e2b682f-8261-49ee-b944-df241c2aaf22 returned with HTTP 202 [pid: 7|app: 0|req: 476/953] 199.204.45.129 () {36 vars in 1054 bytes} [Tue Jun 30 19:16:32 2026] DELETE /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/6e2b682f-8261-49ee-b944-df241c2aaf22 => generated 0 bytes in 41 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) 2026-06-30 19:16:39.521 8 INFO cinder.api.openstack.wsgi [req-87389392-2c9f-4e69-90b8-77888e4334a0 req-800d0752-e66e-41ad-8d97-ead639fe7cb7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:16:39.521 8 INFO cinder.api.openstack.wsgi [req-87389392-2c9f-4e69-90b8-77888e4334a0 req-800d0752-e66e-41ad-8d97-ead639fe7cb7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:16:39.521 7 INFO cinder.api.openstack.wsgi [req-87389392-2c9f-4e69-90b8-77888e4334a0 req-e318ac9d-65e3-4bae-b747-066088f525f4 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:16:39.523 7 INFO cinder.api.openstack.wsgi [req-87389392-2c9f-4e69-90b8-77888e4334a0 req-e318ac9d-65e3-4bae-b747-066088f525f4 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:16:49.522 8 INFO cinder.api.openstack.wsgi [req-87389392-2c9f-4e69-90b8-77888e4334a0 req-800d0752-e66e-41ad-8d97-ead639fe7cb7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:16:49.522 7 INFO cinder.api.openstack.wsgi [req-87389392-2c9f-4e69-90b8-77888e4334a0 req-e318ac9d-65e3-4bae-b747-066088f525f4 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:16:49.523 7 INFO cinder.api.openstack.wsgi [req-87389392-2c9f-4e69-90b8-77888e4334a0 req-e318ac9d-65e3-4bae-b747-066088f525f4 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:16:49.523 8 INFO cinder.api.openstack.wsgi [req-87389392-2c9f-4e69-90b8-77888e4334a0 req-800d0752-e66e-41ad-8d97-ead639fe7cb7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30: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, ' 2026-06-30 19:16:51.882 7 INFO cinder.api.openstack.wsgi [None req-e70404ce-3a7f-4575-9af4-e392a30300db 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 19:16:51.897 7 INFO cinder.volume.api [None req-e70404ce-3a7f-4575-9af4-e392a30300db 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 19:16:51.899 7 INFO cinder.api.openstack.wsgi [None req-e70404ce-3a7f-4575-9af4-e392a30300db 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 479/958] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 19:16:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 15 bytes in 248 msecs (HTTP/1.1 200) 7 headers in 284 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, ' 2026-06-30 19:16:51.910 8 INFO cinder.api.openstack.wsgi [None req-f222b5e5-67f9-4f55-8e04-d06b3a87ea37 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true /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-06-30 19:16:51.917 8 INFO cinder.volume.api [None req-f222b5e5-67f9-4f55-8e04-d06b3a87ea37 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all snapshots completed successfully. 2026-06-30 19:16:51.917 8 INFO cinder.api.openstack.wsgi [None req-f222b5e5-67f9-4f55-8e04-d06b3a87ea37 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 480/959] 10.0.0.163 () {28 vars in 674 bytes} [Tue Jun 30 19:16:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true => generated 17 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:16:51.928 7 INFO cinder.api.openstack.wsgi [None req-442c40db-d3cc-4b6d-9170-93efa362000e 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services 2026-06-30 19:16:51.933 7 INFO cinder.api.openstack.wsgi [None req-442c40db-d3cc-4b6d-9170-93efa362000e 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services returned with HTTP 200 [pid: 7|app: 0|req: 480/960] 10.0.0.163 () {28 vars in 645 bytes} [Tue Jun 30 19:16:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services => generated 646 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:16:51.942 8 INFO cinder.api.openstack.wsgi [None req-0b7971fc-130b-441e-a730-5b90be85231e 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true 2026-06-30 19:16:52.447 8 INFO cinder.api.openstack.wsgi [None req-0b7971fc-130b-441e-a730-5b90be85231e 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 481/961] 10.0.0.163 () {28 vars in 696 bytes} [Tue Jun 30 19:16:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true => generated 669 bytes in 512 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:16:52.460 7 INFO cinder.api.openstack.wsgi [None req-cbf1376b-5027-4580-9584-e959bd12a1bb 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 19:16:52.469 7 INFO cinder.volume.api [None req-cbf1376b-5027-4580-9584-e959bd12a1bb 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 19:16:52.470 7 INFO cinder.api.openstack.wsgi [None req-cbf1376b-5027-4580-9584-e959bd12a1bb 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 481/962] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 19:16:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 15 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:16:52.560 8 INFO cinder.api.openstack.wsgi [None req-774afc13-a911-4703-b8df-a26ea16909e9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true 2026-06-30 19:16:52.580 8 INFO cinder.api.openstack.wsgi [None req-774afc13-a911-4703-b8df-a26ea16909e9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 482/963] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:16:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true => generated 845 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:16:52.588 7 INFO cinder.api.openstack.wsgi [None req-4043fc60-a2e8-45a8-872c-1b10c608bf8e 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/61d04e3f89ad4d7cb64dad8a889fe3fc?usage=true 2026-06-30 19:16:52.609 7 INFO cinder.api.openstack.wsgi [None req-4043fc60-a2e8-45a8-872c-1b10c608bf8e 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/61d04e3f89ad4d7cb64dad8a889fe3fc?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 482/964] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:16:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/61d04e3f89ad4d7cb64dad8a889fe3fc?usage=true => generated 847 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:16:52.620 8 INFO cinder.api.openstack.wsgi [None req-ef712043-6b65-4f86-a734-d18fc913485f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/806b0f7a28bc43939c579df0b8fcb0d5?usage=true 2026-06-30 19:16:52.638 8 INFO cinder.api.openstack.wsgi [None req-ef712043-6b65-4f86-a734-d18fc913485f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/806b0f7a28bc43939c579df0b8fcb0d5?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 483/965] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:16:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/806b0f7a28bc43939c579df0b8fcb0d5?usage=true => generated 847 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:16:52.651 7 INFO cinder.api.openstack.wsgi [None req-23eef935-d255-403b-8bab-36031266aa58 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/920e413fa5e748cf988b7a8c78de85b2?usage=true 2026-06-30 19:16:52.672 7 INFO cinder.api.openstack.wsgi [None req-23eef935-d255-403b-8bab-36031266aa58 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/920e413fa5e748cf988b7a8c78de85b2?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 483/966] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:16:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/920e413fa5e748cf988b7a8c78de85b2?usage=true => generated 847 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:16:52.684 8 INFO cinder.api.openstack.wsgi [None req-041578aa-d7cd-4d5c-a6f4-662f437a04c9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true 2026-06-30 19:16:52.704 8 INFO cinder.api.openstack.wsgi [None req-041578aa-d7cd-4d5c-a6f4-662f437a04c9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 484/967] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:16:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true => generated 847 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:16:52.715 7 INFO cinder.api.openstack.wsgi [None req-35a56c55-1434-4d89-bde0-01249f6b25fc 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/a2987946117149e3bd6cb8d66a967b9a?usage=true 2026-06-30 19:16:52.736 7 INFO cinder.api.openstack.wsgi [None req-35a56c55-1434-4d89-bde0-01249f6b25fc 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/a2987946117149e3bd6cb8d66a967b9a?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 484/968] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:16:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/a2987946117149e3bd6cb8d66a967b9a?usage=true => generated 847 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:16:52.748 8 INFO cinder.api.openstack.wsgi [None req-ef95aacb-3614-42d0-b45e-b7a2f10418a9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/ae0a3ea53561406ca6cd7ae9d9e79eb0?usage=true 2026-06-30 19:16:52.768 8 INFO cinder.api.openstack.wsgi [None req-ef95aacb-3614-42d0-b45e-b7a2f10418a9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/ae0a3ea53561406ca6cd7ae9d9e79eb0?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 485/969] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:16:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/ae0a3ea53561406ca6cd7ae9d9e79eb0?usage=true => generated 847 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:16:52.780 7 INFO cinder.api.openstack.wsgi [None req-516f32f7-ba25-46ad-998e-5f47b8cfcb6f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aec1650496e248db8539f1fa045a6578?usage=true 2026-06-30 19:16:52.805 7 INFO cinder.api.openstack.wsgi [None req-516f32f7-ba25-46ad-998e-5f47b8cfcb6f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aec1650496e248db8539f1fa045a6578?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 485/970] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:16:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aec1650496e248db8539f1fa045a6578?usage=true => generated 847 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:16:52.816 8 INFO cinder.api.openstack.wsgi [None req-9224520f-0671-45fb-9bcd-d295abc5d588 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true 2026-06-30 19:16:52.841 8 INFO cinder.api.openstack.wsgi [None req-9224520f-0671-45fb-9bcd-d295abc5d588 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 486/971] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:16:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true => generated 845 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:16:52.852 7 INFO cinder.api.openstack.wsgi [None req-30a76bc0-063f-4cab-982d-35f2bda25823 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/cd2e34c04c97468a868c352ffc0c0f92?usage=true 2026-06-30 19:16:52.870 7 INFO cinder.api.openstack.wsgi [None req-30a76bc0-063f-4cab-982d-35f2bda25823 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/cd2e34c04c97468a868c352ffc0c0f92?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 486/972] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:16:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/cd2e34c04c97468a868c352ffc0c0f92?usage=true => generated 847 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:16:52.879 8 INFO cinder.api.openstack.wsgi [None req-cad1f7a7-9ad3-491c-8e3a-9102b4c8454d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/fb72b6d46bdf4be1be95daf923fe15e4?usage=true 2026-06-30 19:16:52.900 8 INFO cinder.api.openstack.wsgi [None req-cad1f7a7-9ad3-491c-8e3a-9102b4c8454d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/fb72b6d46bdf4be1be95daf923fe15e4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 487/973] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:16:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/fb72b6d46bdf4be1be95daf923fe15e4?usage=true => generated 847 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:16:59.521 8 INFO cinder.api.openstack.wsgi [None req-cad1f7a7-9ad3-491c-8e3a-9102b4c8454d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:16:59.521 7 INFO cinder.api.openstack.wsgi [None req-30a76bc0-063f-4cab-982d-35f2bda25823 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:16:59.522 8 INFO cinder.api.openstack.wsgi [None req-cad1f7a7-9ad3-491c-8e3a-9102b4c8454d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:16:59.523 7 INFO cinder.api.openstack.wsgi [None req-30a76bc0-063f-4cab-982d-35f2bda25823 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:17:09.522 7 INFO cinder.api.openstack.wsgi [None req-30a76bc0-063f-4cab-982d-35f2bda25823 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:17:09.522 8 INFO cinder.api.openstack.wsgi [None req-cad1f7a7-9ad3-491c-8e3a-9102b4c8454d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:17:09.523 7 INFO cinder.api.openstack.wsgi [None req-30a76bc0-063f-4cab-982d-35f2bda25823 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:17:09.523 8 INFO cinder.api.openstack.wsgi [None req-cad1f7a7-9ad3-491c-8e3a-9102b4c8454d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:17:19.521 8 INFO cinder.api.openstack.wsgi [None req-cad1f7a7-9ad3-491c-8e3a-9102b4c8454d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:17:19.521 7 INFO cinder.api.openstack.wsgi [None req-30a76bc0-063f-4cab-982d-35f2bda25823 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:17:19.522 7 INFO cinder.api.openstack.wsgi [None req-30a76bc0-063f-4cab-982d-35f2bda25823 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:17:19.522 8 INFO cinder.api.openstack.wsgi [None req-cad1f7a7-9ad3-491c-8e3a-9102b4c8454d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:17:29.521 7 INFO cinder.api.openstack.wsgi [None req-30a76bc0-063f-4cab-982d-35f2bda25823 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:17:29.521 8 INFO cinder.api.openstack.wsgi [None req-cad1f7a7-9ad3-491c-8e3a-9102b4c8454d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:17:29.522 7 INFO cinder.api.openstack.wsgi [None req-30a76bc0-063f-4cab-982d-35f2bda25823 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:17:29.523 8 INFO cinder.api.openstack.wsgi [None req-cad1f7a7-9ad3-491c-8e3a-9102b4c8454d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:17:39.521 7 INFO cinder.api.openstack.wsgi [None req-30a76bc0-063f-4cab-982d-35f2bda25823 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:17:39.521 8 INFO cinder.api.openstack.wsgi [None req-cad1f7a7-9ad3-491c-8e3a-9102b4c8454d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:17:39.522 7 INFO cinder.api.openstack.wsgi [None req-30a76bc0-063f-4cab-982d-35f2bda25823 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:17:39.522 8 INFO cinder.api.openstack.wsgi [None req-cad1f7a7-9ad3-491c-8e3a-9102b4c8454d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:17:49.521 7 INFO cinder.api.openstack.wsgi [None req-30a76bc0-063f-4cab-982d-35f2bda25823 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:17:49.521 8 INFO cinder.api.openstack.wsgi [None req-cad1f7a7-9ad3-491c-8e3a-9102b4c8454d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:17:49.522 7 INFO cinder.api.openstack.wsgi [None req-30a76bc0-063f-4cab-982d-35f2bda25823 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:17:49.522 8 INFO cinder.api.openstack.wsgi [None req-cad1f7a7-9ad3-491c-8e3a-9102b4c8454d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:17:51.812 7 INFO cinder.api.openstack.wsgi [None req-e950de0e-fa45-482d-aeed-8a79e2fa3103 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 19:17:51.822 7 INFO cinder.volume.api [None req-e950de0e-fa45-482d-aeed-8a79e2fa3103 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 19:17:51.825 7 INFO cinder.api.openstack.wsgi [None req-e950de0e-fa45-482d-aeed-8a79e2fa3103 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 493/986] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 19:17:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 15 bytes in 151 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:17:51.837 8 INFO cinder.api.openstack.wsgi [None req-32979f9f-439e-42cf-aaba-52e4b693b248 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true 2026-06-30 19:17:52.345 8 INFO cinder.api.openstack.wsgi [None req-32979f9f-439e-42cf-aaba-52e4b693b248 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 494/987] 10.0.0.163 () {28 vars in 696 bytes} [Tue Jun 30 19:17:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/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-06-30 19:17:52.435 7 INFO cinder.api.openstack.wsgi [None req-8823a9ae-ed13-4671-ad84-ae6ace3ccf85 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true 2026-06-30 19:17:52.452 7 INFO cinder.api.openstack.wsgi [None req-8823a9ae-ed13-4671-ad84-ae6ace3ccf85 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 494/988] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:17:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true => generated 845 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:17:52.464 8 INFO cinder.api.openstack.wsgi [None req-a33697d7-a03f-47a7-b18a-4fdab4d9a324 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/5a7935524569422fafa63b9b4f4f0c52?usage=true 2026-06-30 19:17:52.486 8 INFO cinder.api.openstack.wsgi [None req-a33697d7-a03f-47a7-b18a-4fdab4d9a324 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/5a7935524569422fafa63b9b4f4f0c52?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 495/989] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:17:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/5a7935524569422fafa63b9b4f4f0c52?usage=true => generated 847 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:17:52.499 7 INFO cinder.api.openstack.wsgi [None req-bda71515-40c4-4f1c-85df-bc3eb5b3b10a 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/5b0da173b44e476d97d73750cff7845d?usage=true 2026-06-30 19:17:52.516 7 INFO cinder.api.openstack.wsgi [None req-bda71515-40c4-4f1c-85df-bc3eb5b3b10a 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/5b0da173b44e476d97d73750cff7845d?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 495/990] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:17:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/5b0da173b44e476d97d73750cff7845d?usage=true => generated 847 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:17:52.529 8 INFO cinder.api.openstack.wsgi [None req-acf6c6ed-f318-4fe7-b043-fbec0fa1a364 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true 2026-06-30 19:17:52.549 8 INFO cinder.api.openstack.wsgi [None req-acf6c6ed-f318-4fe7-b043-fbec0fa1a364 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 496/991] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:17:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true => generated 847 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:17:52.561 7 INFO cinder.api.openstack.wsgi [None req-3746a760-9fbc-43f9-9447-669ddf9f1b74 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true 2026-06-30 19:17:52.579 7 INFO cinder.api.openstack.wsgi [None req-3746a760-9fbc-43f9-9447-669ddf9f1b74 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 496/992] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:17:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true => generated 845 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:17:52.591 8 INFO cinder.api.openstack.wsgi [None req-e612278a-e62a-4257-8eaf-aa4e8814c6cc 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true 2026-06-30 19:17:52.597 8 INFO cinder.volume.api [None req-e612278a-e62a-4257-8eaf-aa4e8814c6cc 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all snapshots completed successfully. 2026-06-30 19:17:52.598 8 INFO cinder.api.openstack.wsgi [None req-e612278a-e62a-4257-8eaf-aa4e8814c6cc 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 497/993] 10.0.0.163 () {28 vars in 674 bytes} [Tue Jun 30 19:17:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true => generated 17 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:17:52.612 7 INFO cinder.api.openstack.wsgi [None req-ea89fca0-04d9-4a04-ab95-217efd1b0d5f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services 2026-06-30 19:17:52.617 7 INFO cinder.api.openstack.wsgi [None req-ea89fca0-04d9-4a04-ab95-217efd1b0d5f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services returned with HTTP 200 [pid: 7|app: 0|req: 497/994] 10.0.0.163 () {28 vars in 645 bytes} [Tue Jun 30 19:17:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services => generated 646 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:17:52.628 8 INFO cinder.api.openstack.wsgi [None req-80d317b4-49f2-41a6-bfa8-c04f338417d6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 19:17:52.636 8 INFO cinder.volume.api [None req-80d317b4-49f2-41a6-bfa8-c04f338417d6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 19:17:52.637 8 INFO cinder.api.openstack.wsgi [None req-80d317b4-49f2-41a6-bfa8-c04f338417d6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 498/995] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 19:17:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 15 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:17:59.521 7 INFO cinder.api.openstack.wsgi [None req-ea89fca0-04d9-4a04-ab95-217efd1b0d5f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:17:59.521 8 INFO cinder.api.openstack.wsgi [None req-80d317b4-49f2-41a6-bfa8-c04f338417d6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:17:59.522 7 INFO cinder.api.openstack.wsgi [None req-ea89fca0-04d9-4a04-ab95-217efd1b0d5f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:17:59.523 8 INFO cinder.api.openstack.wsgi [None req-80d317b4-49f2-41a6-bfa8-c04f338417d6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:18:09.521 7 INFO cinder.api.openstack.wsgi [None req-ea89fca0-04d9-4a04-ab95-217efd1b0d5f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:18:09.521 8 INFO cinder.api.openstack.wsgi [None req-80d317b4-49f2-41a6-bfa8-c04f338417d6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:18:09.522 7 INFO cinder.api.openstack.wsgi [None req-ea89fca0-04d9-4a04-ab95-217efd1b0d5f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:18:09.522 8 INFO cinder.api.openstack.wsgi [None req-80d317b4-49f2-41a6-bfa8-c04f338417d6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:18:19.521 8 INFO cinder.api.openstack.wsgi [None req-80d317b4-49f2-41a6-bfa8-c04f338417d6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:18:19.521 7 INFO cinder.api.openstack.wsgi [None req-ea89fca0-04d9-4a04-ab95-217efd1b0d5f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:18:19.522 8 INFO cinder.api.openstack.wsgi [None req-80d317b4-49f2-41a6-bfa8-c04f338417d6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:18:19.523 7 INFO cinder.api.openstack.wsgi [None req-ea89fca0-04d9-4a04-ab95-217efd1b0d5f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:18:29.521 8 INFO cinder.api.openstack.wsgi [None req-80d317b4-49f2-41a6-bfa8-c04f338417d6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:18:29.521 7 INFO cinder.api.openstack.wsgi [None req-ea89fca0-04d9-4a04-ab95-217efd1b0d5f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:18:29.522 8 INFO cinder.api.openstack.wsgi [None req-80d317b4-49f2-41a6-bfa8-c04f338417d6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:18:29.523 7 INFO cinder.api.openstack.wsgi [None req-ea89fca0-04d9-4a04-ab95-217efd1b0d5f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:18:39.521 8 INFO cinder.api.openstack.wsgi [None req-80d317b4-49f2-41a6-bfa8-c04f338417d6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:18:39.521 7 INFO cinder.api.openstack.wsgi [None req-ea89fca0-04d9-4a04-ab95-217efd1b0d5f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:18:39.522 8 INFO cinder.api.openstack.wsgi [None req-80d317b4-49f2-41a6-bfa8-c04f338417d6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:18:39.522 7 INFO cinder.api.openstack.wsgi [None req-ea89fca0-04d9-4a04-ab95-217efd1b0d5f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:18:49.521 7 INFO cinder.api.openstack.wsgi [None req-ea89fca0-04d9-4a04-ab95-217efd1b0d5f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:18:49.521 8 INFO cinder.api.openstack.wsgi [None req-80d317b4-49f2-41a6-bfa8-c04f338417d6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:18:49.522 8 INFO cinder.api.openstack.wsgi [None req-80d317b4-49f2-41a6-bfa8-c04f338417d6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:18:49.522 7 INFO cinder.api.openstack.wsgi [None req-ea89fca0-04d9-4a04-ab95-217efd1b0d5f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:18:51.996 7 INFO cinder.api.openstack.wsgi [None req-2e274e71-0e6a-44d8-8383-d336c33c49ad 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services 2026-06-30 19:18:52.009 7 INFO cinder.api.openstack.wsgi [None req-2e274e71-0e6a-44d8-8383-d336c33c49ad 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services returned with HTTP 200 [pid: 7|app: 0|req: 504/1008] 10.0.0.163 () {28 vars in 645 bytes} [Tue Jun 30 19:18:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services => generated 646 bytes in 181 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:18:52.025 8 INFO cinder.api.openstack.wsgi [None req-f84a2a19-8483-44e4-8b41-9bfbfc5857eb 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 19:18:52.034 8 INFO cinder.volume.api [None req-f84a2a19-8483-44e4-8b41-9bfbfc5857eb 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 19:18:52.037 8 INFO cinder.api.openstack.wsgi [None req-f84a2a19-8483-44e4-8b41-9bfbfc5857eb 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 505/1009] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 19:18:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 15 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:18:52.055 7 INFO cinder.api.openstack.wsgi [None req-47c81864-21d8-4b28-ab18-2295c5357460 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true 2026-06-30 19:18:52.062 7 INFO cinder.volume.api [None req-47c81864-21d8-4b28-ab18-2295c5357460 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all snapshots completed successfully. 2026-06-30 19:18:52.063 7 INFO cinder.api.openstack.wsgi [None req-47c81864-21d8-4b28-ab18-2295c5357460 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 505/1010] 10.0.0.163 () {28 vars in 674 bytes} [Tue Jun 30 19:18:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/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-06-30 19:18:52.076 8 INFO cinder.api.openstack.wsgi [None req-70318a59-42d5-46a5-b3e3-fa24ea24ce7f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 19:18:52.084 8 INFO cinder.volume.api [None req-70318a59-42d5-46a5-b3e3-fa24ea24ce7f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 19:18:52.086 8 INFO cinder.api.openstack.wsgi [None req-70318a59-42d5-46a5-b3e3-fa24ea24ce7f 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 506/1011] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 19:18:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 15 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:18:52.133 7 INFO cinder.api.openstack.wsgi [None req-2594df17-c63b-4aa2-a25a-903b6cb04962 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true 2026-06-30 19:18:52.153 7 INFO cinder.api.openstack.wsgi [None req-2594df17-c63b-4aa2-a25a-903b6cb04962 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 506/1012] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:18:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true => generated 845 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:18:52.164 8 INFO cinder.api.openstack.wsgi [None req-4d505b5c-e4bb-4271-aeae-d8f505b81db9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true 2026-06-30 19:18:52.214 8 INFO cinder.api.openstack.wsgi [None req-4d505b5c-e4bb-4271-aeae-d8f505b81db9 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 507/1013] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:18:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true => generated 847 bytes in 59 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:18:52.228 7 INFO cinder.api.openstack.wsgi [None req-8cf405f2-a89a-4036-a0dd-e40aabb27975 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aa9f36cd8e294d91ad8c68dc42a8b29b?usage=true 2026-06-30 19:18:52.247 7 INFO cinder.api.openstack.wsgi [None req-8cf405f2-a89a-4036-a0dd-e40aabb27975 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aa9f36cd8e294d91ad8c68dc42a8b29b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 507/1014] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:18:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aa9f36cd8e294d91ad8c68dc42a8b29b?usage=true => generated 847 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:18:52.263 8 INFO cinder.api.openstack.wsgi [None req-e9abff43-4e34-4cf1-9040-f145bc8fb9d5 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true 2026-06-30 19:18:52.283 8 INFO cinder.api.openstack.wsgi [None req-e9abff43-4e34-4cf1-9040-f145bc8fb9d5 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 508/1015] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:18:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true => generated 845 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:18:52.294 7 INFO cinder.api.openstack.wsgi [None req-2c728d95-f8d4-42da-9ccb-b2ba1406f3a1 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/cf2d8f9e9e924c61b474153d9b3f7fdf?usage=true 2026-06-30 19:18:52.314 7 INFO cinder.api.openstack.wsgi [None req-2c728d95-f8d4-42da-9ccb-b2ba1406f3a1 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/cf2d8f9e9e924c61b474153d9b3f7fdf?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 508/1016] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:18:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/cf2d8f9e9e924c61b474153d9b3f7fdf?usage=true => generated 847 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:18:52.331 8 INFO cinder.api.openstack.wsgi [None req-5e8520bc-0b5c-441c-ac3b-908bcfa0ad1a 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true 2026-06-30 19:18:52.835 8 INFO cinder.api.openstack.wsgi [None req-5e8520bc-0b5c-441c-ac3b-908bcfa0ad1a 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 509/1017] 10.0.0.163 () {28 vars in 696 bytes} [Tue Jun 30 19:18:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true => generated 670 bytes in 513 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:18:59.521 8 INFO cinder.api.openstack.wsgi [None req-5e8520bc-0b5c-441c-ac3b-908bcfa0ad1a 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:18:59.521 7 INFO cinder.api.openstack.wsgi [None req-2c728d95-f8d4-42da-9ccb-b2ba1406f3a1 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:18:59.522 8 INFO cinder.api.openstack.wsgi [None req-5e8520bc-0b5c-441c-ac3b-908bcfa0ad1a 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:18:59.523 7 INFO cinder.api.openstack.wsgi [None req-2c728d95-f8d4-42da-9ccb-b2ba1406f3a1 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:19:07.689 8 INFO cinder.api.openstack.wsgi [None req-057f4b89-2496-4c78-9988-90ead6016b95 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots 2026-06-30 19:19:07.706 8 INFO cinder.volume.api [None req-057f4b89-2496-4c78-9988-90ead6016b95 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all snapshots completed successfully. 2026-06-30 19:19:07.707 8 INFO cinder.api.openstack.wsgi [None req-057f4b89-2496-4c78-9988-90ead6016b95 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots returned with HTTP 200 [pid: 8|app: 0|req: 511/1020] 10.0.0.82 () {32 vars in 704 bytes} [Tue Jun 30 19:19:07 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots => generated 17 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:19:07.722 7 INFO cinder.api.openstack.wsgi [None req-a73ea0a2-936f-46c5-a47f-71184be927ce 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes 2026-06-30 19:19:07.748 7 INFO cinder.volume.api [None req-a73ea0a2-936f-46c5-a47f-71184be927ce 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 19:19:07.749 7 INFO cinder.api.openstack.wsgi [None req-a73ea0a2-936f-46c5-a47f-71184be927ce 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes returned with HTTP 200 [pid: 7|app: 0|req: 510/1021] 10.0.0.82 () {32 vars in 700 bytes} [Tue Jun 30 19:19:07 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes => generated 15 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:19:09.522 8 INFO cinder.api.openstack.wsgi [None req-057f4b89-2496-4c78-9988-90ead6016b95 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:19:09.522 8 INFO cinder.api.openstack.wsgi [None req-057f4b89-2496-4c78-9988-90ead6016b95 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:19:09.522 7 INFO cinder.api.openstack.wsgi [None req-a73ea0a2-936f-46c5-a47f-71184be927ce 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:19:09.524 7 INFO cinder.api.openstack.wsgi [None req-a73ea0a2-936f-46c5-a47f-71184be927ce 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:19:19.521 7 INFO cinder.api.openstack.wsgi [None req-a73ea0a2-936f-46c5-a47f-71184be927ce 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:19:19.521 8 INFO cinder.api.openstack.wsgi [None req-057f4b89-2496-4c78-9988-90ead6016b95 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:19:19.522 7 INFO cinder.api.openstack.wsgi [None req-a73ea0a2-936f-46c5-a47f-71184be927ce 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:19:19.522 8 INFO cinder.api.openstack.wsgi [None req-057f4b89-2496-4c78-9988-90ead6016b95 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:19:29.521 8 INFO cinder.api.openstack.wsgi [None req-057f4b89-2496-4c78-9988-90ead6016b95 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:19:29.521 7 INFO cinder.api.openstack.wsgi [None req-a73ea0a2-936f-46c5-a47f-71184be927ce 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:19:29.522 8 INFO cinder.api.openstack.wsgi [None req-057f4b89-2496-4c78-9988-90ead6016b95 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:19:29.522 7 INFO cinder.api.openstack.wsgi [None req-a73ea0a2-936f-46c5-a47f-71184be927ce 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:19:39.522 7 INFO cinder.api.openstack.wsgi [None req-a73ea0a2-936f-46c5-a47f-71184be927ce 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:19:39.522 8 INFO cinder.api.openstack.wsgi [None req-057f4b89-2496-4c78-9988-90ead6016b95 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:19:39.523 7 INFO cinder.api.openstack.wsgi [None req-a73ea0a2-936f-46c5-a47f-71184be927ce 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:19:39.523 8 INFO cinder.api.openstack.wsgi [None req-057f4b89-2496-4c78-9988-90ead6016b95 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:19:49.521 7 INFO cinder.api.openstack.wsgi [None req-a73ea0a2-936f-46c5-a47f-71184be927ce 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:19:49.521 8 INFO cinder.api.openstack.wsgi [None req-057f4b89-2496-4c78-9988-90ead6016b95 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:19:49.521 7 INFO cinder.api.openstack.wsgi [None req-a73ea0a2-936f-46c5-a47f-71184be927ce 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:19:49.522 8 INFO cinder.api.openstack.wsgi [None req-057f4b89-2496-4c78-9988-90ead6016b95 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:19:51.838 7 INFO cinder.api.openstack.wsgi [None req-20df6a66-244a-4390-8f2b-55f79c9e74bd 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true 2026-06-30 19:19:51.868 7 INFO cinder.api.openstack.wsgi [None req-20df6a66-244a-4390-8f2b-55f79c9e74bd 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 516/1032] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:19:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true => generated 845 bytes in 152 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:19:51.883 8 INFO cinder.api.openstack.wsgi [None req-14453d1f-97dd-447a-bebf-b045b17f71f8 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true 2026-06-30 19:19:51.910 8 INFO cinder.api.openstack.wsgi [None req-14453d1f-97dd-447a-bebf-b045b17f71f8 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 517/1033] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:19:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true => generated 847 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:19:51.925 7 INFO cinder.api.openstack.wsgi [None req-127a8147-2326-448d-9ddc-a5394600ac77 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true 2026-06-30 19:19:51.952 7 INFO cinder.api.openstack.wsgi [None req-127a8147-2326-448d-9ddc-a5394600ac77 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 517/1034] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:19:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true => generated 845 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:19:51.966 8 INFO cinder.api.openstack.wsgi [None req-cf4941aa-d068-4a46-8560-6a8177334d2b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services 2026-06-30 19:19:51.973 8 INFO cinder.api.openstack.wsgi [None req-cf4941aa-d068-4a46-8560-6a8177334d2b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services returned with HTTP 200 [pid: 8|app: 0|req: 518/1035] 10.0.0.163 () {28 vars in 645 bytes} [Tue Jun 30 19:19:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services => generated 646 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:19:51.992 7 INFO cinder.api.openstack.wsgi [None req-b7938cc4-f31a-44e8-a906-35c786e57571 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 19:19:52.002 7 INFO cinder.volume.api [None req-b7938cc4-f31a-44e8-a906-35c786e57571 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 19:19:52.003 7 INFO cinder.api.openstack.wsgi [None req-b7938cc4-f31a-44e8-a906-35c786e57571 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 518/1036] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 19:19:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 15 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:19:52.017 8 INFO cinder.api.openstack.wsgi [None req-449d82e0-63af-4d50-915b-eb981d05d23b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 19:19:52.025 8 INFO cinder.volume.api [None req-449d82e0-63af-4d50-915b-eb981d05d23b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 19:19:52.027 8 INFO cinder.api.openstack.wsgi [None req-449d82e0-63af-4d50-915b-eb981d05d23b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 519/1037] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 19:19:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 15 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:19:52.041 7 INFO cinder.api.openstack.wsgi [None req-efc0fe8e-7d2b-4456-885c-1851084f843b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true 2026-06-30 19:19:52.050 7 INFO cinder.volume.api [None req-efc0fe8e-7d2b-4456-885c-1851084f843b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all snapshots completed successfully. 2026-06-30 19:19:52.051 7 INFO cinder.api.openstack.wsgi [None req-efc0fe8e-7d2b-4456-885c-1851084f843b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 519/1038] 10.0.0.163 () {28 vars in 674 bytes} [Tue Jun 30 19:19:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true => generated 17 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:19:52.065 8 INFO cinder.api.openstack.wsgi [None req-c846075e-c1cc-4167-a906-50e94573dea4 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true 2026-06-30 19:19:52.569 8 INFO cinder.api.openstack.wsgi [None req-c846075e-c1cc-4167-a906-50e94573dea4 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 520/1039] 10.0.0.163 () {28 vars in 696 bytes} [Tue Jun 30 19:19:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true => generated 670 bytes in 512 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:19:59.522 8 INFO cinder.api.openstack.wsgi [None req-c846075e-c1cc-4167-a906-50e94573dea4 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:19:59.522 7 INFO cinder.api.openstack.wsgi [None req-efc0fe8e-7d2b-4456-885c-1851084f843b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:19:59.523 7 INFO cinder.api.openstack.wsgi [None req-efc0fe8e-7d2b-4456-885c-1851084f843b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:19:59.523 8 INFO cinder.api.openstack.wsgi [None req-c846075e-c1cc-4167-a906-50e94573dea4 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:20:09.522 8 INFO cinder.api.openstack.wsgi [None req-c846075e-c1cc-4167-a906-50e94573dea4 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:20:09.522 7 INFO cinder.api.openstack.wsgi [None req-efc0fe8e-7d2b-4456-885c-1851084f843b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:20:09.523 8 INFO cinder.api.openstack.wsgi [None req-c846075e-c1cc-4167-a906-50e94573dea4 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:20:09.523 7 INFO cinder.api.openstack.wsgi [None req-efc0fe8e-7d2b-4456-885c-1851084f843b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:20:19.521 7 INFO cinder.api.openstack.wsgi [None req-efc0fe8e-7d2b-4456-885c-1851084f843b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:20:19.521 8 INFO cinder.api.openstack.wsgi [None req-c846075e-c1cc-4167-a906-50e94573dea4 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:20:19.522 7 INFO cinder.api.openstack.wsgi [None req-efc0fe8e-7d2b-4456-885c-1851084f843b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:20:19.522 8 INFO cinder.api.openstack.wsgi [None req-c846075e-c1cc-4167-a906-50e94573dea4 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:20:29.521 8 INFO cinder.api.openstack.wsgi [None req-c846075e-c1cc-4167-a906-50e94573dea4 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:20:29.521 7 INFO cinder.api.openstack.wsgi [None req-efc0fe8e-7d2b-4456-885c-1851084f843b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:20:29.522 8 INFO cinder.api.openstack.wsgi [None req-c846075e-c1cc-4167-a906-50e94573dea4 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:20:29.523 7 INFO cinder.api.openstack.wsgi [None req-efc0fe8e-7d2b-4456-885c-1851084f843b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:20:39.521 8 INFO cinder.api.openstack.wsgi [None req-c846075e-c1cc-4167-a906-50e94573dea4 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:20:39.521 7 INFO cinder.api.openstack.wsgi [None req-efc0fe8e-7d2b-4456-885c-1851084f843b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:20:39.522 8 INFO cinder.api.openstack.wsgi [None req-c846075e-c1cc-4167-a906-50e94573dea4 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:20:39.522 7 INFO cinder.api.openstack.wsgi [None req-efc0fe8e-7d2b-4456-885c-1851084f843b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:20:49.522 7 INFO cinder.api.openstack.wsgi [None req-efc0fe8e-7d2b-4456-885c-1851084f843b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:20:49.522 8 INFO cinder.api.openstack.wsgi [None req-c846075e-c1cc-4167-a906-50e94573dea4 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:20:49.522 7 INFO cinder.api.openstack.wsgi [None req-efc0fe8e-7d2b-4456-885c-1851084f843b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:20:49.524 8 INFO cinder.api.openstack.wsgi [None req-c846075e-c1cc-4167-a906-50e94573dea4 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:20:51.710 7 INFO cinder.api.openstack.wsgi [None req-f5cd4475-efe1-4d2d-8618-3039d998dbf6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 19:20:51.722 7 INFO cinder.volume.api [None req-f5cd4475-efe1-4d2d-8618-3039d998dbf6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 19:20:51.724 7 INFO cinder.api.openstack.wsgi [None req-f5cd4475-efe1-4d2d-8618-3039d998dbf6 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 526/1052] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 19:20:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 15 bytes in 60 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:20:51.741 8 INFO cinder.api.openstack.wsgi [None req-154f3f96-63dc-4cd9-a47a-3074c48b5a22 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true 2026-06-30 19:20:51.748 8 INFO cinder.volume.api [None req-154f3f96-63dc-4cd9-a47a-3074c48b5a22 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all snapshots completed successfully. 2026-06-30 19:20:51.748 8 INFO cinder.api.openstack.wsgi [None req-154f3f96-63dc-4cd9-a47a-3074c48b5a22 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 527/1053] 10.0.0.163 () {28 vars in 674 bytes} [Tue Jun 30 19:20:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true => generated 17 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:20:51.758 7 INFO cinder.api.openstack.wsgi [None req-6b1986df-6842-4ceb-9583-c9b9a9e1e746 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services 2026-06-30 19:20:51.767 7 INFO cinder.api.openstack.wsgi [None req-6b1986df-6842-4ceb-9583-c9b9a9e1e746 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services returned with HTTP 200 [pid: 7|app: 0|req: 527/1054] 10.0.0.163 () {28 vars in 645 bytes} [Tue Jun 30 19:20:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services => generated 646 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:20:51.776 8 INFO cinder.api.openstack.wsgi [None req-b7cf3704-ae91-46e9-ad6c-3514e692de03 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true 2026-06-30 19:20:52.280 8 INFO cinder.api.openstack.wsgi [None req-b7cf3704-ae91-46e9-ad6c-3514e692de03 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 528/1055] 10.0.0.163 () {28 vars in 696 bytes} [Tue Jun 30 19:20:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true => generated 670 bytes in 511 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:20:52.293 7 INFO cinder.api.openstack.wsgi [None req-dd27f061-b9f6-4bb2-ba2c-290c94c1363d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 19:20:52.302 7 INFO cinder.volume.api [None req-dd27f061-b9f6-4bb2-ba2c-290c94c1363d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 19:20:52.303 7 INFO cinder.api.openstack.wsgi [None req-dd27f061-b9f6-4bb2-ba2c-290c94c1363d 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 528/1056] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 19:20:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 15 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:20:52.345 8 INFO cinder.api.openstack.wsgi [None req-2e094151-ce8a-46c3-b766-335d62e4145b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true 2026-06-30 19:20:52.372 8 INFO cinder.api.openstack.wsgi [None req-2e094151-ce8a-46c3-b766-335d62e4145b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 529/1057] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:20:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true => generated 845 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:20:52.384 7 INFO cinder.api.openstack.wsgi [None req-27040d83-c4c1-4f7f-bc16-07c858565035 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true 2026-06-30 19:20:52.412 7 INFO cinder.api.openstack.wsgi [None req-27040d83-c4c1-4f7f-bc16-07c858565035 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 529/1058] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:20:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true => generated 847 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:20:52.425 8 INFO cinder.api.openstack.wsgi [None req-b7725d35-0fbc-48f2-ada6-6282aa4a9962 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true 2026-06-30 19:20:52.452 8 INFO cinder.api.openstack.wsgi [None req-b7725d35-0fbc-48f2-ada6-6282aa4a9962 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 530/1059] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:20:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true => generated 845 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:20:59.521 8 INFO cinder.api.openstack.wsgi [None req-b7725d35-0fbc-48f2-ada6-6282aa4a9962 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:20:59.521 7 INFO cinder.api.openstack.wsgi [None req-27040d83-c4c1-4f7f-bc16-07c858565035 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:20:59.522 8 INFO cinder.api.openstack.wsgi [None req-b7725d35-0fbc-48f2-ada6-6282aa4a9962 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:20:59.522 7 INFO cinder.api.openstack.wsgi [None req-27040d83-c4c1-4f7f-bc16-07c858565035 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:21:09.521 8 INFO cinder.api.openstack.wsgi [None req-b7725d35-0fbc-48f2-ada6-6282aa4a9962 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:21:09.521 7 INFO cinder.api.openstack.wsgi [None req-27040d83-c4c1-4f7f-bc16-07c858565035 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:21:09.523 8 INFO cinder.api.openstack.wsgi [None req-b7725d35-0fbc-48f2-ada6-6282aa4a9962 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:21:09.523 7 INFO cinder.api.openstack.wsgi [None req-27040d83-c4c1-4f7f-bc16-07c858565035 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:21:19.520 7 INFO cinder.api.openstack.wsgi [None req-27040d83-c4c1-4f7f-bc16-07c858565035 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:21:19.520 8 INFO cinder.api.openstack.wsgi [None req-b7725d35-0fbc-48f2-ada6-6282aa4a9962 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:21:19.521 7 INFO cinder.api.openstack.wsgi [None req-27040d83-c4c1-4f7f-bc16-07c858565035 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:21:19.522 8 INFO cinder.api.openstack.wsgi [None req-b7725d35-0fbc-48f2-ada6-6282aa4a9962 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:21:29.521 7 INFO cinder.api.openstack.wsgi [None req-27040d83-c4c1-4f7f-bc16-07c858565035 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:21:29.521 8 INFO cinder.api.openstack.wsgi [None req-b7725d35-0fbc-48f2-ada6-6282aa4a9962 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:21:29.522 7 INFO cinder.api.openstack.wsgi [None req-27040d83-c4c1-4f7f-bc16-07c858565035 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:21:29.522 8 INFO cinder.api.openstack.wsgi [None req-b7725d35-0fbc-48f2-ada6-6282aa4a9962 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:21:39.521 7 INFO cinder.api.openstack.wsgi [None req-27040d83-c4c1-4f7f-bc16-07c858565035 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:21:39.522 8 INFO cinder.api.openstack.wsgi [None req-b7725d35-0fbc-48f2-ada6-6282aa4a9962 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:21:39.522 7 INFO cinder.api.openstack.wsgi [None req-27040d83-c4c1-4f7f-bc16-07c858565035 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:21:39.523 8 INFO cinder.api.openstack.wsgi [None req-b7725d35-0fbc-48f2-ada6-6282aa4a9962 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:21:49.521 7 INFO cinder.api.openstack.wsgi [None req-27040d83-c4c1-4f7f-bc16-07c858565035 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:21:49.522 8 INFO cinder.api.openstack.wsgi [None req-b7725d35-0fbc-48f2-ada6-6282aa4a9962 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:21:49.522 7 INFO cinder.api.openstack.wsgi [None req-27040d83-c4c1-4f7f-bc16-07c858565035 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:21:49.522 8 INFO cinder.api.openstack.wsgi [None req-b7725d35-0fbc-48f2-ada6-6282aa4a9962 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:21:51.693 8 INFO cinder.api.openstack.wsgi [None req-9eb0bc66-759c-49bd-b7b8-50ee7d6ddcaa 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services 2026-06-30 19:21:51.707 8 INFO cinder.api.openstack.wsgi [None req-9eb0bc66-759c-49bd-b7b8-50ee7d6ddcaa 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services returned with HTTP 200 [pid: 8|app: 0|req: 537/1072] 10.0.0.163 () {28 vars in 645 bytes} [Tue Jun 30 19:21:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services => generated 646 bytes in 84 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:21:51.725 7 INFO cinder.api.openstack.wsgi [None req-f98b86ca-7092-4a64-baa7-bd8b743d9c01 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 19:21:51.738 7 INFO cinder.volume.api [None req-f98b86ca-7092-4a64-baa7-bd8b743d9c01 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 19:21:51.741 7 INFO cinder.api.openstack.wsgi [None req-f98b86ca-7092-4a64-baa7-bd8b743d9c01 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 536/1073] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 19:21:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 15 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:21:51.785 8 INFO cinder.api.openstack.wsgi [None req-8a26b749-644d-4edd-9775-8b8dbcb5630b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true 2026-06-30 19:21:51.814 8 INFO cinder.api.openstack.wsgi [None req-8a26b749-644d-4edd-9775-8b8dbcb5630b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 538/1074] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:21:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true => generated 845 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:21:51.824 7 INFO cinder.api.openstack.wsgi [None req-f3258c26-725b-4dd1-a237-379e14dfc479 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true 2026-06-30 19:21:51.865 7 INFO cinder.api.openstack.wsgi [None req-f3258c26-725b-4dd1-a237-379e14dfc479 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 537/1075] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:21:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true => generated 847 bytes in 49 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:21:51.878 8 INFO cinder.api.openstack.wsgi [None req-0dafeb84-6f5b-4c17-892a-11309fe7f1f1 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true 2026-06-30 19:21:51.899 8 INFO cinder.api.openstack.wsgi [None req-0dafeb84-6f5b-4c17-892a-11309fe7f1f1 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 539/1076] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:21:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true => generated 845 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:21:51.909 7 INFO cinder.api.openstack.wsgi [None req-3d3d5cd4-2a03-4c7c-88c5-53e7c84f86b7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 19:21:51.925 7 INFO cinder.volume.api [None req-3d3d5cd4-2a03-4c7c-88c5-53e7c84f86b7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 19:21:51.927 7 INFO cinder.api.openstack.wsgi [None req-3d3d5cd4-2a03-4c7c-88c5-53e7c84f86b7 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 538/1077] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 19:21:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 15 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:21:51.936 8 INFO cinder.api.openstack.wsgi [None req-a03b45c2-b159-4730-ac39-0b8355f90ace 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true 2026-06-30 19:21:51.945 8 INFO cinder.volume.api [None req-a03b45c2-b159-4730-ac39-0b8355f90ace 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all snapshots completed successfully. 2026-06-30 19:21:51.945 8 INFO cinder.api.openstack.wsgi [None req-a03b45c2-b159-4730-ac39-0b8355f90ace 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 540/1078] 10.0.0.163 () {28 vars in 674 bytes} [Tue Jun 30 19:21:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true => generated 17 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:21:51.956 7 INFO cinder.api.openstack.wsgi [None req-9a1ec8c6-2ef8-41ca-a46c-8c52cc08511b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true 2026-06-30 19:21:52.460 7 INFO cinder.api.openstack.wsgi [None req-9a1ec8c6-2ef8-41ca-a46c-8c52cc08511b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 539/1079] 10.0.0.163 () {28 vars in 696 bytes} [Tue Jun 30 19:21:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true => generated 670 bytes in 511 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:21:59.520 8 INFO cinder.api.openstack.wsgi [None req-a03b45c2-b159-4730-ac39-0b8355f90ace 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:21:59.520 7 INFO cinder.api.openstack.wsgi [None req-9a1ec8c6-2ef8-41ca-a46c-8c52cc08511b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:21:59.521 8 INFO cinder.api.openstack.wsgi [None req-a03b45c2-b159-4730-ac39-0b8355f90ace 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:21:59.521 7 INFO cinder.api.openstack.wsgi [None req-9a1ec8c6-2ef8-41ca-a46c-8c52cc08511b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:22:09.521 7 INFO cinder.api.openstack.wsgi [None req-9a1ec8c6-2ef8-41ca-a46c-8c52cc08511b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:22:09.522 8 INFO cinder.api.openstack.wsgi [None req-a03b45c2-b159-4730-ac39-0b8355f90ace 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:22:09.522 7 INFO cinder.api.openstack.wsgi [None req-9a1ec8c6-2ef8-41ca-a46c-8c52cc08511b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:22:09.523 8 INFO cinder.api.openstack.wsgi [None req-a03b45c2-b159-4730-ac39-0b8355f90ace 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:22:19.522 7 INFO cinder.api.openstack.wsgi [None req-9a1ec8c6-2ef8-41ca-a46c-8c52cc08511b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:22:19.522 8 INFO cinder.api.openstack.wsgi [None req-a03b45c2-b159-4730-ac39-0b8355f90ace 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:22:19.523 7 INFO cinder.api.openstack.wsgi [None req-9a1ec8c6-2ef8-41ca-a46c-8c52cc08511b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:22:19.523 8 INFO cinder.api.openstack.wsgi [None req-a03b45c2-b159-4730-ac39-0b8355f90ace 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:22:29.521 7 INFO cinder.api.openstack.wsgi [None req-9a1ec8c6-2ef8-41ca-a46c-8c52cc08511b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:22:29.521 8 INFO cinder.api.openstack.wsgi [None req-a03b45c2-b159-4730-ac39-0b8355f90ace 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:22:29.522 8 INFO cinder.api.openstack.wsgi [None req-a03b45c2-b159-4730-ac39-0b8355f90ace 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:22:29.522 7 INFO cinder.api.openstack.wsgi [None req-9a1ec8c6-2ef8-41ca-a46c-8c52cc08511b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:22:39.521 8 INFO cinder.api.openstack.wsgi [None req-a03b45c2-b159-4730-ac39-0b8355f90ace 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:22:39.522 7 INFO cinder.api.openstack.wsgi [None req-9a1ec8c6-2ef8-41ca-a46c-8c52cc08511b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:22:39.523 8 INFO cinder.api.openstack.wsgi [None req-a03b45c2-b159-4730-ac39-0b8355f90ace 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:22:39.523 7 INFO cinder.api.openstack.wsgi [None req-9a1ec8c6-2ef8-41ca-a46c-8c52cc08511b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:22:49.522 8 INFO cinder.api.openstack.wsgi [None req-a03b45c2-b159-4730-ac39-0b8355f90ace 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:22:49.523 7 INFO cinder.api.openstack.wsgi [None req-9a1ec8c6-2ef8-41ca-a46c-8c52cc08511b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:22:49.524 7 INFO cinder.api.openstack.wsgi [None req-9a1ec8c6-2ef8-41ca-a46c-8c52cc08511b 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:22:49.524 8 INFO cinder.api.openstack.wsgi [None req-a03b45c2-b159-4730-ac39-0b8355f90ace 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:22:51.708 8 INFO cinder.api.openstack.wsgi [None req-89f4bdbe-0fa0-4e75-baa0-353dd3a5ed72 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services 2026-06-30 19:22:51.716 8 INFO cinder.api.openstack.wsgi [None req-89f4bdbe-0fa0-4e75-baa0-353dd3a5ed72 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services returned with HTTP 200 [pid: 8|app: 0|req: 547/1092] 10.0.0.163 () {28 vars in 645 bytes} [Tue Jun 30 19:22:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-services => generated 646 bytes in 74 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:22:51.727 7 INFO cinder.api.openstack.wsgi [None req-87c7751c-a7e6-4975-85ba-9b45728ee851 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 19:22:51.742 7 INFO cinder.volume.api [None req-87c7751c-a7e6-4975-85ba-9b45728ee851 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 19:22:51.746 7 INFO cinder.api.openstack.wsgi [None req-87c7751c-a7e6-4975-85ba-9b45728ee851 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 546/1093] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 19:22:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 15 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:22:51.758 8 INFO cinder.api.openstack.wsgi [None req-8d071b2f-3a09-4b87-80a2-f22f483545df 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true 2026-06-30 19:22:52.262 8 INFO cinder.api.openstack.wsgi [None req-8d071b2f-3a09-4b87-80a2-f22f483545df 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 548/1094] 10.0.0.163 () {28 vars in 696 bytes} [Tue Jun 30 19:22:51 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/scheduler-stats/get_pools?detail=true => generated 670 bytes in 511 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:22:52.272 7 INFO cinder.api.openstack.wsgi [None req-110e960f-55ee-4ee9-9416-f9903518dfbc 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true 2026-06-30 19:22:52.279 7 INFO cinder.volume.api [None req-110e960f-55ee-4ee9-9416-f9903518dfbc 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all volumes completed successfully. 2026-06-30 19:22:52.281 7 INFO cinder.api.openstack.wsgi [None req-110e960f-55ee-4ee9-9416-f9903518dfbc 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 547/1095] 10.0.0.163 () {28 vars in 684 bytes} [Tue Jun 30 19:22:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/volumes/detail?all_tenants=true => generated 15 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:22:52.323 8 INFO cinder.api.openstack.wsgi [None req-a15bb7da-533b-4019-994a-046073c0d769 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true 2026-06-30 19:22:52.344 8 INFO cinder.api.openstack.wsgi [None req-a15bb7da-533b-4019-994a-046073c0d769 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 549/1096] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:22:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/0171d8cfa0c64414b1f056f78bef0235?usage=true => generated 845 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:22:52.355 7 INFO cinder.api.openstack.wsgi [None req-10504d26-0a12-4940-a327-6d294de5d6bf 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true 2026-06-30 19:22:52.381 7 INFO cinder.api.openstack.wsgi [None req-10504d26-0a12-4940-a327-6d294de5d6bf 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 548/1097] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:22:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/956e2e87cd874d3d92f01fdc0133ad2c?usage=true => generated 847 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:22:52.389 8 INFO cinder.api.openstack.wsgi [None req-6cc11ce1-66ad-418c-9ef1-e538a8b570fe 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true 2026-06-30 19:22:52.415 8 INFO cinder.api.openstack.wsgi [None req-6cc11ce1-66ad-418c-9ef1-e538a8b570fe 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 550/1098] 10.0.0.163 () {28 vars in 736 bytes} [Tue Jun 30 19:22:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/os-quota-sets/aff3b1073c7b40f7a6256f7973d19cd2?usage=true => generated 845 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-30 19:22:52.424 7 INFO cinder.api.openstack.wsgi [None req-db0a576c-9459-443f-ad73-50b0676e1488 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true 2026-06-30 19:22:52.430 7 INFO cinder.volume.api [None req-db0a576c-9459-443f-ad73-50b0676e1488 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] Get all snapshots completed successfully. 2026-06-30 19:22:52.430 7 INFO cinder.api.openstack.wsgi [None req-db0a576c-9459-443f-ad73-50b0676e1488 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 549/1099] 10.0.0.163 () {28 vars in 674 bytes} [Tue Jun 30 19:22:52 2026] GET /v3/aff3b1073c7b40f7a6256f7973d19cd2/snapshots?all_tenants=true => generated 17 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-30 19:22:59.521 8 INFO cinder.api.openstack.wsgi [None req-6cc11ce1-66ad-418c-9ef1-e538a8b570fe 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:22:59.521 7 INFO cinder.api.openstack.wsgi [None req-db0a576c-9459-443f-ad73-50b0676e1488 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:22:59.522 8 INFO cinder.api.openstack.wsgi [None req-6cc11ce1-66ad-418c-9ef1-e538a8b570fe 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:22:59.522 7 INFO cinder.api.openstack.wsgi [None req-db0a576c-9459-443f-ad73-50b0676e1488 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:23:09.521 8 INFO cinder.api.openstack.wsgi [None req-6cc11ce1-66ad-418c-9ef1-e538a8b570fe 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:23:09.521 7 INFO cinder.api.openstack.wsgi [None req-db0a576c-9459-443f-ad73-50b0676e1488 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:23:09.522 8 INFO cinder.api.openstack.wsgi [None req-6cc11ce1-66ad-418c-9ef1-e538a8b570fe 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:23:09.523 7 INFO cinder.api.openstack.wsgi [None req-db0a576c-9459-443f-ad73-50b0676e1488 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:23:19.521 8 INFO cinder.api.openstack.wsgi [None req-6cc11ce1-66ad-418c-9ef1-e538a8b570fe 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:23:19.522 7 INFO cinder.api.openstack.wsgi [None req-db0a576c-9459-443f-ad73-50b0676e1488 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:23:19.522 8 INFO cinder.api.openstack.wsgi [None req-6cc11ce1-66ad-418c-9ef1-e538a8b570fe 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:23:19.523 7 INFO cinder.api.openstack.wsgi [None req-db0a576c-9459-443f-ad73-50b0676e1488 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:23:29.521 8 INFO cinder.api.openstack.wsgi [None req-6cc11ce1-66ad-418c-9ef1-e538a8b570fe 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:23:29.521 7 INFO cinder.api.openstack.wsgi [None req-db0a576c-9459-443f-ad73-50b0676e1488 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] GET http://10.0.0.30:8776/ 2026-06-30 19:23:29.523 8 INFO cinder.api.openstack.wsgi [None req-6cc11ce1-66ad-418c-9ef1-e538a8b570fe 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300 2026-06-30 19:23:29.523 7 INFO cinder.api.openstack.wsgi [None req-db0a576c-9459-443f-ad73-50b0676e1488 4f63f30f4612470db40d51d97472c6ae aff3b1073c7b40f7a6256f7973d19cd2 - - default default] http://10.0.0.30:8776/ returned with HTTP 300