+ 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 [Thu Jul 9 17:15:29 2026] *** compiled with version: 13.3.0 on 11 June 2026 18:25:52 os: Linux-5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 nodename: cinder-api-548cf65847-fcfg4 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 0x7fa9bb97c668 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 /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() simplejson unavailable, fall-back to standard python json 2026-07-09 17:15:33.857 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-07-09 17:15:33.857 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/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/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-07-09 17:15:34.169 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-07-09 17:15:34.169 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-07-09 17:15:35.192 8 INFO cinder.rpc [None req-fe12c2c7-21fd-4043-836d-b6383190e607 - - - - - -] Automatically selected cinder-scheduler objects version 1.39 as minimum service version. 2026-07-09 17:15:35.195 8 INFO cinder.rpc [None req-fe12c2c7-21fd-4043-836d-b6383190e607 - - - - - -] Automatically selected cinder-scheduler RPC version 3.12 as minimum service version. 2026-07-09 17:15:35.197 8 INFO cinder.rpc [None req-fe12c2c7-21fd-4043-836d-b6383190e607 - - - - - -] Automatically selected cinder-volume objects version 1.39 as minimum service version. 2026-07-09 17:15:35.200 8 INFO cinder.rpc [None req-fe12c2c7-21fd-4043-836d-b6383190e607 - - - - - -] Automatically selected cinder-volume RPC version 3.20 as minimum service version. 2026-07-09 17:15:35.212 8 INFO cinder.rpc [None req-fe12c2c7-21fd-4043-836d-b6383190e607 - - - - - -] Automatically selected cinder-backup objects version 1.39 as minimum service version. 2026-07-09 17:15:35.216 8 INFO cinder.rpc [None req-fe12c2c7-21fd-4043-836d-b6383190e607 - - - - - -] Automatically selected cinder-backup RPC version 2.4 as minimum service version. 2026-07-09 17:15:35.268 8 WARNING cinder.api.contrib.hosts [None req-fe12c2c7-21fd-4043-836d-b6383190e607 - - - - - -] Deprecated: The Host API is deprecated and will be be removed in a future version. 2026-07-09 17:15:35.315 8 WARNING keystonemiddleware._common.config [None req-fe12c2c7-21fd-4043-836d-b6383190e607 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-09 17:15:35.325 8 WARNING oslo_config.cfg [None req-fe12c2c7-21fd-4043-836d-b6383190e607 - - - - - -] 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 0x7fa9bb97c668 pid: 8 (default app) 2026-07-09 17:15:35.522 7 INFO cinder.rpc [None req-89828d3c-bb49-4083-99b3-a4ca9ec2158e - - - - - -] Automatically selected cinder-scheduler objects version 1.39 as minimum service version. 2026-07-09 17:15:35.525 7 INFO cinder.rpc [None req-89828d3c-bb49-4083-99b3-a4ca9ec2158e - - - - - -] Automatically selected cinder-scheduler RPC version 3.12 as minimum service version. 2026-07-09 17:15:35.528 7 INFO cinder.rpc [None req-89828d3c-bb49-4083-99b3-a4ca9ec2158e - - - - - -] Automatically selected cinder-volume objects version 1.39 as minimum service version. 2026-07-09 17:15:35.531 7 INFO cinder.rpc [None req-89828d3c-bb49-4083-99b3-a4ca9ec2158e - - - - - -] Automatically selected cinder-volume RPC version 3.20 as minimum service version. 2026-07-09 17:15:35.546 7 INFO cinder.rpc [None req-89828d3c-bb49-4083-99b3-a4ca9ec2158e - - - - - -] Automatically selected cinder-backup objects version 1.39 as minimum service version. 2026-07-09 17:15:35.550 7 INFO cinder.rpc [None req-89828d3c-bb49-4083-99b3-a4ca9ec2158e - - - - - -] Automatically selected cinder-backup RPC version 2.4 as minimum service version. 2026-07-09 17:15:35.605 7 WARNING cinder.api.contrib.hosts [None req-89828d3c-bb49-4083-99b3-a4ca9ec2158e - - - - - -] Deprecated: The Host API is deprecated and will be be removed in a future version. 2026-07-09 17:15:35.648 7 WARNING keystonemiddleware._common.config [None req-89828d3c-bb49-4083-99b3-a4ca9ec2158e - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-09 17:15:35.658 7 WARNING oslo_config.cfg [None req-89828d3c-bb49-4083-99b3-a4ca9ec2158e - - - - - -] 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 0x7fa9bb97c668 pid: 7 (default app) 2026-07-09 17:15:39.733 8 INFO cinder.api.openstack.wsgi [None req-fe12c2c7-21fd-4043-836d-b6383190e607 - - - - - -] GET http://10.0.0.126:8776/ 2026-07-09 17:15:39.735 8 INFO cinder.api.openstack.wsgi [None req-fe12c2c7-21fd-4043-836d-b6383190e607 - - - - - -] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:15:49.731 7 INFO cinder.api.openstack.wsgi [None req-89828d3c-bb49-4083-99b3-a4ca9ec2158e - - - - - -] GET http://10.0.0.126:8776/ 2026-07-09 17:15:49.733 7 INFO cinder.api.openstack.wsgi [None req-89828d3c-bb49-4083-99b3-a4ca9ec2158e - - - - - -] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:15:59.730 8 INFO cinder.api.openstack.wsgi [None req-fe12c2c7-21fd-4043-836d-b6383190e607 - - - - - -] GET http://10.0.0.126:8776/ 2026-07-09 17:15:59.730 7 INFO cinder.api.openstack.wsgi [None req-89828d3c-bb49-4083-99b3-a4ca9ec2158e - - - - - -] GET http://10.0.0.126:8776/ 2026-07-09 17:15:59.731 8 INFO cinder.api.openstack.wsgi [None req-fe12c2c7-21fd-4043-836d-b6383190e607 - - - - - -] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:15:59.732 7 INFO cinder.api.openstack.wsgi [None req-89828d3c-bb49-4083-99b3-a4ca9ec2158e - - - - - -] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:16:09.730 7 INFO cinder.api.openstack.wsgi [None req-89828d3c-bb49-4083-99b3-a4ca9ec2158e - - - - - -] GET http://10.0.0.126:8776/ 2026-07-09 17:16:09.730 8 INFO cinder.api.openstack.wsgi [None req-fe12c2c7-21fd-4043-836d-b6383190e607 - - - - - -] GET http://10.0.0.126:8776/ 2026-07-09 17:16:09.731 7 INFO cinder.api.openstack.wsgi [None req-89828d3c-bb49-4083-99b3-a4ca9ec2158e - - - - - -] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:16:09.731 8 INFO cinder.api.openstack.wsgi [None req-fe12c2c7-21fd-4043-836d-b6383190e607 - - - - - -] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:16:19.731 8 INFO cinder.api.openstack.wsgi [None req-fe12c2c7-21fd-4043-836d-b6383190e607 - - - - - -] GET http://10.0.0.126:8776/ 2026-07-09 17:16:19.734 8 INFO cinder.api.openstack.wsgi [None req-fe12c2c7-21fd-4043-836d-b6383190e607 - - - - - -] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:16:19.733 7 INFO cinder.api.openstack.wsgi [None req-89828d3c-bb49-4083-99b3-a4ca9ec2158e - - - - - -] GET http://10.0.0.126:8776/ 2026-07-09 17:16:19.737 7 INFO cinder.api.openstack.wsgi [None req-89828d3c-bb49-4083-99b3-a4ca9ec2158e - - - - - -] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:16:29.729 8 INFO cinder.api.openstack.wsgi [None req-fe12c2c7-21fd-4043-836d-b6383190e607 - - - - - -] GET http://10.0.0.126:8776/ 2026-07-09 17:16:29.729 7 INFO cinder.api.openstack.wsgi [None req-89828d3c-bb49-4083-99b3-a4ca9ec2158e - - - - - -] GET http://10.0.0.126:8776/ 2026-07-09 17:16:29.730 8 INFO cinder.api.openstack.wsgi [None req-fe12c2c7-21fd-4043-836d-b6383190e607 - - - - - -] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:16:29.730 7 INFO cinder.api.openstack.wsgi [None req-89828d3c-bb49-4083-99b3-a4ca9ec2158e - - - - - -] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:16:39.730 8 INFO cinder.api.openstack.wsgi [None req-fe12c2c7-21fd-4043-836d-b6383190e607 - - - - - -] GET http://10.0.0.126:8776/ 2026-07-09 17:16:39.730 7 INFO cinder.api.openstack.wsgi [None req-89828d3c-bb49-4083-99b3-a4ca9ec2158e - - - - - -] GET http://10.0.0.126:8776/ 2026-07-09 17:16:39.731 8 INFO cinder.api.openstack.wsgi [None req-fe12c2c7-21fd-4043-836d-b6383190e607 - - - - - -] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:16:39.731 7 INFO cinder.api.openstack.wsgi [None req-89828d3c-bb49-4083-99b3-a4ca9ec2158e - - - - - -] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:16:49.730 8 INFO cinder.api.openstack.wsgi [None req-fe12c2c7-21fd-4043-836d-b6383190e607 - - - - - -] GET http://10.0.0.126:8776/ 2026-07-09 17:16:49.730 7 INFO cinder.api.openstack.wsgi [None req-89828d3c-bb49-4083-99b3-a4ca9ec2158e - - - - - -] GET http://10.0.0.126:8776/ 2026-07-09 17:16:49.730 8 INFO cinder.api.openstack.wsgi [None req-fe12c2c7-21fd-4043-836d-b6383190e607 - - - - - -] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:16:49.731 7 INFO cinder.api.openstack.wsgi [None req-89828d3c-bb49-4083-99b3-a4ca9ec2158e - - - - - -] http://10.0.0.126: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-07-09 17:16:58.845 8 INFO cinder.api.openstack.wsgi [None req-4b32251e-c5ac-46d4-ae10-b208e4fbe34b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/types/rbd1 2026-07-09 17:16:58.866 8 INFO cinder.api.openstack.wsgi [None req-4b32251e-c5ac-46d4-ae10-b208e4fbe34b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/types/rbd1 returned with HTTP 404 [pid: 8|app: 0|req: 8/15] 10.0.0.24 () {30 vars in 681 bytes} [Thu Jul 9 17:16:57 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/types/rbd1 => generated 82 bytes in 1050 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-07-09 17:16:59.328 7 INFO cinder.api.openstack.wsgi [None req-729c3cea-2d46-40fe-af32-e1f936b140ad 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 17:16:59.358 7 INFO cinder.api.openstack.wsgi [None req-729c3cea-2d46-40fe-af32-e1f936b140ad 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/types?name=rbd1&is_public=None returned with HTTP 200 [pid: 7|app: 0|req: 8/16] 10.0.0.24 () {30 vars in 720 bytes} [Thu Jul 9 17:16:58 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/types?name=rbd1&is_public=None => generated 20 bytes in 475 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 17:16:59.730 8 INFO cinder.api.openstack.wsgi [None req-4b32251e-c5ac-46d4-ae10-b208e4fbe34b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:16:59.730 7 INFO cinder.api.openstack.wsgi [None req-729c3cea-2d46-40fe-af32-e1f936b140ad 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:16:59.731 7 INFO cinder.api.openstack.wsgi [None req-729c3cea-2d46-40fe-af32-e1f936b140ad 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:16:59.732 8 INFO cinder.api.openstack.wsgi [None req-4b32251e-c5ac-46d4-ae10-b208e4fbe34b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:17:01.610 7 INFO cinder.api.openstack.wsgi [None req-476ab010-5258-4ba3-bedb-c5076c0aa229 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/types 2026-07-09 17:17:01.656 7 INFO cinder.api.openstack.wsgi [None req-476ab010-5258-4ba3-bedb-c5076c0aa229 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/types returned with HTTP 200 [pid: 7|app: 0|req: 10/19] 10.0.0.24 () {34 vars in 724 bytes} [Thu Jul 9 17:17:01 2026] POST /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/types => generated 179 bytes in 409 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 17:17:01.670 8 INFO cinder.api.openstack.wsgi [req-476ab010-5258-4ba3-bedb-c5076c0aa229 req-33248b8f-eed8-4237-a009-e80b1e1d7082 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/types/b9777e9f-7e51-49a3-a1db-259016fb652b/extra_specs /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-07-09 17:17:01.802 8 INFO cinder.api.openstack.wsgi [req-476ab010-5258-4ba3-bedb-c5076c0aa229 req-33248b8f-eed8-4237-a009-e80b1e1d7082 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/types/b9777e9f-7e51-49a3-a1db-259016fb652b/extra_specs returned with HTTP 200 [pid: 8|app: 0|req: 10/20] 10.0.0.24 () {36 vars in 893 bytes} [Thu Jul 9 17:17:01 2026] POST /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/types/b9777e9f-7e51-49a3-a1db-259016fb652b/extra_specs => generated 48 bytes in 139 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 17:17:03.833 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/types?is_public=None 2026-07-09 17:17:03.847 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/types?is_public=None returned with HTTP 200 [pid: 7|app: 0|req: 11/21] 10.0.0.24 () {30 vars in 700 bytes} [Thu Jul 9 17:17:03 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/types?is_public=None => generated 443 bytes in 45 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 17:17:05.465 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/qos-specs 2026-07-09 17:17:05.478 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/qos-specs returned with HTTP 200 [pid: 8|app: 0|req: 11/22] 10.0.0.24 () {30 vars in 679 bytes} [Thu Jul 9 17:17:05 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/qos-specs => generated 17 bytes in 47 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 17:17:09.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:17:09.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:17:09.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:17:09.732 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:17:19.729 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:17:19.729 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:17:19.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:17:19.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:17:29.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:17:29.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:17:29.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:17:29.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:17:39.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:17:39.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:17:39.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:17:39.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:17:49.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:17:49.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:17:49.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:17:49.732 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:17:59.729 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:17:59.729 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:17:59.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:17:59.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:18:09.729 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:18:09.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:18:09.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:18:09.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:18:19.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:18:19.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:18:19.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:18:19.732 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:18:29.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:18:29.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:18:29.732 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:18:29.732 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:18:39.729 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:18:39.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:18:39.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:18:39.732 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:18:49.729 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:18:49.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:18:49.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:18:49.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:18:59.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:18:59.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:18:59.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:18:59.734 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:19:09.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:19:09.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:19:09.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:19:09.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:19:19.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:19:19.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:19:19.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:19:19.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:19:29.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:19:29.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:19:29.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:19:29.732 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:19:39.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:19:39.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:19:39.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:19:39.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:19:49.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:19:49.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:19:49.732 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:19:49.732 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:19:59.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:19:59.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:19:59.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:19:59.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:20:09.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:20:09.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:20:09.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:20:09.732 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:20:19.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:20:19.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:20:19.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:20:19.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:20:29.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:20:29.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:20:29.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:20:29.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:20:39.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:20:39.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:20:39.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:20:39.734 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:20:49.729 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:20:49.729 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:20:49.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:20:49.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:20:59.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:20:59.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:20:59.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:20:59.732 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:21:09.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:21:09.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:21:09.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:21:09.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:21:19.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:21:19.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:21:19.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:21:19.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:21:29.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:21:29.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:21:29.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:21:29.733 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:21:39.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:21:39.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:21:39.732 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:21:39.732 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:21:49.741 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:21:49.743 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:21:49.744 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:21:49.746 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:21:59.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:21:59.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:21:59.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:21:59.732 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:22:09.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:22:09.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:22:09.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:22:09.732 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:22:19.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:22:19.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:22:19.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:22:19.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:22:29.729 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:22:29.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:22:29.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:22:29.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:22:39.729 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:22:39.729 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:22:39.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:22:39.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:22:49.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:22:49.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:22:49.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:22:49.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:22:59.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:22:59.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:22:59.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:22:59.733 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:23:09.729 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:23:09.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:23:09.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:23:09.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:23:19.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:23:19.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:23:19.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:23:19.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:23:29.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:23:29.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:23:29.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:23:29.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:23:39.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:23:39.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:23:39.738 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:23:39.739 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:23:49.729 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:23:49.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:23:49.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:23:49.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:23:59.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:23:59.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:23:59.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:23:59.733 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:24:09.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:24:09.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:24:09.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:24:09.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:24:19.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:24:19.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:24:19.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:24:19.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:24:29.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:24:29.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:24:29.732 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:24:29.732 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:24:39.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:24:39.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:24:39.732 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:24:39.732 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:24:49.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:24:49.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:24:49.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:24:49.732 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:24:59.729 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:24:59.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:24:59.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:24:59.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:25:09.729 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:25:09.729 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:25:09.729 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:25:09.729 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:25:19.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:25:19.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:25:19.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:25:19.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:25:29.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:25:29.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:25:29.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:25:29.732 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:25:39.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:25:39.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:25:39.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:25:39.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:25:49.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:25:49.732 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:25:49.734 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:25:49.736 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:25:59.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:25:59.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:25:59.732 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:25:59.733 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:26:09.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:26:09.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:26:09.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:26:09.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:26:19.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:26:19.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:26:19.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:26:19.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:26:29.729 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:26:29.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:26:29.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:26:29.732 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:26:39.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:26:39.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:26:39.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:26:39.732 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:26:49.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:26:49.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:26:49.733 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:26:49.733 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:26:59.735 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:26:59.736 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:26:59.736 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:26:59.736 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:27:09.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:27:09.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:27:09.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:27:09.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:27:19.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:27:19.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:27:19.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:27:19.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:27:29.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:27:29.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:27:29.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:27:29.732 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:27:39.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:27:39.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:27:39.732 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:27:39.732 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:27:49.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:27:49.732 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:27:49.736 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:27:49.736 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:27:59.729 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:27:59.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:27:59.734 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:27:59.735 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:28:09.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:28:09.733 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:28:09.733 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:28:09.735 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:28:19.729 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:28:19.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:28:19.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:28:19.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:28:29.729 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:28:29.729 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:28:29.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:28:29.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:28:39.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:28:39.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:28:39.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:28:39.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:28:49.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:28:49.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:28:49.732 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:28:49.732 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:28:59.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:28:59.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:28:59.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:28:59.732 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:29:09.729 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:29:09.729 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:29:09.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:29:09.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:29:19.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:29:19.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:29:19.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:29:19.732 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:29:29.729 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:29:29.729 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:29:29.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:29:29.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:29:39.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:29:39.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:29:39.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:29:39.732 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:29:49.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:29:49.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:29:49.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:29:49.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:29:59.729 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:29:59.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:29:59.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:29:59.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:30:09.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:30:09.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:30:09.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:30:09.733 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:30:19.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:30:19.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:30:19.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:30:19.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:30:29.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:30:29.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:30:29.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:30:29.733 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:30:39.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:30:39.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:30:39.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:30:39.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:30:49.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:30:49.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:30:49.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:30:49.732 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:30:59.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:30:59.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:30:59.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:30:59.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:31:09.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:31:09.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:31:09.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:31:09.732 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:31:19.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:31:19.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:31:19.732 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:31:19.732 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:31:29.732 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:31:29.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:31:29.735 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:31:29.734 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:31:39.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:31:39.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:31:39.732 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:31:39.734 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:31:49.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:31:49.732 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:31:49.733 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:31:49.734 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:31:59.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:31:59.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:31:59.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:31:59.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:32:09.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:32:09.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:32:09.732 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:32:09.732 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:32:19.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:32:19.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:32:19.732 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:32:19.732 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:32:29.729 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:32:29.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:32:29.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:32:29.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:32:39.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:32:39.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:32:39.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:32:39.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:32:49.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:32:49.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:32:49.732 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:32:49.732 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:32:59.729 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:32:59.729 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:32:59.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:32:59.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:33:09.729 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:33:09.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:33:09.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:33:09.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:33:19.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:33:19.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:33:19.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:33:19.732 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:33:29.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:33:29.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:33:29.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:33:29.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:33:39.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:33:39.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:33:39.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:33:39.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:33:49.729 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:33:49.729 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:33:49.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:33:49.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:33:59.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:33:59.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:33:59.732 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:33:59.732 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:34:09.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:34:09.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:34:09.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:34:09.732 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:34:19.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:34:19.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:34:19.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:34:19.732 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:34:29.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:34:29.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:34:29.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:34:29.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:34:39.730 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:34:39.730 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:34:39.731 7 INFO cinder.api.openstack.wsgi [None req-7a5868d9-8026-4777-8e6a-24bcd33dbc0b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:34:39.731 8 INFO cinder.api.openstack.wsgi [None req-7a42192f-d75d-4d4c-bb72-2559df8c19e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126: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-07-09 17:34:44.341 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET https://volume.199-19-213-116.nip.io/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=False 2026-07-09 17:34:44.373 7 WARNING cinder.quota [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - 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-07-09 17:34:44.373 7 WARNING cinder.quota [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - 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-07-09 17:34:44.374 7 WARNING cinder.quota [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - 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-07-09 17:34:44.374 7 WARNING cinder.quota [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - 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-07-09 17:34:44.374 7 WARNING cinder.quota [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - 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-07-09 17:34:44.374 7 WARNING cinder.quota [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - 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-07-09 17:34:44.379 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] https://volume.199-19-213-116.nip.io/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=False returned with HTTP 200 [pid: 7|app: 0|req: 118/235] 199.19.213.116 () {44 vars in 1069 bytes} [Thu Jul 9 17:34:44 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=False => generated 340 bytes in 158 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-07-09 17:34:44.533 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] PUT https://volume.199-19-213-116.nip.io/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b 2026-07-09 17:34:44.589 8 WARNING cinder.quota [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - 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-07-09 17:34:44.590 8 WARNING cinder.quota [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - 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-07-09 17:34:44.590 8 WARNING cinder.quota [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - 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-07-09 17:34:44.591 8 WARNING cinder.quota [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - 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-07-09 17:34:44.591 8 WARNING cinder.quota [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - 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-07-09 17:34:44.592 8 WARNING cinder.quota [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - 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-07-09 17:34:44.597 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] https://volume.199-19-213-116.nip.io/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b returned with HTTP 200 [pid: 8|app: 0|req: 118/236] 199.19.213.116 () {48 vars in 1098 bytes} [Thu Jul 9 17:34:44 2026] PUT /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b => generated 296 bytes in 73 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 17:34:49.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:34:49.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:34:49.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:34:49.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:34:59.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:34:59.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:34:59.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:34:59.732 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:35:09.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:35:09.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:35:09.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:35:09.732 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:35:19.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:35:19.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:35:19.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:35:19.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:35:29.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:35:29.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:35:29.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:35:29.732 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:35:39.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:35:39.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:35:39.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:35:39.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:35:49.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:35:49.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:35:49.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:35:49.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:35:59.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:35:59.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:35:59.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:35:59.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:36:09.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:36:09.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:36:09.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:36:09.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:36:19.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:36:19.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:36:19.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:36:19.732 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:36:29.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:36:29.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:36:29.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:36:29.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:36:39.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:36:39.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:36:39.732 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:36:39.732 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:36:49.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:36:49.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:36:49.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:36:49.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:36:59.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:36:59.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:36:59.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:36:59.744 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:37:09.729 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:37:09.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:37:09.732 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:37:09.734 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:37:19.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:37:19.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:37:19.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:37:19.732 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:37:29.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:37:29.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:37:29.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:37:29.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:37:39.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:37:39.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:37:39.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:37:39.733 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:37:49.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:37:49.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:37:49.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:37:49.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:37:59.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:37:59.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:37:59.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:37:59.732 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:38:09.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:38:09.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:38:09.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:38:09.734 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:38:19.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:38:19.732 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:38:19.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:38:19.733 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:38:29.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:38:29.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:38:29.732 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:38:29.732 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:38:39.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:38:39.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:38:39.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:38:39.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:38:49.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:38:49.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:38:49.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:38:49.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:38:59.729 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:38:59.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:38:59.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:38:59.732 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:39:09.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:39:09.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:39:09.732 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:39:09.732 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:39:19.729 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:39:19.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:39:19.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:39:19.736 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:39:29.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:39:29.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:39:29.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:39:29.732 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:39:39.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:39:39.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:39:39.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:39:39.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:39:49.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:39:49.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:39:49.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:39:49.732 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:39:59.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:39:59.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:39:59.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:39:59.732 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:40:09.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:40:09.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:40:09.732 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:40:09.732 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:40:19.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:40:19.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:40:19.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:40:19.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:40:29.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:40:29.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:40:29.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:40:29.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:40:39.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:40:39.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:40:39.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:40:39.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:40:49.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:40:49.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:40:49.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:40:49.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:40:59.729 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:40:59.729 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:40:59.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:40:59.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:41:09.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:41:09.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:41:09.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:41:09.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:41:19.740 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:41:19.741 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:41:19.741 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:41:19.742 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:41:29.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:41:29.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:41:29.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:41:29.734 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:41:39.729 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:41:39.729 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:41:39.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:41:39.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:41:49.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:41:49.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:41:49.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:41:49.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:41:59.729 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:41:59.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:41:59.729 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:41:59.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:42:09.729 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:42:09.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:42:09.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:42:09.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:42:19.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:42:19.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:42:19.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:42:19.732 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:42:29.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:42:29.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:42:29.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:42:29.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:42:39.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:42:39.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:42:39.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:42:39.733 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:42:49.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:42:49.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:42:49.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:42:49.732 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:42:59.729 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:42:59.729 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:42:59.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:42:59.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:43:09.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:43:09.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:43:09.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:43:09.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:43:19.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:43:19.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:43:19.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:43:19.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:43:29.736 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:43:29.737 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:43:29.744 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:43:29.744 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:43:39.729 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:43:39.729 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:43:39.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:43:39.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:43:49.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:43:49.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:43:49.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:43:49.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:43:59.729 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:43:59.729 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:43:59.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:43:59.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:44:09.729 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:44:09.729 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:44:09.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:44:09.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:44:19.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:44:19.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:44:19.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:44:19.734 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:44:29.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:44:29.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:44:29.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:44:29.748 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:44:39.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:44:39.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:44:39.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:44:39.732 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:44:49.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:44:49.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:44:49.732 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:44:49.733 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:44:59.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:44:59.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:44:59.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:44:59.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:45:09.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:45:09.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:45:09.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:45:09.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:45:19.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:45:19.732 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:45:19.732 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:45:19.738 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:45:29.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:45:29.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:45:29.741 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:45:29.742 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:45:39.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:45:39.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:45:39.732 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:45:39.733 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:45:49.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:45:49.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:45:49.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:45:49.732 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:45:59.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:45:59.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:45:59.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:45:59.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:46:09.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:46:09.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:46:09.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:46:09.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:46:19.732 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:46:19.732 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:46:19.733 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:46:19.734 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:46:29.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:46:29.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:46:29.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:46:29.733 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:46:39.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:46:39.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:46:39.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:46:39.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:46:49.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:46:49.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:46:49.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:46:49.732 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:46:59.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:46:59.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:46:59.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:46:59.732 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:47:09.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:47:09.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:47:09.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:47:09.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:47:19.729 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:47:19.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:47:19.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:47:19.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:47:29.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:47:29.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:47:29.732 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:47:29.734 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:47:39.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:47:39.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:47:39.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:47:39.735 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:47:49.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:47:49.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:47:49.732 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:47:49.732 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:47:59.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:47:59.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:47:59.732 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:47:59.733 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:48:09.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:48:09.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:48:09.734 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:48:09.735 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:48:19.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:48:19.732 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:48:19.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:48:19.737 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:48:29.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:48:29.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:48:29.732 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:48:29.733 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:48:39.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:48:39.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:48:39.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:48:39.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:48:49.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:48:49.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:48:49.732 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:48:49.732 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:48:59.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:48:59.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:48:59.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:48:59.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:49:09.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:49:09.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:49:09.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:49:09.732 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:49:19.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:49:19.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:49:19.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:49:19.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:49:29.729 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:49:29.729 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:49:29.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:49:29.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:49:39.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:49:39.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:49:39.732 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:49:39.733 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:49:49.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:49:49.732 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:49:49.733 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:49:49.737 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:49:59.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:49:59.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:49:59.732 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:49:59.732 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:50:09.729 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:50:09.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:50:09.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:50:09.731 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:50:19.730 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:50:19.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:50:19.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:50:19.732 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:50:29.729 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:50:29.729 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:50:29.730 7 INFO cinder.api.openstack.wsgi [None req-9b916d5b-5569-4315-aaa0-a0141298dec1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:50:29.731 8 INFO cinder.api.openstack.wsgi [None req-2005fc54-7ab9-40d1-b1f8-3d199e9f8ad4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:50:36.463 7 INFO cinder.api.openstack.wsgi [None req-8309faf0-a0aa-4851-9420-7359d1b701f0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET https://volume.199-19-213-116.nip.io/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=False 2026-07-09 17:50:36.493 7 INFO cinder.api.openstack.wsgi [None req-8309faf0-a0aa-4851-9420-7359d1b701f0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] https://volume.199-19-213-116.nip.io/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=False returned with HTTP 200 [pid: 7|app: 0|req: 214/427] 199.19.213.116 () {44 vars in 1069 bytes} [Thu Jul 9 17:50:36 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=False => generated 340 bytes in 162 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 17:50:37.070 8 INFO cinder.api.openstack.wsgi [None req-10fa7c2e-fb82-4536-ad6d-4ee527b9c83e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] PUT https://volume.199-19-213-116.nip.io/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240 2026-07-09 17:50:37.135 8 INFO cinder.api.openstack.wsgi [None req-10fa7c2e-fb82-4536-ad6d-4ee527b9c83e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] https://volume.199-19-213-116.nip.io/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240 returned with HTTP 200 [pid: 8|app: 0|req: 214/428] 199.19.213.116 () {48 vars in 1098 bytes} [Thu Jul 9 17:50:37 2026] PUT /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240 => generated 296 bytes in 75 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 17:50:39.730 7 INFO cinder.api.openstack.wsgi [None req-8309faf0-a0aa-4851-9420-7359d1b701f0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:50:39.730 8 INFO cinder.api.openstack.wsgi [None req-10fa7c2e-fb82-4536-ad6d-4ee527b9c83e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:50:39.731 7 INFO cinder.api.openstack.wsgi [None req-8309faf0-a0aa-4851-9420-7359d1b701f0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:50:39.731 8 INFO cinder.api.openstack.wsgi [None req-10fa7c2e-fb82-4536-ad6d-4ee527b9c83e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:50:49.731 7 INFO cinder.api.openstack.wsgi [None req-8309faf0-a0aa-4851-9420-7359d1b701f0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:50:49.731 8 INFO cinder.api.openstack.wsgi [None req-10fa7c2e-fb82-4536-ad6d-4ee527b9c83e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:50:49.732 7 INFO cinder.api.openstack.wsgi [None req-8309faf0-a0aa-4851-9420-7359d1b701f0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:50:49.732 8 INFO cinder.api.openstack.wsgi [None req-10fa7c2e-fb82-4536-ad6d-4ee527b9c83e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:50:59.731 7 INFO cinder.api.openstack.wsgi [None req-8309faf0-a0aa-4851-9420-7359d1b701f0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:50:59.731 8 INFO cinder.api.openstack.wsgi [None req-10fa7c2e-fb82-4536-ad6d-4ee527b9c83e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:50:59.732 8 INFO cinder.api.openstack.wsgi [None req-10fa7c2e-fb82-4536-ad6d-4ee527b9c83e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:50:59.732 7 INFO cinder.api.openstack.wsgi [None req-8309faf0-a0aa-4851-9420-7359d1b701f0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:51:09.731 7 INFO cinder.api.openstack.wsgi [None req-8309faf0-a0aa-4851-9420-7359d1b701f0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:51:09.732 7 INFO cinder.api.openstack.wsgi [None req-8309faf0-a0aa-4851-9420-7359d1b701f0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:51:09.735 8 INFO cinder.api.openstack.wsgi [None req-10fa7c2e-fb82-4536-ad6d-4ee527b9c83e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:51:09.737 8 INFO cinder.api.openstack.wsgi [None req-10fa7c2e-fb82-4536-ad6d-4ee527b9c83e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:51:19.731 7 INFO cinder.api.openstack.wsgi [None req-8309faf0-a0aa-4851-9420-7359d1b701f0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:51:19.731 8 INFO cinder.api.openstack.wsgi [None req-10fa7c2e-fb82-4536-ad6d-4ee527b9c83e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:51:19.732 8 INFO cinder.api.openstack.wsgi [None req-10fa7c2e-fb82-4536-ad6d-4ee527b9c83e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:51:19.733 7 INFO cinder.api.openstack.wsgi [None req-8309faf0-a0aa-4851-9420-7359d1b701f0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:51:29.730 8 INFO cinder.api.openstack.wsgi [None req-10fa7c2e-fb82-4536-ad6d-4ee527b9c83e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:51:29.731 7 INFO cinder.api.openstack.wsgi [None req-8309faf0-a0aa-4851-9420-7359d1b701f0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:51:29.731 8 INFO cinder.api.openstack.wsgi [None req-10fa7c2e-fb82-4536-ad6d-4ee527b9c83e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:51:29.732 7 INFO cinder.api.openstack.wsgi [None req-8309faf0-a0aa-4851-9420-7359d1b701f0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:51:39.729 7 INFO cinder.api.openstack.wsgi [None req-8309faf0-a0aa-4851-9420-7359d1b701f0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:51:39.730 8 INFO cinder.api.openstack.wsgi [None req-10fa7c2e-fb82-4536-ad6d-4ee527b9c83e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:51:39.730 7 INFO cinder.api.openstack.wsgi [None req-8309faf0-a0aa-4851-9420-7359d1b701f0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:51:39.731 8 INFO cinder.api.openstack.wsgi [None req-10fa7c2e-fb82-4536-ad6d-4ee527b9c83e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:51:49.730 7 INFO cinder.api.openstack.wsgi [None req-8309faf0-a0aa-4851-9420-7359d1b701f0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:51:49.730 8 INFO cinder.api.openstack.wsgi [None req-10fa7c2e-fb82-4536-ad6d-4ee527b9c83e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:51:49.731 8 INFO cinder.api.openstack.wsgi [None req-10fa7c2e-fb82-4536-ad6d-4ee527b9c83e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:51:49.731 7 INFO cinder.api.openstack.wsgi [None req-8309faf0-a0aa-4851-9420-7359d1b701f0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:51:59.730 7 INFO cinder.api.openstack.wsgi [None req-8309faf0-a0aa-4851-9420-7359d1b701f0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:51:59.731 7 INFO cinder.api.openstack.wsgi [None req-8309faf0-a0aa-4851-9420-7359d1b701f0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:51:59.732 8 INFO cinder.api.openstack.wsgi [None req-10fa7c2e-fb82-4536-ad6d-4ee527b9c83e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:51:59.734 8 INFO cinder.api.openstack.wsgi [None req-10fa7c2e-fb82-4536-ad6d-4ee527b9c83e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:52:06.559 7 INFO cinder.api.openstack.wsgi [None req-328d2947-bb5a-4562-a892-0cc81bc9e4fe 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true 2026-07-09 17:52:06.578 7 INFO cinder.volume.api [None req-328d2947-bb5a-4562-a892-0cc81bc9e4fe 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all snapshots completed successfully. 2026-07-09 17:52:06.579 7 INFO cinder.api.openstack.wsgi [None req-328d2947-bb5a-4562-a892-0cc81bc9e4fe 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 224/447] 10.0.0.195 () {28 vars in 674 bytes} [Thu Jul 9 17:52:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true => generated 17 bytes in 63 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 17:52:06.591 8 INFO cinder.api.openstack.wsgi [None req-5173c3fa-a5be-4dca-b840-c1f0b0b0ddfa 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true 2026-07-09 17:52:07.132 8 INFO cinder.api.openstack.wsgi [None req-5173c3fa-a5be-4dca-b840-c1f0b0b0ddfa 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 224/448] 10.0.0.195 () {28 vars in 696 bytes} [Thu Jul 9 17:52:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true => generated 670 bytes in 551 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 17:52:07.144 7 INFO cinder.api.openstack.wsgi [None req-207aef53-565b-4fe8-ad04-34b77dd10d3b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 17:52:07.180 7 INFO cinder.volume.api [None req-207aef53-565b-4fe8-ad04-34b77dd10d3b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 17:52:07.182 7 INFO cinder.api.openstack.wsgi [None req-207aef53-565b-4fe8-ad04-34b77dd10d3b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 225/449] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 17:52:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true => generated 15 bytes in 44 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 17:52:07.193 8 INFO cinder.api.openstack.wsgi [None req-76569c5b-689f-408b-8dd5-2803219ff01e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 17:52:07.231 8 INFO cinder.volume.api [None req-76569c5b-689f-408b-8dd5-2803219ff01e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 17:52:07.233 8 INFO cinder.api.openstack.wsgi [None req-76569c5b-689f-408b-8dd5-2803219ff01e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 225/450] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 17:52:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 17:52:07.277 7 INFO cinder.api.openstack.wsgi [None req-797ec497-80b5-48c4-aa03-15890a2f4eb2 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true 2026-07-09 17:52:07.297 7 INFO cinder.api.openstack.wsgi [None req-797ec497-80b5-48c4-aa03-15890a2f4eb2 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 226/451] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 17:52:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true => generated 845 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 17:52:07.310 8 INFO cinder.api.openstack.wsgi [None req-713f1b3c-3950-4525-9901-137d264a5d20 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true 2026-07-09 17:52:07.327 8 INFO cinder.api.openstack.wsgi [None req-713f1b3c-3950-4525-9901-137d264a5d20 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 226/452] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 17:52:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true => generated 847 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 17:52:07.341 7 INFO cinder.api.openstack.wsgi [None req-2d2eeba0-90cd-43e1-939f-4a3c98af3c51 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true 2026-07-09 17:52:07.361 7 INFO cinder.api.openstack.wsgi [None req-2d2eeba0-90cd-43e1-939f-4a3c98af3c51 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 227/453] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 17:52:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true => generated 845 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 17:52:07.374 8 INFO cinder.api.openstack.wsgi [None req-0c416972-6977-4eb1-a412-dfd8dc4ee6ca 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services 2026-07-09 17:52:07.383 8 INFO cinder.api.openstack.wsgi [None req-0c416972-6977-4eb1-a412-dfd8dc4ee6ca 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services returned with HTTP 200 [pid: 8|app: 0|req: 227/454] 10.0.0.195 () {28 vars in 645 bytes} [Thu Jul 9 17:52:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services => generated 646 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 17:52:09.730 7 INFO cinder.api.openstack.wsgi [None req-2d2eeba0-90cd-43e1-939f-4a3c98af3c51 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:52:09.730 8 INFO cinder.api.openstack.wsgi [None req-0c416972-6977-4eb1-a412-dfd8dc4ee6ca 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:52:09.731 8 INFO cinder.api.openstack.wsgi [None req-0c416972-6977-4eb1-a412-dfd8dc4ee6ca 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:52:09.731 7 INFO cinder.api.openstack.wsgi [None req-2d2eeba0-90cd-43e1-939f-4a3c98af3c51 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:52:19.730 8 INFO cinder.api.openstack.wsgi [None req-0c416972-6977-4eb1-a412-dfd8dc4ee6ca 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:52:19.730 7 INFO cinder.api.openstack.wsgi [None req-2d2eeba0-90cd-43e1-939f-4a3c98af3c51 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:52:19.731 8 INFO cinder.api.openstack.wsgi [None req-0c416972-6977-4eb1-a412-dfd8dc4ee6ca 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:52:19.732 7 INFO cinder.api.openstack.wsgi [None req-2d2eeba0-90cd-43e1-939f-4a3c98af3c51 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:52:29.730 8 INFO cinder.api.openstack.wsgi [None req-0c416972-6977-4eb1-a412-dfd8dc4ee6ca 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:52:29.730 7 INFO cinder.api.openstack.wsgi [None req-2d2eeba0-90cd-43e1-939f-4a3c98af3c51 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:52:29.731 8 INFO cinder.api.openstack.wsgi [None req-0c416972-6977-4eb1-a412-dfd8dc4ee6ca 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:52:29.731 7 INFO cinder.api.openstack.wsgi [None req-2d2eeba0-90cd-43e1-939f-4a3c98af3c51 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:52:39.730 7 INFO cinder.api.openstack.wsgi [None req-2d2eeba0-90cd-43e1-939f-4a3c98af3c51 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:52:39.730 8 INFO cinder.api.openstack.wsgi [None req-0c416972-6977-4eb1-a412-dfd8dc4ee6ca 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:52:39.730 7 INFO cinder.api.openstack.wsgi [None req-2d2eeba0-90cd-43e1-939f-4a3c98af3c51 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:52:39.731 8 INFO cinder.api.openstack.wsgi [None req-0c416972-6977-4eb1-a412-dfd8dc4ee6ca 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:52:49.730 8 INFO cinder.api.openstack.wsgi [None req-0c416972-6977-4eb1-a412-dfd8dc4ee6ca 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:52:49.730 7 INFO cinder.api.openstack.wsgi [None req-2d2eeba0-90cd-43e1-939f-4a3c98af3c51 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:52:49.731 8 INFO cinder.api.openstack.wsgi [None req-0c416972-6977-4eb1-a412-dfd8dc4ee6ca 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:52:49.731 7 INFO cinder.api.openstack.wsgi [None req-2d2eeba0-90cd-43e1-939f-4a3c98af3c51 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:52:59.730 8 INFO cinder.api.openstack.wsgi [None req-0c416972-6977-4eb1-a412-dfd8dc4ee6ca 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:52:59.730 7 INFO cinder.api.openstack.wsgi [None req-2d2eeba0-90cd-43e1-939f-4a3c98af3c51 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:52:59.731 8 INFO cinder.api.openstack.wsgi [None req-0c416972-6977-4eb1-a412-dfd8dc4ee6ca 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:52:59.731 7 INFO cinder.api.openstack.wsgi [None req-2d2eeba0-90cd-43e1-939f-4a3c98af3c51 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:53:06.558 8 INFO cinder.api.openstack.wsgi [None req-8cce41af-2ed8-4488-ac7a-3e12ba41f0ca 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true 2026-07-09 17:53:06.579 8 INFO cinder.volume.api [None req-8cce41af-2ed8-4488-ac7a-3e12ba41f0ca 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all snapshots completed successfully. 2026-07-09 17:53:06.580 8 INFO cinder.api.openstack.wsgi [None req-8cce41af-2ed8-4488-ac7a-3e12ba41f0ca 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 234/467] 10.0.0.195 () {28 vars in 674 bytes} [Thu Jul 9 17:53:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true => generated 17 bytes in 90 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 17:53:06.593 7 INFO cinder.api.openstack.wsgi [None req-fb365701-e438-43a2-bd9e-13d97345fbbe 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 17:53:06.605 7 INFO cinder.volume.api [None req-fb365701-e438-43a2-bd9e-13d97345fbbe 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 17:53:06.608 7 INFO cinder.api.openstack.wsgi [None req-fb365701-e438-43a2-bd9e-13d97345fbbe 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 234/468] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 17:53:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 17:53:06.621 8 INFO cinder.api.openstack.wsgi [None req-9996a444-4480-4eef-accb-a1715e1fd405 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true 2026-07-09 17:53:07.126 8 INFO cinder.api.openstack.wsgi [None req-9996a444-4480-4eef-accb-a1715e1fd405 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 235/469] 10.0.0.195 () {28 vars in 696 bytes} [Thu Jul 9 17:53:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 17:53:07.137 7 INFO cinder.api.openstack.wsgi [None req-2cef29fb-d043-447c-8031-c1088864cecb 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 17:53:07.151 7 INFO cinder.volume.api [None req-2cef29fb-d043-447c-8031-c1088864cecb 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 17:53:07.155 7 INFO cinder.api.openstack.wsgi [None req-2cef29fb-d043-447c-8031-c1088864cecb 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 235/470] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 17:53:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 17:53:07.166 8 INFO cinder.api.openstack.wsgi [None req-7b3dc805-0b39-4359-8076-e88b94b16159 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services 2026-07-09 17:53:07.174 8 INFO cinder.api.openstack.wsgi [None req-7b3dc805-0b39-4359-8076-e88b94b16159 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services returned with HTTP 200 [pid: 8|app: 0|req: 236/471] 10.0.0.195 () {28 vars in 645 bytes} [Thu Jul 9 17:53:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services => generated 646 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 17:53:07.219 7 INFO cinder.api.openstack.wsgi [None req-80eab3fd-8356-4c51-947b-04e9cd69782f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true 2026-07-09 17:53:07.239 7 INFO cinder.api.openstack.wsgi [None req-80eab3fd-8356-4c51-947b-04e9cd69782f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 236/472] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 17:53:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true => generated 845 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 17:53:07.249 8 INFO cinder.api.openstack.wsgi [None req-814fee61-b55c-4762-8459-900aee12d606 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true 2026-07-09 17:53:07.269 8 INFO cinder.api.openstack.wsgi [None req-814fee61-b55c-4762-8459-900aee12d606 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 237/473] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 17:53:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true => generated 847 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 17:53:07.281 7 INFO cinder.api.openstack.wsgi [None req-678d0938-622b-428c-869d-87e74f2eb272 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true 2026-07-09 17:53:07.303 7 INFO cinder.api.openstack.wsgi [None req-678d0938-622b-428c-869d-87e74f2eb272 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 237/474] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 17:53:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true => generated 845 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 17:53:09.730 8 INFO cinder.api.openstack.wsgi [None req-814fee61-b55c-4762-8459-900aee12d606 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:53:09.730 7 INFO cinder.api.openstack.wsgi [None req-678d0938-622b-428c-869d-87e74f2eb272 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:53:09.731 7 INFO cinder.api.openstack.wsgi [None req-678d0938-622b-428c-869d-87e74f2eb272 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:53:09.731 8 INFO cinder.api.openstack.wsgi [None req-814fee61-b55c-4762-8459-900aee12d606 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:53:19.730 8 INFO cinder.api.openstack.wsgi [None req-814fee61-b55c-4762-8459-900aee12d606 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:53:19.730 7 INFO cinder.api.openstack.wsgi [None req-678d0938-622b-428c-869d-87e74f2eb272 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:53:19.731 8 INFO cinder.api.openstack.wsgi [None req-814fee61-b55c-4762-8459-900aee12d606 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:53:19.731 7 INFO cinder.api.openstack.wsgi [None req-678d0938-622b-428c-869d-87e74f2eb272 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:53:29.729 7 INFO cinder.api.openstack.wsgi [None req-678d0938-622b-428c-869d-87e74f2eb272 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:53:29.729 8 INFO cinder.api.openstack.wsgi [None req-814fee61-b55c-4762-8459-900aee12d606 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:53:29.730 8 INFO cinder.api.openstack.wsgi [None req-814fee61-b55c-4762-8459-900aee12d606 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:53:29.730 7 INFO cinder.api.openstack.wsgi [None req-678d0938-622b-428c-869d-87e74f2eb272 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:53:39.730 7 INFO cinder.api.openstack.wsgi [None req-678d0938-622b-428c-869d-87e74f2eb272 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:53:39.730 8 INFO cinder.api.openstack.wsgi [None req-814fee61-b55c-4762-8459-900aee12d606 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:53:39.730 7 INFO cinder.api.openstack.wsgi [None req-678d0938-622b-428c-869d-87e74f2eb272 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:53:39.731 8 INFO cinder.api.openstack.wsgi [None req-814fee61-b55c-4762-8459-900aee12d606 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:53:49.730 8 INFO cinder.api.openstack.wsgi [None req-814fee61-b55c-4762-8459-900aee12d606 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:53:49.730 7 INFO cinder.api.openstack.wsgi [None req-678d0938-622b-428c-869d-87e74f2eb272 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:53:49.731 8 INFO cinder.api.openstack.wsgi [None req-814fee61-b55c-4762-8459-900aee12d606 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:53:49.731 7 INFO cinder.api.openstack.wsgi [None req-678d0938-622b-428c-869d-87e74f2eb272 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:53:59.730 8 INFO cinder.api.openstack.wsgi [None req-814fee61-b55c-4762-8459-900aee12d606 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:53:59.730 7 INFO cinder.api.openstack.wsgi [None req-678d0938-622b-428c-869d-87e74f2eb272 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:53:59.731 8 INFO cinder.api.openstack.wsgi [None req-814fee61-b55c-4762-8459-900aee12d606 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:53:59.732 7 INFO cinder.api.openstack.wsgi [None req-678d0938-622b-428c-869d-87e74f2eb272 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:54:06.553 8 INFO cinder.api.openstack.wsgi [None req-c7a456dc-56bc-4001-8e64-c7f1b33ad3d0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true 2026-07-09 17:54:06.576 8 INFO cinder.api.openstack.wsgi [None req-c7a456dc-56bc-4001-8e64-c7f1b33ad3d0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 244/487] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 17:54:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true => generated 845 bytes in 62 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 17:54:06.589 7 INFO cinder.api.openstack.wsgi [None req-88ea66c4-de01-48a3-8240-8c6886df3bac 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true 2026-07-09 17:54:06.607 7 INFO cinder.api.openstack.wsgi [None req-88ea66c4-de01-48a3-8240-8c6886df3bac 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 244/488] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 17:54:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true => generated 847 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 17:54:06.622 8 INFO cinder.api.openstack.wsgi [None req-f898c95c-4e62-461f-90fa-db8fa8d26b53 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true 2026-07-09 17:54:06.645 8 INFO cinder.api.openstack.wsgi [None req-f898c95c-4e62-461f-90fa-db8fa8d26b53 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 245/489] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 17:54:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true => generated 845 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 17:54:06.660 7 INFO cinder.api.openstack.wsgi [None req-f48fac99-54d1-467f-882c-3c158f7d6dfe 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services 2026-07-09 17:54:06.666 7 INFO cinder.api.openstack.wsgi [None req-f48fac99-54d1-467f-882c-3c158f7d6dfe 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services returned with HTTP 200 [pid: 7|app: 0|req: 245/490] 10.0.0.195 () {28 vars in 645 bytes} [Thu Jul 9 17:54:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services => generated 646 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 17:54:06.676 8 INFO cinder.api.openstack.wsgi [None req-afd912f7-3f01-4ad0-b039-53d72c95cc23 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 17:54:06.685 8 INFO cinder.volume.api [None req-afd912f7-3f01-4ad0-b039-53d72c95cc23 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 17:54:06.687 8 INFO cinder.api.openstack.wsgi [None req-afd912f7-3f01-4ad0-b039-53d72c95cc23 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 246/491] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 17:54:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 17:54:06.697 7 INFO cinder.api.openstack.wsgi [None req-f30f37cb-62da-460d-b8c6-f628ba8dcbc4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true 2026-07-09 17:54:06.704 7 INFO cinder.volume.api [None req-f30f37cb-62da-460d-b8c6-f628ba8dcbc4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all snapshots completed successfully. 2026-07-09 17:54:06.705 7 INFO cinder.api.openstack.wsgi [None req-f30f37cb-62da-460d-b8c6-f628ba8dcbc4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 246/492] 10.0.0.195 () {28 vars in 674 bytes} [Thu Jul 9 17:54:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true => generated 17 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 17:54:06.712 8 INFO cinder.api.openstack.wsgi [None req-5833a6de-3448-46b6-82f9-fbb1d2259fe0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 17:54:06.722 8 INFO cinder.volume.api [None req-5833a6de-3448-46b6-82f9-fbb1d2259fe0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 17:54:06.724 8 INFO cinder.api.openstack.wsgi [None req-5833a6de-3448-46b6-82f9-fbb1d2259fe0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 247/493] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 17:54:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 17:54:06.734 7 INFO cinder.api.openstack.wsgi [None req-fe9b8aed-5eaf-415f-ae67-97a261e901f5 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true 2026-07-09 17:54:07.281 7 INFO cinder.api.openstack.wsgi [None req-fe9b8aed-5eaf-415f-ae67-97a261e901f5 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 247/494] 10.0.0.195 () {28 vars in 696 bytes} [Thu Jul 9 17:54:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 17:54:09.730 7 INFO cinder.api.openstack.wsgi [None req-fe9b8aed-5eaf-415f-ae67-97a261e901f5 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:54:09.730 8 INFO cinder.api.openstack.wsgi [None req-5833a6de-3448-46b6-82f9-fbb1d2259fe0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:54:09.732 8 INFO cinder.api.openstack.wsgi [None req-5833a6de-3448-46b6-82f9-fbb1d2259fe0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:54:09.732 7 INFO cinder.api.openstack.wsgi [None req-fe9b8aed-5eaf-415f-ae67-97a261e901f5 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:54:19.730 8 INFO cinder.api.openstack.wsgi [None req-5833a6de-3448-46b6-82f9-fbb1d2259fe0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:54:19.730 7 INFO cinder.api.openstack.wsgi [None req-fe9b8aed-5eaf-415f-ae67-97a261e901f5 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:54:19.731 8 INFO cinder.api.openstack.wsgi [None req-5833a6de-3448-46b6-82f9-fbb1d2259fe0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:54:19.731 7 INFO cinder.api.openstack.wsgi [None req-fe9b8aed-5eaf-415f-ae67-97a261e901f5 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:54:29.731 8 INFO cinder.api.openstack.wsgi [None req-5833a6de-3448-46b6-82f9-fbb1d2259fe0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:54:29.731 7 INFO cinder.api.openstack.wsgi [None req-fe9b8aed-5eaf-415f-ae67-97a261e901f5 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:54:29.732 8 INFO cinder.api.openstack.wsgi [None req-5833a6de-3448-46b6-82f9-fbb1d2259fe0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:54:29.732 7 INFO cinder.api.openstack.wsgi [None req-fe9b8aed-5eaf-415f-ae67-97a261e901f5 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:54:39.730 7 INFO cinder.api.openstack.wsgi [None req-fe9b8aed-5eaf-415f-ae67-97a261e901f5 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:54:39.730 8 INFO cinder.api.openstack.wsgi [None req-5833a6de-3448-46b6-82f9-fbb1d2259fe0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:54:39.731 7 INFO cinder.api.openstack.wsgi [None req-fe9b8aed-5eaf-415f-ae67-97a261e901f5 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:54:39.731 8 INFO cinder.api.openstack.wsgi [None req-5833a6de-3448-46b6-82f9-fbb1d2259fe0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:54:49.730 7 INFO cinder.api.openstack.wsgi [None req-fe9b8aed-5eaf-415f-ae67-97a261e901f5 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:54:49.730 8 INFO cinder.api.openstack.wsgi [None req-5833a6de-3448-46b6-82f9-fbb1d2259fe0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:54:49.730 8 INFO cinder.api.openstack.wsgi [None req-5833a6de-3448-46b6-82f9-fbb1d2259fe0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:54:49.731 7 INFO cinder.api.openstack.wsgi [None req-fe9b8aed-5eaf-415f-ae67-97a261e901f5 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:54:59.730 8 INFO cinder.api.openstack.wsgi [None req-5833a6de-3448-46b6-82f9-fbb1d2259fe0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:54:59.730 7 INFO cinder.api.openstack.wsgi [None req-fe9b8aed-5eaf-415f-ae67-97a261e901f5 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:54:59.731 7 INFO cinder.api.openstack.wsgi [None req-fe9b8aed-5eaf-415f-ae67-97a261e901f5 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:54:59.731 8 INFO cinder.api.openstack.wsgi [None req-5833a6de-3448-46b6-82f9-fbb1d2259fe0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:55:06.574 7 INFO cinder.api.openstack.wsgi [None req-dd41637b-a83d-416b-b51e-c39b6910a4b6 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true 2026-07-09 17:55:06.580 7 INFO cinder.volume.api [None req-dd41637b-a83d-416b-b51e-c39b6910a4b6 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all snapshots completed successfully. 2026-07-09 17:55:06.581 7 INFO cinder.api.openstack.wsgi [None req-dd41637b-a83d-416b-b51e-c39b6910a4b6 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 254/507] 10.0.0.195 () {28 vars in 674 bytes} [Thu Jul 9 17:55:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 17:55:06.594 8 INFO cinder.api.openstack.wsgi [None req-cbee2d0a-a621-4435-a2c9-28817a9d6b89 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services 2026-07-09 17:55:06.616 8 INFO cinder.api.openstack.wsgi [None req-cbee2d0a-a621-4435-a2c9-28817a9d6b89 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services returned with HTTP 200 [pid: 8|app: 0|req: 254/508] 10.0.0.195 () {28 vars in 645 bytes} [Thu Jul 9 17:55:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services => generated 646 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 17:55:06.627 7 INFO cinder.api.openstack.wsgi [None req-22e17448-1dbe-44d4-bda7-38ba7c08b8b7 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 17:55:06.636 7 INFO cinder.volume.api [None req-22e17448-1dbe-44d4-bda7-38ba7c08b8b7 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 17:55:06.638 7 INFO cinder.api.openstack.wsgi [None req-22e17448-1dbe-44d4-bda7-38ba7c08b8b7 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 255/509] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 17:55:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 17:55:06.651 8 INFO cinder.api.openstack.wsgi [None req-651119a0-3b8e-4e83-8fb2-36e8937792e3 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true 2026-07-09 17:55:07.155 8 INFO cinder.api.openstack.wsgi [None req-651119a0-3b8e-4e83-8fb2-36e8937792e3 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 255/510] 10.0.0.195 () {28 vars in 696 bytes} [Thu Jul 9 17:55:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 17:55:07.196 7 INFO cinder.api.openstack.wsgi [None req-7f3ff49b-a688-4151-adea-492361740ee6 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true 2026-07-09 17:55:07.215 7 INFO cinder.api.openstack.wsgi [None req-7f3ff49b-a688-4151-adea-492361740ee6 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 256/511] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 17:55:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true => generated 845 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 17:55:07.224 8 INFO cinder.api.openstack.wsgi [None req-6d9d341d-8fdf-4c99-839a-7cb5b7353343 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true 2026-07-09 17:55:07.249 8 INFO cinder.api.openstack.wsgi [None req-6d9d341d-8fdf-4c99-839a-7cb5b7353343 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 256/512] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 17:55:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true => generated 847 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 17:55:07.258 7 INFO cinder.api.openstack.wsgi [None req-e257ea2f-f29f-4136-aef1-d0e59a72dbf1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true 2026-07-09 17:55:07.276 7 INFO cinder.api.openstack.wsgi [None req-e257ea2f-f29f-4136-aef1-d0e59a72dbf1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 257/513] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 17:55:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true => generated 845 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 17:55:07.285 8 INFO cinder.api.openstack.wsgi [None req-ac1b1d4d-4332-4ed1-8baa-3f7fd126d11c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 17:55:07.295 8 INFO cinder.volume.api [None req-ac1b1d4d-4332-4ed1-8baa-3f7fd126d11c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 17:55:07.297 8 INFO cinder.api.openstack.wsgi [None req-ac1b1d4d-4332-4ed1-8baa-3f7fd126d11c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 257/514] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 17:55:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 17:55:09.731 8 INFO cinder.api.openstack.wsgi [None req-ac1b1d4d-4332-4ed1-8baa-3f7fd126d11c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:55:09.732 7 INFO cinder.api.openstack.wsgi [None req-e257ea2f-f29f-4136-aef1-d0e59a72dbf1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:55:09.733 8 INFO cinder.api.openstack.wsgi [None req-ac1b1d4d-4332-4ed1-8baa-3f7fd126d11c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:55:09.733 7 INFO cinder.api.openstack.wsgi [None req-e257ea2f-f29f-4136-aef1-d0e59a72dbf1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:55:19.730 7 INFO cinder.api.openstack.wsgi [None req-e257ea2f-f29f-4136-aef1-d0e59a72dbf1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:55:19.730 8 INFO cinder.api.openstack.wsgi [None req-ac1b1d4d-4332-4ed1-8baa-3f7fd126d11c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:55:19.730 7 INFO cinder.api.openstack.wsgi [None req-e257ea2f-f29f-4136-aef1-d0e59a72dbf1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:55:19.730 8 INFO cinder.api.openstack.wsgi [None req-ac1b1d4d-4332-4ed1-8baa-3f7fd126d11c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:55:29.730 8 INFO cinder.api.openstack.wsgi [None req-ac1b1d4d-4332-4ed1-8baa-3f7fd126d11c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:55:29.730 7 INFO cinder.api.openstack.wsgi [None req-e257ea2f-f29f-4136-aef1-d0e59a72dbf1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:55:29.731 8 INFO cinder.api.openstack.wsgi [None req-ac1b1d4d-4332-4ed1-8baa-3f7fd126d11c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:55:29.731 7 INFO cinder.api.openstack.wsgi [None req-e257ea2f-f29f-4136-aef1-d0e59a72dbf1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:55:39.730 8 INFO cinder.api.openstack.wsgi [None req-ac1b1d4d-4332-4ed1-8baa-3f7fd126d11c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:55:39.731 8 INFO cinder.api.openstack.wsgi [None req-ac1b1d4d-4332-4ed1-8baa-3f7fd126d11c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:55:39.731 7 INFO cinder.api.openstack.wsgi [None req-e257ea2f-f29f-4136-aef1-d0e59a72dbf1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:55:39.732 7 INFO cinder.api.openstack.wsgi [None req-e257ea2f-f29f-4136-aef1-d0e59a72dbf1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:55:49.730 7 INFO cinder.api.openstack.wsgi [None req-e257ea2f-f29f-4136-aef1-d0e59a72dbf1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:55:49.731 7 INFO cinder.api.openstack.wsgi [None req-e257ea2f-f29f-4136-aef1-d0e59a72dbf1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:55:49.730 8 INFO cinder.api.openstack.wsgi [None req-ac1b1d4d-4332-4ed1-8baa-3f7fd126d11c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:55:49.732 8 INFO cinder.api.openstack.wsgi [None req-ac1b1d4d-4332-4ed1-8baa-3f7fd126d11c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:55:59.730 8 INFO cinder.api.openstack.wsgi [None req-ac1b1d4d-4332-4ed1-8baa-3f7fd126d11c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:55:59.730 7 INFO cinder.api.openstack.wsgi [None req-e257ea2f-f29f-4136-aef1-d0e59a72dbf1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:55:59.731 8 INFO cinder.api.openstack.wsgi [None req-ac1b1d4d-4332-4ed1-8baa-3f7fd126d11c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:55:59.732 7 INFO cinder.api.openstack.wsgi [None req-e257ea2f-f29f-4136-aef1-d0e59a72dbf1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:56:06.488 8 INFO cinder.api.openstack.wsgi [None req-ab69a165-3b17-4590-b856-ee0ae17a0fbf 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 17:56:06.499 8 INFO cinder.volume.api [None req-ab69a165-3b17-4590-b856-ee0ae17a0fbf 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 17:56:06.500 8 INFO cinder.api.openstack.wsgi [None req-ab69a165-3b17-4590-b856-ee0ae17a0fbf 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 264/527] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 17:56:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true => generated 15 bytes in 51 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 17:56:06.510 7 INFO cinder.api.openstack.wsgi [None req-143f4931-a1e9-41e6-9681-1884b293ee10 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true 2026-07-09 17:56:07.014 7 INFO cinder.api.openstack.wsgi [None req-143f4931-a1e9-41e6-9681-1884b293ee10 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 264/528] 10.0.0.195 () {28 vars in 696 bytes} [Thu Jul 9 17:56:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 17:56:07.026 8 INFO cinder.api.openstack.wsgi [None req-f48c3a08-a8e9-4332-aefa-a258fdbcd895 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 17:56:07.036 8 INFO cinder.volume.api [None req-f48c3a08-a8e9-4332-aefa-a258fdbcd895 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 17:56:07.039 8 INFO cinder.api.openstack.wsgi [None req-f48c3a08-a8e9-4332-aefa-a258fdbcd895 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 265/529] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 17:56:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 17:56:07.049 7 INFO cinder.api.openstack.wsgi [None req-a583ed8f-94e2-4208-b619-6a2276b9d9ca 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true 2026-07-09 17:56:07.055 7 INFO cinder.volume.api [None req-a583ed8f-94e2-4208-b619-6a2276b9d9ca 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all snapshots completed successfully. 2026-07-09 17:56:07.055 7 INFO cinder.api.openstack.wsgi [None req-a583ed8f-94e2-4208-b619-6a2276b9d9ca 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 265/530] 10.0.0.195 () {28 vars in 674 bytes} [Thu Jul 9 17:56:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true => generated 17 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 17:56:07.069 8 INFO cinder.api.openstack.wsgi [None req-5a7c5f70-b19a-4e91-a32f-f596d91b981d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services 2026-07-09 17:56:07.075 8 INFO cinder.api.openstack.wsgi [None req-5a7c5f70-b19a-4e91-a32f-f596d91b981d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services returned with HTTP 200 [pid: 8|app: 0|req: 266/531] 10.0.0.195 () {28 vars in 645 bytes} [Thu Jul 9 17:56:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services => generated 646 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 17:56:07.111 7 INFO cinder.api.openstack.wsgi [None req-428209e6-436c-427f-8042-6dac9c547509 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true 2026-07-09 17:56:07.130 7 INFO cinder.api.openstack.wsgi [None req-428209e6-436c-427f-8042-6dac9c547509 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 266/532] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 17:56:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true => generated 845 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 17:56:07.144 8 INFO cinder.api.openstack.wsgi [None req-b664a371-3d86-4172-8b00-625208370b47 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true 2026-07-09 17:56:07.164 8 INFO cinder.api.openstack.wsgi [None req-b664a371-3d86-4172-8b00-625208370b47 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 267/533] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 17:56:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true => generated 847 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 17:56:07.172 7 INFO cinder.api.openstack.wsgi [None req-cc41a77d-7f1d-4e63-a6b3-fa7ef40ca407 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true 2026-07-09 17:56:07.191 7 INFO cinder.api.openstack.wsgi [None req-cc41a77d-7f1d-4e63-a6b3-fa7ef40ca407 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 267/534] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 17:56:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true => generated 845 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 17:56:09.730 7 INFO cinder.api.openstack.wsgi [None req-cc41a77d-7f1d-4e63-a6b3-fa7ef40ca407 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:56:09.730 8 INFO cinder.api.openstack.wsgi [None req-b664a371-3d86-4172-8b00-625208370b47 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:56:09.731 7 INFO cinder.api.openstack.wsgi [None req-cc41a77d-7f1d-4e63-a6b3-fa7ef40ca407 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:56:09.731 8 INFO cinder.api.openstack.wsgi [None req-b664a371-3d86-4172-8b00-625208370b47 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:56:19.729 7 INFO cinder.api.openstack.wsgi [None req-cc41a77d-7f1d-4e63-a6b3-fa7ef40ca407 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:56:19.729 8 INFO cinder.api.openstack.wsgi [None req-b664a371-3d86-4172-8b00-625208370b47 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:56:19.730 8 INFO cinder.api.openstack.wsgi [None req-b664a371-3d86-4172-8b00-625208370b47 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:56:19.730 7 INFO cinder.api.openstack.wsgi [None req-cc41a77d-7f1d-4e63-a6b3-fa7ef40ca407 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:56:29.730 7 INFO cinder.api.openstack.wsgi [None req-cc41a77d-7f1d-4e63-a6b3-fa7ef40ca407 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:56:29.730 8 INFO cinder.api.openstack.wsgi [None req-b664a371-3d86-4172-8b00-625208370b47 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:56:29.731 7 INFO cinder.api.openstack.wsgi [None req-cc41a77d-7f1d-4e63-a6b3-fa7ef40ca407 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:56:29.731 8 INFO cinder.api.openstack.wsgi [None req-b664a371-3d86-4172-8b00-625208370b47 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:56:39.730 7 INFO cinder.api.openstack.wsgi [None req-cc41a77d-7f1d-4e63-a6b3-fa7ef40ca407 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:56:39.730 8 INFO cinder.api.openstack.wsgi [None req-b664a371-3d86-4172-8b00-625208370b47 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:56:39.731 7 INFO cinder.api.openstack.wsgi [None req-cc41a77d-7f1d-4e63-a6b3-fa7ef40ca407 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:56:39.735 8 INFO cinder.api.openstack.wsgi [None req-b664a371-3d86-4172-8b00-625208370b47 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:56:49.730 7 INFO cinder.api.openstack.wsgi [None req-cc41a77d-7f1d-4e63-a6b3-fa7ef40ca407 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:56:49.730 8 INFO cinder.api.openstack.wsgi [None req-b664a371-3d86-4172-8b00-625208370b47 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:56:49.731 7 INFO cinder.api.openstack.wsgi [None req-cc41a77d-7f1d-4e63-a6b3-fa7ef40ca407 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:56:49.731 8 INFO cinder.api.openstack.wsgi [None req-b664a371-3d86-4172-8b00-625208370b47 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:56:59.729 8 INFO cinder.api.openstack.wsgi [None req-b664a371-3d86-4172-8b00-625208370b47 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:56:59.730 7 INFO cinder.api.openstack.wsgi [None req-cc41a77d-7f1d-4e63-a6b3-fa7ef40ca407 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:56:59.730 8 INFO cinder.api.openstack.wsgi [None req-b664a371-3d86-4172-8b00-625208370b47 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:56:59.731 7 INFO cinder.api.openstack.wsgi [None req-cc41a77d-7f1d-4e63-a6b3-fa7ef40ca407 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:57:06.534 8 INFO cinder.api.openstack.wsgi [None req-f21f2460-39c6-4349-80e8-6b75dd74759d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services 2026-07-09 17:57:06.541 8 INFO cinder.api.openstack.wsgi [None req-f21f2460-39c6-4349-80e8-6b75dd74759d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services returned with HTTP 200 [pid: 8|app: 0|req: 274/547] 10.0.0.195 () {28 vars in 645 bytes} [Thu Jul 9 17:57:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services => generated 646 bytes in 54 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 17:57:06.554 7 INFO cinder.api.openstack.wsgi [None req-fe6e2a9b-017d-4362-be69-73747e61f6a5 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true 2026-07-09 17:57:07.059 7 INFO cinder.api.openstack.wsgi [None req-fe6e2a9b-017d-4362-be69-73747e61f6a5 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 274/548] 10.0.0.195 () {28 vars in 696 bytes} [Thu Jul 9 17:57:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 17:57:07.097 8 INFO cinder.api.openstack.wsgi [None req-3136d62e-e86c-4051-a925-1f4729ecb55e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true 2026-07-09 17:57:07.125 8 INFO cinder.api.openstack.wsgi [None req-3136d62e-e86c-4051-a925-1f4729ecb55e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 275/549] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 17:57:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true => generated 845 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 17:57:07.138 7 INFO cinder.api.openstack.wsgi [None req-3a7627e2-bfbd-451e-a997-8440c8c89710 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true 2026-07-09 17:57:07.160 7 INFO cinder.api.openstack.wsgi [None req-3a7627e2-bfbd-451e-a997-8440c8c89710 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 275/550] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 17:57:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true => generated 847 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 17:57:07.172 8 INFO cinder.api.openstack.wsgi [None req-ccbda4c2-eb97-482d-81cf-58ebe32e283c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true 2026-07-09 17:57:07.193 8 INFO cinder.api.openstack.wsgi [None req-ccbda4c2-eb97-482d-81cf-58ebe32e283c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 276/551] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 17:57:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true => generated 845 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 17:57:07.203 7 INFO cinder.api.openstack.wsgi [None req-1a60a8e3-2d40-4c19-ab2e-349cbb940bc9 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 17:57:07.212 7 INFO cinder.volume.api [None req-1a60a8e3-2d40-4c19-ab2e-349cbb940bc9 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 17:57:07.214 7 INFO cinder.api.openstack.wsgi [None req-1a60a8e3-2d40-4c19-ab2e-349cbb940bc9 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 276/552] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 17:57:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 17:57:07.224 8 INFO cinder.api.openstack.wsgi [None req-e5da3418-16cc-411d-b022-5aacaa34d288 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true 2026-07-09 17:57:07.231 8 INFO cinder.volume.api [None req-e5da3418-16cc-411d-b022-5aacaa34d288 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all snapshots completed successfully. 2026-07-09 17:57:07.231 8 INFO cinder.api.openstack.wsgi [None req-e5da3418-16cc-411d-b022-5aacaa34d288 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 277/553] 10.0.0.195 () {28 vars in 674 bytes} [Thu Jul 9 17:57:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 17:57:07.241 7 INFO cinder.api.openstack.wsgi [None req-1665a593-3721-4c0a-96b2-503990621747 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 17:57:07.250 7 INFO cinder.volume.api [None req-1665a593-3721-4c0a-96b2-503990621747 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 17:57:07.251 7 INFO cinder.api.openstack.wsgi [None req-1665a593-3721-4c0a-96b2-503990621747 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 277/554] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 17:57:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 17:57:09.730 8 INFO cinder.api.openstack.wsgi [None req-e5da3418-16cc-411d-b022-5aacaa34d288 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:57:09.730 7 INFO cinder.api.openstack.wsgi [None req-1665a593-3721-4c0a-96b2-503990621747 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:57:09.731 8 INFO cinder.api.openstack.wsgi [None req-e5da3418-16cc-411d-b022-5aacaa34d288 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:57:09.732 7 INFO cinder.api.openstack.wsgi [None req-1665a593-3721-4c0a-96b2-503990621747 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:57:19.730 7 INFO cinder.api.openstack.wsgi [None req-1665a593-3721-4c0a-96b2-503990621747 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:57:19.730 8 INFO cinder.api.openstack.wsgi [None req-e5da3418-16cc-411d-b022-5aacaa34d288 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:57:19.731 7 INFO cinder.api.openstack.wsgi [None req-1665a593-3721-4c0a-96b2-503990621747 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:57:19.732 8 INFO cinder.api.openstack.wsgi [None req-e5da3418-16cc-411d-b022-5aacaa34d288 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:57:29.730 7 INFO cinder.api.openstack.wsgi [None req-1665a593-3721-4c0a-96b2-503990621747 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:57:29.730 8 INFO cinder.api.openstack.wsgi [None req-e5da3418-16cc-411d-b022-5aacaa34d288 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:57:29.731 7 INFO cinder.api.openstack.wsgi [None req-1665a593-3721-4c0a-96b2-503990621747 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:57:29.731 8 INFO cinder.api.openstack.wsgi [None req-e5da3418-16cc-411d-b022-5aacaa34d288 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:57:39.730 7 INFO cinder.api.openstack.wsgi [None req-1665a593-3721-4c0a-96b2-503990621747 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:57:39.730 8 INFO cinder.api.openstack.wsgi [None req-e5da3418-16cc-411d-b022-5aacaa34d288 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:57:39.730 7 INFO cinder.api.openstack.wsgi [None req-1665a593-3721-4c0a-96b2-503990621747 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:57:39.730 8 INFO cinder.api.openstack.wsgi [None req-e5da3418-16cc-411d-b022-5aacaa34d288 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:57:49.730 7 INFO cinder.api.openstack.wsgi [None req-1665a593-3721-4c0a-96b2-503990621747 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:57:49.731 7 INFO cinder.api.openstack.wsgi [None req-1665a593-3721-4c0a-96b2-503990621747 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:57:49.730 8 INFO cinder.api.openstack.wsgi [None req-e5da3418-16cc-411d-b022-5aacaa34d288 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:57:49.734 8 INFO cinder.api.openstack.wsgi [None req-e5da3418-16cc-411d-b022-5aacaa34d288 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:57:59.730 7 INFO cinder.api.openstack.wsgi [None req-1665a593-3721-4c0a-96b2-503990621747 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:57:59.730 8 INFO cinder.api.openstack.wsgi [None req-e5da3418-16cc-411d-b022-5aacaa34d288 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:57:59.731 8 INFO cinder.api.openstack.wsgi [None req-e5da3418-16cc-411d-b022-5aacaa34d288 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:57:59.732 7 INFO cinder.api.openstack.wsgi [None req-1665a593-3721-4c0a-96b2-503990621747 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:58:06.597 8 INFO cinder.api.openstack.wsgi [None req-4685a24a-2e5c-4367-9857-a6af82bfe762 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true 2026-07-09 17:58:06.604 8 INFO cinder.volume.api [None req-4685a24a-2e5c-4367-9857-a6af82bfe762 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all snapshots completed successfully. 2026-07-09 17:58:06.604 8 INFO cinder.api.openstack.wsgi [None req-4685a24a-2e5c-4367-9857-a6af82bfe762 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 284/567] 10.0.0.195 () {28 vars in 674 bytes} [Thu Jul 9 17:58:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true => generated 17 bytes in 63 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 17:58:06.612 7 INFO cinder.api.openstack.wsgi [None req-dbe79b72-5716-41f7-9eea-99af93001db3 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 17:58:06.632 7 INFO cinder.volume.api [None req-dbe79b72-5716-41f7-9eea-99af93001db3 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 17:58:06.634 7 INFO cinder.api.openstack.wsgi [None req-dbe79b72-5716-41f7-9eea-99af93001db3 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 284/568] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 17:58:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 17:58:06.679 8 INFO cinder.api.openstack.wsgi [None req-ce154f74-f875-48fa-b1c6-03a70e875b1d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true 2026-07-09 17:58:06.701 8 INFO cinder.api.openstack.wsgi [None req-ce154f74-f875-48fa-b1c6-03a70e875b1d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 285/569] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 17:58:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true => generated 845 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 17:58:06.716 7 INFO cinder.api.openstack.wsgi [None req-fd367d52-d7e0-494d-b05c-8dbc148c6fdf 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true 2026-07-09 17:58:06.737 7 INFO cinder.api.openstack.wsgi [None req-fd367d52-d7e0-494d-b05c-8dbc148c6fdf 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 285/570] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 17:58:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true => generated 847 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 17:58:06.747 8 INFO cinder.api.openstack.wsgi [None req-5f4efd5f-879c-42d5-a250-2de911d066d0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true 2026-07-09 17:58:06.768 8 INFO cinder.api.openstack.wsgi [None req-5f4efd5f-879c-42d5-a250-2de911d066d0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 286/571] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 17:58:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true => generated 845 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 17:58:06.782 7 INFO cinder.api.openstack.wsgi [None req-b1c5bb4b-17c6-4949-a6cb-f603c46e6b1a 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 17:58:06.799 7 INFO cinder.volume.api [None req-b1c5bb4b-17c6-4949-a6cb-f603c46e6b1a 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 17:58:06.802 7 INFO cinder.api.openstack.wsgi [None req-b1c5bb4b-17c6-4949-a6cb-f603c46e6b1a 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 286/572] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 17:58:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 17:58:06.811 8 INFO cinder.api.openstack.wsgi [None req-37248ada-71f5-4ad4-a9dd-53059236e1e1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services 2026-07-09 17:58:06.818 8 INFO cinder.api.openstack.wsgi [None req-37248ada-71f5-4ad4-a9dd-53059236e1e1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services returned with HTTP 200 [pid: 8|app: 0|req: 287/573] 10.0.0.195 () {28 vars in 645 bytes} [Thu Jul 9 17:58:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services => generated 646 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 17:58:06.827 7 INFO cinder.api.openstack.wsgi [None req-0e1ee7cb-13b3-481b-8e7d-f0c98e53e992 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true 2026-07-09 17:58:07.331 7 INFO cinder.api.openstack.wsgi [None req-0e1ee7cb-13b3-481b-8e7d-f0c98e53e992 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 287/574] 10.0.0.195 () {28 vars in 696 bytes} [Thu Jul 9 17:58:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 17:58:09.732 8 INFO cinder.api.openstack.wsgi [None req-37248ada-71f5-4ad4-a9dd-53059236e1e1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:58:09.732 8 INFO cinder.api.openstack.wsgi [None req-37248ada-71f5-4ad4-a9dd-53059236e1e1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:58:09.733 7 INFO cinder.api.openstack.wsgi [None req-0e1ee7cb-13b3-481b-8e7d-f0c98e53e992 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:58:09.734 7 INFO cinder.api.openstack.wsgi [None req-0e1ee7cb-13b3-481b-8e7d-f0c98e53e992 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:58:19.732 8 INFO cinder.api.openstack.wsgi [None req-37248ada-71f5-4ad4-a9dd-53059236e1e1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:58:19.733 8 INFO cinder.api.openstack.wsgi [None req-37248ada-71f5-4ad4-a9dd-53059236e1e1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:58:19.735 7 INFO cinder.api.openstack.wsgi [None req-0e1ee7cb-13b3-481b-8e7d-f0c98e53e992 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:58:19.735 7 INFO cinder.api.openstack.wsgi [None req-0e1ee7cb-13b3-481b-8e7d-f0c98e53e992 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:58:29.730 8 INFO cinder.api.openstack.wsgi [None req-37248ada-71f5-4ad4-a9dd-53059236e1e1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:58:29.730 7 INFO cinder.api.openstack.wsgi [None req-0e1ee7cb-13b3-481b-8e7d-f0c98e53e992 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:58:29.730 8 INFO cinder.api.openstack.wsgi [None req-37248ada-71f5-4ad4-a9dd-53059236e1e1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:58:29.730 7 INFO cinder.api.openstack.wsgi [None req-0e1ee7cb-13b3-481b-8e7d-f0c98e53e992 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:58:39.731 8 INFO cinder.api.openstack.wsgi [None req-37248ada-71f5-4ad4-a9dd-53059236e1e1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:58:39.731 7 INFO cinder.api.openstack.wsgi [None req-0e1ee7cb-13b3-481b-8e7d-f0c98e53e992 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:58:39.732 8 INFO cinder.api.openstack.wsgi [None req-37248ada-71f5-4ad4-a9dd-53059236e1e1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:58:39.732 7 INFO cinder.api.openstack.wsgi [None req-0e1ee7cb-13b3-481b-8e7d-f0c98e53e992 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:58:49.730 7 INFO cinder.api.openstack.wsgi [None req-0e1ee7cb-13b3-481b-8e7d-f0c98e53e992 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:58:49.730 8 INFO cinder.api.openstack.wsgi [None req-37248ada-71f5-4ad4-a9dd-53059236e1e1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:58:49.731 7 INFO cinder.api.openstack.wsgi [None req-0e1ee7cb-13b3-481b-8e7d-f0c98e53e992 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:58:49.731 8 INFO cinder.api.openstack.wsgi [None req-37248ada-71f5-4ad4-a9dd-53059236e1e1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:58:59.730 7 INFO cinder.api.openstack.wsgi [None req-0e1ee7cb-13b3-481b-8e7d-f0c98e53e992 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:58:59.730 8 INFO cinder.api.openstack.wsgi [None req-37248ada-71f5-4ad4-a9dd-53059236e1e1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:58:59.731 7 INFO cinder.api.openstack.wsgi [None req-0e1ee7cb-13b3-481b-8e7d-f0c98e53e992 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:58:59.731 8 INFO cinder.api.openstack.wsgi [None req-37248ada-71f5-4ad4-a9dd-53059236e1e1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:59:06.487 7 INFO cinder.api.openstack.wsgi [None req-fc7f8f18-c16b-4045-be0a-d0a1543b009c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true 2026-07-09 17:59:06.991 7 INFO cinder.api.openstack.wsgi [None req-fc7f8f18-c16b-4045-be0a-d0a1543b009c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 294/587] 10.0.0.195 () {28 vars in 696 bytes} [Thu Jul 9 17:59:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 17:59:07.005 8 INFO cinder.api.openstack.wsgi [None req-4abd5e3b-517a-4d20-9ebd-39d1772098b5 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services 2026-07-09 17:59:07.011 8 INFO cinder.api.openstack.wsgi [None req-4abd5e3b-517a-4d20-9ebd-39d1772098b5 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services returned with HTTP 200 [pid: 8|app: 0|req: 294/588] 10.0.0.195 () {28 vars in 645 bytes} [Thu Jul 9 17:59:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services => generated 646 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 17:59:07.021 7 INFO cinder.api.openstack.wsgi [None req-a77f6a47-3af3-4dbe-94d9-08597fdcb232 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 17:59:07.029 7 INFO cinder.volume.api [None req-a77f6a47-3af3-4dbe-94d9-08597fdcb232 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 17:59:07.031 7 INFO cinder.api.openstack.wsgi [None req-a77f6a47-3af3-4dbe-94d9-08597fdcb232 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 295/589] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 17:59:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 17:59:07.075 8 INFO cinder.api.openstack.wsgi [None req-ecf072b9-52cf-4e7e-80e6-63a8f88d6185 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true 2026-07-09 17:59:07.096 8 INFO cinder.api.openstack.wsgi [None req-ecf072b9-52cf-4e7e-80e6-63a8f88d6185 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 295/590] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 17:59:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true => generated 845 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 17:59:07.107 7 INFO cinder.api.openstack.wsgi [None req-f3e90d5f-ad16-4a09-882c-b05f2661ed50 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true 2026-07-09 17:59:07.124 7 INFO cinder.api.openstack.wsgi [None req-f3e90d5f-ad16-4a09-882c-b05f2661ed50 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 296/591] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 17:59:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true => generated 847 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 17:59:07.136 8 INFO cinder.api.openstack.wsgi [None req-a0795795-9159-40aa-b8c1-fae9bb8a1efd 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true 2026-07-09 17:59:07.158 8 INFO cinder.api.openstack.wsgi [None req-a0795795-9159-40aa-b8c1-fae9bb8a1efd 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 296/592] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 17:59:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true => generated 845 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 17:59:07.167 7 INFO cinder.api.openstack.wsgi [None req-bd38f124-c84f-45af-af78-7bad3a91008d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 17:59:07.175 7 INFO cinder.volume.api [None req-bd38f124-c84f-45af-af78-7bad3a91008d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 17:59:07.176 7 INFO cinder.api.openstack.wsgi [None req-bd38f124-c84f-45af-af78-7bad3a91008d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 297/593] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 17:59:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true => generated 15 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 17:59:07.186 8 INFO cinder.api.openstack.wsgi [None req-22a54121-03dc-4f37-aee4-762fb84d159d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true 2026-07-09 17:59:07.191 8 INFO cinder.volume.api [None req-22a54121-03dc-4f37-aee4-762fb84d159d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all snapshots completed successfully. 2026-07-09 17:59:07.192 8 INFO cinder.api.openstack.wsgi [None req-22a54121-03dc-4f37-aee4-762fb84d159d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 297/594] 10.0.0.195 () {28 vars in 674 bytes} [Thu Jul 9 17:59:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true => generated 17 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 17:59:09.729 7 INFO cinder.api.openstack.wsgi [None req-bd38f124-c84f-45af-af78-7bad3a91008d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:59:09.729 8 INFO cinder.api.openstack.wsgi [None req-22a54121-03dc-4f37-aee4-762fb84d159d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:59:09.731 7 INFO cinder.api.openstack.wsgi [None req-bd38f124-c84f-45af-af78-7bad3a91008d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:59:09.731 8 INFO cinder.api.openstack.wsgi [None req-22a54121-03dc-4f37-aee4-762fb84d159d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:59:19.730 7 INFO cinder.api.openstack.wsgi [None req-bd38f124-c84f-45af-af78-7bad3a91008d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:59:19.730 7 INFO cinder.api.openstack.wsgi [None req-bd38f124-c84f-45af-af78-7bad3a91008d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:59:19.740 8 INFO cinder.api.openstack.wsgi [None req-22a54121-03dc-4f37-aee4-762fb84d159d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:59:19.741 8 INFO cinder.api.openstack.wsgi [None req-22a54121-03dc-4f37-aee4-762fb84d159d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:59:29.730 7 INFO cinder.api.openstack.wsgi [None req-bd38f124-c84f-45af-af78-7bad3a91008d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:59:29.731 7 INFO cinder.api.openstack.wsgi [None req-bd38f124-c84f-45af-af78-7bad3a91008d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:59:29.730 8 INFO cinder.api.openstack.wsgi [None req-22a54121-03dc-4f37-aee4-762fb84d159d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:59:29.732 8 INFO cinder.api.openstack.wsgi [None req-22a54121-03dc-4f37-aee4-762fb84d159d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:59:39.730 7 INFO cinder.api.openstack.wsgi [None req-bd38f124-c84f-45af-af78-7bad3a91008d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:59:39.731 7 INFO cinder.api.openstack.wsgi [None req-bd38f124-c84f-45af-af78-7bad3a91008d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:59:39.731 8 INFO cinder.api.openstack.wsgi [None req-22a54121-03dc-4f37-aee4-762fb84d159d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:59:39.733 8 INFO cinder.api.openstack.wsgi [None req-22a54121-03dc-4f37-aee4-762fb84d159d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:59:49.730 8 INFO cinder.api.openstack.wsgi [None req-22a54121-03dc-4f37-aee4-762fb84d159d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:59:49.730 7 INFO cinder.api.openstack.wsgi [None req-bd38f124-c84f-45af-af78-7bad3a91008d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:59:49.730 8 INFO cinder.api.openstack.wsgi [None req-22a54121-03dc-4f37-aee4-762fb84d159d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:59:49.731 7 INFO cinder.api.openstack.wsgi [None req-bd38f124-c84f-45af-af78-7bad3a91008d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:59:59.730 7 INFO cinder.api.openstack.wsgi [None req-bd38f124-c84f-45af-af78-7bad3a91008d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:59:59.730 8 INFO cinder.api.openstack.wsgi [None req-22a54121-03dc-4f37-aee4-762fb84d159d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 17:59:59.730 7 INFO cinder.api.openstack.wsgi [None req-bd38f124-c84f-45af-af78-7bad3a91008d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 17:59:59.731 8 INFO cinder.api.openstack.wsgi [None req-22a54121-03dc-4f37-aee4-762fb84d159d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:00:06.553 7 INFO cinder.api.openstack.wsgi [None req-8113b5f8-f5a4-4884-8b60-838c35a2a221 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 18:00:06.576 7 INFO cinder.volume.api [None req-8113b5f8-f5a4-4884-8b60-838c35a2a221 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 18:00:06.579 7 INFO cinder.api.openstack.wsgi [None req-8113b5f8-f5a4-4884-8b60-838c35a2a221 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 304/607] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 18:00:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true => generated 15 bytes in 68 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 18:00:06.592 8 INFO cinder.api.openstack.wsgi [None req-dea3afcf-4b3c-43c5-ad11-bac23b656abd 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 18:00:06.602 8 INFO cinder.volume.api [None req-dea3afcf-4b3c-43c5-ad11-bac23b656abd 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 18:00:06.604 8 INFO cinder.api.openstack.wsgi [None req-dea3afcf-4b3c-43c5-ad11-bac23b656abd 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 304/608] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 18:00:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:00:06.613 7 INFO cinder.api.openstack.wsgi [None req-aa26e564-cb15-45c0-92d0-e972aef92339 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true 2026-07-09 18:00:07.117 7 INFO cinder.api.openstack.wsgi [None req-aa26e564-cb15-45c0-92d0-e972aef92339 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 305/609] 10.0.0.195 () {28 vars in 696 bytes} [Thu Jul 9 18:00:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:00:07.129 8 INFO cinder.api.openstack.wsgi [None req-3a1b89a8-b38a-4211-a11d-5bec437b97ee 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true 2026-07-09 18:00:07.134 8 INFO cinder.volume.api [None req-3a1b89a8-b38a-4211-a11d-5bec437b97ee 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all snapshots completed successfully. 2026-07-09 18:00:07.134 8 INFO cinder.api.openstack.wsgi [None req-3a1b89a8-b38a-4211-a11d-5bec437b97ee 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 305/610] 10.0.0.195 () {28 vars in 674 bytes} [Thu Jul 9 18:00:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:00:07.179 7 INFO cinder.api.openstack.wsgi [None req-9af6fa37-d280-4ca6-9612-15ebd38882b6 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true 2026-07-09 18:00:07.200 7 INFO cinder.api.openstack.wsgi [None req-9af6fa37-d280-4ca6-9612-15ebd38882b6 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 306/611] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:00:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true => generated 845 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:00:07.211 8 INFO cinder.api.openstack.wsgi [None req-0bb9a8ad-b5b5-4e5f-80f9-76904021d538 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true 2026-07-09 18:00:07.233 8 INFO cinder.api.openstack.wsgi [None req-0bb9a8ad-b5b5-4e5f-80f9-76904021d538 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 306/612] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:00:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true => generated 847 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:00:07.244 7 INFO cinder.api.openstack.wsgi [None req-9beb9889-d03a-4eea-b86a-7b02155f147c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true 2026-07-09 18:00:07.266 7 INFO cinder.api.openstack.wsgi [None req-9beb9889-d03a-4eea-b86a-7b02155f147c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 307/613] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:00:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true => generated 845 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:00:07.278 8 INFO cinder.api.openstack.wsgi [None req-b71c2dd9-991e-45c5-8899-da0b6ff284d2 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services 2026-07-09 18:00:07.285 8 INFO cinder.api.openstack.wsgi [None req-b71c2dd9-991e-45c5-8899-da0b6ff284d2 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services returned with HTTP 200 [pid: 8|app: 0|req: 307/614] 10.0.0.195 () {28 vars in 645 bytes} [Thu Jul 9 18:00:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services => generated 646 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:00:09.730 7 INFO cinder.api.openstack.wsgi [None req-9beb9889-d03a-4eea-b86a-7b02155f147c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:00:09.731 8 INFO cinder.api.openstack.wsgi [None req-b71c2dd9-991e-45c5-8899-da0b6ff284d2 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:00:09.732 7 INFO cinder.api.openstack.wsgi [None req-9beb9889-d03a-4eea-b86a-7b02155f147c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:00:09.732 8 INFO cinder.api.openstack.wsgi [None req-b71c2dd9-991e-45c5-8899-da0b6ff284d2 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:00:19.730 7 INFO cinder.api.openstack.wsgi [None req-9beb9889-d03a-4eea-b86a-7b02155f147c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:00:19.730 7 INFO cinder.api.openstack.wsgi [None req-9beb9889-d03a-4eea-b86a-7b02155f147c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:00:19.730 8 INFO cinder.api.openstack.wsgi [None req-b71c2dd9-991e-45c5-8899-da0b6ff284d2 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:00:19.732 8 INFO cinder.api.openstack.wsgi [None req-b71c2dd9-991e-45c5-8899-da0b6ff284d2 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:00:29.731 8 INFO cinder.api.openstack.wsgi [None req-b71c2dd9-991e-45c5-8899-da0b6ff284d2 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:00:29.731 7 INFO cinder.api.openstack.wsgi [None req-9beb9889-d03a-4eea-b86a-7b02155f147c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:00:29.732 8 INFO cinder.api.openstack.wsgi [None req-b71c2dd9-991e-45c5-8899-da0b6ff284d2 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:00:29.732 7 INFO cinder.api.openstack.wsgi [None req-9beb9889-d03a-4eea-b86a-7b02155f147c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:00:39.730 8 INFO cinder.api.openstack.wsgi [None req-b71c2dd9-991e-45c5-8899-da0b6ff284d2 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:00:39.730 7 INFO cinder.api.openstack.wsgi [None req-9beb9889-d03a-4eea-b86a-7b02155f147c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:00:39.731 8 INFO cinder.api.openstack.wsgi [None req-b71c2dd9-991e-45c5-8899-da0b6ff284d2 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:00:39.731 7 INFO cinder.api.openstack.wsgi [None req-9beb9889-d03a-4eea-b86a-7b02155f147c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:00:49.730 8 INFO cinder.api.openstack.wsgi [None req-b71c2dd9-991e-45c5-8899-da0b6ff284d2 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:00:49.730 7 INFO cinder.api.openstack.wsgi [None req-9beb9889-d03a-4eea-b86a-7b02155f147c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:00:49.731 8 INFO cinder.api.openstack.wsgi [None req-b71c2dd9-991e-45c5-8899-da0b6ff284d2 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:00:49.732 7 INFO cinder.api.openstack.wsgi [None req-9beb9889-d03a-4eea-b86a-7b02155f147c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:00:59.730 8 INFO cinder.api.openstack.wsgi [None req-b71c2dd9-991e-45c5-8899-da0b6ff284d2 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:00:59.730 7 INFO cinder.api.openstack.wsgi [None req-9beb9889-d03a-4eea-b86a-7b02155f147c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:00:59.731 8 INFO cinder.api.openstack.wsgi [None req-b71c2dd9-991e-45c5-8899-da0b6ff284d2 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:00:59.732 7 INFO cinder.api.openstack.wsgi [None req-9beb9889-d03a-4eea-b86a-7b02155f147c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:01:06.588 8 INFO cinder.api.openstack.wsgi [None req-4eb90612-55d0-42ad-b01f-b0377964ae50 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true 2026-07-09 18:01:06.600 8 INFO cinder.volume.api [None req-4eb90612-55d0-42ad-b01f-b0377964ae50 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all snapshots completed successfully. 2026-07-09 18:01:06.601 8 INFO cinder.api.openstack.wsgi [None req-4eb90612-55d0-42ad-b01f-b0377964ae50 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 314/627] 10.0.0.195 () {28 vars in 674 bytes} [Thu Jul 9 18:01:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true => generated 17 bytes in 140 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 18:01:06.608 7 INFO cinder.api.openstack.wsgi [None req-9bea8908-3b1d-42fc-9191-8e623d80d0d0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services 2026-07-09 18:01:06.617 7 INFO cinder.api.openstack.wsgi [None req-9bea8908-3b1d-42fc-9191-8e623d80d0d0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services returned with HTTP 200 [pid: 7|app: 0|req: 314/628] 10.0.0.195 () {28 vars in 645 bytes} [Thu Jul 9 18:01:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services => generated 646 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:01:06.663 8 INFO cinder.api.openstack.wsgi [None req-8b053c11-5ca8-4599-a855-099c6fe5e502 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true 2026-07-09 18:01:06.691 8 INFO cinder.api.openstack.wsgi [None req-8b053c11-5ca8-4599-a855-099c6fe5e502 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 315/629] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:01:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true => generated 845 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:01:06.700 7 INFO cinder.api.openstack.wsgi [None req-6c3b700f-799b-4f61-8b21-91e371f73a01 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true 2026-07-09 18:01:06.721 7 INFO cinder.api.openstack.wsgi [None req-6c3b700f-799b-4f61-8b21-91e371f73a01 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 315/630] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:01:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true => generated 847 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:01:06.734 8 INFO cinder.api.openstack.wsgi [None req-0101cb7a-ae6d-46e9-baa0-cdc275b57111 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true 2026-07-09 18:01:06.766 8 INFO cinder.api.openstack.wsgi [None req-0101cb7a-ae6d-46e9-baa0-cdc275b57111 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 316/631] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:01:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true => generated 845 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:01:06.779 7 INFO cinder.api.openstack.wsgi [None req-f669e0ab-8e27-42ba-ac0c-6b0ffd56a9b4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 18:01:06.789 7 INFO cinder.volume.api [None req-f669e0ab-8e27-42ba-ac0c-6b0ffd56a9b4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 18:01:06.791 7 INFO cinder.api.openstack.wsgi [None req-f669e0ab-8e27-42ba-ac0c-6b0ffd56a9b4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 316/632] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 18:01:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:01:06.802 8 INFO cinder.api.openstack.wsgi [None req-29ed5b0e-561f-4123-9bd0-743f0e7546eb 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true 2026-07-09 18:01:07.306 8 INFO cinder.api.openstack.wsgi [None req-29ed5b0e-561f-4123-9bd0-743f0e7546eb 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 317/633] 10.0.0.195 () {28 vars in 696 bytes} [Thu Jul 9 18:01:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:01:07.316 7 INFO cinder.api.openstack.wsgi [None req-9e40223d-40f8-4bb6-b3c9-6b4ab6373f75 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 18:01:07.326 7 INFO cinder.volume.api [None req-9e40223d-40f8-4bb6-b3c9-6b4ab6373f75 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 18:01:07.328 7 INFO cinder.api.openstack.wsgi [None req-9e40223d-40f8-4bb6-b3c9-6b4ab6373f75 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 317/634] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 18:01:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:01:09.730 8 INFO cinder.api.openstack.wsgi [None req-29ed5b0e-561f-4123-9bd0-743f0e7546eb 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:01:09.730 7 INFO cinder.api.openstack.wsgi [None req-9e40223d-40f8-4bb6-b3c9-6b4ab6373f75 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:01:09.730 8 INFO cinder.api.openstack.wsgi [None req-29ed5b0e-561f-4123-9bd0-743f0e7546eb 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:01:09.731 7 INFO cinder.api.openstack.wsgi [None req-9e40223d-40f8-4bb6-b3c9-6b4ab6373f75 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:01:19.730 7 INFO cinder.api.openstack.wsgi [None req-9e40223d-40f8-4bb6-b3c9-6b4ab6373f75 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:01:19.730 8 INFO cinder.api.openstack.wsgi [None req-29ed5b0e-561f-4123-9bd0-743f0e7546eb 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:01:19.731 7 INFO cinder.api.openstack.wsgi [None req-9e40223d-40f8-4bb6-b3c9-6b4ab6373f75 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:01:19.731 8 INFO cinder.api.openstack.wsgi [None req-29ed5b0e-561f-4123-9bd0-743f0e7546eb 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:01:29.730 8 INFO cinder.api.openstack.wsgi [None req-29ed5b0e-561f-4123-9bd0-743f0e7546eb 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:01:29.730 7 INFO cinder.api.openstack.wsgi [None req-9e40223d-40f8-4bb6-b3c9-6b4ab6373f75 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:01:29.731 8 INFO cinder.api.openstack.wsgi [None req-29ed5b0e-561f-4123-9bd0-743f0e7546eb 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:01:29.732 7 INFO cinder.api.openstack.wsgi [None req-9e40223d-40f8-4bb6-b3c9-6b4ab6373f75 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:01:39.730 8 INFO cinder.api.openstack.wsgi [None req-29ed5b0e-561f-4123-9bd0-743f0e7546eb 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:01:39.730 7 INFO cinder.api.openstack.wsgi [None req-9e40223d-40f8-4bb6-b3c9-6b4ab6373f75 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:01:39.731 8 INFO cinder.api.openstack.wsgi [None req-29ed5b0e-561f-4123-9bd0-743f0e7546eb 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:01:39.731 7 INFO cinder.api.openstack.wsgi [None req-9e40223d-40f8-4bb6-b3c9-6b4ab6373f75 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:01:49.731 7 INFO cinder.api.openstack.wsgi [None req-9e40223d-40f8-4bb6-b3c9-6b4ab6373f75 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:01:49.731 8 INFO cinder.api.openstack.wsgi [None req-29ed5b0e-561f-4123-9bd0-743f0e7546eb 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:01:49.732 7 INFO cinder.api.openstack.wsgi [None req-9e40223d-40f8-4bb6-b3c9-6b4ab6373f75 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:01:49.732 8 INFO cinder.api.openstack.wsgi [None req-29ed5b0e-561f-4123-9bd0-743f0e7546eb 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:01:59.729 7 INFO cinder.api.openstack.wsgi [None req-9e40223d-40f8-4bb6-b3c9-6b4ab6373f75 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:01:59.730 8 INFO cinder.api.openstack.wsgi [None req-29ed5b0e-561f-4123-9bd0-743f0e7546eb 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:01:59.730 7 INFO cinder.api.openstack.wsgi [None req-9e40223d-40f8-4bb6-b3c9-6b4ab6373f75 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:01:59.731 8 INFO cinder.api.openstack.wsgi [None req-29ed5b0e-561f-4123-9bd0-743f0e7546eb 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:02:06.550 7 INFO cinder.api.openstack.wsgi [None req-59bd8789-921b-4092-b8ce-a8025c56fc93 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true 2026-07-09 18:02:06.582 7 INFO cinder.api.openstack.wsgi [None req-59bd8789-921b-4092-b8ce-a8025c56fc93 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 324/647] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:02:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true => generated 845 bytes in 88 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:02:06.596 8 INFO cinder.api.openstack.wsgi [None req-50480799-b4ac-4c93-9207-daf4660e3ef0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true 2026-07-09 18:02:06.614 8 INFO cinder.api.openstack.wsgi [None req-50480799-b4ac-4c93-9207-daf4660e3ef0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 324/648] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:02:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true => generated 847 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:02:06.625 7 INFO cinder.api.openstack.wsgi [None req-ede91093-3572-4d28-8646-feb57d228645 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true 2026-07-09 18:02:06.644 7 INFO cinder.api.openstack.wsgi [None req-ede91093-3572-4d28-8646-feb57d228645 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 325/649] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:02:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true => generated 845 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:02:06.657 8 INFO cinder.api.openstack.wsgi [None req-86fc5fbe-1b53-4f79-b00f-1075cf899ef9 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 18:02:06.667 8 INFO cinder.volume.api [None req-86fc5fbe-1b53-4f79-b00f-1075cf899ef9 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 18:02:06.668 8 INFO cinder.api.openstack.wsgi [None req-86fc5fbe-1b53-4f79-b00f-1075cf899ef9 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 325/650] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 18:02:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:02:06.680 7 INFO cinder.api.openstack.wsgi [None req-95c390a0-38fe-4ea1-953a-0226125129db 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true 2026-07-09 18:02:06.684 7 INFO cinder.volume.api [None req-95c390a0-38fe-4ea1-953a-0226125129db 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all snapshots completed successfully. 2026-07-09 18:02:06.685 7 INFO cinder.api.openstack.wsgi [None req-95c390a0-38fe-4ea1-953a-0226125129db 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 326/651] 10.0.0.195 () {28 vars in 674 bytes} [Thu Jul 9 18:02:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true => generated 17 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 18:02:06.697 8 INFO cinder.api.openstack.wsgi [None req-b3e4231a-251a-45f7-9a49-33ec09120bd7 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services 2026-07-09 18:02:06.702 8 INFO cinder.api.openstack.wsgi [None req-b3e4231a-251a-45f7-9a49-33ec09120bd7 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services returned with HTTP 200 [pid: 8|app: 0|req: 326/652] 10.0.0.195 () {28 vars in 645 bytes} [Thu Jul 9 18:02:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services => generated 646 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:02:06.713 7 INFO cinder.api.openstack.wsgi [None req-f8f44c3c-27e5-47ad-b222-90049785ebee 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 18:02:06.723 7 INFO cinder.volume.api [None req-f8f44c3c-27e5-47ad-b222-90049785ebee 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 18:02:06.724 7 INFO cinder.api.openstack.wsgi [None req-f8f44c3c-27e5-47ad-b222-90049785ebee 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 327/653] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 18:02:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:02:06.733 8 INFO cinder.api.openstack.wsgi [None req-05ce730c-f725-48fb-a229-ff711606f775 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true 2026-07-09 18:02:07.236 8 INFO cinder.api.openstack.wsgi [None req-05ce730c-f725-48fb-a229-ff711606f775 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 327/654] 10.0.0.195 () {28 vars in 696 bytes} [Thu Jul 9 18:02:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:02:09.730 7 INFO cinder.api.openstack.wsgi [None req-f8f44c3c-27e5-47ad-b222-90049785ebee 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:02:09.730 8 INFO cinder.api.openstack.wsgi [None req-05ce730c-f725-48fb-a229-ff711606f775 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:02:09.731 7 INFO cinder.api.openstack.wsgi [None req-f8f44c3c-27e5-47ad-b222-90049785ebee 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:02:09.732 8 INFO cinder.api.openstack.wsgi [None req-05ce730c-f725-48fb-a229-ff711606f775 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:02:19.729 8 INFO cinder.api.openstack.wsgi [None req-05ce730c-f725-48fb-a229-ff711606f775 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:02:19.730 7 INFO cinder.api.openstack.wsgi [None req-f8f44c3c-27e5-47ad-b222-90049785ebee 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:02:19.730 8 INFO cinder.api.openstack.wsgi [None req-05ce730c-f725-48fb-a229-ff711606f775 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:02:19.731 7 INFO cinder.api.openstack.wsgi [None req-f8f44c3c-27e5-47ad-b222-90049785ebee 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:02:29.730 8 INFO cinder.api.openstack.wsgi [None req-05ce730c-f725-48fb-a229-ff711606f775 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:02:29.730 7 INFO cinder.api.openstack.wsgi [None req-f8f44c3c-27e5-47ad-b222-90049785ebee 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:02:29.731 8 INFO cinder.api.openstack.wsgi [None req-05ce730c-f725-48fb-a229-ff711606f775 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:02:29.732 7 INFO cinder.api.openstack.wsgi [None req-f8f44c3c-27e5-47ad-b222-90049785ebee 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:02:39.730 8 INFO cinder.api.openstack.wsgi [None req-05ce730c-f725-48fb-a229-ff711606f775 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:02:39.730 7 INFO cinder.api.openstack.wsgi [None req-f8f44c3c-27e5-47ad-b222-90049785ebee 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:02:39.731 7 INFO cinder.api.openstack.wsgi [None req-f8f44c3c-27e5-47ad-b222-90049785ebee 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:02:39.731 8 INFO cinder.api.openstack.wsgi [None req-05ce730c-f725-48fb-a229-ff711606f775 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:02:49.730 8 INFO cinder.api.openstack.wsgi [None req-05ce730c-f725-48fb-a229-ff711606f775 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:02:49.730 7 INFO cinder.api.openstack.wsgi [None req-f8f44c3c-27e5-47ad-b222-90049785ebee 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:02:49.731 8 INFO cinder.api.openstack.wsgi [None req-05ce730c-f725-48fb-a229-ff711606f775 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:02:49.731 7 INFO cinder.api.openstack.wsgi [None req-f8f44c3c-27e5-47ad-b222-90049785ebee 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:02:59.730 8 INFO cinder.api.openstack.wsgi [None req-05ce730c-f725-48fb-a229-ff711606f775 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:02:59.730 7 INFO cinder.api.openstack.wsgi [None req-f8f44c3c-27e5-47ad-b222-90049785ebee 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:02:59.731 7 INFO cinder.api.openstack.wsgi [None req-f8f44c3c-27e5-47ad-b222-90049785ebee 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:02:59.731 8 INFO cinder.api.openstack.wsgi [None req-05ce730c-f725-48fb-a229-ff711606f775 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:03:06.497 8 INFO cinder.api.openstack.wsgi [None req-ff797629-1e4b-46cf-aec8-419e666c4273 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true 2026-07-09 18:03:06.503 8 INFO cinder.volume.api [None req-ff797629-1e4b-46cf-aec8-419e666c4273 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all snapshots completed successfully. 2026-07-09 18:03:06.504 8 INFO cinder.api.openstack.wsgi [None req-ff797629-1e4b-46cf-aec8-419e666c4273 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 334/667] 10.0.0.195 () {28 vars in 674 bytes} [Thu Jul 9 18:03:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true => generated 17 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 18:03:08.235 7 INFO cinder.api.openstack.wsgi [None req-b7f8ebc5-0fc1-4745-a8f9-302ebe00a399 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true 2026-07-09 18:03:08.738 7 INFO cinder.api.openstack.wsgi [None req-b7f8ebc5-0fc1-4745-a8f9-302ebe00a399 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 334/668] 10.0.0.195 () {28 vars in 696 bytes} [Thu Jul 9 18:03:08 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:03:08.797 8 INFO cinder.api.openstack.wsgi [None req-e8b512ce-7595-4a71-b4f4-1ec729cf38c3 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true 2026-07-09 18:03:08.821 8 INFO cinder.api.openstack.wsgi [None req-e8b512ce-7595-4a71-b4f4-1ec729cf38c3 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 335/669] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:03:08 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true => generated 845 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:03:08.834 7 INFO cinder.api.openstack.wsgi [None req-85e1da0f-e764-41a9-962f-5bd7dcd81841 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true 2026-07-09 18:03:08.860 7 INFO cinder.api.openstack.wsgi [None req-85e1da0f-e764-41a9-962f-5bd7dcd81841 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 335/670] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:03:08 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true => generated 847 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:03:08.877 8 INFO cinder.api.openstack.wsgi [None req-d420f704-7d30-4728-9574-2066e4704e52 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true 2026-07-09 18:03:08.897 8 INFO cinder.api.openstack.wsgi [None req-d420f704-7d30-4728-9574-2066e4704e52 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 336/671] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:03:08 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true => generated 845 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:03:08.909 7 INFO cinder.api.openstack.wsgi [None req-3445071f-74e0-43e3-90db-8ec88eac6e81 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 18:03:08.920 7 INFO cinder.volume.api [None req-3445071f-74e0-43e3-90db-8ec88eac6e81 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 18:03:08.922 7 INFO cinder.api.openstack.wsgi [None req-3445071f-74e0-43e3-90db-8ec88eac6e81 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 336/672] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 18:03:08 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:03:08.933 8 INFO cinder.api.openstack.wsgi [None req-708f72c2-a592-4e67-a323-6c19a388b7af 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services 2026-07-09 18:03:08.941 8 INFO cinder.api.openstack.wsgi [None req-708f72c2-a592-4e67-a323-6c19a388b7af 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services returned with HTTP 200 [pid: 8|app: 0|req: 337/673] 10.0.0.195 () {28 vars in 645 bytes} [Thu Jul 9 18:03:08 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services => generated 646 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:03:08.955 7 INFO cinder.api.openstack.wsgi [None req-4aa19a18-1184-4737-8be6-20e179864e9b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 18:03:08.967 7 INFO cinder.volume.api [None req-4aa19a18-1184-4737-8be6-20e179864e9b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 18:03:08.969 7 INFO cinder.api.openstack.wsgi [None req-4aa19a18-1184-4737-8be6-20e179864e9b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 337/674] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 18:03:08 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:03:09.730 8 INFO cinder.api.openstack.wsgi [None req-708f72c2-a592-4e67-a323-6c19a388b7af 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:03:09.730 7 INFO cinder.api.openstack.wsgi [None req-4aa19a18-1184-4737-8be6-20e179864e9b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:03:09.731 8 INFO cinder.api.openstack.wsgi [None req-708f72c2-a592-4e67-a323-6c19a388b7af 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:03:09.731 7 INFO cinder.api.openstack.wsgi [None req-4aa19a18-1184-4737-8be6-20e179864e9b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:03:19.730 7 INFO cinder.api.openstack.wsgi [None req-4aa19a18-1184-4737-8be6-20e179864e9b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:03:19.730 8 INFO cinder.api.openstack.wsgi [None req-708f72c2-a592-4e67-a323-6c19a388b7af 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:03:19.731 7 INFO cinder.api.openstack.wsgi [None req-4aa19a18-1184-4737-8be6-20e179864e9b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:03:19.731 8 INFO cinder.api.openstack.wsgi [None req-708f72c2-a592-4e67-a323-6c19a388b7af 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:03:29.730 7 INFO cinder.api.openstack.wsgi [None req-4aa19a18-1184-4737-8be6-20e179864e9b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:03:29.730 8 INFO cinder.api.openstack.wsgi [None req-708f72c2-a592-4e67-a323-6c19a388b7af 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:03:29.731 8 INFO cinder.api.openstack.wsgi [None req-708f72c2-a592-4e67-a323-6c19a388b7af 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:03:29.731 7 INFO cinder.api.openstack.wsgi [None req-4aa19a18-1184-4737-8be6-20e179864e9b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:03:39.730 8 INFO cinder.api.openstack.wsgi [None req-708f72c2-a592-4e67-a323-6c19a388b7af 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:03:39.730 7 INFO cinder.api.openstack.wsgi [None req-4aa19a18-1184-4737-8be6-20e179864e9b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:03:39.731 8 INFO cinder.api.openstack.wsgi [None req-708f72c2-a592-4e67-a323-6c19a388b7af 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:03:39.731 7 INFO cinder.api.openstack.wsgi [None req-4aa19a18-1184-4737-8be6-20e179864e9b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:03:49.730 8 INFO cinder.api.openstack.wsgi [None req-708f72c2-a592-4e67-a323-6c19a388b7af 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:03:49.731 8 INFO cinder.api.openstack.wsgi [None req-708f72c2-a592-4e67-a323-6c19a388b7af 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:03:49.731 7 INFO cinder.api.openstack.wsgi [None req-4aa19a18-1184-4737-8be6-20e179864e9b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:03:49.733 7 INFO cinder.api.openstack.wsgi [None req-4aa19a18-1184-4737-8be6-20e179864e9b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:03:59.730 7 INFO cinder.api.openstack.wsgi [None req-4aa19a18-1184-4737-8be6-20e179864e9b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:03:59.730 8 INFO cinder.api.openstack.wsgi [None req-708f72c2-a592-4e67-a323-6c19a388b7af 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:03:59.731 7 INFO cinder.api.openstack.wsgi [None req-4aa19a18-1184-4737-8be6-20e179864e9b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:03:59.732 8 INFO cinder.api.openstack.wsgi [None req-708f72c2-a592-4e67-a323-6c19a388b7af 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:04:06.481 7 INFO cinder.api.openstack.wsgi [None req-886ca694-6271-44e9-973e-3f112c20689e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true 2026-07-09 18:04:06.487 7 INFO cinder.volume.api [None req-886ca694-6271-44e9-973e-3f112c20689e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all snapshots completed successfully. 2026-07-09 18:04:06.488 7 INFO cinder.api.openstack.wsgi [None req-886ca694-6271-44e9-973e-3f112c20689e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 344/687] 10.0.0.195 () {28 vars in 674 bytes} [Thu Jul 9 18:04:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true => generated 17 bytes in 46 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 18:04:06.503 8 INFO cinder.api.openstack.wsgi [None req-854ead3a-da3a-4920-ba6d-3e0a59cb3c83 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services 2026-07-09 18:04:06.517 8 INFO cinder.api.openstack.wsgi [None req-854ead3a-da3a-4920-ba6d-3e0a59cb3c83 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services returned with HTTP 200 [pid: 8|app: 0|req: 344/688] 10.0.0.195 () {28 vars in 645 bytes} [Thu Jul 9 18:04:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services => generated 646 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:04:06.536 7 INFO cinder.api.openstack.wsgi [None req-f7399936-da71-4678-b74b-5ffeb60e9e76 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 18:04:06.547 7 INFO cinder.volume.api [None req-f7399936-da71-4678-b74b-5ffeb60e9e76 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 18:04:06.549 7 INFO cinder.api.openstack.wsgi [None req-f7399936-da71-4678-b74b-5ffeb60e9e76 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 345/689] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 18:04:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:04:06.608 8 INFO cinder.api.openstack.wsgi [None req-67912444-04ab-4b94-ba21-fcdebc5d4397 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true 2026-07-09 18:04:06.629 8 INFO cinder.api.openstack.wsgi [None req-67912444-04ab-4b94-ba21-fcdebc5d4397 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 345/690] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:04:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true => generated 845 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:04:06.639 7 INFO cinder.api.openstack.wsgi [None req-731779bd-8cac-43f4-ad1e-b6c01a5f590f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true 2026-07-09 18:04:06.665 7 INFO cinder.api.openstack.wsgi [None req-731779bd-8cac-43f4-ad1e-b6c01a5f590f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 346/691] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:04:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true => generated 847 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:04:06.677 8 INFO cinder.api.openstack.wsgi [None req-83195ac0-3a30-4aa6-aa24-9dbd3797c113 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true 2026-07-09 18:04:06.696 8 INFO cinder.api.openstack.wsgi [None req-83195ac0-3a30-4aa6-aa24-9dbd3797c113 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 346/692] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:04:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true => generated 845 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:04:06.707 7 INFO cinder.api.openstack.wsgi [None req-f89f37ca-b1fb-472f-93bc-897c980ae9d3 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true 2026-07-09 18:04:07.211 7 INFO cinder.api.openstack.wsgi [None req-f89f37ca-b1fb-472f-93bc-897c980ae9d3 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 347/693] 10.0.0.195 () {28 vars in 696 bytes} [Thu Jul 9 18:04:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:04:07.222 8 INFO cinder.api.openstack.wsgi [None req-d043889d-2476-463c-9e9a-7b1976d81712 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 18:04:07.232 8 INFO cinder.volume.api [None req-d043889d-2476-463c-9e9a-7b1976d81712 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 18:04:07.234 8 INFO cinder.api.openstack.wsgi [None req-d043889d-2476-463c-9e9a-7b1976d81712 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 347/694] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 18:04:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:04:09.729 7 INFO cinder.api.openstack.wsgi [None req-f89f37ca-b1fb-472f-93bc-897c980ae9d3 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:04:09.729 8 INFO cinder.api.openstack.wsgi [None req-d043889d-2476-463c-9e9a-7b1976d81712 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:04:09.730 7 INFO cinder.api.openstack.wsgi [None req-f89f37ca-b1fb-472f-93bc-897c980ae9d3 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:04:09.731 8 INFO cinder.api.openstack.wsgi [None req-d043889d-2476-463c-9e9a-7b1976d81712 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:04:13.255 7 INFO cinder.api.openstack.wsgi [None req-5c24267b-d2e8-45a9-b2bd-1e7a5733f557 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET https://volume.199-19-213-116.nip.io/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=False 2026-07-09 18:04:13.273 7 INFO cinder.api.openstack.wsgi [None req-5c24267b-d2e8-45a9-b2bd-1e7a5733f557 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] https://volume.199-19-213-116.nip.io/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=False returned with HTTP 200 [pid: 7|app: 0|req: 349/697] 199.19.213.116 () {44 vars in 1069 bytes} [Thu Jul 9 18:04:13 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=False => generated 338 bytes in 57 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:04:19.730 8 INFO cinder.api.openstack.wsgi [None req-d043889d-2476-463c-9e9a-7b1976d81712 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:04:19.730 7 INFO cinder.api.openstack.wsgi [None req-5c24267b-d2e8-45a9-b2bd-1e7a5733f557 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:04:19.731 8 INFO cinder.api.openstack.wsgi [None req-d043889d-2476-463c-9e9a-7b1976d81712 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:04:19.731 7 INFO cinder.api.openstack.wsgi [None req-5c24267b-d2e8-45a9-b2bd-1e7a5733f557 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:04:29.730 7 INFO cinder.api.openstack.wsgi [None req-5c24267b-d2e8-45a9-b2bd-1e7a5733f557 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:04:29.730 8 INFO cinder.api.openstack.wsgi [None req-d043889d-2476-463c-9e9a-7b1976d81712 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:04:29.731 8 INFO cinder.api.openstack.wsgi [None req-d043889d-2476-463c-9e9a-7b1976d81712 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:04:29.731 7 INFO cinder.api.openstack.wsgi [None req-5c24267b-d2e8-45a9-b2bd-1e7a5733f557 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:04:39.730 7 INFO cinder.api.openstack.wsgi [None req-5c24267b-d2e8-45a9-b2bd-1e7a5733f557 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:04:39.730 8 INFO cinder.api.openstack.wsgi [None req-d043889d-2476-463c-9e9a-7b1976d81712 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:04:39.730 7 INFO cinder.api.openstack.wsgi [None req-5c24267b-d2e8-45a9-b2bd-1e7a5733f557 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:04:39.730 8 INFO cinder.api.openstack.wsgi [None req-d043889d-2476-463c-9e9a-7b1976d81712 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:04:49.730 7 INFO cinder.api.openstack.wsgi [None req-5c24267b-d2e8-45a9-b2bd-1e7a5733f557 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:04:49.730 8 INFO cinder.api.openstack.wsgi [None req-d043889d-2476-463c-9e9a-7b1976d81712 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:04:49.731 7 INFO cinder.api.openstack.wsgi [None req-5c24267b-d2e8-45a9-b2bd-1e7a5733f557 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:04:49.732 8 INFO cinder.api.openstack.wsgi [None req-d043889d-2476-463c-9e9a-7b1976d81712 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:04:59.730 7 INFO cinder.api.openstack.wsgi [None req-5c24267b-d2e8-45a9-b2bd-1e7a5733f557 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:04:59.730 8 INFO cinder.api.openstack.wsgi [None req-d043889d-2476-463c-9e9a-7b1976d81712 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:04:59.731 7 INFO cinder.api.openstack.wsgi [None req-5c24267b-d2e8-45a9-b2bd-1e7a5733f557 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:04:59.731 8 INFO cinder.api.openstack.wsgi [None req-d043889d-2476-463c-9e9a-7b1976d81712 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:05:06.566 7 INFO cinder.api.openstack.wsgi [None req-7467e327-89d4-4835-b741-59d1788e555a 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 18:05:06.576 7 INFO cinder.volume.api [None req-7467e327-89d4-4835-b741-59d1788e555a 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 18:05:06.578 7 INFO cinder.api.openstack.wsgi [None req-7467e327-89d4-4835-b741-59d1788e555a 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 355/708] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 18:05:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true => generated 15 bytes in 56 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 18:05:06.589 8 INFO cinder.api.openstack.wsgi [None req-3deddc4b-f36e-4400-a9ef-375882b94a31 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 18:05:06.604 8 INFO cinder.volume.api [None req-3deddc4b-f36e-4400-a9ef-375882b94a31 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 18:05:06.608 8 INFO cinder.api.openstack.wsgi [None req-3deddc4b-f36e-4400-a9ef-375882b94a31 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 354/709] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 18:05:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:05:06.662 7 INFO cinder.api.openstack.wsgi [None req-50329844-6c20-468c-a215-5d502c42b95c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true 2026-07-09 18:05:06.692 7 INFO cinder.api.openstack.wsgi [None req-50329844-6c20-468c-a215-5d502c42b95c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 356/710] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:05:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true => generated 845 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:05:06.706 8 INFO cinder.api.openstack.wsgi [None req-bf9bcf39-b269-4c3d-aac3-2ef2faf9ffb1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true 2026-07-09 18:05:06.756 8 INFO cinder.api.openstack.wsgi [None req-bf9bcf39-b269-4c3d-aac3-2ef2faf9ffb1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 355/711] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:05:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true => generated 847 bytes in 61 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:05:06.776 7 INFO cinder.api.openstack.wsgi [None req-bf9ab9fe-908f-4aba-932d-ae04d4c57fe5 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true 2026-07-09 18:05:06.815 7 INFO cinder.api.openstack.wsgi [None req-bf9ab9fe-908f-4aba-932d-ae04d4c57fe5 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 357/712] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:05:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true => generated 845 bytes in 46 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:05:06.832 8 INFO cinder.api.openstack.wsgi [None req-beb9fb5d-e341-4190-bf30-93317b790799 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true 2026-07-09 18:05:06.840 8 INFO cinder.volume.api [None req-beb9fb5d-e341-4190-bf30-93317b790799 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all snapshots completed successfully. 2026-07-09 18:05:06.840 8 INFO cinder.api.openstack.wsgi [None req-beb9fb5d-e341-4190-bf30-93317b790799 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 356/713] 10.0.0.195 () {28 vars in 674 bytes} [Thu Jul 9 18:05:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:05:06.856 7 INFO cinder.api.openstack.wsgi [None req-f93cc67e-e1bb-47b3-abaa-3e5ef5f9fa39 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services 2026-07-09 18:05:06.864 7 INFO cinder.api.openstack.wsgi [None req-f93cc67e-e1bb-47b3-abaa-3e5ef5f9fa39 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services returned with HTTP 200 [pid: 7|app: 0|req: 358/714] 10.0.0.195 () {28 vars in 645 bytes} [Thu Jul 9 18:05:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services => generated 646 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:05:06.875 8 INFO cinder.api.openstack.wsgi [None req-5590a684-7a83-44c6-9936-9e92887a0fcd 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true 2026-07-09 18:05:07.379 8 INFO cinder.api.openstack.wsgi [None req-5590a684-7a83-44c6-9936-9e92887a0fcd 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 357/715] 10.0.0.195 () {28 vars in 696 bytes} [Thu Jul 9 18:05:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:05:09.731 7 INFO cinder.api.openstack.wsgi [None req-f93cc67e-e1bb-47b3-abaa-3e5ef5f9fa39 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:05:09.731 8 INFO cinder.api.openstack.wsgi [None req-5590a684-7a83-44c6-9936-9e92887a0fcd 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:05:09.732 7 INFO cinder.api.openstack.wsgi [None req-f93cc67e-e1bb-47b3-abaa-3e5ef5f9fa39 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:05:09.732 8 INFO cinder.api.openstack.wsgi [None req-5590a684-7a83-44c6-9936-9e92887a0fcd 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:05:19.730 7 INFO cinder.api.openstack.wsgi [None req-f93cc67e-e1bb-47b3-abaa-3e5ef5f9fa39 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:05:19.730 8 INFO cinder.api.openstack.wsgi [None req-5590a684-7a83-44c6-9936-9e92887a0fcd 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:05:19.731 7 INFO cinder.api.openstack.wsgi [None req-f93cc67e-e1bb-47b3-abaa-3e5ef5f9fa39 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:05:19.732 8 INFO cinder.api.openstack.wsgi [None req-5590a684-7a83-44c6-9936-9e92887a0fcd 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:05:22.552 7 INFO cinder.api.openstack.wsgi [None req-bf747f58-ee10-4470-a7a2-d00202be4ca6 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET https://volume.199-19-213-116.nip.io/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=False 2026-07-09 18:05:22.571 7 INFO cinder.api.openstack.wsgi [None req-bf747f58-ee10-4470-a7a2-d00202be4ca6 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] https://volume.199-19-213-116.nip.io/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=False returned with HTTP 200 [pid: 7|app: 0|req: 361/720] 199.19.213.116 () {44 vars in 1069 bytes} [Thu Jul 9 18:05:22 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=False => generated 338 bytes in 53 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:05:29.733 7 INFO cinder.api.openstack.wsgi [None req-bf747f58-ee10-4470-a7a2-d00202be4ca6 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:05:29.733 8 INFO cinder.api.openstack.wsgi [None req-5590a684-7a83-44c6-9936-9e92887a0fcd 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:05:29.734 7 INFO cinder.api.openstack.wsgi [None req-bf747f58-ee10-4470-a7a2-d00202be4ca6 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:05:29.734 8 INFO cinder.api.openstack.wsgi [None req-5590a684-7a83-44c6-9936-9e92887a0fcd 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:05:39.730 7 INFO cinder.api.openstack.wsgi [None req-bf747f58-ee10-4470-a7a2-d00202be4ca6 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:05:39.730 8 INFO cinder.api.openstack.wsgi [None req-5590a684-7a83-44c6-9936-9e92887a0fcd 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:05:39.731 7 INFO cinder.api.openstack.wsgi [None req-bf747f58-ee10-4470-a7a2-d00202be4ca6 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:05:39.731 8 INFO cinder.api.openstack.wsgi [None req-5590a684-7a83-44c6-9936-9e92887a0fcd 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:05:49.729 7 INFO cinder.api.openstack.wsgi [None req-bf747f58-ee10-4470-a7a2-d00202be4ca6 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:05:49.730 8 INFO cinder.api.openstack.wsgi [None req-5590a684-7a83-44c6-9936-9e92887a0fcd 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:05:49.730 7 INFO cinder.api.openstack.wsgi [None req-bf747f58-ee10-4470-a7a2-d00202be4ca6 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:05:49.732 8 INFO cinder.api.openstack.wsgi [None req-5590a684-7a83-44c6-9936-9e92887a0fcd 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:05:59.731 8 INFO cinder.api.openstack.wsgi [None req-5590a684-7a83-44c6-9936-9e92887a0fcd 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:05:59.731 7 INFO cinder.api.openstack.wsgi [None req-bf747f58-ee10-4470-a7a2-d00202be4ca6 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:05:59.732 8 INFO cinder.api.openstack.wsgi [None req-5590a684-7a83-44c6-9936-9e92887a0fcd 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:05:59.733 7 INFO cinder.api.openstack.wsgi [None req-bf747f58-ee10-4470-a7a2-d00202be4ca6 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:06:06.516 8 INFO cinder.api.openstack.wsgi [None req-812ff62d-9006-4998-817a-29e61b53282c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 18:06:06.523 8 INFO cinder.volume.api [None req-812ff62d-9006-4998-817a-29e61b53282c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 18:06:06.525 8 INFO cinder.api.openstack.wsgi [None req-812ff62d-9006-4998-817a-29e61b53282c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 364/729] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 18:06:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true => generated 15 bytes in 45 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 18:06:06.535 7 INFO cinder.api.openstack.wsgi [None req-0dbb4082-26ea-43dc-a11f-904e54f6fc86 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true 2026-07-09 18:06:07.038 7 INFO cinder.api.openstack.wsgi [None req-0dbb4082-26ea-43dc-a11f-904e54f6fc86 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 366/730] 10.0.0.195 () {28 vars in 696 bytes} [Thu Jul 9 18:06:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:06:07.050 8 INFO cinder.api.openstack.wsgi [None req-98856bb9-50ea-41ad-af43-38364d7db25a 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services 2026-07-09 18:06:07.055 8 INFO cinder.api.openstack.wsgi [None req-98856bb9-50ea-41ad-af43-38364d7db25a 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services returned with HTTP 200 [pid: 8|app: 0|req: 365/731] 10.0.0.195 () {28 vars in 645 bytes} [Thu Jul 9 18:06:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services => generated 646 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:06:07.063 7 INFO cinder.api.openstack.wsgi [None req-123be6df-eb7a-4337-8787-bd5a602c2222 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true 2026-07-09 18:06:07.074 7 INFO cinder.volume.api [None req-123be6df-eb7a-4337-8787-bd5a602c2222 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all snapshots completed successfully. 2026-07-09 18:06:07.075 7 INFO cinder.api.openstack.wsgi [None req-123be6df-eb7a-4337-8787-bd5a602c2222 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 367/732] 10.0.0.195 () {28 vars in 674 bytes} [Thu Jul 9 18:06:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:06:07.085 8 INFO cinder.api.openstack.wsgi [None req-759167b4-dea0-4f1f-ba68-074213804d2e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 18:06:07.092 8 INFO cinder.volume.api [None req-759167b4-dea0-4f1f-ba68-074213804d2e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 18:06:07.094 8 INFO cinder.api.openstack.wsgi [None req-759167b4-dea0-4f1f-ba68-074213804d2e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 366/733] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 18:06:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:06:07.133 7 INFO cinder.api.openstack.wsgi [None req-6dab311d-afe5-4946-b261-4bc87ae2ee76 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true 2026-07-09 18:06:07.156 7 INFO cinder.api.openstack.wsgi [None req-6dab311d-afe5-4946-b261-4bc87ae2ee76 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 368/734] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:06:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true => generated 845 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:06:07.165 8 INFO cinder.api.openstack.wsgi [None req-bf7338b4-697c-4ec7-b351-9e74c583fddf 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true 2026-07-09 18:06:07.186 8 INFO cinder.api.openstack.wsgi [None req-bf7338b4-697c-4ec7-b351-9e74c583fddf 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 367/735] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:06:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true => generated 847 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:06:07.198 7 INFO cinder.api.openstack.wsgi [None req-6f630c75-5904-4dee-b855-b1ddcf74cb97 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true 2026-07-09 18:06:07.218 7 INFO cinder.api.openstack.wsgi [None req-6f630c75-5904-4dee-b855-b1ddcf74cb97 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 369/736] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:06:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true => generated 845 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:06:09.730 8 INFO cinder.api.openstack.wsgi [None req-bf7338b4-697c-4ec7-b351-9e74c583fddf 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:06:09.730 7 INFO cinder.api.openstack.wsgi [None req-6f630c75-5904-4dee-b855-b1ddcf74cb97 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:06:09.731 8 INFO cinder.api.openstack.wsgi [None req-bf7338b4-697c-4ec7-b351-9e74c583fddf 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:06:09.731 7 INFO cinder.api.openstack.wsgi [None req-6f630c75-5904-4dee-b855-b1ddcf74cb97 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:06:19.730 8 INFO cinder.api.openstack.wsgi [None req-bf7338b4-697c-4ec7-b351-9e74c583fddf 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:06:19.730 7 INFO cinder.api.openstack.wsgi [None req-6f630c75-5904-4dee-b855-b1ddcf74cb97 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:06:19.731 8 INFO cinder.api.openstack.wsgi [None req-bf7338b4-697c-4ec7-b351-9e74c583fddf 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:06:19.732 7 INFO cinder.api.openstack.wsgi [None req-6f630c75-5904-4dee-b855-b1ddcf74cb97 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:06:29.730 8 INFO cinder.api.openstack.wsgi [None req-bf7338b4-697c-4ec7-b351-9e74c583fddf 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:06:29.731 7 INFO cinder.api.openstack.wsgi [None req-6f630c75-5904-4dee-b855-b1ddcf74cb97 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:06:29.732 8 INFO cinder.api.openstack.wsgi [None req-bf7338b4-697c-4ec7-b351-9e74c583fddf 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:06:29.732 7 INFO cinder.api.openstack.wsgi [None req-6f630c75-5904-4dee-b855-b1ddcf74cb97 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:06:39.729 8 INFO cinder.api.openstack.wsgi [None req-bf7338b4-697c-4ec7-b351-9e74c583fddf 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:06:39.729 7 INFO cinder.api.openstack.wsgi [None req-6f630c75-5904-4dee-b855-b1ddcf74cb97 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:06:39.730 8 INFO cinder.api.openstack.wsgi [None req-bf7338b4-697c-4ec7-b351-9e74c583fddf 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:06:39.730 7 INFO cinder.api.openstack.wsgi [None req-6f630c75-5904-4dee-b855-b1ddcf74cb97 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:06:49.730 8 INFO cinder.api.openstack.wsgi [None req-bf7338b4-697c-4ec7-b351-9e74c583fddf 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:06:49.731 8 INFO cinder.api.openstack.wsgi [None req-bf7338b4-697c-4ec7-b351-9e74c583fddf 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:06:49.731 7 INFO cinder.api.openstack.wsgi [None req-6f630c75-5904-4dee-b855-b1ddcf74cb97 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:06:49.731 7 INFO cinder.api.openstack.wsgi [None req-6f630c75-5904-4dee-b855-b1ddcf74cb97 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:06:57.968 8 INFO cinder.api.openstack.wsgi [None req-77a2db97-2fed-4479-824e-09f41ef6d54d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots 2026-07-09 18:06:57.981 8 INFO cinder.volume.api [None req-77a2db97-2fed-4479-824e-09f41ef6d54d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all snapshots completed successfully. 2026-07-09 18:06:57.981 8 INFO cinder.api.openstack.wsgi [None req-77a2db97-2fed-4479-824e-09f41ef6d54d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots returned with HTTP 200 [pid: 8|app: 0|req: 373/747] 10.0.0.251 () {32 vars in 705 bytes} [Thu Jul 9 18:06:57 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots => generated 17 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 18:06:57.996 7 INFO cinder.api.openstack.wsgi [None req-842061c4-bc34-47d9-be81-d17fe544ba4d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes 2026-07-09 18:06:58.023 7 INFO cinder.volume.api [None req-842061c4-bc34-47d9-be81-d17fe544ba4d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 18:06:58.024 7 INFO cinder.api.openstack.wsgi [None req-842061c4-bc34-47d9-be81-d17fe544ba4d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes returned with HTTP 200 [pid: 7|app: 0|req: 375/748] 10.0.0.251 () {32 vars in 701 bytes} [Thu Jul 9 18:06:57 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes => generated 15 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 18:06:59.730 8 INFO cinder.api.openstack.wsgi [None req-77a2db97-2fed-4479-824e-09f41ef6d54d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:06:59.731 7 INFO cinder.api.openstack.wsgi [None req-842061c4-bc34-47d9-be81-d17fe544ba4d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:06:59.731 8 INFO cinder.api.openstack.wsgi [None req-77a2db97-2fed-4479-824e-09f41ef6d54d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:06:59.732 7 INFO cinder.api.openstack.wsgi [None req-842061c4-bc34-47d9-be81-d17fe544ba4d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:07:06.649 8 INFO cinder.api.openstack.wsgi [None req-01c3cf97-bf8e-4062-a94f-0b90e85720fb 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services 2026-07-09 18:07:06.658 8 INFO cinder.api.openstack.wsgi [None req-01c3cf97-bf8e-4062-a94f-0b90e85720fb 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services returned with HTTP 200 [pid: 8|app: 0|req: 375/751] 10.0.0.195 () {28 vars in 645 bytes} [Thu Jul 9 18:07:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services => generated 646 bytes in 151 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:07:06.672 7 INFO cinder.api.openstack.wsgi [None req-9e6e01ff-e4c3-4318-9c51-4a516cd6b4f4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 18:07:06.683 7 INFO cinder.volume.api [None req-9e6e01ff-e4c3-4318-9c51-4a516cd6b4f4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 18:07:06.686 7 INFO cinder.api.openstack.wsgi [None req-9e6e01ff-e4c3-4318-9c51-4a516cd6b4f4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 377/752] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 18:07:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:07:06.694 8 INFO cinder.api.openstack.wsgi [None req-217e1df0-9319-49b5-9309-fbb00a7148e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 18:07:06.709 8 INFO cinder.volume.api [None req-217e1df0-9319-49b5-9309-fbb00a7148e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 18:07:06.711 8 INFO cinder.api.openstack.wsgi [None req-217e1df0-9319-49b5-9309-fbb00a7148e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 376/753] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 18:07:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:07:06.722 7 INFO cinder.api.openstack.wsgi [None req-36193633-a72e-43cd-80fb-eefcffa765cb 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true 2026-07-09 18:07:07.225 7 INFO cinder.api.openstack.wsgi [None req-36193633-a72e-43cd-80fb-eefcffa765cb 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 378/754] 10.0.0.195 () {28 vars in 696 bytes} [Thu Jul 9 18:07:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:07:07.238 8 INFO cinder.api.openstack.wsgi [None req-2fcf7e8d-da76-49ed-b7a4-ffaff5a52433 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true 2026-07-09 18:07:07.244 8 INFO cinder.volume.api [None req-2fcf7e8d-da76-49ed-b7a4-ffaff5a52433 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all snapshots completed successfully. 2026-07-09 18:07:07.244 8 INFO cinder.api.openstack.wsgi [None req-2fcf7e8d-da76-49ed-b7a4-ffaff5a52433 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 377/755] 10.0.0.195 () {28 vars in 674 bytes} [Thu Jul 9 18:07:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true => generated 17 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 18:07:07.283 7 INFO cinder.api.openstack.wsgi [None req-28f1b467-8c6a-400c-b879-5052888bc219 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true 2026-07-09 18:07:07.306 7 INFO cinder.api.openstack.wsgi [None req-28f1b467-8c6a-400c-b879-5052888bc219 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 379/756] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:07:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true => generated 845 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:07:07.316 8 INFO cinder.api.openstack.wsgi [None req-19463223-5465-4a91-b6d9-fc38f71db5af 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true 2026-07-09 18:07:07.340 8 INFO cinder.api.openstack.wsgi [None req-19463223-5465-4a91-b6d9-fc38f71db5af 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 378/757] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:07:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true => generated 847 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:07:07.351 7 INFO cinder.api.openstack.wsgi [None req-0d80ba00-d989-4a30-b84c-e5af86deb9b1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true 2026-07-09 18:07:07.373 7 INFO cinder.api.openstack.wsgi [None req-0d80ba00-d989-4a30-b84c-e5af86deb9b1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 380/758] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:07:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true => generated 845 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:07:09.730 8 INFO cinder.api.openstack.wsgi [None req-19463223-5465-4a91-b6d9-fc38f71db5af 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:07:09.730 7 INFO cinder.api.openstack.wsgi [None req-0d80ba00-d989-4a30-b84c-e5af86deb9b1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:07:09.730 8 INFO cinder.api.openstack.wsgi [None req-19463223-5465-4a91-b6d9-fc38f71db5af 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:07:09.731 7 INFO cinder.api.openstack.wsgi [None req-0d80ba00-d989-4a30-b84c-e5af86deb9b1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:07:19.730 8 INFO cinder.api.openstack.wsgi [None req-19463223-5465-4a91-b6d9-fc38f71db5af 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:07:19.730 7 INFO cinder.api.openstack.wsgi [None req-0d80ba00-d989-4a30-b84c-e5af86deb9b1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:07:19.731 8 INFO cinder.api.openstack.wsgi [None req-19463223-5465-4a91-b6d9-fc38f71db5af 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:07:19.731 7 INFO cinder.api.openstack.wsgi [None req-0d80ba00-d989-4a30-b84c-e5af86deb9b1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:07:25.060 8 INFO cinder.api.openstack.wsgi [None req-aa57d3be-8327-42a3-baff-539f4979f391 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/f980c280b9e2428db168bcb6d2bffbfc/volumes 2026-07-09 18:07:25.836 8 INFO cinder.api.v3.volumes [None req-aa57d3be-8327-42a3-baff-539f4979f391 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] Create volume of 1 GB 2026-07-09 18:07:25.864 8 INFO cinder.volume.api [None req-aa57d3be-8327-42a3-baff-539f4979f391 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] Availability Zones retrieved successfully. 2026-07-09 18:07:26.252 8 INFO cinder.volume.api [None req-aa57d3be-8327-42a3-baff-539f4979f391 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] Create volume request issued successfully. 2026-07-09 18:07:26.254 8 INFO cinder.api.openstack.wsgi [None req-aa57d3be-8327-42a3-baff-539f4979f391 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f980c280b9e2428db168bcb6d2bffbfc/volumes returned with HTTP 202 [pid: 8|app: 0|req: 381/763] 10.0.0.251 () {34 vars in 723 bytes} [Thu Jul 9 18:07:25 2026] POST /v3/f980c280b9e2428db168bcb6d2bffbfc/volumes => generated 865 bytes in 1204 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) 2026-07-09 18:07:26.277 7 INFO cinder.api.openstack.wsgi [None req-99ebd8e6-d7e6-4061-b468-f3ffb56c6ee2 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f980c280b9e2428db168bcb6d2bffbfc/volumes/ce74fc10-9e2a-4c88-9ecc-f4762f5d7439 /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-07-09 18:07:26.310 7 INFO cinder.volume.api [None req-99ebd8e6-d7e6-4061-b468-f3ffb56c6ee2 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] Volume info retrieved successfully. 2026-07-09 18:07:26.316 7 INFO cinder.api.openstack.wsgi [None req-99ebd8e6-d7e6-4061-b468-f3ffb56c6ee2 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f980c280b9e2428db168bcb6d2bffbfc/volumes/ce74fc10-9e2a-4c88-9ecc-f4762f5d7439 returned with HTTP 200 [pid: 7|app: 0|req: 383/764] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:07:26 2026] GET /v3/f980c280b9e2428db168bcb6d2bffbfc/volumes/ce74fc10-9e2a-4c88-9ecc-f4762f5d7439 => generated 933 bytes in 46 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-07-09 18:07:27.341 8 INFO cinder.api.openstack.wsgi [None req-14b57428-dbe0-45e1-9fbd-3aaaf44c8a94 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f980c280b9e2428db168bcb6d2bffbfc/volumes/ce74fc10-9e2a-4c88-9ecc-f4762f5d7439 /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-07-09 18:07:27.361 8 INFO cinder.volume.api [None req-14b57428-dbe0-45e1-9fbd-3aaaf44c8a94 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] Volume info retrieved successfully. 2026-07-09 18:07:27.370 8 INFO cinder.api.openstack.wsgi [None req-14b57428-dbe0-45e1-9fbd-3aaaf44c8a94 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f980c280b9e2428db168bcb6d2bffbfc/volumes/ce74fc10-9e2a-4c88-9ecc-f4762f5d7439 returned with HTTP 200 [pid: 8|app: 0|req: 382/765] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:07:27 2026] GET /v3/f980c280b9e2428db168bcb6d2bffbfc/volumes/ce74fc10-9e2a-4c88-9ecc-f4762f5d7439 => generated 957 bytes in 37 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-07-09 18:07:28.398 7 INFO cinder.api.openstack.wsgi [None req-77d7f858-07b3-4c50-bea3-a4c46ac99742 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f980c280b9e2428db168bcb6d2bffbfc/volumes/ce74fc10-9e2a-4c88-9ecc-f4762f5d7439 /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-07-09 18:07:28.422 7 INFO cinder.volume.api [None req-77d7f858-07b3-4c50-bea3-a4c46ac99742 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] Volume info retrieved successfully. 2026-07-09 18:07:28.430 7 INFO cinder.api.openstack.wsgi [None req-77d7f858-07b3-4c50-bea3-a4c46ac99742 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f980c280b9e2428db168bcb6d2bffbfc/volumes/ce74fc10-9e2a-4c88-9ecc-f4762f5d7439 returned with HTTP 200 [pid: 7|app: 0|req: 384/766] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:07:28 2026] GET /v3/f980c280b9e2428db168bcb6d2bffbfc/volumes/ce74fc10-9e2a-4c88-9ecc-f4762f5d7439 => generated 957 bytes in 37 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-07-09 18:07:29.454 8 INFO cinder.api.openstack.wsgi [None req-b4e8ede8-453d-45e0-8073-7dc5982fe635 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f980c280b9e2428db168bcb6d2bffbfc/volumes/ce74fc10-9e2a-4c88-9ecc-f4762f5d7439 /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-07-09 18:07:29.471 8 INFO cinder.volume.api [None req-b4e8ede8-453d-45e0-8073-7dc5982fe635 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] Volume info retrieved successfully. 2026-07-09 18:07:29.480 8 INFO cinder.api.openstack.wsgi [None req-b4e8ede8-453d-45e0-8073-7dc5982fe635 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f980c280b9e2428db168bcb6d2bffbfc/volumes/ce74fc10-9e2a-4c88-9ecc-f4762f5d7439 returned with HTTP 200 [pid: 8|app: 0|req: 383/767] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:07:29 2026] GET /v3/f980c280b9e2428db168bcb6d2bffbfc/volumes/ce74fc10-9e2a-4c88-9ecc-f4762f5d7439 => generated 1483 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-07-09 18:07:29.590 7 INFO cinder.api.openstack.wsgi [req-8db3bdeb-0d58-4485-956e-277873818741 req-71833b2d-c47c-4bcc-8681-d521aa1bb46c 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f980c280b9e2428db168bcb6d2bffbfc/volumes/ce74fc10-9e2a-4c88-9ecc-f4762f5d7439 /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-07-09 18:07:29.604 7 INFO cinder.volume.api [req-8db3bdeb-0d58-4485-956e-277873818741 req-71833b2d-c47c-4bcc-8681-d521aa1bb46c 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] Volume info retrieved successfully. 2026-07-09 18:07:29.609 7 INFO cinder.api.openstack.wsgi [req-8db3bdeb-0d58-4485-956e-277873818741 req-71833b2d-c47c-4bcc-8681-d521aa1bb46c 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f980c280b9e2428db168bcb6d2bffbfc/volumes/ce74fc10-9e2a-4c88-9ecc-f4762f5d7439 returned with HTTP 200 [pid: 7|app: 0|req: 385/768] 10.0.0.5 () {34 vars in 1026 bytes} [Thu Jul 9 18:07:29 2026] GET /v3/f980c280b9e2428db168bcb6d2bffbfc/volumes/ce74fc10-9e2a-4c88-9ecc-f4762f5d7439 => generated 1483 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-07-09 18:07:29.730 7 INFO cinder.api.openstack.wsgi [req-8db3bdeb-0d58-4485-956e-277873818741 req-71833b2d-c47c-4bcc-8681-d521aa1bb46c 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:07:29.730 7 INFO cinder.api.openstack.wsgi [req-8db3bdeb-0d58-4485-956e-277873818741 req-71833b2d-c47c-4bcc-8681-d521aa1bb46c 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:07:29.730 8 INFO cinder.api.openstack.wsgi [None req-b4e8ede8-453d-45e0-8073-7dc5982fe635 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:07:29.731 8 INFO cinder.api.openstack.wsgi [None req-b4e8ede8-453d-45e0-8073-7dc5982fe635 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] http://10.0.0.126: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-07-09 18:07:30.085 7 INFO cinder.api.openstack.wsgi [req-8db3bdeb-0d58-4485-956e-277873818741 req-acb7af6d-6cab-4458-8ee6-a7b18496e4a3 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f980c280b9e2428db168bcb6d2bffbfc/volumes/ce74fc10-9e2a-4c88-9ecc-f4762f5d7439 /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-07-09 18:07:30.101 7 INFO cinder.volume.api [req-8db3bdeb-0d58-4485-956e-277873818741 req-acb7af6d-6cab-4458-8ee6-a7b18496e4a3 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] Volume info retrieved successfully. 2026-07-09 18:07:30.105 7 INFO cinder.api.openstack.wsgi [req-8db3bdeb-0d58-4485-956e-277873818741 req-acb7af6d-6cab-4458-8ee6-a7b18496e4a3 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f980c280b9e2428db168bcb6d2bffbfc/volumes/ce74fc10-9e2a-4c88-9ecc-f4762f5d7439 returned with HTTP 200 [pid: 7|app: 0|req: 387/771] 10.0.0.5 () {34 vars in 1026 bytes} [Thu Jul 9 18:07:30 2026] GET /v3/f980c280b9e2428db168bcb6d2bffbfc/volumes/ce74fc10-9e2a-4c88-9ecc-f4762f5d7439 => generated 1483 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-07-09 18:07:30.117 8 INFO cinder.api.openstack.wsgi [None req-b4e8ede8-453d-45e0-8073-7dc5982fe635 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-07-09 18:07:30.118 8 INFO cinder.api.openstack.wsgi [None req-b4e8ede8-453d-45e0-8073-7dc5982fe635 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 8|app: 0|req: 385/772] 10.0.0.5 () {32 vars in 827 bytes} [Thu Jul 9 18:07:30 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-07-09 18:07:30.131 7 INFO cinder.api.openstack.wsgi [req-8db3bdeb-0d58-4485-956e-277873818741 req-dedb5cba-beab-4f60-8959-b7c4c902989f 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/f980c280b9e2428db168bcb6d2bffbfc/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-07-09 18:07:30.194 7 INFO cinder.api.openstack.wsgi [req-8db3bdeb-0d58-4485-956e-277873818741 req-dedb5cba-beab-4f60-8959-b7c4c902989f 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f980c280b9e2428db168bcb6d2bffbfc/attachments returned with HTTP 200 [pid: 7|app: 0|req: 388/773] 10.0.0.5 () {40 vars in 1055 bytes} [Thu Jul 9 18:07:30 2026] POST /v3/f980c280b9e2428db168bcb6d2bffbfc/attachments => generated 273 bytes in 72 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-07-09 18:07:37.280 8 INFO cinder.api.openstack.wsgi [None req-b4e8ede8-453d-45e0-8073-7dc5982fe635 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-07-09 18:07:37.280 8 INFO cinder.api.openstack.wsgi [None req-b4e8ede8-453d-45e0-8073-7dc5982fe635 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 8|app: 0|req: 386/774] 199.19.213.116 () {32 vars in 840 bytes} [Thu Jul 9 18:07:37 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-07-09 18:07:37.338 7 INFO cinder.api.openstack.wsgi [req-8db3bdeb-0d58-4485-956e-277873818741 req-36ef7541-15b2-4a5b-9996-9b8067fdfed6 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f980c280b9e2428db168bcb6d2bffbfc/volumes/ce74fc10-9e2a-4c88-9ecc-f4762f5d7439 /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-07-09 18:07:37.354 7 INFO cinder.volume.api [req-8db3bdeb-0d58-4485-956e-277873818741 req-36ef7541-15b2-4a5b-9996-9b8067fdfed6 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] Volume info retrieved successfully. 2026-07-09 18:07:37.362 7 INFO cinder.api.openstack.wsgi [req-8db3bdeb-0d58-4485-956e-277873818741 req-36ef7541-15b2-4a5b-9996-9b8067fdfed6 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f980c280b9e2428db168bcb6d2bffbfc/volumes/ce74fc10-9e2a-4c88-9ecc-f4762f5d7439 returned with HTTP 200 [pid: 7|app: 0|req: 389/775] 199.19.213.116 () {36 vars in 1073 bytes} [Thu Jul 9 18:07:37 2026] GET /v3/f980c280b9e2428db168bcb6d2bffbfc/volumes/ce74fc10-9e2a-4c88-9ecc-f4762f5d7439 => generated 1663 bytes in 29 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-07-09 18:07:39.409 8 INFO cinder.api.openstack.wsgi [req-8db3bdeb-0d58-4485-956e-277873818741 req-0795f8a4-4477-44b3-b341-64d085b0d5ca 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/f980c280b9e2428db168bcb6d2bffbfc/attachments/0c45d729-2569-43d9-bc25-b64ba2f40f9c /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-07-09 18:07:39.730 7 INFO cinder.api.openstack.wsgi [req-8db3bdeb-0d58-4485-956e-277873818741 req-36ef7541-15b2-4a5b-9996-9b8067fdfed6 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:07:39.731 7 INFO cinder.api.openstack.wsgi [req-8db3bdeb-0d58-4485-956e-277873818741 req-36ef7541-15b2-4a5b-9996-9b8067fdfed6 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:07:39.733 7 INFO cinder.api.openstack.wsgi [req-8db3bdeb-0d58-4485-956e-277873818741 req-36ef7541-15b2-4a5b-9996-9b8067fdfed6 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:07:39.733 7 INFO cinder.api.openstack.wsgi [req-8db3bdeb-0d58-4485-956e-277873818741 req-36ef7541-15b2-4a5b-9996-9b8067fdfed6 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:07:40.462 8 INFO cinder.api.openstack.wsgi [req-8db3bdeb-0d58-4485-956e-277873818741 req-0795f8a4-4477-44b3-b341-64d085b0d5ca 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f980c280b9e2428db168bcb6d2bffbfc/attachments/0c45d729-2569-43d9-bc25-b64ba2f40f9c returned with HTTP 200 [pid: 8|app: 0|req: 387/778] 199.19.213.116 () {40 vars in 1135 bytes} [Thu Jul 9 18:07:39 2026] PUT /v3/f980c280b9e2428db168bcb6d2bffbfc/attachments/0c45d729-2569-43d9-bc25-b64ba2f40f9c => generated 802 bytes in 1063 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-07-09 18:07:40.985 7 INFO cinder.api.openstack.wsgi [req-8db3bdeb-0d58-4485-956e-277873818741 req-526dc6ba-666b-4b59-b09b-f682d9bd8960 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/f980c280b9e2428db168bcb6d2bffbfc/attachments/0c45d729-2569-43d9-bc25-b64ba2f40f9c/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-07-09 18:07:41.029 7 INFO cinder.api.openstack.wsgi [req-8db3bdeb-0d58-4485-956e-277873818741 req-526dc6ba-666b-4b59-b09b-f682d9bd8960 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f980c280b9e2428db168bcb6d2bffbfc/attachments/0c45d729-2569-43d9-bc25-b64ba2f40f9c/action returned with HTTP 204 [pid: 7|app: 0|req: 392/779] 199.19.213.116 () {40 vars in 1148 bytes} [Thu Jul 9 18:07:40 2026] POST /v3/f980c280b9e2428db168bcb6d2bffbfc/attachments/0c45d729-2569-43d9-bc25-b64ba2f40f9c/action => generated 0 bytes in 55 msecs (HTTP/1.1 204) 7 headers in 292 bytes (1 switches on core 0) 2026-07-09 18:07:49.730 7 INFO cinder.api.openstack.wsgi [req-8db3bdeb-0d58-4485-956e-277873818741 req-526dc6ba-666b-4b59-b09b-f682d9bd8960 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:07:49.730 8 INFO cinder.api.openstack.wsgi [req-8db3bdeb-0d58-4485-956e-277873818741 req-0795f8a4-4477-44b3-b341-64d085b0d5ca 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:07:49.731 7 INFO cinder.api.openstack.wsgi [req-8db3bdeb-0d58-4485-956e-277873818741 req-526dc6ba-666b-4b59-b09b-f682d9bd8960 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:07:49.732 8 INFO cinder.api.openstack.wsgi [req-8db3bdeb-0d58-4485-956e-277873818741 req-0795f8a4-4477-44b3-b341-64d085b0d5ca 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:07:59.730 8 INFO cinder.api.openstack.wsgi [req-8db3bdeb-0d58-4485-956e-277873818741 req-0795f8a4-4477-44b3-b341-64d085b0d5ca 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:07:59.730 7 INFO cinder.api.openstack.wsgi [req-8db3bdeb-0d58-4485-956e-277873818741 req-526dc6ba-666b-4b59-b09b-f682d9bd8960 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:07:59.731 7 INFO cinder.api.openstack.wsgi [req-8db3bdeb-0d58-4485-956e-277873818741 req-526dc6ba-666b-4b59-b09b-f682d9bd8960 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:07:59.731 8 INFO cinder.api.openstack.wsgi [req-8db3bdeb-0d58-4485-956e-277873818741 req-0795f8a4-4477-44b3-b341-64d085b0d5ca 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] http://10.0.0.126: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-07-09 18:08:04.354 8 INFO cinder.api.openstack.wsgi [req-136e1e83-7fa0-4f9e-acf0-b7478fb81683 req-ab2bb11d-5672-478f-97e7-134db863b318 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/f980c280b9e2428db168bcb6d2bffbfc/attachments/0c45d729-2569-43d9-bc25-b64ba2f40f9c /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-07-09 18:08:04.925 8 INFO cinder.api.openstack.wsgi [req-136e1e83-7fa0-4f9e-acf0-b7478fb81683 req-ab2bb11d-5672-478f-97e7-134db863b318 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f980c280b9e2428db168bcb6d2bffbfc/attachments/0c45d729-2569-43d9-bc25-b64ba2f40f9c returned with HTTP 200 [pid: 8|app: 0|req: 390/784] 199.19.213.116 () {38 vars in 1103 bytes} [Thu Jul 9 18:08:04 2026] DELETE /v3/f980c280b9e2428db168bcb6d2bffbfc/attachments/0c45d729-2569-43d9-bc25-b64ba2f40f9c => generated 19 bytes in 579 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-07-09 18:08:04.939 7 INFO cinder.api.openstack.wsgi [req-136e1e83-7fa0-4f9e-acf0-b7478fb81683 req-c0dca90f-ac15-439d-bc7d-b0d466f4414a 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/f980c280b9e2428db168bcb6d2bffbfc/volumes/ce74fc10-9e2a-4c88-9ecc-f4762f5d7439 2026-07-09 18:08:04.939 7 INFO cinder.api.v3.volumes [req-136e1e83-7fa0-4f9e-acf0-b7478fb81683 req-c0dca90f-ac15-439d-bc7d-b0d466f4414a 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] Delete volume with id: ce74fc10-9e2a-4c88-9ecc-f4762f5d7439 /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-07-09 18:08:04.950 7 INFO cinder.volume.api [req-136e1e83-7fa0-4f9e-acf0-b7478fb81683 req-c0dca90f-ac15-439d-bc7d-b0d466f4414a 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] Volume info retrieved successfully. 2026-07-09 18:08:04.979 7 INFO cinder.volume.api [req-136e1e83-7fa0-4f9e-acf0-b7478fb81683 req-c0dca90f-ac15-439d-bc7d-b0d466f4414a 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] Delete volume request issued successfully. 2026-07-09 18:08:04.980 7 INFO cinder.api.openstack.wsgi [req-136e1e83-7fa0-4f9e-acf0-b7478fb81683 req-c0dca90f-ac15-439d-bc7d-b0d466f4414a 39e3e1a811134f1ea8e9968b15ced0f4 f980c280b9e2428db168bcb6d2bffbfc - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f980c280b9e2428db168bcb6d2bffbfc/volumes/ce74fc10-9e2a-4c88-9ecc-f4762f5d7439 returned with HTTP 202 [pid: 7|app: 0|req: 395/785] 199.19.213.116 () {36 vars in 1054 bytes} [Thu Jul 9 18:08:04 2026] DELETE /v3/f980c280b9e2428db168bcb6d2bffbfc/volumes/ce74fc10-9e2a-4c88-9ecc-f4762f5d7439 => generated 0 bytes in 50 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-07-09 18:08:06.649 8 INFO cinder.api.openstack.wsgi [None req-bbd72c14-0a2f-409c-a8b9-7a95c4f851c2 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services /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-07-09 18:08:06.655 8 INFO cinder.api.openstack.wsgi [None req-bbd72c14-0a2f-409c-a8b9-7a95c4f851c2 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services returned with HTTP 200 [pid: 8|app: 0|req: 391/786] 10.0.0.195 () {28 vars in 645 bytes} [Thu Jul 9 18:08:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services => generated 646 bytes in 136 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-07-09 18:08:06.708 7 INFO cinder.api.openstack.wsgi [None req-d69bcd5b-26bf-45fe-ad50-ecaea696d8e4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true 2026-07-09 18:08:06.731 7 INFO cinder.api.openstack.wsgi [None req-d69bcd5b-26bf-45fe-ad50-ecaea696d8e4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 396/787] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:08:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true => generated 845 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:08:06.745 8 INFO cinder.api.openstack.wsgi [None req-f29e8c57-3270-4203-b638-25426d648f35 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/23c36ee2ca784ec6948e7a56c273e096?usage=true 2026-07-09 18:08:06.777 8 INFO cinder.api.openstack.wsgi [None req-f29e8c57-3270-4203-b638-25426d648f35 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/23c36ee2ca784ec6948e7a56c273e096?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 392/788] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:08:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/23c36ee2ca784ec6948e7a56c273e096?usage=true => generated 847 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:08:06.792 7 INFO cinder.api.openstack.wsgi [None req-ba38c3a6-1981-47c5-9a38-cda18ac7b085 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true 2026-07-09 18:08:06.816 7 INFO cinder.api.openstack.wsgi [None req-ba38c3a6-1981-47c5-9a38-cda18ac7b085 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 397/789] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:08:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true => generated 847 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:08:06.827 8 INFO cinder.api.openstack.wsgi [None req-d5296252-cef3-4230-aef1-ad202242f90d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/b4a496fe549444bb93ca95a4d6026c31?usage=true 2026-07-09 18:08:06.849 8 INFO cinder.api.openstack.wsgi [None req-d5296252-cef3-4230-aef1-ad202242f90d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/b4a496fe549444bb93ca95a4d6026c31?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 393/790] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:08:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/b4a496fe549444bb93ca95a4d6026c31?usage=true => generated 847 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:08:06.860 7 INFO cinder.api.openstack.wsgi [None req-87e78d0e-6e9c-41af-b789-b9dd577c84d5 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true 2026-07-09 18:08:06.889 7 INFO cinder.api.openstack.wsgi [None req-87e78d0e-6e9c-41af-b789-b9dd577c84d5 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 398/791] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:08:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true => generated 845 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:08:06.898 8 INFO cinder.api.openstack.wsgi [None req-81dac8b0-5fd1-4097-bb63-5cc367ebd83e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/f980c280b9e2428db168bcb6d2bffbfc?usage=true 2026-07-09 18:08:06.922 8 INFO cinder.api.openstack.wsgi [None req-81dac8b0-5fd1-4097-bb63-5cc367ebd83e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/f980c280b9e2428db168bcb6d2bffbfc?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 394/792] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:08:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/f980c280b9e2428db168bcb6d2bffbfc?usage=true => generated 847 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:08:06.933 7 INFO cinder.api.openstack.wsgi [None req-be95fdc0-59c0-4dd1-8f72-58a51d320931 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/ffc357a2c8c94c10b50df328b9b3f39f?usage=true 2026-07-09 18:08:06.956 7 INFO cinder.api.openstack.wsgi [None req-be95fdc0-59c0-4dd1-8f72-58a51d320931 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/ffc357a2c8c94c10b50df328b9b3f39f?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 399/793] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:08:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/ffc357a2c8c94c10b50df328b9b3f39f?usage=true => generated 847 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:08:06.966 8 INFO cinder.api.openstack.wsgi [None req-0d50d938-a443-4102-ab86-632fee402529 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true 2026-07-09 18:08:06.972 8 INFO cinder.volume.api [None req-0d50d938-a443-4102-ab86-632fee402529 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all snapshots completed successfully. 2026-07-09 18:08:06.972 8 INFO cinder.api.openstack.wsgi [None req-0d50d938-a443-4102-ab86-632fee402529 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 395/794] 10.0.0.195 () {28 vars in 674 bytes} [Thu Jul 9 18:08:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:08:06.983 7 INFO cinder.api.openstack.wsgi [None req-ea3c3f2b-8f70-4af5-8b83-9ebefb3794c0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true 2026-07-09 18:08:07.487 7 INFO cinder.api.openstack.wsgi [None req-ea3c3f2b-8f70-4af5-8b83-9ebefb3794c0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 400/795] 10.0.0.195 () {28 vars in 696 bytes} [Thu Jul 9 18:08:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:08:07.501 8 INFO cinder.api.openstack.wsgi [None req-ac01f468-67b6-45f3-a8c0-6233e695353e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 18:08:07.510 8 INFO cinder.volume.api [None req-ac01f468-67b6-45f3-a8c0-6233e695353e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 18:08:07.513 8 INFO cinder.api.openstack.wsgi [None req-ac01f468-67b6-45f3-a8c0-6233e695353e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 396/796] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 18:08:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:08:07.526 7 INFO cinder.api.openstack.wsgi [None req-6019eb05-2df7-4374-825e-585a6dd5723f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 18:08:07.536 7 INFO cinder.volume.api [None req-6019eb05-2df7-4374-825e-585a6dd5723f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 18:08:07.538 7 INFO cinder.api.openstack.wsgi [None req-6019eb05-2df7-4374-825e-585a6dd5723f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 401/797] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 18:08:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:08:09.730 7 INFO cinder.api.openstack.wsgi [None req-6019eb05-2df7-4374-825e-585a6dd5723f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:08:09.730 8 INFO cinder.api.openstack.wsgi [None req-ac01f468-67b6-45f3-a8c0-6233e695353e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:08:09.730 7 INFO cinder.api.openstack.wsgi [None req-6019eb05-2df7-4374-825e-585a6dd5723f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:08:09.731 8 INFO cinder.api.openstack.wsgi [None req-ac01f468-67b6-45f3-a8c0-6233e695353e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:08:12.237 7 INFO cinder.api.openstack.wsgi [req-864857fa-ec46-473d-bd96-adcfea711cea req-968cd7b5-18b2-4455-95de-1b46ceec5e05 ab08ec0f97254b56b2a7fbdfb1623361 b4a496fe549444bb93ca95a4d6026c31 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/b4a496fe549444bb93ca95a4d6026c31/attachments?instance_id=27c8bd79-da08-424e-b758-762befbdf254 2026-07-09 18:08:12.252 7 INFO cinder.api.openstack.wsgi [req-864857fa-ec46-473d-bd96-adcfea711cea req-968cd7b5-18b2-4455-95de-1b46ceec5e05 ab08ec0f97254b56b2a7fbdfb1623361 b4a496fe549444bb93ca95a4d6026c31 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/b4a496fe549444bb93ca95a4d6026c31/attachments?instance_id=27c8bd79-da08-424e-b758-762befbdf254 returned with HTTP 200 [pid: 7|app: 0|req: 403/800] 199.19.213.116 () {36 vars in 1104 bytes} [Thu Jul 9 18:08:12 2026] GET /v3/b4a496fe549444bb93ca95a4d6026c31/attachments?instance_id=27c8bd79-da08-424e-b758-762befbdf254 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:08:19.730 8 INFO cinder.api.openstack.wsgi [None req-ac01f468-67b6-45f3-a8c0-6233e695353e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:08:19.730 7 INFO cinder.api.openstack.wsgi [req-864857fa-ec46-473d-bd96-adcfea711cea req-968cd7b5-18b2-4455-95de-1b46ceec5e05 ab08ec0f97254b56b2a7fbdfb1623361 b4a496fe549444bb93ca95a4d6026c31 - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:08:19.732 8 INFO cinder.api.openstack.wsgi [None req-ac01f468-67b6-45f3-a8c0-6233e695353e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:08:19.732 7 INFO cinder.api.openstack.wsgi [req-864857fa-ec46-473d-bd96-adcfea711cea req-968cd7b5-18b2-4455-95de-1b46ceec5e05 ab08ec0f97254b56b2a7fbdfb1623361 b4a496fe549444bb93ca95a4d6026c31 - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:08:29.730 7 INFO cinder.api.openstack.wsgi [req-864857fa-ec46-473d-bd96-adcfea711cea req-968cd7b5-18b2-4455-95de-1b46ceec5e05 ab08ec0f97254b56b2a7fbdfb1623361 b4a496fe549444bb93ca95a4d6026c31 - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:08:29.730 8 INFO cinder.api.openstack.wsgi [None req-ac01f468-67b6-45f3-a8c0-6233e695353e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:08:29.731 7 INFO cinder.api.openstack.wsgi [req-864857fa-ec46-473d-bd96-adcfea711cea req-968cd7b5-18b2-4455-95de-1b46ceec5e05 ab08ec0f97254b56b2a7fbdfb1623361 b4a496fe549444bb93ca95a4d6026c31 - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:08:29.731 8 INFO cinder.api.openstack.wsgi [None req-ac01f468-67b6-45f3-a8c0-6233e695353e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:08:39.730 8 INFO cinder.api.openstack.wsgi [None req-ac01f468-67b6-45f3-a8c0-6233e695353e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:08:39.730 7 INFO cinder.api.openstack.wsgi [req-864857fa-ec46-473d-bd96-adcfea711cea req-968cd7b5-18b2-4455-95de-1b46ceec5e05 ab08ec0f97254b56b2a7fbdfb1623361 b4a496fe549444bb93ca95a4d6026c31 - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:08:39.730 8 INFO cinder.api.openstack.wsgi [None req-ac01f468-67b6-45f3-a8c0-6233e695353e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:08:39.730 7 INFO cinder.api.openstack.wsgi [req-864857fa-ec46-473d-bd96-adcfea711cea req-968cd7b5-18b2-4455-95de-1b46ceec5e05 ab08ec0f97254b56b2a7fbdfb1623361 b4a496fe549444bb93ca95a4d6026c31 - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:08:49.730 8 INFO cinder.api.openstack.wsgi [None req-ac01f468-67b6-45f3-a8c0-6233e695353e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:08:49.730 7 INFO cinder.api.openstack.wsgi [req-864857fa-ec46-473d-bd96-adcfea711cea req-968cd7b5-18b2-4455-95de-1b46ceec5e05 ab08ec0f97254b56b2a7fbdfb1623361 b4a496fe549444bb93ca95a4d6026c31 - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:08:49.731 7 INFO cinder.api.openstack.wsgi [req-864857fa-ec46-473d-bd96-adcfea711cea req-968cd7b5-18b2-4455-95de-1b46ceec5e05 ab08ec0f97254b56b2a7fbdfb1623361 b4a496fe549444bb93ca95a4d6026c31 - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:08:49.731 8 INFO cinder.api.openstack.wsgi [None req-ac01f468-67b6-45f3-a8c0-6233e695353e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:08:59.730 7 INFO cinder.api.openstack.wsgi [req-864857fa-ec46-473d-bd96-adcfea711cea req-968cd7b5-18b2-4455-95de-1b46ceec5e05 ab08ec0f97254b56b2a7fbdfb1623361 b4a496fe549444bb93ca95a4d6026c31 - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:08:59.730 7 INFO cinder.api.openstack.wsgi [req-864857fa-ec46-473d-bd96-adcfea711cea req-968cd7b5-18b2-4455-95de-1b46ceec5e05 ab08ec0f97254b56b2a7fbdfb1623361 b4a496fe549444bb93ca95a4d6026c31 - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:08:59.730 8 INFO cinder.api.openstack.wsgi [None req-ac01f468-67b6-45f3-a8c0-6233e695353e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:08:59.734 8 INFO cinder.api.openstack.wsgi [None req-ac01f468-67b6-45f3-a8c0-6233e695353e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:09:03.769 7 INFO cinder.api.openstack.wsgi [None req-9cf294be-0d24-4891-8155-bd33e153b6a1 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes 2026-07-09 18:09:03.772 7 INFO cinder.api.v3.volumes [None req-9cf294be-0d24-4891-8155-bd33e153b6a1 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Create volume of 1 GB 2026-07-09 18:09:03.783 7 INFO cinder.volume.api [None req-9cf294be-0d24-4891-8155-bd33e153b6a1 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Availability Zones retrieved successfully. 2026-07-09 18:09:04.027 7 INFO cinder.volume.api [None req-9cf294be-0d24-4891-8155-bd33e153b6a1 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Create volume request issued successfully. 2026-07-09 18:09:04.028 7 INFO cinder.api.openstack.wsgi [None req-9cf294be-0d24-4891-8155-bd33e153b6a1 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes returned with HTTP 202 [pid: 7|app: 0|req: 409/811] 10.0.0.251 () {34 vars in 723 bytes} [Thu Jul 9 18:09:03 2026] POST /v3/5e4cfc0a5d894374a99dbc5978218f41/volumes => generated 871 bytes in 447 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) 2026-07-09 18:09:04.047 8 INFO cinder.api.openstack.wsgi [None req-120f22c3-5092-445a-9833-cdd550aaa5d2 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/6fb006e8-cac8-482b-92c1-bae478cd058f /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-07-09 18:09:04.065 8 INFO cinder.volume.api [None req-120f22c3-5092-445a-9833-cdd550aaa5d2 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Volume info retrieved successfully. 2026-07-09 18:09:04.071 8 INFO cinder.api.openstack.wsgi [None req-120f22c3-5092-445a-9833-cdd550aaa5d2 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/6fb006e8-cac8-482b-92c1-bae478cd058f returned with HTTP 200 [pid: 8|app: 0|req: 403/812] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:09:04 2026] GET /v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/6fb006e8-cac8-482b-92c1-bae478cd058f => generated 939 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-07-09 18:09:05.095 7 INFO cinder.api.openstack.wsgi [None req-110aef0c-f1ef-43fd-ba2a-092727a231a4 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/6fb006e8-cac8-482b-92c1-bae478cd058f /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-07-09 18:09:05.109 7 INFO cinder.volume.api [None req-110aef0c-f1ef-43fd-ba2a-092727a231a4 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Volume info retrieved successfully. 2026-07-09 18:09:05.115 7 INFO cinder.api.openstack.wsgi [None req-110aef0c-f1ef-43fd-ba2a-092727a231a4 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/6fb006e8-cac8-482b-92c1-bae478cd058f returned with HTTP 200 [pid: 7|app: 0|req: 410/813] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:09:05 2026] GET /v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/6fb006e8-cac8-482b-92c1-bae478cd058f => generated 964 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-07-09 18:09:05.133 8 INFO cinder.api.openstack.wsgi [None req-005f90a8-4c2a-4be9-8830-b4e5c0cef77e f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/6fb006e8-cac8-482b-92c1-bae478cd058f /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-07-09 18:09:05.150 8 INFO cinder.volume.api [None req-005f90a8-4c2a-4be9-8830-b4e5c0cef77e f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Volume info retrieved successfully. 2026-07-09 18:09:05.155 8 INFO cinder.api.openstack.wsgi [None req-005f90a8-4c2a-4be9-8830-b4e5c0cef77e f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/6fb006e8-cac8-482b-92c1-bae478cd058f returned with HTTP 200 [pid: 8|app: 0|req: 404/814] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:09:05 2026] GET /v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/6fb006e8-cac8-482b-92c1-bae478cd058f => generated 964 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-07-09 18:09:05.173 7 INFO cinder.api.openstack.wsgi [None req-98b4c55f-725c-47de-bc3c-d90460c20e1f f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/6fb006e8-cac8-482b-92c1-bae478cd058f /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-07-09 18:09:05.188 7 INFO cinder.volume.api [None req-98b4c55f-725c-47de-bc3c-d90460c20e1f f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Volume info retrieved successfully. 2026-07-09 18:09:05.197 7 INFO cinder.volume.api [None req-98b4c55f-725c-47de-bc3c-d90460c20e1f f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Volume updated successfully. 2026-07-09 18:09:05.198 7 INFO cinder.api.openstack.wsgi [None req-98b4c55f-725c-47de-bc3c-d90460c20e1f f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/6fb006e8-cac8-482b-92c1-bae478cd058f returned with HTTP 200 [pid: 7|app: 0|req: 411/815] 10.0.0.251 () {34 vars in 795 bytes} [Thu Jul 9 18:09:05 2026] PUT /v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/6fb006e8-cac8-482b-92c1-bae478cd058f => generated 896 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-07-09 18:09:05.214 8 INFO cinder.api.openstack.wsgi [None req-dc5b8423-6611-45d5-90cd-8b49bd7f6141 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/6fb006e8-cac8-482b-92c1-bae478cd058f /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-07-09 18:09:05.230 8 INFO cinder.volume.api [None req-dc5b8423-6611-45d5-90cd-8b49bd7f6141 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Volume info retrieved successfully. 2026-07-09 18:09:05.239 8 INFO cinder.volume.api [None req-dc5b8423-6611-45d5-90cd-8b49bd7f6141 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Volume updated successfully. 2026-07-09 18:09:05.239 8 INFO cinder.api.openstack.wsgi [None req-dc5b8423-6611-45d5-90cd-8b49bd7f6141 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/6fb006e8-cac8-482b-92c1-bae478cd058f returned with HTTP 200 [pid: 8|app: 0|req: 405/816] 10.0.0.251 () {34 vars in 796 bytes} [Thu Jul 9 18:09:05 2026] PUT /v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/6fb006e8-cac8-482b-92c1-bae478cd058f => 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-07-09 18:09:05.255 7 INFO cinder.api.openstack.wsgi [None req-40515095-7db8-433e-b776-58d21acd81b1 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/6fb006e8-cac8-482b-92c1-bae478cd058f /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-07-09 18:09:05.266 7 INFO cinder.volume.api [None req-40515095-7db8-433e-b776-58d21acd81b1 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Volume info retrieved successfully. 2026-07-09 18:09:05.270 7 INFO cinder.api.openstack.wsgi [None req-40515095-7db8-433e-b776-58d21acd81b1 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/6fb006e8-cac8-482b-92c1-bae478cd058f returned with HTTP 200 [pid: 7|app: 0|req: 412/817] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:09:05 2026] GET /v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/6fb006e8-cac8-482b-92c1-bae478cd058f => generated 1002 bytes in 19 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-07-09 18:09:05.288 8 INFO cinder.api.openstack.wsgi [None req-da9d58ff-342e-45c2-b192-f8797256816c f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes 2026-07-09 18:09:05.291 8 INFO cinder.api.v3.volumes [None req-da9d58ff-342e-45c2-b192-f8797256816c f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Create volume of 1 GB 2026-07-09 18:09:05.296 8 INFO cinder.volume.api [None req-da9d58ff-342e-45c2-b192-f8797256816c f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Availability Zones retrieved successfully. 2026-07-09 18:09:05.428 8 INFO cinder.volume.api [None req-da9d58ff-342e-45c2-b192-f8797256816c f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Create volume request issued successfully. 2026-07-09 18:09:05.429 8 INFO cinder.api.openstack.wsgi [None req-da9d58ff-342e-45c2-b192-f8797256816c f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes returned with HTTP 202 [pid: 8|app: 0|req: 406/818] 10.0.0.251 () {34 vars in 723 bytes} [Thu Jul 9 18:09:05 2026] POST /v3/5e4cfc0a5d894374a99dbc5978218f41/volumes => generated 892 bytes in 147 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-07-09 18:09:05.449 7 INFO cinder.api.openstack.wsgi [None req-fab362b2-d7f5-46ea-bc3a-c77dd6451a21 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/de316d6e-dee2-49c2-b329-4380899eedcb /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-07-09 18:09:05.469 7 INFO cinder.volume.api [None req-fab362b2-d7f5-46ea-bc3a-c77dd6451a21 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Volume info retrieved successfully. 2026-07-09 18:09:05.478 7 INFO cinder.api.openstack.wsgi [None req-fab362b2-d7f5-46ea-bc3a-c77dd6451a21 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/de316d6e-dee2-49c2-b329-4380899eedcb returned with HTTP 200 [pid: 7|app: 0|req: 413/819] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:09:05 2026] GET /v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/de316d6e-dee2-49c2-b329-4380899eedcb => generated 960 bytes in 36 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-07-09 18:09:06.500 8 INFO cinder.api.openstack.wsgi [None req-bf8bbf33-6089-4bd4-8c86-b70928bef07f f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/de316d6e-dee2-49c2-b329-4380899eedcb /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-07-09 18:09:06.513 8 INFO cinder.volume.api [None req-bf8bbf33-6089-4bd4-8c86-b70928bef07f f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Volume info retrieved successfully. 2026-07-09 18:09:06.518 8 INFO cinder.api.openstack.wsgi [None req-bf8bbf33-6089-4bd4-8c86-b70928bef07f f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/de316d6e-dee2-49c2-b329-4380899eedcb returned with HTTP 200 [pid: 8|app: 0|req: 407/820] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:09:06 2026] GET /v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/de316d6e-dee2-49c2-b329-4380899eedcb => generated 985 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-07-09 18:09:06.541 7 INFO cinder.api.openstack.wsgi [None req-6205b575-9fc1-40f4-bb13-a8475b0205bc f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/de316d6e-dee2-49c2-b329-4380899eedcb /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-07-09 18:09:06.555 7 INFO cinder.volume.api [None req-6205b575-9fc1-40f4-bb13-a8475b0205bc f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Volume info retrieved successfully. 2026-07-09 18:09:06.563 7 INFO cinder.volume.api [None req-6205b575-9fc1-40f4-bb13-a8475b0205bc f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Volume updated successfully. 2026-07-09 18:09:06.564 7 INFO cinder.api.openstack.wsgi [None req-6205b575-9fc1-40f4-bb13-a8475b0205bc f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/de316d6e-dee2-49c2-b329-4380899eedcb returned with HTTP 200 [pid: 7|app: 0|req: 414/821] 10.0.0.251 () {34 vars in 795 bytes} [Thu Jul 9 18:09:06 2026] PUT /v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/de316d6e-dee2-49c2-b329-4380899eedcb => generated 882 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-07-09 18:09:06.591 8 INFO cinder.api.openstack.wsgi [None req-afe609d9-09da-4516-bbed-731c8a418b3b f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/de316d6e-dee2-49c2-b329-4380899eedcb /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-07-09 18:09:06.603 8 INFO cinder.volume.api [None req-afe609d9-09da-4516-bbed-731c8a418b3b f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Volume info retrieved successfully. 2026-07-09 18:09:06.607 8 INFO cinder.api.openstack.wsgi [None req-afe609d9-09da-4516-bbed-731c8a418b3b f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/de316d6e-dee2-49c2-b329-4380899eedcb returned with HTTP 200 [pid: 8|app: 0|req: 408/822] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:09:06 2026] GET /v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/de316d6e-dee2-49c2-b329-4380899eedcb => generated 950 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-07-09 18:09:06.635 7 INFO cinder.api.openstack.wsgi [None req-a66918f3-32e1-4d2c-a7be-4007b6653fc7 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/de316d6e-dee2-49c2-b329-4380899eedcb 2026-07-09 18:09:06.635 7 INFO cinder.api.v3.volumes [None req-a66918f3-32e1-4d2c-a7be-4007b6653fc7 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Delete volume with id: de316d6e-dee2-49c2-b329-4380899eedcb /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-07-09 18:09:06.649 7 INFO cinder.volume.api [None req-a66918f3-32e1-4d2c-a7be-4007b6653fc7 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Volume info retrieved successfully. 2026-07-09 18:09:06.676 7 INFO cinder.volume.api [None req-a66918f3-32e1-4d2c-a7be-4007b6653fc7 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Delete volume request issued successfully. 2026-07-09 18:09:06.676 7 INFO cinder.api.openstack.wsgi [None req-a66918f3-32e1-4d2c-a7be-4007b6653fc7 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/de316d6e-dee2-49c2-b329-4380899eedcb returned with HTTP 202 [pid: 7|app: 0|req: 415/823] 10.0.0.251 () {32 vars in 778 bytes} [Thu Jul 9 18:09:06 2026] DELETE /v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/de316d6e-dee2-49c2-b329-4380899eedcb => generated 0 bytes in 48 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-07-09 18:09:06.689 7 INFO cinder.api.openstack.wsgi [None req-1ce09383-6231-4a1a-af59-d49bd35057c1 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/de316d6e-dee2-49c2-b329-4380899eedcb /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-07-09 18:09:06.704 7 INFO cinder.volume.api [None req-1ce09383-6231-4a1a-af59-d49bd35057c1 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Volume info retrieved successfully. 2026-07-09 18:09:06.709 7 INFO cinder.api.openstack.wsgi [None req-1ce09383-6231-4a1a-af59-d49bd35057c1 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/de316d6e-dee2-49c2-b329-4380899eedcb returned with HTTP 200 [pid: 7|app: 0|req: 416/824] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:09:06 2026] GET /v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/de316d6e-dee2-49c2-b329-4380899eedcb => generated 949 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-07-09 18:09:06.786 8 INFO cinder.api.openstack.wsgi [None req-1878951b-57ff-434f-b303-aaf68704f22e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0e5db2337b484941824c086a9c60b7c3?usage=true 2026-07-09 18:09:06.822 8 INFO cinder.api.openstack.wsgi [None req-1878951b-57ff-434f-b303-aaf68704f22e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0e5db2337b484941824c086a9c60b7c3?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 409/825] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:09:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0e5db2337b484941824c086a9c60b7c3?usage=true => generated 847 bytes in 156 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-07-09 18:09:06.837 7 INFO cinder.api.openstack.wsgi [None req-4f3775a3-41c2-4478-a5f5-c09c3e7f9bd5 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true 2026-07-09 18:09:06.861 7 INFO cinder.api.openstack.wsgi [None req-4f3775a3-41c2-4478-a5f5-c09c3e7f9bd5 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 417/826] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:09:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true => generated 845 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:09:06.873 8 INFO cinder.api.openstack.wsgi [None req-8146ca28-6be7-4730-833f-de1c3fd3ca76 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true 2026-07-09 18:09:06.914 8 INFO cinder.api.openstack.wsgi [None req-8146ca28-6be7-4730-833f-de1c3fd3ca76 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 410/827] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:09:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true => generated 847 bytes in 49 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:09:06.929 7 INFO cinder.api.openstack.wsgi [None req-a6f67add-581b-4121-8c91-defb1e127983 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5e4cfc0a5d894374a99dbc5978218f41?usage=true 2026-07-09 18:09:06.950 7 INFO cinder.api.openstack.wsgi [None req-a6f67add-581b-4121-8c91-defb1e127983 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5e4cfc0a5d894374a99dbc5978218f41?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 418/828] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:09:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5e4cfc0a5d894374a99dbc5978218f41?usage=true => generated 847 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:09:06.963 8 INFO cinder.api.openstack.wsgi [None req-fb222644-4112-46f5-8117-01d8d512761c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/a99873c4655f48acb20ff40da5bc9d43?usage=true 2026-07-09 18:09:06.985 8 INFO cinder.api.openstack.wsgi [None req-fb222644-4112-46f5-8117-01d8d512761c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/a99873c4655f48acb20ff40da5bc9d43?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 411/829] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:09:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/a99873c4655f48acb20ff40da5bc9d43?usage=true => generated 847 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:09:06.996 7 INFO cinder.api.openstack.wsgi [None req-f2bb28a4-5ac4-4d92-b716-c80c3e35ca20 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/b1b3b689ca924d6dbf43425a50cbd478?usage=true 2026-07-09 18:09:07.024 7 INFO cinder.api.openstack.wsgi [None req-f2bb28a4-5ac4-4d92-b716-c80c3e35ca20 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/b1b3b689ca924d6dbf43425a50cbd478?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 419/830] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:09:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/b1b3b689ca924d6dbf43425a50cbd478?usage=true => generated 847 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:09:07.035 8 INFO cinder.api.openstack.wsgi [None req-f5ec942d-c6b0-4c04-b941-c1b17190fa43 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true 2026-07-09 18:09:07.058 8 INFO cinder.api.openstack.wsgi [None req-f5ec942d-c6b0-4c04-b941-c1b17190fa43 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 412/831] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:09:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true => generated 845 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:09:07.071 7 INFO cinder.api.openstack.wsgi [None req-84fddaa8-f78d-486e-b46d-fe6485c46106 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 18:09:07.085 7 INFO cinder.volume.api [None req-84fddaa8-f78d-486e-b46d-fe6485c46106 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - 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-07-09 18:09:07.095 7 INFO cinder.api.openstack.wsgi [None req-84fddaa8-f78d-486e-b46d-fe6485c46106 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 420/832] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 18:09:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true => generated 1170 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-07-09 18:09:07.108 8 INFO cinder.api.openstack.wsgi [None req-f2afc3d2-a249-4eb2-9fd7-6e325b24311c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true 2026-07-09 18:09:07.612 8 INFO cinder.api.openstack.wsgi [None req-f2afc3d2-a249-4eb2-9fd7-6e325b24311c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 413/833] 10.0.0.195 () {28 vars in 696 bytes} [Thu Jul 9 18:09:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:09:07.630 7 INFO cinder.api.openstack.wsgi [None req-de61eac7-0cab-4097-a05c-af748ae68aa9 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 18:09:07.640 7 INFO cinder.volume.api [None req-de61eac7-0cab-4097-a05c-af748ae68aa9 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - 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-07-09 18:09:07.644 7 INFO cinder.api.openstack.wsgi [None req-de61eac7-0cab-4097-a05c-af748ae68aa9 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 421/834] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 18:09:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true => generated 1170 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-07-09 18:09:07.654 8 INFO cinder.api.openstack.wsgi [None req-5beedfb2-9455-4b17-aba8-11c30504fb13 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true 2026-07-09 18:09:07.661 8 INFO cinder.volume.api [None req-5beedfb2-9455-4b17-aba8-11c30504fb13 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all snapshots completed successfully. 2026-07-09 18:09:07.661 8 INFO cinder.api.openstack.wsgi [None req-5beedfb2-9455-4b17-aba8-11c30504fb13 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 414/835] 10.0.0.195 () {28 vars in 674 bytes} [Thu Jul 9 18:09:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true => generated 17 bytes in 13 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-07-09 18:09:07.673 7 INFO cinder.api.openstack.wsgi [None req-51dfa92e-427f-49d3-a5b1-27df6ed7e617 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services 2026-07-09 18:09:07.679 7 INFO cinder.api.openstack.wsgi [None req-51dfa92e-427f-49d3-a5b1-27df6ed7e617 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services returned with HTTP 200 [pid: 7|app: 0|req: 422/836] 10.0.0.195 () {28 vars in 645 bytes} [Thu Jul 9 18:09:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services => generated 646 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:09:07.728 8 INFO cinder.api.openstack.wsgi [None req-fa00e25e-914e-4021-b015-8e82e47efc44 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/de316d6e-dee2-49c2-b329-4380899eedcb 2026-07-09 18:09:07.740 8 INFO cinder.api.openstack.wsgi [None req-fa00e25e-914e-4021-b015-8e82e47efc44 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/de316d6e-dee2-49c2-b329-4380899eedcb returned with HTTP 404 [pid: 8|app: 0|req: 415/837] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:09:07 2026] GET /v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/de316d6e-dee2-49c2-b329-4380899eedcb => generated 109 bytes in 18 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) 2026-07-09 18:09:07.753 7 INFO cinder.api.openstack.wsgi [None req-25237b70-62e7-4512-8d36-68b7788f2291 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/6fb006e8-cac8-482b-92c1-bae478cd058f /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-07-09 18:09:07.769 7 INFO cinder.volume.api [None req-25237b70-62e7-4512-8d36-68b7788f2291 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Volume info retrieved successfully. 2026-07-09 18:09:07.775 7 INFO cinder.api.openstack.wsgi [None req-25237b70-62e7-4512-8d36-68b7788f2291 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/6fb006e8-cac8-482b-92c1-bae478cd058f returned with HTTP 200 [pid: 7|app: 0|req: 423/838] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:09:07 2026] GET /v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/6fb006e8-cac8-482b-92c1-bae478cd058f => generated 1002 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-07-09 18:09:07.803 8 INFO cinder.api.openstack.wsgi [None req-ee7b901a-236e-4a12-81e8-94dbd9080a03 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/6fb006e8-cac8-482b-92c1-bae478cd058f 2026-07-09 18:09:07.804 8 INFO cinder.api.v3.volumes [None req-ee7b901a-236e-4a12-81e8-94dbd9080a03 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Delete volume with id: 6fb006e8-cac8-482b-92c1-bae478cd058f /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-07-09 18:09:07.817 8 INFO cinder.volume.api [None req-ee7b901a-236e-4a12-81e8-94dbd9080a03 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Volume info retrieved successfully. 2026-07-09 18:09:07.851 8 INFO cinder.volume.api [None req-ee7b901a-236e-4a12-81e8-94dbd9080a03 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Delete volume request issued successfully. 2026-07-09 18:09:07.851 8 INFO cinder.api.openstack.wsgi [None req-ee7b901a-236e-4a12-81e8-94dbd9080a03 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/6fb006e8-cac8-482b-92c1-bae478cd058f returned with HTTP 202 [pid: 8|app: 0|req: 416/839] 10.0.0.251 () {32 vars in 778 bytes} [Thu Jul 9 18:09:07 2026] DELETE /v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/6fb006e8-cac8-482b-92c1-bae478cd058f => generated 0 bytes in 59 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-07-09 18:09:07.865 7 INFO cinder.api.openstack.wsgi [None req-8a968915-8980-447d-ad8f-e46ddf7566c1 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/6fb006e8-cac8-482b-92c1-bae478cd058f /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-07-09 18:09:07.885 7 INFO cinder.volume.api [None req-8a968915-8980-447d-ad8f-e46ddf7566c1 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Volume info retrieved successfully. 2026-07-09 18:09:07.892 7 INFO cinder.api.openstack.wsgi [None req-8a968915-8980-447d-ad8f-e46ddf7566c1 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/6fb006e8-cac8-482b-92c1-bae478cd058f returned with HTTP 200 [pid: 7|app: 0|req: 424/840] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:09:07 2026] GET /v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/6fb006e8-cac8-482b-92c1-bae478cd058f => generated 1001 bytes in 35 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-07-09 18:09:08.912 8 INFO cinder.api.openstack.wsgi [None req-1d1fef27-411d-415b-967c-7e06c611c3ee f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/6fb006e8-cac8-482b-92c1-bae478cd058f 2026-07-09 18:09:08.921 8 INFO cinder.api.openstack.wsgi [None req-1d1fef27-411d-415b-967c-7e06c611c3ee f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/6fb006e8-cac8-482b-92c1-bae478cd058f returned with HTTP 404 [pid: 8|app: 0|req: 417/841] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:09:08 2026] GET /v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/6fb006e8-cac8-482b-92c1-bae478cd058f => generated 109 bytes in 16 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-07-09 18:09:08.985 7 INFO cinder.api.openstack.wsgi [None req-daec33c0-a2c8-4a92-8fc3-27b431ee5cfe f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes 2026-07-09 18:09:09.580 7 INFO cinder.api.v3.volumes [None req-daec33c0-a2c8-4a92-8fc3-27b431ee5cfe f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Create volume of 1 GB 2026-07-09 18:09:09.586 7 INFO cinder.volume.api [None req-daec33c0-a2c8-4a92-8fc3-27b431ee5cfe f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Availability Zones retrieved successfully. 2026-07-09 18:09:09.730 8 INFO cinder.api.openstack.wsgi [None req-1d1fef27-411d-415b-967c-7e06c611c3ee f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:09:09.731 8 INFO cinder.api.openstack.wsgi [None req-1d1fef27-411d-415b-967c-7e06c611c3ee f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:09:09.732 8 INFO cinder.api.openstack.wsgi [None req-1d1fef27-411d-415b-967c-7e06c611c3ee f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:09:09.732 8 INFO cinder.api.openstack.wsgi [None req-1d1fef27-411d-415b-967c-7e06c611c3ee f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:09:09.783 7 INFO cinder.volume.api [None req-daec33c0-a2c8-4a92-8fc3-27b431ee5cfe f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Create volume request issued successfully. 2026-07-09 18:09:09.784 7 INFO cinder.api.openstack.wsgi [None req-daec33c0-a2c8-4a92-8fc3-27b431ee5cfe f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes returned with HTTP 202 [pid: 7|app: 0|req: 425/844] 10.0.0.251 () {34 vars in 723 bytes} [Thu Jul 9 18:09:08 2026] POST /v3/5e4cfc0a5d894374a99dbc5978218f41/volumes => generated 870 bytes in 806 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) 2026-07-09 18:09:09.808 8 INFO cinder.api.openstack.wsgi [None req-fca2b19e-c1a1-48d1-8624-bd43da06dd28 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/fe463cae-f9cd-4897-b8a4-2283bf396485 /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-07-09 18:09:09.824 8 INFO cinder.volume.api [None req-fca2b19e-c1a1-48d1-8624-bd43da06dd28 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Volume info retrieved successfully. 2026-07-09 18:09:09.831 8 INFO cinder.api.openstack.wsgi [None req-fca2b19e-c1a1-48d1-8624-bd43da06dd28 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/fe463cae-f9cd-4897-b8a4-2283bf396485 returned with HTTP 200 [pid: 8|app: 0|req: 420/845] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:09:09 2026] GET /v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/fe463cae-f9cd-4897-b8a4-2283bf396485 => generated 938 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-07-09 18:09:10.852 7 INFO cinder.api.openstack.wsgi [None req-1f434500-1830-4e09-8590-cfa4a4c006c4 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/fe463cae-f9cd-4897-b8a4-2283bf396485 /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-07-09 18:09:10.876 7 INFO cinder.volume.api [None req-1f434500-1830-4e09-8590-cfa4a4c006c4 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Volume info retrieved successfully. 2026-07-09 18:09:10.884 7 INFO cinder.api.openstack.wsgi [None req-1f434500-1830-4e09-8590-cfa4a4c006c4 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/fe463cae-f9cd-4897-b8a4-2283bf396485 returned with HTTP 200 [pid: 7|app: 0|req: 426/846] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:09:10 2026] GET /v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/fe463cae-f9cd-4897-b8a4-2283bf396485 => generated 1488 bytes in 42 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-07-09 18:09:10.899 8 INFO cinder.api.openstack.wsgi [None req-bbd96ba6-9c2a-4556-ad84-67b633605630 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/fe463cae-f9cd-4897-b8a4-2283bf396485 /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-07-09 18:09:10.915 8 INFO cinder.volume.api [None req-bbd96ba6-9c2a-4556-ad84-67b633605630 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Volume info retrieved successfully. 2026-07-09 18:09:10.920 8 INFO cinder.api.openstack.wsgi [None req-bbd96ba6-9c2a-4556-ad84-67b633605630 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/fe463cae-f9cd-4897-b8a4-2283bf396485 returned with HTTP 200 [pid: 8|app: 0|req: 421/847] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:09:10 2026] GET /v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/fe463cae-f9cd-4897-b8a4-2283bf396485 => generated 1488 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-07-09 18:09:10.946 7 INFO cinder.api.openstack.wsgi [None req-e960e27e-6e68-4fa9-9a8b-3fc36e9eb70c f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/fe463cae-f9cd-4897-b8a4-2283bf396485 /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-07-09 18:09:10.962 7 INFO cinder.volume.api [None req-e960e27e-6e68-4fa9-9a8b-3fc36e9eb70c f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Volume info retrieved successfully. 2026-07-09 18:09:10.970 7 INFO cinder.volume.api [None req-e960e27e-6e68-4fa9-9a8b-3fc36e9eb70c f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Volume updated successfully. 2026-07-09 18:09:10.970 7 INFO cinder.api.openstack.wsgi [None req-e960e27e-6e68-4fa9-9a8b-3fc36e9eb70c f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/fe463cae-f9cd-4897-b8a4-2283bf396485 returned with HTTP 200 [pid: 7|app: 0|req: 427/848] 10.0.0.251 () {34 vars in 795 bytes} [Thu Jul 9 18:09:10 2026] PUT /v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/fe463cae-f9cd-4897-b8a4-2283bf396485 => generated 894 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-07-09 18:09:10.991 8 INFO cinder.api.openstack.wsgi [None req-1e4c5ed0-9411-4a82-b891-6ba0137d8977 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/fe463cae-f9cd-4897-b8a4-2283bf396485 /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-07-09 18:09:11.010 8 INFO cinder.volume.api [None req-1e4c5ed0-9411-4a82-b891-6ba0137d8977 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Volume info retrieved successfully. 2026-07-09 18:09:11.017 8 INFO cinder.volume.api [None req-1e4c5ed0-9411-4a82-b891-6ba0137d8977 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Volume updated successfully. 2026-07-09 18:09:11.018 8 INFO cinder.api.openstack.wsgi [None req-1e4c5ed0-9411-4a82-b891-6ba0137d8977 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/fe463cae-f9cd-4897-b8a4-2283bf396485 returned with HTTP 200 [pid: 8|app: 0|req: 422/849] 10.0.0.251 () {34 vars in 796 bytes} [Thu Jul 9 18:09:10 2026] PUT /v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/fe463cae-f9cd-4897-b8a4-2283bf396485 => generated 934 bytes in 35 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-07-09 18:09:11.036 7 INFO cinder.api.openstack.wsgi [None req-9eafa18a-6f23-4700-9a39-991f8e79a74a f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/fe463cae-f9cd-4897-b8a4-2283bf396485 /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-07-09 18:09:11.052 7 INFO cinder.volume.api [None req-9eafa18a-6f23-4700-9a39-991f8e79a74a f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Volume info retrieved successfully. 2026-07-09 18:09:11.061 7 INFO cinder.api.openstack.wsgi [None req-9eafa18a-6f23-4700-9a39-991f8e79a74a f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/fe463cae-f9cd-4897-b8a4-2283bf396485 returned with HTTP 200 [pid: 7|app: 0|req: 428/850] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:09:11 2026] GET /v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/fe463cae-f9cd-4897-b8a4-2283bf396485 => generated 1528 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-07-09 18:09:11.078 8 INFO cinder.api.openstack.wsgi [None req-f571242f-2053-42ea-ae0c-1b7662063e7a f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes 2026-07-09 18:09:11.081 8 INFO cinder.api.v3.volumes [None req-f571242f-2053-42ea-ae0c-1b7662063e7a f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Create volume of 1 GB 2026-07-09 18:09:11.087 8 INFO cinder.volume.api [None req-f571242f-2053-42ea-ae0c-1b7662063e7a f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Availability Zones retrieved successfully. 2026-07-09 18:09:11.275 8 INFO cinder.volume.api [None req-f571242f-2053-42ea-ae0c-1b7662063e7a f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Create volume request issued successfully. 2026-07-09 18:09:11.276 8 INFO cinder.api.openstack.wsgi [None req-f571242f-2053-42ea-ae0c-1b7662063e7a f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes returned with HTTP 202 [pid: 8|app: 0|req: 423/851] 10.0.0.251 () {34 vars in 723 bytes} [Thu Jul 9 18:09:11 2026] POST /v3/5e4cfc0a5d894374a99dbc5978218f41/volumes => generated 892 bytes in 202 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-07-09 18:09:11.296 7 INFO cinder.api.openstack.wsgi [None req-cdb7f844-a616-43d0-89b4-101e7de4f2f0 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/752d8c91-2502-4262-a929-9ccc705ac293 /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-07-09 18:09:11.318 7 INFO cinder.volume.api [None req-cdb7f844-a616-43d0-89b4-101e7de4f2f0 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Volume info retrieved successfully. 2026-07-09 18:09:11.322 7 INFO cinder.api.openstack.wsgi [None req-cdb7f844-a616-43d0-89b4-101e7de4f2f0 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/752d8c91-2502-4262-a929-9ccc705ac293 returned with HTTP 200 [pid: 7|app: 0|req: 429/852] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:09:11 2026] GET /v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/752d8c91-2502-4262-a929-9ccc705ac293 => generated 960 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-07-09 18:09:12.349 8 INFO cinder.api.openstack.wsgi [None req-f173c071-4034-4b5c-b99a-a0da7c712024 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/752d8c91-2502-4262-a929-9ccc705ac293 /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-07-09 18:09:12.362 8 INFO cinder.volume.api [None req-f173c071-4034-4b5c-b99a-a0da7c712024 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Volume info retrieved successfully. 2026-07-09 18:09:12.366 8 INFO cinder.api.openstack.wsgi [None req-f173c071-4034-4b5c-b99a-a0da7c712024 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/752d8c91-2502-4262-a929-9ccc705ac293 returned with HTTP 200 [pid: 8|app: 0|req: 424/853] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:09:12 2026] GET /v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/752d8c91-2502-4262-a929-9ccc705ac293 => generated 985 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-07-09 18:09:12.389 7 INFO cinder.api.openstack.wsgi [None req-a27b1749-9cba-4dab-93e2-dcad5ab6466e f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/752d8c91-2502-4262-a929-9ccc705ac293 /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-07-09 18:09:12.405 7 INFO cinder.volume.api [None req-a27b1749-9cba-4dab-93e2-dcad5ab6466e f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Volume info retrieved successfully. 2026-07-09 18:09:12.414 7 INFO cinder.volume.api [None req-a27b1749-9cba-4dab-93e2-dcad5ab6466e f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Volume updated successfully. 2026-07-09 18:09:12.415 7 INFO cinder.api.openstack.wsgi [None req-a27b1749-9cba-4dab-93e2-dcad5ab6466e f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/752d8c91-2502-4262-a929-9ccc705ac293 returned with HTTP 200 [pid: 7|app: 0|req: 430/854] 10.0.0.251 () {34 vars in 795 bytes} [Thu Jul 9 18:09:12 2026] PUT /v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/752d8c91-2502-4262-a929-9ccc705ac293 => generated 881 bytes in 32 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-07-09 18:09:12.436 8 INFO cinder.api.openstack.wsgi [None req-ed2b7ad4-29aa-4157-9912-84272ad9266b f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/752d8c91-2502-4262-a929-9ccc705ac293 /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-07-09 18:09:12.451 8 INFO cinder.volume.api [None req-ed2b7ad4-29aa-4157-9912-84272ad9266b f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Volume info retrieved successfully. 2026-07-09 18:09:12.455 8 INFO cinder.api.openstack.wsgi [None req-ed2b7ad4-29aa-4157-9912-84272ad9266b f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/752d8c91-2502-4262-a929-9ccc705ac293 returned with HTTP 200 [pid: 8|app: 0|req: 425/855] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:09:12 2026] GET /v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/752d8c91-2502-4262-a929-9ccc705ac293 => generated 949 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-07-09 18:09:12.478 7 INFO cinder.api.openstack.wsgi [None req-9682441f-ee37-49d9-b938-c6c12a6e6b01 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/752d8c91-2502-4262-a929-9ccc705ac293 2026-07-09 18:09:12.479 7 INFO cinder.api.v3.volumes [None req-9682441f-ee37-49d9-b938-c6c12a6e6b01 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Delete volume with id: 752d8c91-2502-4262-a929-9ccc705ac293 /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-07-09 18:09:12.489 7 INFO cinder.volume.api [None req-9682441f-ee37-49d9-b938-c6c12a6e6b01 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Volume info retrieved successfully. 2026-07-09 18:09:12.511 7 INFO cinder.volume.api [None req-9682441f-ee37-49d9-b938-c6c12a6e6b01 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Delete volume request issued successfully. 2026-07-09 18:09:12.512 7 INFO cinder.api.openstack.wsgi [None req-9682441f-ee37-49d9-b938-c6c12a6e6b01 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/752d8c91-2502-4262-a929-9ccc705ac293 returned with HTTP 202 [pid: 7|app: 0|req: 431/856] 10.0.0.251 () {32 vars in 778 bytes} [Thu Jul 9 18:09:12 2026] DELETE /v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/752d8c91-2502-4262-a929-9ccc705ac293 => generated 0 bytes in 41 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-07-09 18:09:12.526 8 INFO cinder.api.openstack.wsgi [None req-25f461c4-53bf-4433-a419-6c1dc035842d f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/752d8c91-2502-4262-a929-9ccc705ac293 /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-07-09 18:09:12.540 8 INFO cinder.volume.api [None req-25f461c4-53bf-4433-a419-6c1dc035842d f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Volume info retrieved successfully. 2026-07-09 18:09:12.545 8 INFO cinder.api.openstack.wsgi [None req-25f461c4-53bf-4433-a419-6c1dc035842d f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/752d8c91-2502-4262-a929-9ccc705ac293 returned with HTTP 200 [pid: 8|app: 0|req: 426/857] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:09:12 2026] GET /v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/752d8c91-2502-4262-a929-9ccc705ac293 => generated 948 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-07-09 18:09:13.570 7 INFO cinder.api.openstack.wsgi [None req-ed993ac8-07e5-4f3e-aae7-462cb076dd36 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/752d8c91-2502-4262-a929-9ccc705ac293 2026-07-09 18:09:13.579 7 INFO cinder.api.openstack.wsgi [None req-ed993ac8-07e5-4f3e-aae7-462cb076dd36 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/752d8c91-2502-4262-a929-9ccc705ac293 returned with HTTP 404 [pid: 7|app: 0|req: 432/858] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:09:13 2026] GET /v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/752d8c91-2502-4262-a929-9ccc705ac293 => generated 109 bytes in 18 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-07-09 18:09:13.592 8 INFO cinder.api.openstack.wsgi [None req-3090aeef-5c59-4f4d-bbf5-69127831f9ca f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/fe463cae-f9cd-4897-b8a4-2283bf396485 /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-07-09 18:09:13.611 8 INFO cinder.volume.api [None req-3090aeef-5c59-4f4d-bbf5-69127831f9ca f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Volume info retrieved successfully. 2026-07-09 18:09:13.618 8 INFO cinder.api.openstack.wsgi [None req-3090aeef-5c59-4f4d-bbf5-69127831f9ca f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/fe463cae-f9cd-4897-b8a4-2283bf396485 returned with HTTP 200 [pid: 8|app: 0|req: 427/859] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:09:13 2026] GET /v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/fe463cae-f9cd-4897-b8a4-2283bf396485 => generated 1528 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-07-09 18:09:13.639 7 INFO cinder.api.openstack.wsgi [None req-a5052853-c6f3-40df-9a05-a6ed165729f8 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/fe463cae-f9cd-4897-b8a4-2283bf396485 2026-07-09 18:09:13.639 7 INFO cinder.api.v3.volumes [None req-a5052853-c6f3-40df-9a05-a6ed165729f8 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Delete volume with id: fe463cae-f9cd-4897-b8a4-2283bf396485 /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-07-09 18:09:13.649 7 INFO cinder.volume.api [None req-a5052853-c6f3-40df-9a05-a6ed165729f8 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Volume info retrieved successfully. 2026-07-09 18:09:13.672 7 INFO cinder.volume.api [None req-a5052853-c6f3-40df-9a05-a6ed165729f8 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Delete volume request issued successfully. 2026-07-09 18:09:13.673 7 INFO cinder.api.openstack.wsgi [None req-a5052853-c6f3-40df-9a05-a6ed165729f8 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/fe463cae-f9cd-4897-b8a4-2283bf396485 returned with HTTP 202 [pid: 7|app: 0|req: 433/860] 10.0.0.251 () {32 vars in 778 bytes} [Thu Jul 9 18:09:13 2026] DELETE /v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/fe463cae-f9cd-4897-b8a4-2283bf396485 => generated 0 bytes in 39 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-07-09 18:09:13.686 8 INFO cinder.api.openstack.wsgi [None req-44c07747-f1e8-40d2-87fe-9756a0e852bc f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/fe463cae-f9cd-4897-b8a4-2283bf396485 /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-07-09 18:09:13.702 8 INFO cinder.volume.api [None req-44c07747-f1e8-40d2-87fe-9756a0e852bc f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] Volume info retrieved successfully. 2026-07-09 18:09:13.709 8 INFO cinder.api.openstack.wsgi [None req-44c07747-f1e8-40d2-87fe-9756a0e852bc f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/fe463cae-f9cd-4897-b8a4-2283bf396485 returned with HTTP 200 [pid: 8|app: 0|req: 428/861] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:09:13 2026] GET /v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/fe463cae-f9cd-4897-b8a4-2283bf396485 => 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-07-09 18:09:14.731 7 INFO cinder.api.openstack.wsgi [None req-8eadd107-d7a5-47ac-9269-9b4a75818063 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/fe463cae-f9cd-4897-b8a4-2283bf396485 2026-07-09 18:09:14.745 7 INFO cinder.api.openstack.wsgi [None req-8eadd107-d7a5-47ac-9269-9b4a75818063 f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/fe463cae-f9cd-4897-b8a4-2283bf396485 returned with HTTP 404 [pid: 7|app: 0|req: 434/862] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:09:14 2026] GET /v3/5e4cfc0a5d894374a99dbc5978218f41/volumes/fe463cae-f9cd-4897-b8a4-2283bf396485 => generated 109 bytes in 22 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) 2026-07-09 18:09:19.375 8 INFO cinder.api.openstack.wsgi [None req-44c07747-f1e8-40d2-87fe-9756a0e852bc f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-07-09 18:09:19.376 8 INFO cinder.api.openstack.wsgi [None req-44c07747-f1e8-40d2-87fe-9756a0e852bc f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 8|app: 0|req: 429/863] 10.0.0.237 () {28 vars in 376 bytes} [Thu Jul 9 18:09:19 2026] GET / => generated 411 bytes in 2 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) 2026-07-09 18:09:19.385 7 INFO cinder.api.openstack.wsgi [None req-5bbf1722-1a0e-441f-82b5-3e55a75f9089 c2c15a29f0de4e7f90e16f249d844d44 5d4de68985024b62a8b0450e461751c9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/5d4de68985024b62a8b0450e461751c9/limits?tenant_id=5d4de68985024b62a8b0450e461751c9 2026-07-09 18:09:19.408 7 INFO cinder.api.openstack.wsgi [None req-5bbf1722-1a0e-441f-82b5-3e55a75f9089 c2c15a29f0de4e7f90e16f249d844d44 5d4de68985024b62a8b0450e461751c9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/5d4de68985024b62a8b0450e461751c9/limits?tenant_id=5d4de68985024b62a8b0450e461751c9 returned with HTTP 200 [pid: 7|app: 0|req: 435/864] 10.0.0.237 () {34 vars in 879 bytes} [Thu Jul 9 18:09:19 2026] GET /v3/5d4de68985024b62a8b0450e461751c9/limits?tenant_id=5d4de68985024b62a8b0450e461751c9 => generated 302 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-07-09 18:09:19.729 8 INFO cinder.api.openstack.wsgi [None req-44c07747-f1e8-40d2-87fe-9756a0e852bc f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:09:19.730 7 INFO cinder.api.openstack.wsgi [None req-5bbf1722-1a0e-441f-82b5-3e55a75f9089 c2c15a29f0de4e7f90e16f249d844d44 5d4de68985024b62a8b0450e461751c9 - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:09:19.730 8 INFO cinder.api.openstack.wsgi [None req-44c07747-f1e8-40d2-87fe-9756a0e852bc f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:09:19.731 7 INFO cinder.api.openstack.wsgi [None req-5bbf1722-1a0e-441f-82b5-3e55a75f9089 c2c15a29f0de4e7f90e16f249d844d44 5d4de68985024b62a8b0450e461751c9 - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:09:20.905 8 INFO cinder.api.openstack.wsgi [None req-44c07747-f1e8-40d2-87fe-9756a0e852bc f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-07-09 18:09:20.906 8 INFO cinder.api.openstack.wsgi [None req-44c07747-f1e8-40d2-87fe-9756a0e852bc f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 8|app: 0|req: 431/867] 10.0.0.237 () {28 vars in 376 bytes} [Thu Jul 9 18:09:20 2026] GET / => generated 411 bytes in 1 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) 2026-07-09 18:09:20.911 7 INFO cinder.api.openstack.wsgi [None req-5bbf1722-1a0e-441f-82b5-3e55a75f9089 c2c15a29f0de4e7f90e16f249d844d44 5d4de68985024b62a8b0450e461751c9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-07-09 18:09:20.912 7 INFO cinder.api.openstack.wsgi [None req-5bbf1722-1a0e-441f-82b5-3e55a75f9089 c2c15a29f0de4e7f90e16f249d844d44 5d4de68985024b62a8b0450e461751c9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 7|app: 0|req: 437/868] 10.0.0.237 () {28 vars in 376 bytes} [Thu Jul 9 18:09:20 2026] GET / => generated 411 bytes in 1 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) 2026-07-09 18:09:21.631 8 INFO cinder.api.openstack.wsgi [None req-44c07747-f1e8-40d2-87fe-9756a0e852bc f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-07-09 18:09:21.632 8 INFO cinder.api.openstack.wsgi [None req-44c07747-f1e8-40d2-87fe-9756a0e852bc f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 8|app: 0|req: 432/869] 10.0.0.237 () {28 vars in 376 bytes} [Thu Jul 9 18:09:21 2026] GET / => generated 411 bytes in 2 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) 2026-07-09 18:09:21.647 7 INFO cinder.api.openstack.wsgi [None req-04f92c3b-0c1a-479f-a3db-7bd1a16b29d5 c2c15a29f0de4e7f90e16f249d844d44 5d4de68985024b62a8b0450e461751c9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/5d4de68985024b62a8b0450e461751c9/limits?tenant_id=5d4de68985024b62a8b0450e461751c9 2026-07-09 18:09:21.675 7 INFO cinder.api.openstack.wsgi [None req-04f92c3b-0c1a-479f-a3db-7bd1a16b29d5 c2c15a29f0de4e7f90e16f249d844d44 5d4de68985024b62a8b0450e461751c9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/5d4de68985024b62a8b0450e461751c9/limits?tenant_id=5d4de68985024b62a8b0450e461751c9 returned with HTTP 200 [pid: 7|app: 0|req: 438/870] 10.0.0.237 () {34 vars in 879 bytes} [Thu Jul 9 18:09:21 2026] GET /v3/5d4de68985024b62a8b0450e461751c9/limits?tenant_id=5d4de68985024b62a8b0450e461751c9 => generated 302 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-07-09 18:09:23.388 8 INFO cinder.api.openstack.wsgi [None req-44c07747-f1e8-40d2-87fe-9756a0e852bc f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-07-09 18:09:23.389 8 INFO cinder.api.openstack.wsgi [None req-44c07747-f1e8-40d2-87fe-9756a0e852bc f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 8|app: 0|req: 433/871] 10.0.0.237 () {28 vars in 376 bytes} [Thu Jul 9 18:09:23 2026] GET / => generated 411 bytes in 3 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) 2026-07-09 18:09:23.397 7 INFO cinder.api.openstack.wsgi [None req-04f92c3b-0c1a-479f-a3db-7bd1a16b29d5 c2c15a29f0de4e7f90e16f249d844d44 5d4de68985024b62a8b0450e461751c9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-07-09 18:09:23.398 7 INFO cinder.api.openstack.wsgi [None req-04f92c3b-0c1a-479f-a3db-7bd1a16b29d5 c2c15a29f0de4e7f90e16f249d844d44 5d4de68985024b62a8b0450e461751c9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 7|app: 0|req: 439/872] 10.0.0.237 () {28 vars in 376 bytes} [Thu Jul 9 18:09:23 2026] GET / => generated 411 bytes in 2 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) 2026-07-09 18:09:29.731 7 INFO cinder.api.openstack.wsgi [None req-04f92c3b-0c1a-479f-a3db-7bd1a16b29d5 c2c15a29f0de4e7f90e16f249d844d44 5d4de68985024b62a8b0450e461751c9 - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:09:29.731 8 INFO cinder.api.openstack.wsgi [None req-44c07747-f1e8-40d2-87fe-9756a0e852bc f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:09:29.732 7 INFO cinder.api.openstack.wsgi [None req-04f92c3b-0c1a-479f-a3db-7bd1a16b29d5 c2c15a29f0de4e7f90e16f249d844d44 5d4de68985024b62a8b0450e461751c9 - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:09:29.735 8 INFO cinder.api.openstack.wsgi [None req-44c07747-f1e8-40d2-87fe-9756a0e852bc f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:09:39.730 8 INFO cinder.api.openstack.wsgi [None req-44c07747-f1e8-40d2-87fe-9756a0e852bc f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:09:39.730 7 INFO cinder.api.openstack.wsgi [None req-04f92c3b-0c1a-479f-a3db-7bd1a16b29d5 c2c15a29f0de4e7f90e16f249d844d44 5d4de68985024b62a8b0450e461751c9 - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:09:39.731 8 INFO cinder.api.openstack.wsgi [None req-44c07747-f1e8-40d2-87fe-9756a0e852bc f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:09:39.731 7 INFO cinder.api.openstack.wsgi [None req-04f92c3b-0c1a-479f-a3db-7bd1a16b29d5 c2c15a29f0de4e7f90e16f249d844d44 5d4de68985024b62a8b0450e461751c9 - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:09:49.730 8 INFO cinder.api.openstack.wsgi [None req-44c07747-f1e8-40d2-87fe-9756a0e852bc f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:09:49.730 7 INFO cinder.api.openstack.wsgi [None req-04f92c3b-0c1a-479f-a3db-7bd1a16b29d5 c2c15a29f0de4e7f90e16f249d844d44 5d4de68985024b62a8b0450e461751c9 - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:09:49.731 8 INFO cinder.api.openstack.wsgi [None req-44c07747-f1e8-40d2-87fe-9756a0e852bc f26887c235964f968b5438819424fd20 5e4cfc0a5d894374a99dbc5978218f41 - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:09:49.731 7 INFO cinder.api.openstack.wsgi [None req-04f92c3b-0c1a-479f-a3db-7bd1a16b29d5 c2c15a29f0de4e7f90e16f249d844d44 5d4de68985024b62a8b0450e461751c9 - - default default] http://10.0.0.126: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-07-09 18:09:54.676 8 INFO cinder.api.openstack.wsgi [None req-de2259b1-03e8-45f9-b9e5-276b611edaf0 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes 2026-07-09 18:09:54.707 8 INFO cinder.volume.api [None req-de2259b1-03e8-45f9-b9e5-276b611edaf0 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] Get all volumes completed successfully. 2026-07-09 18:09:54.707 8 INFO cinder.api.openstack.wsgi [None req-de2259b1-03e8-45f9-b9e5-276b611edaf0 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes returned with HTTP 200 [pid: 8|app: 0|req: 437/879] 10.0.0.251 () {32 vars in 701 bytes} [Thu Jul 9 18:09:54 2026] GET /v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes => generated 15 bytes in 200 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 18:09:54.722 7 INFO cinder.api.openstack.wsgi [None req-f29150d3-7cc6-4cd3-b2fe-671d4a3e98f9 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes 2026-07-09 18:09:54.725 7 INFO cinder.api.v3.volumes [None req-f29150d3-7cc6-4cd3-b2fe-671d4a3e98f9 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] Create volume of 1 GB 2026-07-09 18:09:54.734 7 INFO cinder.volume.api [None req-f29150d3-7cc6-4cd3-b2fe-671d4a3e98f9 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] Availability Zones retrieved successfully. 2026-07-09 18:09:54.965 7 INFO cinder.volume.api [None req-f29150d3-7cc6-4cd3-b2fe-671d4a3e98f9 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] Create volume request issued successfully. 2026-07-09 18:09:54.966 7 INFO cinder.api.openstack.wsgi [None req-f29150d3-7cc6-4cd3-b2fe-671d4a3e98f9 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes returned with HTTP 202 [pid: 7|app: 0|req: 443/880] 10.0.0.251 () {34 vars in 723 bytes} [Thu Jul 9 18:09:54 2026] POST /v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes => generated 876 bytes in 251 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) 2026-07-09 18:09:54.986 8 INFO cinder.api.openstack.wsgi [None req-39281d9c-78cc-4ae0-bf72-31daf9b137b8 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/7dac4f89-5b6f-4ed9-a057-923eba990ca6 /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-07-09 18:09:55.002 8 INFO cinder.volume.api [None req-39281d9c-78cc-4ae0-bf72-31daf9b137b8 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] Volume info retrieved successfully. 2026-07-09 18:09:55.017 8 INFO cinder.api.openstack.wsgi [None req-39281d9c-78cc-4ae0-bf72-31daf9b137b8 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/7dac4f89-5b6f-4ed9-a057-923eba990ca6 returned with HTTP 200 [pid: 8|app: 0|req: 438/881] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:09:54 2026] GET /v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/7dac4f89-5b6f-4ed9-a057-923eba990ca6 => generated 944 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-07-09 18:09:56.041 7 INFO cinder.api.openstack.wsgi [None req-00387149-c65d-43cf-ab58-9dedc6bf4620 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/7dac4f89-5b6f-4ed9-a057-923eba990ca6 /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-07-09 18:09:56.061 7 INFO cinder.volume.api [None req-00387149-c65d-43cf-ab58-9dedc6bf4620 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] Volume info retrieved successfully. 2026-07-09 18:09:56.072 7 INFO cinder.api.openstack.wsgi [None req-00387149-c65d-43cf-ab58-9dedc6bf4620 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/7dac4f89-5b6f-4ed9-a057-923eba990ca6 returned with HTTP 200 [pid: 7|app: 0|req: 444/882] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:09:56 2026] GET /v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/7dac4f89-5b6f-4ed9-a057-923eba990ca6 => generated 969 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-07-09 18:09:56.096 8 INFO cinder.api.openstack.wsgi [None req-f9dfaa33-f09d-461f-9d47-3408e0c3190a 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/7dac4f89-5b6f-4ed9-a057-923eba990ca6 /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-07-09 18:09:56.112 8 INFO cinder.volume.api [None req-f9dfaa33-f09d-461f-9d47-3408e0c3190a 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] Volume info retrieved successfully. 2026-07-09 18:09:56.117 8 INFO cinder.api.openstack.wsgi [None req-f9dfaa33-f09d-461f-9d47-3408e0c3190a 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/7dac4f89-5b6f-4ed9-a057-923eba990ca6 returned with HTTP 200 [pid: 8|app: 0|req: 439/883] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:09:56 2026] GET /v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/7dac4f89-5b6f-4ed9-a057-923eba990ca6 => generated 969 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-07-09 18:09:56.140 7 INFO cinder.api.openstack.wsgi [None req-03dcf503-267d-4d05-8419-eef9fb6d43b8 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes 2026-07-09 18:09:56.143 7 INFO cinder.api.v3.volumes [None req-03dcf503-267d-4d05-8419-eef9fb6d43b8 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] Create volume of 1 GB 2026-07-09 18:09:56.149 7 INFO cinder.volume.api [None req-03dcf503-267d-4d05-8419-eef9fb6d43b8 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] Availability Zones retrieved successfully. 2026-07-09 18:09:56.280 7 INFO cinder.volume.api [None req-03dcf503-267d-4d05-8419-eef9fb6d43b8 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] Create volume request issued successfully. 2026-07-09 18:09:56.281 7 INFO cinder.api.openstack.wsgi [None req-03dcf503-267d-4d05-8419-eef9fb6d43b8 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes returned with HTTP 202 [pid: 7|app: 0|req: 445/884] 10.0.0.251 () {34 vars in 723 bytes} [Thu Jul 9 18:09:56 2026] POST /v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes => generated 875 bytes in 147 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-07-09 18:09:56.300 8 INFO cinder.api.openstack.wsgi [None req-e2427023-a564-4f80-b9bb-6b4d4554374a 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/172a1c97-2972-4397-b8f8-e4d85c15421e /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-07-09 18:09:56.321 8 INFO cinder.volume.api [None req-e2427023-a564-4f80-b9bb-6b4d4554374a 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] Volume info retrieved successfully. 2026-07-09 18:09:56.326 8 INFO cinder.api.openstack.wsgi [None req-e2427023-a564-4f80-b9bb-6b4d4554374a 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/172a1c97-2972-4397-b8f8-e4d85c15421e returned with HTTP 200 [pid: 8|app: 0|req: 440/885] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:09:56 2026] GET /v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/172a1c97-2972-4397-b8f8-e4d85c15421e => generated 943 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-07-09 18:09:57.356 7 INFO cinder.api.openstack.wsgi [None req-685699b5-cd68-4024-859f-10d933d8e10e 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/172a1c97-2972-4397-b8f8-e4d85c15421e /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-07-09 18:09:57.371 7 INFO cinder.volume.api [None req-685699b5-cd68-4024-859f-10d933d8e10e 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] Volume info retrieved successfully. 2026-07-09 18:09:57.377 7 INFO cinder.api.openstack.wsgi [None req-685699b5-cd68-4024-859f-10d933d8e10e 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/172a1c97-2972-4397-b8f8-e4d85c15421e returned with HTTP 200 [pid: 7|app: 0|req: 446/886] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:09:57 2026] GET /v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/172a1c97-2972-4397-b8f8-e4d85c15421e => generated 968 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-07-09 18:09:57.405 8 INFO cinder.api.openstack.wsgi [None req-7bfa5abb-b401-455d-a6c1-3e1e1a20e739 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/172a1c97-2972-4397-b8f8-e4d85c15421e /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-07-09 18:09:57.586 8 INFO cinder.volume.api [None req-7bfa5abb-b401-455d-a6c1-3e1e1a20e739 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] Volume info retrieved successfully. 2026-07-09 18:09:57.593 8 INFO cinder.api.openstack.wsgi [None req-7bfa5abb-b401-455d-a6c1-3e1e1a20e739 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/172a1c97-2972-4397-b8f8-e4d85c15421e returned with HTTP 200 [pid: 8|app: 0|req: 441/887] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:09:57 2026] GET /v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/172a1c97-2972-4397-b8f8-e4d85c15421e => generated 968 bytes in 194 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-07-09 18:09:57.613 7 INFO cinder.api.openstack.wsgi [None req-262b51fb-9439-4c32-9ff0-24bad8fa08a8 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes 2026-07-09 18:09:57.616 7 INFO cinder.api.v3.volumes [None req-262b51fb-9439-4c32-9ff0-24bad8fa08a8 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] Create volume of 1 GB 2026-07-09 18:09:57.622 7 INFO cinder.volume.api [None req-262b51fb-9439-4c32-9ff0-24bad8fa08a8 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] Availability Zones retrieved successfully. 2026-07-09 18:09:57.774 7 INFO cinder.volume.api [None req-262b51fb-9439-4c32-9ff0-24bad8fa08a8 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] Create volume request issued successfully. 2026-07-09 18:09:57.775 7 INFO cinder.api.openstack.wsgi [None req-262b51fb-9439-4c32-9ff0-24bad8fa08a8 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes returned with HTTP 202 [pid: 7|app: 0|req: 447/888] 10.0.0.251 () {34 vars in 723 bytes} [Thu Jul 9 18:09:57 2026] POST /v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes => generated 876 bytes in 170 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-07-09 18:09:57.794 8 INFO cinder.api.openstack.wsgi [None req-2bef5bf7-faa8-4965-b2a5-3e249e3eaada 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/8e513081-ea50-4987-a9c4-24bff6d2d988 /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-07-09 18:09:57.816 8 INFO cinder.volume.api [None req-2bef5bf7-faa8-4965-b2a5-3e249e3eaada 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] Volume info retrieved successfully. 2026-07-09 18:09:57.821 8 INFO cinder.api.openstack.wsgi [None req-2bef5bf7-faa8-4965-b2a5-3e249e3eaada 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/8e513081-ea50-4987-a9c4-24bff6d2d988 returned with HTTP 200 [pid: 8|app: 0|req: 442/889] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:09:57 2026] GET /v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/8e513081-ea50-4987-a9c4-24bff6d2d988 => generated 944 bytes in 35 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-07-09 18:09:58.853 7 INFO cinder.api.openstack.wsgi [None req-12eb4e30-5051-4373-a2f0-ecf529633b47 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/8e513081-ea50-4987-a9c4-24bff6d2d988 /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-07-09 18:09:58.870 7 INFO cinder.volume.api [None req-12eb4e30-5051-4373-a2f0-ecf529633b47 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] Volume info retrieved successfully. 2026-07-09 18:09:58.878 7 INFO cinder.api.openstack.wsgi [None req-12eb4e30-5051-4373-a2f0-ecf529633b47 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/8e513081-ea50-4987-a9c4-24bff6d2d988 returned with HTTP 200 [pid: 7|app: 0|req: 448/890] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:09:58 2026] GET /v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/8e513081-ea50-4987-a9c4-24bff6d2d988 => generated 969 bytes in 36 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-07-09 18:09:58.907 8 INFO cinder.api.openstack.wsgi [None req-1d6b8b23-e9e1-465b-888e-5872802d7a27 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/8e513081-ea50-4987-a9c4-24bff6d2d988 /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-07-09 18:09:58.926 8 INFO cinder.volume.api [None req-1d6b8b23-e9e1-465b-888e-5872802d7a27 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] Volume info retrieved successfully. 2026-07-09 18:09:58.930 8 INFO cinder.api.openstack.wsgi [None req-1d6b8b23-e9e1-465b-888e-5872802d7a27 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/8e513081-ea50-4987-a9c4-24bff6d2d988 returned with HTTP 200 [pid: 8|app: 0|req: 443/891] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:09:58 2026] GET /v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/8e513081-ea50-4987-a9c4-24bff6d2d988 => generated 969 bytes in 40 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-07-09 18:09:58.948 7 INFO cinder.api.openstack.wsgi [None req-8d92e104-7627-4fc4-9cc0-8aafdf163540 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes 2026-07-09 18:09:59.119 7 INFO cinder.volume.api [None req-8d92e104-7627-4fc4-9cc0-8aafdf163540 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] Get all volumes completed successfully. 2026-07-09 18:09:59.120 7 INFO cinder.api.openstack.wsgi [None req-8d92e104-7627-4fc4-9cc0-8aafdf163540 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes returned with HTTP 200 [pid: 7|app: 0|req: 449/892] 10.0.0.251 () {32 vars in 701 bytes} [Thu Jul 9 18:09:58 2026] GET /v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes => generated 1323 bytes in 177 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-07-09 18:09:59.135 8 INFO cinder.api.openstack.wsgi [None req-3398c2c8-a53b-4ff1-9963-d65b7b406f27 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/8e513081-ea50-4987-a9c4-24bff6d2d988 /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-07-09 18:09:59.148 8 INFO cinder.volume.api [None req-3398c2c8-a53b-4ff1-9963-d65b7b406f27 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] Volume info retrieved successfully. 2026-07-09 18:09:59.154 8 INFO cinder.api.openstack.wsgi [None req-3398c2c8-a53b-4ff1-9963-d65b7b406f27 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/8e513081-ea50-4987-a9c4-24bff6d2d988 returned with HTTP 200 [pid: 8|app: 0|req: 444/893] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:09:59 2026] GET /v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/8e513081-ea50-4987-a9c4-24bff6d2d988 => generated 969 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-07-09 18:09:59.173 7 INFO cinder.api.openstack.wsgi [None req-90688f59-2dc3-4bb9-80d1-696890507361 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/8e513081-ea50-4987-a9c4-24bff6d2d988 2026-07-09 18:09:59.173 7 INFO cinder.api.v3.volumes [None req-90688f59-2dc3-4bb9-80d1-696890507361 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] Delete volume with id: 8e513081-ea50-4987-a9c4-24bff6d2d988 /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-07-09 18:09:59.182 7 INFO cinder.volume.api [None req-90688f59-2dc3-4bb9-80d1-696890507361 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] Volume info retrieved successfully. 2026-07-09 18:09:59.202 7 INFO cinder.volume.api [None req-90688f59-2dc3-4bb9-80d1-696890507361 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] Delete volume request issued successfully. 2026-07-09 18:09:59.203 7 INFO cinder.api.openstack.wsgi [None req-90688f59-2dc3-4bb9-80d1-696890507361 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/8e513081-ea50-4987-a9c4-24bff6d2d988 returned with HTTP 202 [pid: 7|app: 0|req: 450/894] 10.0.0.251 () {32 vars in 778 bytes} [Thu Jul 9 18:09:59 2026] DELETE /v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/8e513081-ea50-4987-a9c4-24bff6d2d988 => generated 0 bytes in 34 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-07-09 18:09:59.217 8 INFO cinder.api.openstack.wsgi [None req-41d24beb-8a50-4591-9982-410c67dce334 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/8e513081-ea50-4987-a9c4-24bff6d2d988 /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-07-09 18:09:59.230 8 INFO cinder.volume.api [None req-41d24beb-8a50-4591-9982-410c67dce334 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] Volume info retrieved successfully. 2026-07-09 18:09:59.236 8 INFO cinder.api.openstack.wsgi [None req-41d24beb-8a50-4591-9982-410c67dce334 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/8e513081-ea50-4987-a9c4-24bff6d2d988 returned with HTTP 200 [pid: 8|app: 0|req: 445/895] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:09:59 2026] GET /v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/8e513081-ea50-4987-a9c4-24bff6d2d988 => generated 968 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:09:59.730 7 INFO cinder.api.openstack.wsgi [None req-90688f59-2dc3-4bb9-80d1-696890507361 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:09:59.731 8 INFO cinder.api.openstack.wsgi [None req-41d24beb-8a50-4591-9982-410c67dce334 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:09:59.731 7 INFO cinder.api.openstack.wsgi [None req-90688f59-2dc3-4bb9-80d1-696890507361 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:09:59.732 8 INFO cinder.api.openstack.wsgi [None req-41d24beb-8a50-4591-9982-410c67dce334 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] http://10.0.0.126: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-07-09 18:10:00.259 7 INFO cinder.api.openstack.wsgi [None req-9fbd21a3-c47c-423c-9c5d-a81b63b2eca9 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/8e513081-ea50-4987-a9c4-24bff6d2d988 2026-07-09 18:10:00.267 7 INFO cinder.api.openstack.wsgi [None req-9fbd21a3-c47c-423c-9c5d-a81b63b2eca9 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/8e513081-ea50-4987-a9c4-24bff6d2d988 returned with HTTP 404 [pid: 7|app: 0|req: 452/898] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:10:00 2026] GET /v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/8e513081-ea50-4987-a9c4-24bff6d2d988 => 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-07-09 18:10:00.281 8 INFO cinder.api.openstack.wsgi [None req-f1f641b5-96ec-4658-9ec7-efdb1e6ed64c 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/172a1c97-2972-4397-b8f8-e4d85c15421e /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-07-09 18:10:00.297 8 INFO cinder.volume.api [None req-f1f641b5-96ec-4658-9ec7-efdb1e6ed64c 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] Volume info retrieved successfully. 2026-07-09 18:10:00.303 8 INFO cinder.api.openstack.wsgi [None req-f1f641b5-96ec-4658-9ec7-efdb1e6ed64c 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/172a1c97-2972-4397-b8f8-e4d85c15421e returned with HTTP 200 [pid: 8|app: 0|req: 447/899] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:10:00 2026] GET /v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/172a1c97-2972-4397-b8f8-e4d85c15421e => generated 968 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:10:00.324 7 INFO cinder.api.openstack.wsgi [None req-e79e0720-84d1-4b15-8dbb-0ef15e66b91b 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/172a1c97-2972-4397-b8f8-e4d85c15421e 2026-07-09 18:10:00.325 7 INFO cinder.api.v3.volumes [None req-e79e0720-84d1-4b15-8dbb-0ef15e66b91b 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] Delete volume with id: 172a1c97-2972-4397-b8f8-e4d85c15421e /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-07-09 18:10:00.336 7 INFO cinder.volume.api [None req-e79e0720-84d1-4b15-8dbb-0ef15e66b91b 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] Volume info retrieved successfully. 2026-07-09 18:10:00.362 7 INFO cinder.volume.api [None req-e79e0720-84d1-4b15-8dbb-0ef15e66b91b 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] Delete volume request issued successfully. 2026-07-09 18:10:00.363 7 INFO cinder.api.openstack.wsgi [None req-e79e0720-84d1-4b15-8dbb-0ef15e66b91b 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/172a1c97-2972-4397-b8f8-e4d85c15421e returned with HTTP 202 [pid: 7|app: 0|req: 453/900] 10.0.0.251 () {32 vars in 778 bytes} [Thu Jul 9 18:10:00 2026] DELETE /v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/172a1c97-2972-4397-b8f8-e4d85c15421e => 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-07-09 18:10:00.375 8 INFO cinder.api.openstack.wsgi [None req-47d119a4-cd72-4bc2-be8b-453e7b129d37 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/172a1c97-2972-4397-b8f8-e4d85c15421e /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-07-09 18:10:00.388 8 INFO cinder.volume.api [None req-47d119a4-cd72-4bc2-be8b-453e7b129d37 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] Volume info retrieved successfully. 2026-07-09 18:10:00.408 8 INFO cinder.api.openstack.wsgi [None req-47d119a4-cd72-4bc2-be8b-453e7b129d37 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/172a1c97-2972-4397-b8f8-e4d85c15421e returned with HTTP 200 [pid: 8|app: 0|req: 448/901] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:10:00 2026] GET /v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/172a1c97-2972-4397-b8f8-e4d85c15421e => generated 967 bytes in 40 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-07-09 18:10:01.431 7 INFO cinder.api.openstack.wsgi [None req-69b2aeff-2d08-4715-897b-2443d5ddb300 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/172a1c97-2972-4397-b8f8-e4d85c15421e 2026-07-09 18:10:01.442 7 INFO cinder.api.openstack.wsgi [None req-69b2aeff-2d08-4715-897b-2443d5ddb300 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/172a1c97-2972-4397-b8f8-e4d85c15421e returned with HTTP 404 [pid: 7|app: 0|req: 454/902] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:10:01 2026] GET /v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/172a1c97-2972-4397-b8f8-e4d85c15421e => generated 109 bytes in 18 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-07-09 18:10:01.454 8 INFO cinder.api.openstack.wsgi [None req-f933f85b-a80f-424b-b98d-6283bfdb5267 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/7dac4f89-5b6f-4ed9-a057-923eba990ca6 /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-07-09 18:10:01.468 8 INFO cinder.volume.api [None req-f933f85b-a80f-424b-b98d-6283bfdb5267 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] Volume info retrieved successfully. 2026-07-09 18:10:01.472 8 INFO cinder.api.openstack.wsgi [None req-f933f85b-a80f-424b-b98d-6283bfdb5267 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/7dac4f89-5b6f-4ed9-a057-923eba990ca6 returned with HTTP 200 [pid: 8|app: 0|req: 449/903] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:10:01 2026] GET /v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/7dac4f89-5b6f-4ed9-a057-923eba990ca6 => generated 969 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:10:01.493 7 INFO cinder.api.openstack.wsgi [None req-d76060f0-6f27-4e17-b9db-cfcb8edeab6f 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/7dac4f89-5b6f-4ed9-a057-923eba990ca6 2026-07-09 18:10:01.494 7 INFO cinder.api.v3.volumes [None req-d76060f0-6f27-4e17-b9db-cfcb8edeab6f 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] Delete volume with id: 7dac4f89-5b6f-4ed9-a057-923eba990ca6 /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-07-09 18:10:01.507 7 INFO cinder.volume.api [None req-d76060f0-6f27-4e17-b9db-cfcb8edeab6f 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] Volume info retrieved successfully. 2026-07-09 18:10:01.529 7 INFO cinder.volume.api [None req-d76060f0-6f27-4e17-b9db-cfcb8edeab6f 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] Delete volume request issued successfully. 2026-07-09 18:10:01.530 7 INFO cinder.api.openstack.wsgi [None req-d76060f0-6f27-4e17-b9db-cfcb8edeab6f 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/7dac4f89-5b6f-4ed9-a057-923eba990ca6 returned with HTTP 202 [pid: 7|app: 0|req: 455/904] 10.0.0.251 () {32 vars in 778 bytes} [Thu Jul 9 18:10:01 2026] DELETE /v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/7dac4f89-5b6f-4ed9-a057-923eba990ca6 => 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-07-09 18:10:01.543 8 INFO cinder.api.openstack.wsgi [None req-b118984e-bb9c-41fe-bbde-3c9bc8cb4fc6 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/7dac4f89-5b6f-4ed9-a057-923eba990ca6 /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-07-09 18:10:01.560 8 INFO cinder.volume.api [None req-b118984e-bb9c-41fe-bbde-3c9bc8cb4fc6 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] Volume info retrieved successfully. 2026-07-09 18:10:01.566 8 INFO cinder.api.openstack.wsgi [None req-b118984e-bb9c-41fe-bbde-3c9bc8cb4fc6 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/7dac4f89-5b6f-4ed9-a057-923eba990ca6 returned with HTTP 200 [pid: 8|app: 0|req: 450/905] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:10:01 2026] GET /v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/7dac4f89-5b6f-4ed9-a057-923eba990ca6 => generated 968 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-07-09 18:10:02.589 7 INFO cinder.api.openstack.wsgi [None req-b318359e-f59e-46f8-b1ad-71f72c086fbf 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/7dac4f89-5b6f-4ed9-a057-923eba990ca6 2026-07-09 18:10:02.597 7 INFO cinder.api.openstack.wsgi [None req-b318359e-f59e-46f8-b1ad-71f72c086fbf 423c42e17fce4e1b96c1c8fc922f7fd8 6b3bcc93198a47d498e7b8fe4c498c1b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/7dac4f89-5b6f-4ed9-a057-923eba990ca6 returned with HTTP 404 [pid: 7|app: 0|req: 456/906] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:10:02 2026] GET /v3/6b3bcc93198a47d498e7b8fe4c498c1b/volumes/7dac4f89-5b6f-4ed9-a057-923eba990ca6 => generated 109 bytes in 16 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-07-09 18:10:06.717 8 INFO cinder.api.openstack.wsgi [None req-05f4727d-6472-488e-abd9-0b2f88771b40 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 18:10:06.735 8 INFO cinder.volume.api [None req-05f4727d-6472-488e-abd9-0b2f88771b40 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 18:10:06.739 8 INFO cinder.api.openstack.wsgi [None req-05f4727d-6472-488e-abd9-0b2f88771b40 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 451/907] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 18:10:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true => generated 15 bytes in 160 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 18:10:06.752 7 INFO cinder.api.openstack.wsgi [None req-cb6d606c-fe74-4695-8453-05f9078b0293 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 18:10:06.766 7 INFO cinder.volume.api [None req-cb6d606c-fe74-4695-8453-05f9078b0293 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 18:10:06.769 7 INFO cinder.api.openstack.wsgi [None req-cb6d606c-fe74-4695-8453-05f9078b0293 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 457/908] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 18:10:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:10:06.782 8 INFO cinder.api.openstack.wsgi [None req-c524fe9d-b1d8-433c-86a3-2bc7d4c5d408 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true 2026-07-09 18:10:07.287 8 INFO cinder.api.openstack.wsgi [None req-c524fe9d-b1d8-433c-86a3-2bc7d4c5d408 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 452/909] 10.0.0.195 () {28 vars in 696 bytes} [Thu Jul 9 18:10:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:10:07.302 7 INFO cinder.api.openstack.wsgi [None req-e2876016-4d0e-41bb-9531-d4d8d5559e6d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true 2026-07-09 18:10:07.308 7 INFO cinder.volume.api [None req-e2876016-4d0e-41bb-9531-d4d8d5559e6d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all snapshots completed successfully. 2026-07-09 18:10:07.309 7 INFO cinder.api.openstack.wsgi [None req-e2876016-4d0e-41bb-9531-d4d8d5559e6d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 458/910] 10.0.0.195 () {28 vars in 674 bytes} [Thu Jul 9 18:10:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:10:07.328 8 INFO cinder.api.openstack.wsgi [None req-bbac2bd8-7064-49d9-8a88-2b6a715c6c6a 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services 2026-07-09 18:10:07.336 8 INFO cinder.api.openstack.wsgi [None req-bbac2bd8-7064-49d9-8a88-2b6a715c6c6a 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services returned with HTTP 200 [pid: 8|app: 0|req: 453/911] 10.0.0.195 () {28 vars in 645 bytes} [Thu Jul 9 18:10:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services => generated 646 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:10:07.474 7 INFO cinder.api.openstack.wsgi [None req-f256e41d-922c-48b5-8e5d-474434d0e6c5 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/03daa193dec94944828ee45399584877?usage=true 2026-07-09 18:10:07.503 7 INFO cinder.api.openstack.wsgi [None req-f256e41d-922c-48b5-8e5d-474434d0e6c5 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/03daa193dec94944828ee45399584877?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 459/912] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:10:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/03daa193dec94944828ee45399584877?usage=true => generated 847 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:10:07.514 8 INFO cinder.api.openstack.wsgi [None req-f422a19d-5c63-47f7-a46f-730fd5d87fae 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true 2026-07-09 18:10:07.557 8 INFO cinder.api.openstack.wsgi [None req-f422a19d-5c63-47f7-a46f-730fd5d87fae 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 454/913] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:10:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true => generated 845 bytes in 50 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:10:07.568 7 INFO cinder.api.openstack.wsgi [None req-439055e6-2421-46b5-abf4-9782af7967f7 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/11a95124bfd24dd4970a238d6af3185e?usage=true 2026-07-09 18:10:07.587 7 INFO cinder.api.openstack.wsgi [None req-439055e6-2421-46b5-abf4-9782af7967f7 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/11a95124bfd24dd4970a238d6af3185e?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 460/914] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:10:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/11a95124bfd24dd4970a238d6af3185e?usage=true => generated 847 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:10:07.598 8 INFO cinder.api.openstack.wsgi [None req-a3642493-4da7-4d70-8adb-b4ab8d0c277a 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true 2026-07-09 18:10:07.620 8 INFO cinder.api.openstack.wsgi [None req-a3642493-4da7-4d70-8adb-b4ab8d0c277a 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 455/915] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:10:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true => generated 847 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:10:07.633 7 INFO cinder.api.openstack.wsgi [None req-6d6ce039-11ac-486d-b378-256ea8996d45 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/6eee5178a3c546f1a6ee11ab66e3c533?usage=true 2026-07-09 18:10:07.655 7 INFO cinder.api.openstack.wsgi [None req-6d6ce039-11ac-486d-b378-256ea8996d45 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/6eee5178a3c546f1a6ee11ab66e3c533?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 461/916] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:10:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/6eee5178a3c546f1a6ee11ab66e3c533?usage=true => generated 847 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:10:07.669 8 INFO cinder.api.openstack.wsgi [None req-959819e2-5f78-40d1-9a0f-fbc76f54dbad 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/805bc88cf44045a9bfc2397f7e63a75a?usage=true 2026-07-09 18:10:07.699 8 INFO cinder.api.openstack.wsgi [None req-959819e2-5f78-40d1-9a0f-fbc76f54dbad 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/805bc88cf44045a9bfc2397f7e63a75a?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 456/917] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:10:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/805bc88cf44045a9bfc2397f7e63a75a?usage=true => generated 847 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:10:07.718 7 INFO cinder.api.openstack.wsgi [None req-349fb606-04f7-400a-a65d-22de9e568e64 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/838b4dd58ceb41fe897e30140966eaaf?usage=true 2026-07-09 18:10:07.759 7 INFO cinder.api.openstack.wsgi [None req-349fb606-04f7-400a-a65d-22de9e568e64 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/838b4dd58ceb41fe897e30140966eaaf?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 462/918] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:10:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/838b4dd58ceb41fe897e30140966eaaf?usage=true => generated 847 bytes in 53 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:10:07.775 8 INFO cinder.api.openstack.wsgi [None req-a0dbf2a6-5adc-42bd-a7a6-27f3ca22bde8 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/a6bcdc9862b0420580ed3aa1e2d46d57?usage=true 2026-07-09 18:10:07.817 8 INFO cinder.api.openstack.wsgi [None req-a0dbf2a6-5adc-42bd-a7a6-27f3ca22bde8 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/a6bcdc9862b0420580ed3aa1e2d46d57?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 457/919] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:10:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/a6bcdc9862b0420580ed3aa1e2d46d57?usage=true => generated 847 bytes in 50 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:10:07.832 7 INFO cinder.api.openstack.wsgi [None req-9f0267e4-8c2b-4661-8978-7677a70c099b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/ab219b392cb946b68d6b33bb0216956d?usage=true 2026-07-09 18:10:07.860 7 INFO cinder.api.openstack.wsgi [None req-9f0267e4-8c2b-4661-8978-7677a70c099b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/ab219b392cb946b68d6b33bb0216956d?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 463/920] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:10:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/ab219b392cb946b68d6b33bb0216956d?usage=true => generated 847 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:10:07.874 8 INFO cinder.api.openstack.wsgi [None req-d1adbd79-5c98-4f79-9864-5a9fc7cde73f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true 2026-07-09 18:10:07.901 8 INFO cinder.api.openstack.wsgi [None req-d1adbd79-5c98-4f79-9864-5a9fc7cde73f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 458/921] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:10:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true => generated 845 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:10:09.730 7 INFO cinder.api.openstack.wsgi [None req-9f0267e4-8c2b-4661-8978-7677a70c099b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:10:09.730 7 INFO cinder.api.openstack.wsgi [None req-9f0267e4-8c2b-4661-8978-7677a70c099b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:10:09.731 8 INFO cinder.api.openstack.wsgi [None req-d1adbd79-5c98-4f79-9864-5a9fc7cde73f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:10:09.733 8 INFO cinder.api.openstack.wsgi [None req-d1adbd79-5c98-4f79-9864-5a9fc7cde73f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:10:19.730 7 INFO cinder.api.openstack.wsgi [None req-9f0267e4-8c2b-4661-8978-7677a70c099b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:10:19.730 8 INFO cinder.api.openstack.wsgi [None req-d1adbd79-5c98-4f79-9864-5a9fc7cde73f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:10:19.731 7 INFO cinder.api.openstack.wsgi [None req-9f0267e4-8c2b-4661-8978-7677a70c099b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:10:19.732 8 INFO cinder.api.openstack.wsgi [None req-d1adbd79-5c98-4f79-9864-5a9fc7cde73f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:10:22.152 7 INFO cinder.api.openstack.wsgi [None req-9f0267e4-8c2b-4661-8978-7677a70c099b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-07-09 18:10:22.153 7 INFO cinder.api.openstack.wsgi [None req-9f0267e4-8c2b-4661-8978-7677a70c099b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 7|app: 0|req: 466/926] 10.0.0.251 () {30 vars in 411 bytes} [Thu Jul 9 18:10:22 2026] GET / => generated 411 bytes in 2 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) 2026-07-09 18:10:29.730 7 INFO cinder.api.openstack.wsgi [None req-9f0267e4-8c2b-4661-8978-7677a70c099b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:10:29.730 8 INFO cinder.api.openstack.wsgi [None req-d1adbd79-5c98-4f79-9864-5a9fc7cde73f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:10:29.731 7 INFO cinder.api.openstack.wsgi [None req-9f0267e4-8c2b-4661-8978-7677a70c099b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:10:29.731 8 INFO cinder.api.openstack.wsgi [None req-d1adbd79-5c98-4f79-9864-5a9fc7cde73f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:10:32.113 7 INFO cinder.api.openstack.wsgi [None req-26735605-9482-4541-a1d8-a4476d19853a a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/9d53e1a5e2f442c8a73b9b516d3b63b9/volumes 2026-07-09 18:10:32.116 7 INFO cinder.api.v3.volumes [None req-26735605-9482-4541-a1d8-a4476d19853a a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] Create volume of 1 GB 2026-07-09 18:10:32.122 7 INFO cinder.volume.api [None req-26735605-9482-4541-a1d8-a4476d19853a a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] Availability Zones retrieved successfully. 2026-07-09 18:10:32.288 7 INFO cinder.volume.api [None req-26735605-9482-4541-a1d8-a4476d19853a a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] Create volume request issued successfully. 2026-07-09 18:10:32.289 7 INFO cinder.api.openstack.wsgi [None req-26735605-9482-4541-a1d8-a4476d19853a a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/9d53e1a5e2f442c8a73b9b516d3b63b9/volumes returned with HTTP 202 [pid: 7|app: 0|req: 468/929] 10.0.0.251 () {34 vars in 722 bytes} [Thu Jul 9 18:10:31 2026] POST /v3/9d53e1a5e2f442c8a73b9b516d3b63b9/volumes => generated 861 bytes in 375 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) 2026-07-09 18:10:32.310 8 INFO cinder.api.openstack.wsgi [None req-79da28dd-798c-466b-9671-bbd392901ab9 a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/9d53e1a5e2f442c8a73b9b516d3b63b9/volumes/0f5ab351-6f33-4b89-8dce-f020f5c51ed0 /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-07-09 18:10:32.325 8 INFO cinder.volume.api [None req-79da28dd-798c-466b-9671-bbd392901ab9 a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] Volume info retrieved successfully. 2026-07-09 18:10:32.330 8 INFO cinder.api.openstack.wsgi [None req-79da28dd-798c-466b-9671-bbd392901ab9 a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/9d53e1a5e2f442c8a73b9b516d3b63b9/volumes/0f5ab351-6f33-4b89-8dce-f020f5c51ed0 returned with HTTP 200 [pid: 8|app: 0|req: 462/930] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:10:32 2026] GET /v3/9d53e1a5e2f442c8a73b9b516d3b63b9/volumes/0f5ab351-6f33-4b89-8dce-f020f5c51ed0 => generated 929 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-07-09 18:10:33.351 7 INFO cinder.api.openstack.wsgi [None req-bca4eb1e-b598-4e34-b5b6-2f646593e1fc a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/9d53e1a5e2f442c8a73b9b516d3b63b9/volumes/0f5ab351-6f33-4b89-8dce-f020f5c51ed0 /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-07-09 18:10:33.366 7 INFO cinder.volume.api [None req-bca4eb1e-b598-4e34-b5b6-2f646593e1fc a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] Volume info retrieved successfully. 2026-07-09 18:10:33.371 7 INFO cinder.api.openstack.wsgi [None req-bca4eb1e-b598-4e34-b5b6-2f646593e1fc a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/9d53e1a5e2f442c8a73b9b516d3b63b9/volumes/0f5ab351-6f33-4b89-8dce-f020f5c51ed0 returned with HTTP 200 [pid: 7|app: 0|req: 469/931] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:10:33 2026] GET /v3/9d53e1a5e2f442c8a73b9b516d3b63b9/volumes/0f5ab351-6f33-4b89-8dce-f020f5c51ed0 => generated 954 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:10:39.730 7 INFO cinder.api.openstack.wsgi [None req-bca4eb1e-b598-4e34-b5b6-2f646593e1fc a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:10:39.731 8 INFO cinder.api.openstack.wsgi [None req-79da28dd-798c-466b-9671-bbd392901ab9 a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:10:39.731 7 INFO cinder.api.openstack.wsgi [None req-bca4eb1e-b598-4e34-b5b6-2f646593e1fc a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:10:39.732 8 INFO cinder.api.openstack.wsgi [None req-79da28dd-798c-466b-9671-bbd392901ab9 a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:10:49.729 7 INFO cinder.api.openstack.wsgi [None req-bca4eb1e-b598-4e34-b5b6-2f646593e1fc a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:10:49.730 8 INFO cinder.api.openstack.wsgi [None req-79da28dd-798c-466b-9671-bbd392901ab9 a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:10:49.730 7 INFO cinder.api.openstack.wsgi [None req-bca4eb1e-b598-4e34-b5b6-2f646593e1fc a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:10:49.733 8 INFO cinder.api.openstack.wsgi [None req-79da28dd-798c-466b-9671-bbd392901ab9 a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] http://10.0.0.126: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-07-09 18:10:51.801 7 INFO cinder.api.openstack.wsgi [None req-74bad4fd-b17b-40e9-90ff-4c461039989d a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/9d53e1a5e2f442c8a73b9b516d3b63b9/volumes/0f5ab351-6f33-4b89-8dce-f020f5c51ed0/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-07-09 18:10:51.818 7 INFO cinder.volume.api [None req-74bad4fd-b17b-40e9-90ff-4c461039989d a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] Volume info retrieved successfully. 2026-07-09 18:10:51.838 7 INFO cinder.volume.api [None req-74bad4fd-b17b-40e9-90ff-4c461039989d a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] Update volume admin metadata completed successfully. 2026-07-09 18:10:52.344 7 INFO cinder.volume.api [None req-74bad4fd-b17b-40e9-90ff-4c461039989d a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] Attach volume completed successfully. 2026-07-09 18:10:52.344 7 INFO cinder.api.openstack.wsgi [None req-74bad4fd-b17b-40e9-90ff-4c461039989d a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/9d53e1a5e2f442c8a73b9b516d3b63b9/volumes/0f5ab351-6f33-4b89-8dce-f020f5c51ed0/action returned with HTTP 202 [pid: 7|app: 0|req: 472/936] 10.0.0.251 () {34 vars in 810 bytes} [Thu Jul 9 18:10:51 2026] POST /v3/9d53e1a5e2f442c8a73b9b516d3b63b9/volumes/0f5ab351-6f33-4b89-8dce-f020f5c51ed0/action => generated 0 bytes in 549 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-07-09 18:10:52.355 8 INFO cinder.api.openstack.wsgi [None req-7be22e67-b34d-40ba-ab54-6ebd9cb7e83e a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/9d53e1a5e2f442c8a73b9b516d3b63b9/volumes/0f5ab351-6f33-4b89-8dce-f020f5c51ed0 /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-07-09 18:10:52.381 8 INFO cinder.volume.api [None req-7be22e67-b34d-40ba-ab54-6ebd9cb7e83e a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] Volume info retrieved successfully. 2026-07-09 18:10:52.387 8 INFO cinder.api.openstack.wsgi [None req-7be22e67-b34d-40ba-ab54-6ebd9cb7e83e a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/9d53e1a5e2f442c8a73b9b516d3b63b9/volumes/0f5ab351-6f33-4b89-8dce-f020f5c51ed0 returned with HTTP 200 [pid: 8|app: 0|req: 465/937] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:10:52 2026] GET /v3/9d53e1a5e2f442c8a73b9b516d3b63b9/volumes/0f5ab351-6f33-4b89-8dce-f020f5c51ed0 => generated 1288 bytes in 38 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-07-09 18:10:52.411 7 INFO cinder.api.openstack.wsgi [None req-1bf87716-f84b-4a6a-b3a4-53e764f148c9 a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/9d53e1a5e2f442c8a73b9b516d3b63b9/volumes/0f5ab351-6f33-4b89-8dce-f020f5c51ed0/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-07-09 18:10:52.440 7 INFO cinder.volume.api [None req-1bf87716-f84b-4a6a-b3a4-53e764f148c9 a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] Volume info retrieved successfully. 2026-07-09 18:10:52.950 7 INFO cinder.volume.api [None req-1bf87716-f84b-4a6a-b3a4-53e764f148c9 a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] Detach volume completed successfully. 2026-07-09 18:10:52.951 7 INFO cinder.api.openstack.wsgi [None req-1bf87716-f84b-4a6a-b3a4-53e764f148c9 a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/9d53e1a5e2f442c8a73b9b516d3b63b9/volumes/0f5ab351-6f33-4b89-8dce-f020f5c51ed0/action returned with HTTP 202 [pid: 7|app: 0|req: 473/938] 10.0.0.251 () {34 vars in 810 bytes} [Thu Jul 9 18:10:52 2026] POST /v3/9d53e1a5e2f442c8a73b9b516d3b63b9/volumes/0f5ab351-6f33-4b89-8dce-f020f5c51ed0/action => generated 0 bytes in 547 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-07-09 18:10:52.963 8 INFO cinder.api.openstack.wsgi [None req-6644a007-bf59-49f0-b1e2-00120df979a6 a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/9d53e1a5e2f442c8a73b9b516d3b63b9/volumes/0f5ab351-6f33-4b89-8dce-f020f5c51ed0 /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-07-09 18:10:52.980 8 INFO cinder.volume.api [None req-6644a007-bf59-49f0-b1e2-00120df979a6 a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] Volume info retrieved successfully. 2026-07-09 18:10:52.985 8 INFO cinder.api.openstack.wsgi [None req-6644a007-bf59-49f0-b1e2-00120df979a6 a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/9d53e1a5e2f442c8a73b9b516d3b63b9/volumes/0f5ab351-6f33-4b89-8dce-f020f5c51ed0 returned with HTTP 200 [pid: 8|app: 0|req: 466/939] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:10:52 2026] GET /v3/9d53e1a5e2f442c8a73b9b516d3b63b9/volumes/0f5ab351-6f33-4b89-8dce-f020f5c51ed0 => generated 973 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-07-09 18:10:59.580 7 INFO cinder.api.openstack.wsgi [None req-7b35b5c7-2998-4cd9-a65c-1139c6139c19 a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/9d53e1a5e2f442c8a73b9b516d3b63b9/volumes/0f5ab351-6f33-4b89-8dce-f020f5c51ed0 /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-07-09 18:10:59.597 7 INFO cinder.volume.api [None req-7b35b5c7-2998-4cd9-a65c-1139c6139c19 a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] Volume info retrieved successfully. 2026-07-09 18:10:59.602 7 INFO cinder.api.openstack.wsgi [None req-7b35b5c7-2998-4cd9-a65c-1139c6139c19 a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/9d53e1a5e2f442c8a73b9b516d3b63b9/volumes/0f5ab351-6f33-4b89-8dce-f020f5c51ed0 returned with HTTP 200 [pid: 7|app: 0|req: 474/940] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:10:59 2026] GET /v3/9d53e1a5e2f442c8a73b9b516d3b63b9/volumes/0f5ab351-6f33-4b89-8dce-f020f5c51ed0 => generated 973 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-07-09 18:10:59.622 8 INFO cinder.api.openstack.wsgi [None req-1a2597ba-9ffd-4110-b99b-5da2ce6c0912 a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/9d53e1a5e2f442c8a73b9b516d3b63b9/volumes/0f5ab351-6f33-4b89-8dce-f020f5c51ed0 2026-07-09 18:10:59.623 8 INFO cinder.api.v3.volumes [None req-1a2597ba-9ffd-4110-b99b-5da2ce6c0912 a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] Delete volume with id: 0f5ab351-6f33-4b89-8dce-f020f5c51ed0 /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-07-09 18:10:59.632 8 INFO cinder.volume.api [None req-1a2597ba-9ffd-4110-b99b-5da2ce6c0912 a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] Volume info retrieved successfully. 2026-07-09 18:10:59.660 8 INFO cinder.volume.api [None req-1a2597ba-9ffd-4110-b99b-5da2ce6c0912 a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] Delete volume request issued successfully. 2026-07-09 18:10:59.660 8 INFO cinder.api.openstack.wsgi [None req-1a2597ba-9ffd-4110-b99b-5da2ce6c0912 a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/9d53e1a5e2f442c8a73b9b516d3b63b9/volumes/0f5ab351-6f33-4b89-8dce-f020f5c51ed0 returned with HTTP 202 [pid: 8|app: 0|req: 467/941] 10.0.0.251 () {32 vars in 778 bytes} [Thu Jul 9 18:10:59 2026] DELETE /v3/9d53e1a5e2f442c8a73b9b516d3b63b9/volumes/0f5ab351-6f33-4b89-8dce-f020f5c51ed0 => generated 0 bytes in 44 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-07-09 18:10:59.673 7 INFO cinder.api.openstack.wsgi [None req-e490b3dd-d2e4-483b-8e8c-c0ca0a637fdf a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/9d53e1a5e2f442c8a73b9b516d3b63b9/volumes/0f5ab351-6f33-4b89-8dce-f020f5c51ed0 /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-07-09 18:10:59.689 7 INFO cinder.volume.api [None req-e490b3dd-d2e4-483b-8e8c-c0ca0a637fdf a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] Volume info retrieved successfully. 2026-07-09 18:10:59.693 7 INFO cinder.api.openstack.wsgi [None req-e490b3dd-d2e4-483b-8e8c-c0ca0a637fdf a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/9d53e1a5e2f442c8a73b9b516d3b63b9/volumes/0f5ab351-6f33-4b89-8dce-f020f5c51ed0 returned with HTTP 200 [pid: 7|app: 0|req: 475/942] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:10:59 2026] GET /v3/9d53e1a5e2f442c8a73b9b516d3b63b9/volumes/0f5ab351-6f33-4b89-8dce-f020f5c51ed0 => generated 972 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:10:59.731 8 INFO cinder.api.openstack.wsgi [None req-1a2597ba-9ffd-4110-b99b-5da2ce6c0912 a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:10:59.731 7 INFO cinder.api.openstack.wsgi [None req-e490b3dd-d2e4-483b-8e8c-c0ca0a637fdf a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:10:59.732 8 INFO cinder.api.openstack.wsgi [None req-1a2597ba-9ffd-4110-b99b-5da2ce6c0912 a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:10:59.732 7 INFO cinder.api.openstack.wsgi [None req-e490b3dd-d2e4-483b-8e8c-c0ca0a637fdf a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] http://10.0.0.126: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-07-09 18:11:00.710 8 INFO cinder.api.openstack.wsgi [None req-dd9f9391-13cf-47c0-b89a-78905979efae a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/9d53e1a5e2f442c8a73b9b516d3b63b9/volumes/0f5ab351-6f33-4b89-8dce-f020f5c51ed0 2026-07-09 18:11:00.717 8 INFO cinder.api.openstack.wsgi [None req-dd9f9391-13cf-47c0-b89a-78905979efae a2ecb9801e4b4609ba903c94615f2304 9d53e1a5e2f442c8a73b9b516d3b63b9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/9d53e1a5e2f442c8a73b9b516d3b63b9/volumes/0f5ab351-6f33-4b89-8dce-f020f5c51ed0 returned with HTTP 404 [pid: 8|app: 0|req: 469/945] 10.0.0.251 () {32 vars in 775 bytes} [Thu Jul 9 18:11:00 2026] GET /v3/9d53e1a5e2f442c8a73b9b516d3b63b9/volumes/0f5ab351-6f33-4b89-8dce-f020f5c51ed0 => generated 109 bytes in 11 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-07-09 18:11:06.703 7 INFO cinder.api.openstack.wsgi [None req-c49d0baf-339a-4ef6-a5c4-acbbaf3aee07 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 18:11:06.716 7 INFO cinder.volume.api [None req-c49d0baf-339a-4ef6-a5c4-acbbaf3aee07 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 18:11:06.719 7 INFO cinder.api.openstack.wsgi [None req-c49d0baf-339a-4ef6-a5c4-acbbaf3aee07 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 477/946] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 18:11:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true => generated 15 bytes in 178 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 18:11:06.729 8 INFO cinder.api.openstack.wsgi [None req-b3588bfa-071e-4363-8146-4737ff43aeb6 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services 2026-07-09 18:11:06.740 8 INFO cinder.api.openstack.wsgi [None req-b3588bfa-071e-4363-8146-4737ff43aeb6 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services returned with HTTP 200 [pid: 8|app: 0|req: 470/947] 10.0.0.195 () {28 vars in 645 bytes} [Thu Jul 9 18:11:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services => generated 646 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:11:06.752 7 INFO cinder.api.openstack.wsgi [None req-ff213c31-032a-41bf-9dd7-7545de6f03dd 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 18:11:06.763 7 INFO cinder.volume.api [None req-ff213c31-032a-41bf-9dd7-7545de6f03dd 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 18:11:06.765 7 INFO cinder.api.openstack.wsgi [None req-ff213c31-032a-41bf-9dd7-7545de6f03dd 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 478/948] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 18:11:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:11:06.883 8 INFO cinder.api.openstack.wsgi [None req-6615a785-cb31-439b-be3f-72fe0f3d355e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true 2026-07-09 18:11:06.915 8 INFO cinder.api.openstack.wsgi [None req-6615a785-cb31-439b-be3f-72fe0f3d355e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 471/949] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:11:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true => generated 845 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:11:06.928 7 INFO cinder.api.openstack.wsgi [None req-3c828095-1a3e-475d-b5bb-5d7c34133a85 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/3cb82ac47843496d834d4a7255eb6823?usage=true 2026-07-09 18:11:06.943 7 INFO cinder.api.openstack.wsgi [None req-3c828095-1a3e-475d-b5bb-5d7c34133a85 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/3cb82ac47843496d834d4a7255eb6823?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 479/950] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:11:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/3cb82ac47843496d834d4a7255eb6823?usage=true => generated 847 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:11:06.958 8 INFO cinder.api.openstack.wsgi [None req-48d5552a-dc54-4e34-9554-39730bf2f895 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/432f05e9f57c4411beb1ef4e4d375d29?usage=true 2026-07-09 18:11:06.981 8 INFO cinder.api.openstack.wsgi [None req-48d5552a-dc54-4e34-9554-39730bf2f895 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/432f05e9f57c4411beb1ef4e4d375d29?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 472/951] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:11:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/432f05e9f57c4411beb1ef4e4d375d29?usage=true => generated 847 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:11:06.992 7 INFO cinder.api.openstack.wsgi [None req-05d163dc-6342-486f-a18a-bbc4d7288d81 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5143fac1fedf442eb9746dfdc9ffabab?usage=true 2026-07-09 18:11:07.009 7 INFO cinder.api.openstack.wsgi [None req-05d163dc-6342-486f-a18a-bbc4d7288d81 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5143fac1fedf442eb9746dfdc9ffabab?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 480/952] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:11:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5143fac1fedf442eb9746dfdc9ffabab?usage=true => generated 847 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:11:07.018 8 INFO cinder.api.openstack.wsgi [None req-00e1bf62-20f2-4738-81f2-1f73da27de28 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true 2026-07-09 18:11:07.036 8 INFO cinder.api.openstack.wsgi [None req-00e1bf62-20f2-4738-81f2-1f73da27de28 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 473/953] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:11:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true => generated 847 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:11:07.047 7 INFO cinder.api.openstack.wsgi [None req-14c9a02c-dca5-470e-9dd6-25c46eeee691 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/67041712c7084c2daf56e3f78853f9b1?usage=true 2026-07-09 18:11:07.065 7 INFO cinder.api.openstack.wsgi [None req-14c9a02c-dca5-470e-9dd6-25c46eeee691 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/67041712c7084c2daf56e3f78853f9b1?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 481/954] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:11:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/67041712c7084c2daf56e3f78853f9b1?usage=true => generated 847 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:11:07.072 8 INFO cinder.api.openstack.wsgi [None req-b2fdf82b-9190-4942-8488-f283a60b7637 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/8304fa0bacc04b0aa4cb6306abc88b77?usage=true 2026-07-09 18:11:07.092 8 INFO cinder.api.openstack.wsgi [None req-b2fdf82b-9190-4942-8488-f283a60b7637 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/8304fa0bacc04b0aa4cb6306abc88b77?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 474/955] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:11:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/8304fa0bacc04b0aa4cb6306abc88b77?usage=true => generated 847 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:11:07.105 7 INFO cinder.api.openstack.wsgi [None req-dbdd5dea-0e31-49a0-bcd3-cc9bc99d562b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/af8753f6b4c840288ccfbce97efd1896?usage=true 2026-07-09 18:11:07.134 7 INFO cinder.api.openstack.wsgi [None req-dbdd5dea-0e31-49a0-bcd3-cc9bc99d562b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/af8753f6b4c840288ccfbce97efd1896?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 482/956] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:11:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/af8753f6b4c840288ccfbce97efd1896?usage=true => generated 847 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:11:07.148 8 INFO cinder.api.openstack.wsgi [None req-6270f92a-d7c9-4625-9cbf-cd66905d4d78 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/cb5daf83139a4602bc8d1748ab8f325d?usage=true 2026-07-09 18:11:07.195 8 INFO cinder.api.openstack.wsgi [None req-6270f92a-d7c9-4625-9cbf-cd66905d4d78 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/cb5daf83139a4602bc8d1748ab8f325d?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 475/957] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:11:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/cb5daf83139a4602bc8d1748ab8f325d?usage=true => generated 847 bytes in 55 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:11:07.217 7 INFO cinder.api.openstack.wsgi [None req-c0742793-58e9-4260-ac05-206885e81697 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true 2026-07-09 18:11:07.236 7 INFO cinder.api.openstack.wsgi [None req-c0742793-58e9-4260-ac05-206885e81697 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 483/958] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:11:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true => generated 845 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:11:07.246 8 INFO cinder.api.openstack.wsgi [None req-21b826f4-c6c9-4ac0-ab22-16194ba06dc0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/eabc0da621304cdd93bc292fde6b1537?usage=true 2026-07-09 18:11:07.272 8 INFO cinder.api.openstack.wsgi [None req-21b826f4-c6c9-4ac0-ab22-16194ba06dc0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/eabc0da621304cdd93bc292fde6b1537?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 476/959] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:11:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/eabc0da621304cdd93bc292fde6b1537?usage=true => generated 847 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:11:07.282 7 INFO cinder.api.openstack.wsgi [None req-1905e6b5-27a2-4c31-ae59-0009ac50081e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/fc36953b7e734a749473b9cf13401410?usage=true 2026-07-09 18:11:07.318 7 INFO cinder.api.openstack.wsgi [None req-1905e6b5-27a2-4c31-ae59-0009ac50081e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/fc36953b7e734a749473b9cf13401410?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 484/960] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:11:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/fc36953b7e734a749473b9cf13401410?usage=true => generated 847 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:11:07.327 8 INFO cinder.api.openstack.wsgi [None req-ae1bce95-ad43-407c-a9aa-04c3135c31e8 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true 2026-07-09 18:11:07.832 8 INFO cinder.api.openstack.wsgi [None req-ae1bce95-ad43-407c-a9aa-04c3135c31e8 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 477/961] 10.0.0.195 () {28 vars in 696 bytes} [Thu Jul 9 18:11:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true => generated 668 bytes in 512 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:11:07.842 7 INFO cinder.api.openstack.wsgi [None req-c491d16c-981a-41bc-a035-3d68d35764bb 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true 2026-07-09 18:11:07.855 7 INFO cinder.volume.api [None req-c491d16c-981a-41bc-a035-3d68d35764bb 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all snapshots completed successfully. 2026-07-09 18:11:07.855 7 INFO cinder.api.openstack.wsgi [None req-c491d16c-981a-41bc-a035-3d68d35764bb 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 485/962] 10.0.0.195 () {28 vars in 674 bytes} [Thu Jul 9 18:11:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:11:09.731 8 INFO cinder.api.openstack.wsgi [None req-ae1bce95-ad43-407c-a9aa-04c3135c31e8 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:11:09.731 7 INFO cinder.api.openstack.wsgi [None req-c491d16c-981a-41bc-a035-3d68d35764bb 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:11:09.731 8 INFO cinder.api.openstack.wsgi [None req-ae1bce95-ad43-407c-a9aa-04c3135c31e8 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:11:09.732 7 INFO cinder.api.openstack.wsgi [None req-c491d16c-981a-41bc-a035-3d68d35764bb 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:11:19.730 8 INFO cinder.api.openstack.wsgi [None req-ae1bce95-ad43-407c-a9aa-04c3135c31e8 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:11:19.730 7 INFO cinder.api.openstack.wsgi [None req-c491d16c-981a-41bc-a035-3d68d35764bb 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:11:19.731 8 INFO cinder.api.openstack.wsgi [None req-ae1bce95-ad43-407c-a9aa-04c3135c31e8 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:11:19.731 7 INFO cinder.api.openstack.wsgi [None req-c491d16c-981a-41bc-a035-3d68d35764bb 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:11:29.730 8 INFO cinder.api.openstack.wsgi [None req-ae1bce95-ad43-407c-a9aa-04c3135c31e8 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:11:29.730 7 INFO cinder.api.openstack.wsgi [None req-c491d16c-981a-41bc-a035-3d68d35764bb 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:11:29.731 8 INFO cinder.api.openstack.wsgi [None req-ae1bce95-ad43-407c-a9aa-04c3135c31e8 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:11:29.731 7 INFO cinder.api.openstack.wsgi [None req-c491d16c-981a-41bc-a035-3d68d35764bb 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:11:39.730 8 INFO cinder.api.openstack.wsgi [None req-ae1bce95-ad43-407c-a9aa-04c3135c31e8 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:11:39.730 7 INFO cinder.api.openstack.wsgi [None req-c491d16c-981a-41bc-a035-3d68d35764bb 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:11:39.731 8 INFO cinder.api.openstack.wsgi [None req-ae1bce95-ad43-407c-a9aa-04c3135c31e8 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:11:39.732 7 INFO cinder.api.openstack.wsgi [None req-c491d16c-981a-41bc-a035-3d68d35764bb 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:11:49.730 8 INFO cinder.api.openstack.wsgi [None req-ae1bce95-ad43-407c-a9aa-04c3135c31e8 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:11:49.730 7 INFO cinder.api.openstack.wsgi [None req-c491d16c-981a-41bc-a035-3d68d35764bb 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:11:49.731 8 INFO cinder.api.openstack.wsgi [None req-ae1bce95-ad43-407c-a9aa-04c3135c31e8 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:11:49.731 7 INFO cinder.api.openstack.wsgi [None req-c491d16c-981a-41bc-a035-3d68d35764bb 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:11:59.729 8 INFO cinder.api.openstack.wsgi [None req-ae1bce95-ad43-407c-a9aa-04c3135c31e8 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:11:59.730 7 INFO cinder.api.openstack.wsgi [None req-c491d16c-981a-41bc-a035-3d68d35764bb 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:11:59.731 7 INFO cinder.api.openstack.wsgi [None req-c491d16c-981a-41bc-a035-3d68d35764bb 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:11:59.732 8 INFO cinder.api.openstack.wsgi [None req-ae1bce95-ad43-407c-a9aa-04c3135c31e8 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:12:06.713 7 INFO cinder.api.openstack.wsgi [None req-6cdf3b4c-9770-43cd-94ce-850f7cd51f78 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 18:12:06.725 7 INFO cinder.volume.api [None req-6cdf3b4c-9770-43cd-94ce-850f7cd51f78 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 18:12:06.730 7 INFO cinder.api.openstack.wsgi [None req-6cdf3b4c-9770-43cd-94ce-850f7cd51f78 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 492/975] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 18:12:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:12:06.742 8 INFO cinder.api.openstack.wsgi [None req-9f54f516-2497-4a2d-82b5-03b728e0bc84 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services 2026-07-09 18:12:06.751 8 INFO cinder.api.openstack.wsgi [None req-9f54f516-2497-4a2d-82b5-03b728e0bc84 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services returned with HTTP 200 [pid: 8|app: 0|req: 484/976] 10.0.0.195 () {28 vars in 645 bytes} [Thu Jul 9 18:12:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services => generated 646 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:12:06.762 7 INFO cinder.api.openstack.wsgi [None req-a2e7c50a-66ba-4d4d-a37e-406e0bce8672 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true 2026-07-09 18:12:06.769 7 INFO cinder.volume.api [None req-a2e7c50a-66ba-4d4d-a37e-406e0bce8672 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all snapshots completed successfully. 2026-07-09 18:12:06.769 7 INFO cinder.api.openstack.wsgi [None req-a2e7c50a-66ba-4d4d-a37e-406e0bce8672 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 493/977] 10.0.0.195 () {28 vars in 674 bytes} [Thu Jul 9 18:12:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:12:06.782 8 INFO cinder.api.openstack.wsgi [None req-ce125f70-e3d9-44f5-8c3a-65a5d2b46578 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true 2026-07-09 18:12:07.289 8 INFO cinder.api.openstack.wsgi [None req-ce125f70-e3d9-44f5-8c3a-65a5d2b46578 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 485/978] 10.0.0.195 () {28 vars in 696 bytes} [Thu Jul 9 18:12:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true => generated 668 bytes in 514 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:12:07.297 7 INFO cinder.api.openstack.wsgi [None req-6a161340-2dc4-4a55-b7b0-34353b710e02 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 18:12:07.308 7 INFO cinder.volume.api [None req-6a161340-2dc4-4a55-b7b0-34353b710e02 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 18:12:07.312 7 INFO cinder.api.openstack.wsgi [None req-6a161340-2dc4-4a55-b7b0-34353b710e02 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 494/979] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 18:12:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:12:07.404 8 INFO cinder.api.openstack.wsgi [None req-5e8ec238-289a-4eb0-ba62-2d733a5ec55b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true 2026-07-09 18:12:07.422 8 INFO cinder.api.openstack.wsgi [None req-5e8ec238-289a-4eb0-ba62-2d733a5ec55b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 486/980] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:12:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true => generated 845 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:12:07.435 7 INFO cinder.api.openstack.wsgi [None req-ebdab0bb-ccbc-49aa-b1bf-300f3fdfa762 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true 2026-07-09 18:12:07.455 7 INFO cinder.api.openstack.wsgi [None req-ebdab0bb-ccbc-49aa-b1bf-300f3fdfa762 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 495/981] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:12:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true => generated 847 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:12:07.466 8 INFO cinder.api.openstack.wsgi [None req-3ca774cd-d0a6-4529-9feb-6058346e5f3d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5c3d4dfbc34c4e568f305c9e4f9d5f78?usage=true 2026-07-09 18:12:07.488 8 INFO cinder.api.openstack.wsgi [None req-3ca774cd-d0a6-4529-9feb-6058346e5f3d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5c3d4dfbc34c4e568f305c9e4f9d5f78?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 487/982] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:12:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5c3d4dfbc34c4e568f305c9e4f9d5f78?usage=true => generated 847 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:12:07.498 7 INFO cinder.api.openstack.wsgi [None req-326e564f-3581-4a3c-8737-903ee97bf784 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/75ad5609e77d47c39b9cad446239e143?usage=true 2026-07-09 18:12:07.518 7 INFO cinder.api.openstack.wsgi [None req-326e564f-3581-4a3c-8737-903ee97bf784 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/75ad5609e77d47c39b9cad446239e143?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 496/983] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:12:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/75ad5609e77d47c39b9cad446239e143?usage=true => generated 847 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:12:07.533 8 INFO cinder.api.openstack.wsgi [None req-32236752-593f-4431-befc-bce38edb0c78 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/c539ac7e1ad14fa7aee576f849de9904?usage=true 2026-07-09 18:12:07.552 8 INFO cinder.api.openstack.wsgi [None req-32236752-593f-4431-befc-bce38edb0c78 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/c539ac7e1ad14fa7aee576f849de9904?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 488/984] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:12:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/c539ac7e1ad14fa7aee576f849de9904?usage=true => generated 847 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:12:07.564 7 INFO cinder.api.openstack.wsgi [None req-2632ed3d-ea6a-42bc-a528-3043d4eca80f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true 2026-07-09 18:12:07.585 7 INFO cinder.api.openstack.wsgi [None req-2632ed3d-ea6a-42bc-a528-3043d4eca80f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 497/985] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:12:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true => generated 845 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:12:07.597 8 INFO cinder.api.openstack.wsgi [None req-cbaa5a74-6c30-4f03-bf92-2cb3a691a77a 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/e80235d71ebf441d8eee57d6555ca77d?usage=true 2026-07-09 18:12:07.617 8 INFO cinder.api.openstack.wsgi [None req-cbaa5a74-6c30-4f03-bf92-2cb3a691a77a 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/e80235d71ebf441d8eee57d6555ca77d?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 489/986] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:12:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/e80235d71ebf441d8eee57d6555ca77d?usage=true => generated 847 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:12:09.730 7 INFO cinder.api.openstack.wsgi [None req-2632ed3d-ea6a-42bc-a528-3043d4eca80f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:12:09.730 8 INFO cinder.api.openstack.wsgi [None req-cbaa5a74-6c30-4f03-bf92-2cb3a691a77a 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:12:09.731 8 INFO cinder.api.openstack.wsgi [None req-cbaa5a74-6c30-4f03-bf92-2cb3a691a77a 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:12:09.732 7 INFO cinder.api.openstack.wsgi [None req-2632ed3d-ea6a-42bc-a528-3043d4eca80f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:12:19.730 7 INFO cinder.api.openstack.wsgi [None req-2632ed3d-ea6a-42bc-a528-3043d4eca80f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:12:19.730 8 INFO cinder.api.openstack.wsgi [None req-cbaa5a74-6c30-4f03-bf92-2cb3a691a77a 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:12:19.731 7 INFO cinder.api.openstack.wsgi [None req-2632ed3d-ea6a-42bc-a528-3043d4eca80f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:12:19.731 8 INFO cinder.api.openstack.wsgi [None req-cbaa5a74-6c30-4f03-bf92-2cb3a691a77a 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:12:29.730 7 INFO cinder.api.openstack.wsgi [None req-2632ed3d-ea6a-42bc-a528-3043d4eca80f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:12:29.730 8 INFO cinder.api.openstack.wsgi [None req-cbaa5a74-6c30-4f03-bf92-2cb3a691a77a 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:12:29.731 8 INFO cinder.api.openstack.wsgi [None req-cbaa5a74-6c30-4f03-bf92-2cb3a691a77a 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:12:29.731 7 INFO cinder.api.openstack.wsgi [None req-2632ed3d-ea6a-42bc-a528-3043d4eca80f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:12:39.730 8 INFO cinder.api.openstack.wsgi [None req-cbaa5a74-6c30-4f03-bf92-2cb3a691a77a 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:12:39.731 7 INFO cinder.api.openstack.wsgi [None req-2632ed3d-ea6a-42bc-a528-3043d4eca80f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:12:39.732 8 INFO cinder.api.openstack.wsgi [None req-cbaa5a74-6c30-4f03-bf92-2cb3a691a77a 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:12:39.734 7 INFO cinder.api.openstack.wsgi [None req-2632ed3d-ea6a-42bc-a528-3043d4eca80f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:12:49.730 8 INFO cinder.api.openstack.wsgi [None req-cbaa5a74-6c30-4f03-bf92-2cb3a691a77a 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:12:49.730 7 INFO cinder.api.openstack.wsgi [None req-2632ed3d-ea6a-42bc-a528-3043d4eca80f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:12:49.731 8 INFO cinder.api.openstack.wsgi [None req-cbaa5a74-6c30-4f03-bf92-2cb3a691a77a 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:12:49.732 7 INFO cinder.api.openstack.wsgi [None req-2632ed3d-ea6a-42bc-a528-3043d4eca80f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:12:59.730 7 INFO cinder.api.openstack.wsgi [None req-2632ed3d-ea6a-42bc-a528-3043d4eca80f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:12:59.730 8 INFO cinder.api.openstack.wsgi [None req-cbaa5a74-6c30-4f03-bf92-2cb3a691a77a 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:12:59.731 7 INFO cinder.api.openstack.wsgi [None req-2632ed3d-ea6a-42bc-a528-3043d4eca80f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:12:59.732 8 INFO cinder.api.openstack.wsgi [None req-cbaa5a74-6c30-4f03-bf92-2cb3a691a77a 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:13:06.785 7 INFO cinder.api.openstack.wsgi [None req-50eeb3aa-01ec-4681-bae6-08ff4be972d5 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0678f092079c486c8a6d1ddb97a994f5?usage=true 2026-07-09 18:13:06.812 7 INFO cinder.api.openstack.wsgi [None req-50eeb3aa-01ec-4681-bae6-08ff4be972d5 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0678f092079c486c8a6d1ddb97a994f5?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 504/999] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:13:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0678f092079c486c8a6d1ddb97a994f5?usage=true => generated 847 bytes in 204 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:13:06.824 8 INFO cinder.api.openstack.wsgi [None req-d867ea65-a501-4c68-9407-813e9d911265 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true 2026-07-09 18:13:06.858 8 INFO cinder.api.openstack.wsgi [None req-d867ea65-a501-4c68-9407-813e9d911265 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 496/1000] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:13:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true => generated 845 bytes in 44 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:13:06.872 7 INFO cinder.api.openstack.wsgi [None req-e08745de-98e7-4aff-9ca8-088700dee9a6 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/1b7a46df728d43708017173430a58cc4?usage=true 2026-07-09 18:13:06.890 7 INFO cinder.api.openstack.wsgi [None req-e08745de-98e7-4aff-9ca8-088700dee9a6 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/1b7a46df728d43708017173430a58cc4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 505/1001] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:13:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/1b7a46df728d43708017173430a58cc4?usage=true => generated 847 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:13:06.904 8 INFO cinder.api.openstack.wsgi [None req-f3bc4418-17ba-4cb5-add8-5be257bf923f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/4e5dcfd707dd4818aba49c097bc67673?usage=true 2026-07-09 18:13:06.930 8 INFO cinder.api.openstack.wsgi [None req-f3bc4418-17ba-4cb5-add8-5be257bf923f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/4e5dcfd707dd4818aba49c097bc67673?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 497/1002] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:13:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/4e5dcfd707dd4818aba49c097bc67673?usage=true => generated 847 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:13:06.943 7 INFO cinder.api.openstack.wsgi [None req-684d5501-a621-452b-9dbb-468d8dd329fc 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true 2026-07-09 18:13:06.970 7 INFO cinder.api.openstack.wsgi [None req-684d5501-a621-452b-9dbb-468d8dd329fc 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 506/1003] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:13:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true => generated 847 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:13:06.985 8 INFO cinder.api.openstack.wsgi [None req-e4074c7e-157d-4c9e-b31e-143d541bbe6d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/7122cf18afcc4260a7dbc78ed514f31e?usage=true 2026-07-09 18:13:07.008 8 INFO cinder.api.openstack.wsgi [None req-e4074c7e-157d-4c9e-b31e-143d541bbe6d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/7122cf18afcc4260a7dbc78ed514f31e?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 498/1004] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:13:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/7122cf18afcc4260a7dbc78ed514f31e?usage=true => generated 847 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:13:07.022 7 INFO cinder.api.openstack.wsgi [None req-499d0ca5-c4fa-480d-8ded-d17e59a2c305 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/72622f2d72e5403cbeae427694e4f216?usage=true 2026-07-09 18:13:07.042 7 INFO cinder.api.openstack.wsgi [None req-499d0ca5-c4fa-480d-8ded-d17e59a2c305 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/72622f2d72e5403cbeae427694e4f216?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 507/1005] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:13:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/72622f2d72e5403cbeae427694e4f216?usage=true => generated 847 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:13:07.052 8 INFO cinder.api.openstack.wsgi [None req-c6891061-49bb-48f0-a601-adf1aef77020 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/892866cf785e41ce98ecd5d2e86e0618?usage=true 2026-07-09 18:13:07.071 8 INFO cinder.api.openstack.wsgi [None req-c6891061-49bb-48f0-a601-adf1aef77020 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/892866cf785e41ce98ecd5d2e86e0618?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 499/1006] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:13:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/892866cf785e41ce98ecd5d2e86e0618?usage=true => generated 847 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:13:07.080 7 INFO cinder.api.openstack.wsgi [None req-3eab99ca-3a30-4a79-a36b-2e83a30ab152 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true 2026-07-09 18:13:07.106 7 INFO cinder.api.openstack.wsgi [None req-3eab99ca-3a30-4a79-a36b-2e83a30ab152 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 508/1007] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:13:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true => generated 845 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:13:07.120 8 INFO cinder.api.openstack.wsgi [None req-4e117260-df01-4634-9667-69c242f9d75a 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/dbda09151e184b6395f8eab6e374d35f?usage=true 2026-07-09 18:13:07.144 8 INFO cinder.api.openstack.wsgi [None req-4e117260-df01-4634-9667-69c242f9d75a 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/dbda09151e184b6395f8eab6e374d35f?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 500/1008] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:13:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/dbda09151e184b6395f8eab6e374d35f?usage=true => generated 847 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:13:07.158 7 INFO cinder.api.openstack.wsgi [None req-b3fcd6c9-1160-4169-b88d-bceacc06ebf0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/e77880b1bf0a4c6bbf54ec13e795f55c?usage=true 2026-07-09 18:13:07.189 7 INFO cinder.api.openstack.wsgi [None req-b3fcd6c9-1160-4169-b88d-bceacc06ebf0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/e77880b1bf0a4c6bbf54ec13e795f55c?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 509/1009] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:13:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/e77880b1bf0a4c6bbf54ec13e795f55c?usage=true => generated 847 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:13:07.200 8 INFO cinder.api.openstack.wsgi [None req-78730800-afa6-485c-bbb4-deafb17f7c73 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/e80235d71ebf441d8eee57d6555ca77d?usage=true 2026-07-09 18:13:07.220 8 INFO cinder.api.openstack.wsgi [None req-78730800-afa6-485c-bbb4-deafb17f7c73 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/e80235d71ebf441d8eee57d6555ca77d?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 501/1010] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:13:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/e80235d71ebf441d8eee57d6555ca77d?usage=true => generated 847 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:13:07.230 7 INFO cinder.api.openstack.wsgi [None req-7feab506-6efe-40ea-a0d3-4c772c9d1272 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true 2026-07-09 18:13:07.237 7 INFO cinder.volume.api [None req-7feab506-6efe-40ea-a0d3-4c772c9d1272 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all snapshots completed successfully. 2026-07-09 18:13:07.238 7 INFO cinder.api.openstack.wsgi [None req-7feab506-6efe-40ea-a0d3-4c772c9d1272 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 510/1011] 10.0.0.195 () {28 vars in 674 bytes} [Thu Jul 9 18:13:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:13:07.249 8 INFO cinder.api.openstack.wsgi [None req-139d9074-6f8c-471e-ac7f-94d7aabb4fa9 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services 2026-07-09 18:13:07.255 8 INFO cinder.api.openstack.wsgi [None req-139d9074-6f8c-471e-ac7f-94d7aabb4fa9 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services returned with HTTP 200 [pid: 8|app: 0|req: 502/1012] 10.0.0.195 () {28 vars in 645 bytes} [Thu Jul 9 18:13:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services => generated 646 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:13:07.265 7 INFO cinder.api.openstack.wsgi [None req-ead813a2-ff7f-480a-b698-ac23f4bb8334 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 18:13:07.275 7 INFO cinder.volume.api [None req-ead813a2-ff7f-480a-b698-ac23f4bb8334 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 18:13:07.277 7 INFO cinder.api.openstack.wsgi [None req-ead813a2-ff7f-480a-b698-ac23f4bb8334 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 511/1013] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 18:13:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:13:07.288 8 INFO cinder.api.openstack.wsgi [None req-060177cc-2047-425a-8788-53c3439e757c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true 2026-07-09 18:13:07.791 8 INFO cinder.api.openstack.wsgi [None req-060177cc-2047-425a-8788-53c3439e757c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 503/1014] 10.0.0.195 () {28 vars in 696 bytes} [Thu Jul 9 18:13:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true => generated 668 bytes in 512 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:13:07.800 7 INFO cinder.api.openstack.wsgi [None req-5b767da2-1519-4558-a87a-e22414d7e9e7 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 18:13:07.809 7 INFO cinder.volume.api [None req-5b767da2-1519-4558-a87a-e22414d7e9e7 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 18:13:07.811 7 INFO cinder.api.openstack.wsgi [None req-5b767da2-1519-4558-a87a-e22414d7e9e7 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 512/1015] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 18:13:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:13:09.730 8 INFO cinder.api.openstack.wsgi [None req-060177cc-2047-425a-8788-53c3439e757c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:13:09.730 7 INFO cinder.api.openstack.wsgi [None req-5b767da2-1519-4558-a87a-e22414d7e9e7 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:13:09.731 8 INFO cinder.api.openstack.wsgi [None req-060177cc-2047-425a-8788-53c3439e757c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:13:09.731 7 INFO cinder.api.openstack.wsgi [None req-5b767da2-1519-4558-a87a-e22414d7e9e7 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:13:19.730 7 INFO cinder.api.openstack.wsgi [None req-5b767da2-1519-4558-a87a-e22414d7e9e7 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:13:19.730 8 INFO cinder.api.openstack.wsgi [None req-060177cc-2047-425a-8788-53c3439e757c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:13:19.731 7 INFO cinder.api.openstack.wsgi [None req-5b767da2-1519-4558-a87a-e22414d7e9e7 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:13:19.731 8 INFO cinder.api.openstack.wsgi [None req-060177cc-2047-425a-8788-53c3439e757c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:13:29.730 8 INFO cinder.api.openstack.wsgi [None req-060177cc-2047-425a-8788-53c3439e757c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:13:29.730 7 INFO cinder.api.openstack.wsgi [None req-5b767da2-1519-4558-a87a-e22414d7e9e7 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:13:29.731 8 INFO cinder.api.openstack.wsgi [None req-060177cc-2047-425a-8788-53c3439e757c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:13:29.732 7 INFO cinder.api.openstack.wsgi [None req-5b767da2-1519-4558-a87a-e22414d7e9e7 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:13:34.357 8 INFO cinder.api.openstack.wsgi [None req-1b569dda-1592-43d4-b7e8-9b69610d6dde 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes 2026-07-09 18:13:34.507 8 INFO cinder.api.v3.volumes [None req-1b569dda-1592-43d4-b7e8-9b69610d6dde 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Create volume of 16 GB 2026-07-09 18:13:34.514 8 INFO cinder.volume.api [None req-1b569dda-1592-43d4-b7e8-9b69610d6dde 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Availability Zones retrieved successfully. 2026-07-09 18:13:34.764 8 INFO cinder.volume.api [None req-1b569dda-1592-43d4-b7e8-9b69610d6dde 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Create volume request issued successfully. 2026-07-09 18:13:34.766 8 INFO cinder.api.openstack.wsgi [None req-1b569dda-1592-43d4-b7e8-9b69610d6dde 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes returned with HTTP 202 [pid: 8|app: 0|req: 507/1022] 199.19.213.116 () {34 vars in 734 bytes} [Thu Jul 9 18:13:34 2026] POST /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes => generated 846 bytes in 507 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) 2026-07-09 18:13:34.779 7 INFO cinder.api.openstack.wsgi [req-1b569dda-1592-43d4-b7e8-9b69610d6dde req-27740875-6ef5-49be-8bbf-8240b623628c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/0a14f936-484b-4a6f-9368-23ff6e3ade1d /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-07-09 18:13:34.832 7 INFO cinder.volume.api [req-1b569dda-1592-43d4-b7e8-9b69610d6dde req-27740875-6ef5-49be-8bbf-8240b623628c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Volume info retrieved successfully. 2026-07-09 18:13:34.841 7 INFO cinder.api.openstack.wsgi [req-1b569dda-1592-43d4-b7e8-9b69610d6dde req-27740875-6ef5-49be-8bbf-8240b623628c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/0a14f936-484b-4a6f-9368-23ff6e3ade1d returned with HTTP 200 [pid: 7|app: 0|req: 516/1023] 199.19.213.116 () {32 vars in 825 bytes} [Thu Jul 9 18:13:34 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/0a14f936-484b-4a6f-9368-23ff6e3ade1d => generated 1025 bytes in 70 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-07-09 18:13:39.730 7 INFO cinder.api.openstack.wsgi [req-1b569dda-1592-43d4-b7e8-9b69610d6dde req-27740875-6ef5-49be-8bbf-8240b623628c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:13:39.730 8 INFO cinder.api.openstack.wsgi [None req-1b569dda-1592-43d4-b7e8-9b69610d6dde 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:13:39.731 7 INFO cinder.api.openstack.wsgi [req-1b569dda-1592-43d4-b7e8-9b69610d6dde req-27740875-6ef5-49be-8bbf-8240b623628c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:13:39.731 8 INFO cinder.api.openstack.wsgi [None req-1b569dda-1592-43d4-b7e8-9b69610d6dde 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126: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-07-09 18:13:39.858 7 INFO cinder.api.openstack.wsgi [req-1b569dda-1592-43d4-b7e8-9b69610d6dde req-f89a0a44-fe22-40ff-a4b1-cdebb3f711ce 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/0a14f936-484b-4a6f-9368-23ff6e3ade1d /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-07-09 18:13:39.876 7 INFO cinder.volume.api [req-1b569dda-1592-43d4-b7e8-9b69610d6dde req-f89a0a44-fe22-40ff-a4b1-cdebb3f711ce 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Volume info retrieved successfully. 2026-07-09 18:13:39.887 7 INFO cinder.api.openstack.wsgi [req-1b569dda-1592-43d4-b7e8-9b69610d6dde req-f89a0a44-fe22-40ff-a4b1-cdebb3f711ce 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/0a14f936-484b-4a6f-9368-23ff6e3ade1d returned with HTTP 200 [pid: 7|app: 0|req: 518/1026] 199.19.213.116 () {32 vars in 825 bytes} [Thu Jul 9 18:13:39 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/0a14f936-484b-4a6f-9368-23ff6e3ade1d => generated 1675 bytes in 36 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-07-09 18:13:40.351 8 INFO cinder.api.openstack.wsgi [req-35bf2feb-68d0-4729-90bb-89c03af1e749 req-8be1ae5d-0c8f-496f-97d8-f0f03430ad5e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/0a14f936-484b-4a6f-9368-23ff6e3ade1d /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-07-09 18:13:40.368 8 INFO cinder.volume.api [req-35bf2feb-68d0-4729-90bb-89c03af1e749 req-8be1ae5d-0c8f-496f-97d8-f0f03430ad5e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Volume info retrieved successfully. 2026-07-09 18:13:40.376 8 INFO cinder.api.openstack.wsgi [req-35bf2feb-68d0-4729-90bb-89c03af1e749 req-8be1ae5d-0c8f-496f-97d8-f0f03430ad5e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/0a14f936-484b-4a6f-9368-23ff6e3ade1d returned with HTTP 200 [pid: 8|app: 0|req: 509/1027] 10.0.0.5 () {34 vars in 1026 bytes} [Thu Jul 9 18:13:40 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/0a14f936-484b-4a6f-9368-23ff6e3ade1d => generated 1675 bytes in 35 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-07-09 18:13:40.868 7 INFO cinder.api.openstack.wsgi [req-35bf2feb-68d0-4729-90bb-89c03af1e749 req-ee5ac19f-a267-4d71-b66a-481234e05a9f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/0a14f936-484b-4a6f-9368-23ff6e3ade1d /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-07-09 18:13:40.886 7 INFO cinder.volume.api [req-35bf2feb-68d0-4729-90bb-89c03af1e749 req-ee5ac19f-a267-4d71-b66a-481234e05a9f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Volume info retrieved successfully. 2026-07-09 18:13:40.890 7 INFO cinder.api.openstack.wsgi [req-35bf2feb-68d0-4729-90bb-89c03af1e749 req-ee5ac19f-a267-4d71-b66a-481234e05a9f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/0a14f936-484b-4a6f-9368-23ff6e3ade1d returned with HTTP 200 [pid: 7|app: 0|req: 519/1028] 10.0.0.5 () {34 vars in 1026 bytes} [Thu Jul 9 18:13:40 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/0a14f936-484b-4a6f-9368-23ff6e3ade1d => generated 1675 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-07-09 18:13:40.899 8 INFO cinder.api.openstack.wsgi [req-35bf2feb-68d0-4729-90bb-89c03af1e749 req-8be1ae5d-0c8f-496f-97d8-f0f03430ad5e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-07-09 18:13:40.899 8 INFO cinder.api.openstack.wsgi [req-35bf2feb-68d0-4729-90bb-89c03af1e749 req-8be1ae5d-0c8f-496f-97d8-f0f03430ad5e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 8|app: 0|req: 510/1029] 10.0.0.5 () {32 vars in 827 bytes} [Thu Jul 9 18:13:40 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-07-09 18:13:40.913 7 INFO cinder.api.openstack.wsgi [req-35bf2feb-68d0-4729-90bb-89c03af1e749 req-34f8aac1-db78-4652-b5a5-21f96e99a077 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:13:40.951 7 INFO cinder.api.openstack.wsgi [req-35bf2feb-68d0-4729-90bb-89c03af1e749 req-34f8aac1-db78-4652-b5a5-21f96e99a077 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/attachments returned with HTTP 200 [pid: 7|app: 0|req: 520/1030] 10.0.0.5 () {40 vars in 1055 bytes} [Thu Jul 9 18:13:40 2026] POST /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/attachments => generated 273 bytes in 47 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-07-09 18:13:44.337 8 INFO cinder.api.openstack.wsgi [req-1b569dda-1592-43d4-b7e8-9b69610d6dde req-00c775aa-9334-4f29-b1a1-d9fdd13f656f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/0a14f936-484b-4a6f-9368-23ff6e3ade1d /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-07-09 18:13:44.360 8 INFO cinder.volume.api [req-1b569dda-1592-43d4-b7e8-9b69610d6dde req-00c775aa-9334-4f29-b1a1-d9fdd13f656f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Volume info retrieved successfully. 2026-07-09 18:13:44.365 8 INFO cinder.api.openstack.wsgi [req-1b569dda-1592-43d4-b7e8-9b69610d6dde req-00c775aa-9334-4f29-b1a1-d9fdd13f656f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/0a14f936-484b-4a6f-9368-23ff6e3ade1d returned with HTTP 200 [pid: 8|app: 0|req: 511/1031] 199.19.213.116 () {32 vars in 825 bytes} [Thu Jul 9 18:13:44 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/0a14f936-484b-4a6f-9368-23ff6e3ade1d => generated 1674 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-07-09 18:13:46.329 7 INFO cinder.api.openstack.wsgi [req-35bf2feb-68d0-4729-90bb-89c03af1e749 req-34f8aac1-db78-4652-b5a5-21f96e99a077 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-07-09 18:13:46.330 7 INFO cinder.api.openstack.wsgi [req-35bf2feb-68d0-4729-90bb-89c03af1e749 req-34f8aac1-db78-4652-b5a5-21f96e99a077 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 7|app: 0|req: 521/1032] 199.19.213.116 () {32 vars in 840 bytes} [Thu Jul 9 18:13:46 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-07-09 18:13:46.342 8 INFO cinder.api.openstack.wsgi [req-35bf2feb-68d0-4729-90bb-89c03af1e749 req-165255c4-1603-41a4-a472-a8accfbc335f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/0a14f936-484b-4a6f-9368-23ff6e3ade1d /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-07-09 18:13:46.358 8 INFO cinder.volume.api [req-35bf2feb-68d0-4729-90bb-89c03af1e749 req-165255c4-1603-41a4-a472-a8accfbc335f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Volume info retrieved successfully. 2026-07-09 18:13:46.362 8 INFO cinder.api.openstack.wsgi [req-35bf2feb-68d0-4729-90bb-89c03af1e749 req-165255c4-1603-41a4-a472-a8accfbc335f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/0a14f936-484b-4a6f-9368-23ff6e3ade1d returned with HTTP 200 [pid: 8|app: 0|req: 512/1033] 199.19.213.116 () {36 vars in 1073 bytes} [Thu Jul 9 18:13:46 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/0a14f936-484b-4a6f-9368-23ff6e3ade1d => generated 1898 bytes in 28 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-07-09 18:13:46.431 7 INFO cinder.api.openstack.wsgi [req-35bf2feb-68d0-4729-90bb-89c03af1e749 req-3aba4ef8-7911-4455-a6f5-2d096ce5c02c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/attachments/1772d437-0ab7-4c00-97a1-3578644291eb /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-07-09 18:13:47.376 8 INFO cinder.api.openstack.wsgi [req-1b569dda-1592-43d4-b7e8-9b69610d6dde req-7c1a8938-8b05-4de9-8565-d4e98e2e2518 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/0a14f936-484b-4a6f-9368-23ff6e3ade1d /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-07-09 18:13:47.392 8 INFO cinder.volume.api [req-1b569dda-1592-43d4-b7e8-9b69610d6dde req-7c1a8938-8b05-4de9-8565-d4e98e2e2518 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Volume info retrieved successfully. 2026-07-09 18:13:47.396 8 INFO cinder.api.openstack.wsgi [req-1b569dda-1592-43d4-b7e8-9b69610d6dde req-7c1a8938-8b05-4de9-8565-d4e98e2e2518 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/0a14f936-484b-4a6f-9368-23ff6e3ade1d returned with HTTP 200 [pid: 8|app: 0|req: 513/1034] 199.19.213.116 () {32 vars in 825 bytes} [Thu Jul 9 18:13:47 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/0a14f936-484b-4a6f-9368-23ff6e3ade1d => generated 1675 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-07-09 18:13:47.472 7 INFO cinder.api.openstack.wsgi [req-35bf2feb-68d0-4729-90bb-89c03af1e749 req-3aba4ef8-7911-4455-a6f5-2d096ce5c02c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/attachments/1772d437-0ab7-4c00-97a1-3578644291eb returned with HTTP 200 [pid: 7|app: 0|req: 522/1035] 199.19.213.116 () {40 vars in 1135 bytes} [Thu Jul 9 18:13:46 2026] PUT /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/attachments/1772d437-0ab7-4c00-97a1-3578644291eb => 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/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-07-09 18:13:47.995 8 INFO cinder.api.openstack.wsgi [req-35bf2feb-68d0-4729-90bb-89c03af1e749 req-5430e963-2a9d-4c50-b96f-c5e68647bbf4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/attachments/1772d437-0ab7-4c00-97a1-3578644291eb/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-07-09 18:13:48.025 8 INFO cinder.api.openstack.wsgi [req-35bf2feb-68d0-4729-90bb-89c03af1e749 req-5430e963-2a9d-4c50-b96f-c5e68647bbf4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/attachments/1772d437-0ab7-4c00-97a1-3578644291eb/action returned with HTTP 204 [pid: 8|app: 0|req: 514/1036] 199.19.213.116 () {40 vars in 1148 bytes} [Thu Jul 9 18:13:47 2026] POST /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/attachments/1772d437-0ab7-4c00-97a1-3578644291eb/action => generated 0 bytes in 37 msecs (HTTP/1.1 204) 7 headers in 292 bytes (1 switches on core 0) 2026-07-09 18:13:49.730 7 INFO cinder.api.openstack.wsgi [req-35bf2feb-68d0-4729-90bb-89c03af1e749 req-3aba4ef8-7911-4455-a6f5-2d096ce5c02c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:13:49.730 8 INFO cinder.api.openstack.wsgi [req-35bf2feb-68d0-4729-90bb-89c03af1e749 req-5430e963-2a9d-4c50-b96f-c5e68647bbf4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:13:49.731 7 INFO cinder.api.openstack.wsgi [req-35bf2feb-68d0-4729-90bb-89c03af1e749 req-3aba4ef8-7911-4455-a6f5-2d096ce5c02c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:13:49.732 8 INFO cinder.api.openstack.wsgi [req-35bf2feb-68d0-4729-90bb-89c03af1e749 req-5430e963-2a9d-4c50-b96f-c5e68647bbf4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126: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-07-09 18:13:50.337 7 INFO cinder.api.openstack.wsgi [req-1b569dda-1592-43d4-b7e8-9b69610d6dde req-25acee92-7188-4104-97c1-52326d564df4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/0a14f936-484b-4a6f-9368-23ff6e3ade1d /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-07-09 18:13:50.378 7 INFO cinder.volume.api [req-1b569dda-1592-43d4-b7e8-9b69610d6dde req-25acee92-7188-4104-97c1-52326d564df4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Volume info retrieved successfully. 2026-07-09 18:13:50.385 7 INFO cinder.api.openstack.wsgi [req-1b569dda-1592-43d4-b7e8-9b69610d6dde req-25acee92-7188-4104-97c1-52326d564df4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/0a14f936-484b-4a6f-9368-23ff6e3ade1d returned with HTTP 200 [pid: 7|app: 0|req: 524/1039] 199.19.213.116 () {32 vars in 825 bytes} [Thu Jul 9 18:13:50 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/0a14f936-484b-4a6f-9368-23ff6e3ade1d => generated 1973 bytes in 57 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-07-09 18:13:53.482 8 INFO cinder.api.openstack.wsgi [req-1b569dda-1592-43d4-b7e8-9b69610d6dde req-a32b0fe8-c77a-42b6-8952-e1196a35d12e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/0a14f936-484b-4a6f-9368-23ff6e3ade1d /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-07-09 18:13:53.504 8 INFO cinder.volume.api [req-1b569dda-1592-43d4-b7e8-9b69610d6dde req-a32b0fe8-c77a-42b6-8952-e1196a35d12e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Volume info retrieved successfully. 2026-07-09 18:13:53.510 8 INFO cinder.api.openstack.wsgi [req-1b569dda-1592-43d4-b7e8-9b69610d6dde req-a32b0fe8-c77a-42b6-8952-e1196a35d12e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/0a14f936-484b-4a6f-9368-23ff6e3ade1d returned with HTTP 200 [pid: 8|app: 0|req: 516/1040] 199.19.213.116 () {32 vars in 825 bytes} [Thu Jul 9 18:13:53 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/0a14f936-484b-4a6f-9368-23ff6e3ade1d => generated 1973 bytes in 35 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-07-09 18:13:56.428 7 INFO cinder.api.openstack.wsgi [req-1b569dda-1592-43d4-b7e8-9b69610d6dde req-4c74e8a9-54d2-42e4-85be-11c27d50a801 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/0a14f936-484b-4a6f-9368-23ff6e3ade1d /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-07-09 18:13:56.452 7 INFO cinder.volume.api [req-1b569dda-1592-43d4-b7e8-9b69610d6dde req-4c74e8a9-54d2-42e4-85be-11c27d50a801 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Volume info retrieved successfully. 2026-07-09 18:13:56.458 7 INFO cinder.api.openstack.wsgi [req-1b569dda-1592-43d4-b7e8-9b69610d6dde req-4c74e8a9-54d2-42e4-85be-11c27d50a801 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/0a14f936-484b-4a6f-9368-23ff6e3ade1d returned with HTTP 200 [pid: 7|app: 0|req: 525/1041] 199.19.213.116 () {32 vars in 825 bytes} [Thu Jul 9 18:13:56 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/0a14f936-484b-4a6f-9368-23ff6e3ade1d => generated 1973 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-07-09 18:13:59.730 8 INFO cinder.api.openstack.wsgi [req-1b569dda-1592-43d4-b7e8-9b69610d6dde req-a32b0fe8-c77a-42b6-8952-e1196a35d12e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:13:59.731 7 INFO cinder.api.openstack.wsgi [req-1b569dda-1592-43d4-b7e8-9b69610d6dde req-4c74e8a9-54d2-42e4-85be-11c27d50a801 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:13:59.731 8 INFO cinder.api.openstack.wsgi [req-1b569dda-1592-43d4-b7e8-9b69610d6dde req-a32b0fe8-c77a-42b6-8952-e1196a35d12e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:13:59.732 7 INFO cinder.api.openstack.wsgi [req-1b569dda-1592-43d4-b7e8-9b69610d6dde req-4c74e8a9-54d2-42e4-85be-11c27d50a801 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126: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-07-09 18:14:06.517 8 INFO cinder.api.openstack.wsgi [None req-fb1e678f-805c-4a02-a2bf-4b4261acee24 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 18:14:06.539 8 INFO cinder.volume.api [None req-fb1e678f-805c-4a02-a2bf-4b4261acee24 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - 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-07-09 18:14:06.548 8 INFO cinder.api.openstack.wsgi [None req-fb1e678f-805c-4a02-a2bf-4b4261acee24 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 518/1044] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 18:14:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true => generated 1976 bytes in 81 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-07-09 18:14:06.611 7 INFO cinder.api.openstack.wsgi [None req-7856ea1e-adac-4591-94fb-f9208f76c4c8 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0678f092079c486c8a6d1ddb97a994f5?usage=true 2026-07-09 18:14:06.644 7 INFO cinder.api.openstack.wsgi [None req-7856ea1e-adac-4591-94fb-f9208f76c4c8 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0678f092079c486c8a6d1ddb97a994f5?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 527/1045] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:14:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0678f092079c486c8a6d1ddb97a994f5?usage=true => generated 847 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-07-09 18:14:06.659 8 INFO cinder.api.openstack.wsgi [None req-0933105c-3004-4954-a310-ca7570982eea 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true 2026-07-09 18:14:06.691 8 INFO cinder.api.openstack.wsgi [None req-0933105c-3004-4954-a310-ca7570982eea 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 519/1046] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:14:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true => generated 847 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:14:06.703 7 INFO cinder.api.openstack.wsgi [None req-fa274028-329e-4046-bc84-40b5a04ddd50 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/1b7a46df728d43708017173430a58cc4?usage=true 2026-07-09 18:14:06.731 7 INFO cinder.api.openstack.wsgi [None req-fa274028-329e-4046-bc84-40b5a04ddd50 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/1b7a46df728d43708017173430a58cc4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 528/1047] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:14:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/1b7a46df728d43708017173430a58cc4?usage=true => generated 847 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:14:06.749 8 INFO cinder.api.openstack.wsgi [None req-84891059-05a1-496f-97a2-ae3afa1b1be0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/4e5dcfd707dd4818aba49c097bc67673?usage=true 2026-07-09 18:14:06.788 8 INFO cinder.api.openstack.wsgi [None req-84891059-05a1-496f-97a2-ae3afa1b1be0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/4e5dcfd707dd4818aba49c097bc67673?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 520/1048] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:14:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/4e5dcfd707dd4818aba49c097bc67673?usage=true => generated 847 bytes in 51 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:14:06.802 7 INFO cinder.api.openstack.wsgi [None req-69ea750d-7299-48ad-9c15-12157c6878bf 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true 2026-07-09 18:14:06.840 7 INFO cinder.api.openstack.wsgi [None req-69ea750d-7299-48ad-9c15-12157c6878bf 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 529/1049] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:14:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true => generated 847 bytes in 46 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:14:06.857 8 INFO cinder.api.openstack.wsgi [None req-c6c25ef6-7520-457b-ac22-c79ccda4ec2f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/7122cf18afcc4260a7dbc78ed514f31e?usage=true 2026-07-09 18:14:06.889 8 INFO cinder.api.openstack.wsgi [None req-c6c25ef6-7520-457b-ac22-c79ccda4ec2f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/7122cf18afcc4260a7dbc78ed514f31e?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 521/1050] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:14:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/7122cf18afcc4260a7dbc78ed514f31e?usage=true => generated 847 bytes in 42 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:14:06.900 7 INFO cinder.api.openstack.wsgi [None req-2e2a5923-0e17-43d5-a771-cbaaa25e8da3 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/72622f2d72e5403cbeae427694e4f216?usage=true 2026-07-09 18:14:06.922 7 INFO cinder.api.openstack.wsgi [None req-2e2a5923-0e17-43d5-a771-cbaaa25e8da3 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/72622f2d72e5403cbeae427694e4f216?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 530/1051] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:14:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/72622f2d72e5403cbeae427694e4f216?usage=true => generated 847 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:14:06.937 8 INFO cinder.api.openstack.wsgi [None req-eab6c93a-25bf-4e2b-bda6-e6e26feb67f7 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/892866cf785e41ce98ecd5d2e86e0618?usage=true 2026-07-09 18:14:06.971 8 INFO cinder.api.openstack.wsgi [None req-eab6c93a-25bf-4e2b-bda6-e6e26feb67f7 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/892866cf785e41ce98ecd5d2e86e0618?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 522/1052] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:14:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/892866cf785e41ce98ecd5d2e86e0618?usage=true => generated 847 bytes in 45 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:14:06.980 7 INFO cinder.api.openstack.wsgi [None req-dba97a64-32c2-47d4-adaf-c8878c4a0a4f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true 2026-07-09 18:14:07.009 7 INFO cinder.api.openstack.wsgi [None req-dba97a64-32c2-47d4-adaf-c8878c4a0a4f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 531/1053] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:14:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true => generated 845 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:14:07.022 8 INFO cinder.api.openstack.wsgi [None req-ab61c218-7faf-4bba-a29f-16b159003482 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/dbda09151e184b6395f8eab6e374d35f?usage=true 2026-07-09 18:14:07.047 8 INFO cinder.api.openstack.wsgi [None req-ab61c218-7faf-4bba-a29f-16b159003482 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/dbda09151e184b6395f8eab6e374d35f?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 523/1054] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:14:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/dbda09151e184b6395f8eab6e374d35f?usage=true => generated 847 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:14:07.058 7 INFO cinder.api.openstack.wsgi [None req-b57ee3fb-12a5-4d88-8b6e-23d327c77784 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/e77880b1bf0a4c6bbf54ec13e795f55c?usage=true 2026-07-09 18:14:07.087 7 INFO cinder.api.openstack.wsgi [None req-b57ee3fb-12a5-4d88-8b6e-23d327c77784 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/e77880b1bf0a4c6bbf54ec13e795f55c?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 532/1055] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:14:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/e77880b1bf0a4c6bbf54ec13e795f55c?usage=true => generated 847 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:14:07.098 8 INFO cinder.api.openstack.wsgi [None req-54dec9c3-f7f4-46c3-8117-8b2f27bb85f4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true 2026-07-09 18:14:07.105 8 INFO cinder.volume.api [None req-54dec9c3-f7f4-46c3-8117-8b2f27bb85f4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all snapshots completed successfully. 2026-07-09 18:14:07.105 8 INFO cinder.api.openstack.wsgi [None req-54dec9c3-f7f4-46c3-8117-8b2f27bb85f4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 524/1056] 10.0.0.195 () {28 vars in 674 bytes} [Thu Jul 9 18:14:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:14:07.117 7 INFO cinder.api.openstack.wsgi [None req-8a4c7317-90c6-498b-8e2f-8f90015ef1cd 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services 2026-07-09 18:14:07.123 7 INFO cinder.api.openstack.wsgi [None req-8a4c7317-90c6-498b-8e2f-8f90015ef1cd 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services returned with HTTP 200 [pid: 7|app: 0|req: 533/1057] 10.0.0.195 () {28 vars in 645 bytes} [Thu Jul 9 18:14:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services => generated 646 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:14:07.133 8 INFO cinder.api.openstack.wsgi [None req-3b874579-bab2-4563-9e03-bc2bd4be6e40 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true 2026-07-09 18:14:07.637 8 INFO cinder.api.openstack.wsgi [None req-3b874579-bab2-4563-9e03-bc2bd4be6e40 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 525/1058] 10.0.0.195 () {28 vars in 696 bytes} [Thu Jul 9 18:14:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true => generated 669 bytes in 510 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:14:07.650 7 INFO cinder.api.openstack.wsgi [None req-bc4effcd-8e89-41bf-9f07-b1196ce16539 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 18:14:07.668 7 INFO cinder.volume.api [None req-bc4effcd-8e89-41bf-9f07-b1196ce16539 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - 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-07-09 18:14:07.674 7 INFO cinder.api.openstack.wsgi [None req-bc4effcd-8e89-41bf-9f07-b1196ce16539 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 534/1059] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 18:14:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true => generated 1976 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-07-09 18:14:09.731 8 INFO cinder.api.openstack.wsgi [None req-3b874579-bab2-4563-9e03-bc2bd4be6e40 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:14:09.732 8 INFO cinder.api.openstack.wsgi [None req-3b874579-bab2-4563-9e03-bc2bd4be6e40 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:14:09.733 7 INFO cinder.api.openstack.wsgi [None req-bc4effcd-8e89-41bf-9f07-b1196ce16539 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:14:09.734 7 INFO cinder.api.openstack.wsgi [None req-bc4effcd-8e89-41bf-9f07-b1196ce16539 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:14:19.730 8 INFO cinder.api.openstack.wsgi [None req-3b874579-bab2-4563-9e03-bc2bd4be6e40 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:14:19.731 8 INFO cinder.api.openstack.wsgi [None req-3b874579-bab2-4563-9e03-bc2bd4be6e40 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:14:19.733 7 INFO cinder.api.openstack.wsgi [None req-bc4effcd-8e89-41bf-9f07-b1196ce16539 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:14:19.735 7 INFO cinder.api.openstack.wsgi [None req-bc4effcd-8e89-41bf-9f07-b1196ce16539 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:14:29.730 7 INFO cinder.api.openstack.wsgi [None req-bc4effcd-8e89-41bf-9f07-b1196ce16539 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:14:29.730 8 INFO cinder.api.openstack.wsgi [None req-3b874579-bab2-4563-9e03-bc2bd4be6e40 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:14:29.731 7 INFO cinder.api.openstack.wsgi [None req-bc4effcd-8e89-41bf-9f07-b1196ce16539 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:14:29.732 8 INFO cinder.api.openstack.wsgi [None req-3b874579-bab2-4563-9e03-bc2bd4be6e40 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:14:39.730 7 INFO cinder.api.openstack.wsgi [None req-bc4effcd-8e89-41bf-9f07-b1196ce16539 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:14:39.730 8 INFO cinder.api.openstack.wsgi [None req-3b874579-bab2-4563-9e03-bc2bd4be6e40 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:14:39.731 7 INFO cinder.api.openstack.wsgi [None req-bc4effcd-8e89-41bf-9f07-b1196ce16539 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:14:39.732 8 INFO cinder.api.openstack.wsgi [None req-3b874579-bab2-4563-9e03-bc2bd4be6e40 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:14:49.729 7 INFO cinder.api.openstack.wsgi [None req-bc4effcd-8e89-41bf-9f07-b1196ce16539 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:14:49.730 8 INFO cinder.api.openstack.wsgi [None req-3b874579-bab2-4563-9e03-bc2bd4be6e40 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:14:49.730 7 INFO cinder.api.openstack.wsgi [None req-bc4effcd-8e89-41bf-9f07-b1196ce16539 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:14:49.731 8 INFO cinder.api.openstack.wsgi [None req-3b874579-bab2-4563-9e03-bc2bd4be6e40 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:14:59.730 7 INFO cinder.api.openstack.wsgi [None req-bc4effcd-8e89-41bf-9f07-b1196ce16539 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:14:59.730 8 INFO cinder.api.openstack.wsgi [None req-3b874579-bab2-4563-9e03-bc2bd4be6e40 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:14:59.732 8 INFO cinder.api.openstack.wsgi [None req-3b874579-bab2-4563-9e03-bc2bd4be6e40 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:14:59.732 7 INFO cinder.api.openstack.wsgi [None req-bc4effcd-8e89-41bf-9f07-b1196ce16539 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:15:06.531 8 INFO cinder.api.openstack.wsgi [None req-2cde948e-abea-440b-94db-1065985a2fec 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true 2026-07-09 18:15:06.537 8 INFO cinder.volume.api [None req-2cde948e-abea-440b-94db-1065985a2fec 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all snapshots completed successfully. 2026-07-09 18:15:06.537 8 INFO cinder.api.openstack.wsgi [None req-2cde948e-abea-440b-94db-1065985a2fec 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 532/1072] 10.0.0.195 () {28 vars in 674 bytes} [Thu Jul 9 18:15:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true => generated 17 bytes in 50 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-07-09 18:15:06.552 7 INFO cinder.api.openstack.wsgi [None req-2ba60b0b-43db-4186-a80f-7ee2fd2046e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services 2026-07-09 18:15:06.559 7 INFO cinder.api.openstack.wsgi [None req-2ba60b0b-43db-4186-a80f-7ee2fd2046e0 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services returned with HTTP 200 [pid: 7|app: 0|req: 541/1073] 10.0.0.195 () {28 vars in 645 bytes} [Thu Jul 9 18:15:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services => generated 646 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:15:06.573 8 INFO cinder.api.openstack.wsgi [None req-86898e36-37df-4ef2-943a-7d108d8537b2 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 18:15:06.593 8 INFO cinder.volume.api [None req-86898e36-37df-4ef2-943a-7d108d8537b2 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - 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-07-09 18:15:06.599 8 INFO cinder.api.openstack.wsgi [None req-86898e36-37df-4ef2-943a-7d108d8537b2 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 533/1074] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 18:15:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true => generated 1976 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-07-09 18:15:06.683 7 INFO cinder.api.openstack.wsgi [None req-4f19cabb-097e-4bc3-b65c-f78a4ea29a37 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0678f092079c486c8a6d1ddb97a994f5?usage=true 2026-07-09 18:15:06.705 7 INFO cinder.api.openstack.wsgi [None req-4f19cabb-097e-4bc3-b65c-f78a4ea29a37 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0678f092079c486c8a6d1ddb97a994f5?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 542/1075] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:15:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0678f092079c486c8a6d1ddb97a994f5?usage=true => generated 847 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-07-09 18:15:06.714 8 INFO cinder.api.openstack.wsgi [None req-f4ad3b89-65d0-40c0-a214-af6df4184b54 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true 2026-07-09 18:15:06.758 8 INFO cinder.api.openstack.wsgi [None req-f4ad3b89-65d0-40c0-a214-af6df4184b54 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 534/1076] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:15:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true => generated 847 bytes in 51 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:15:06.772 7 INFO cinder.api.openstack.wsgi [None req-89e5cffa-9af0-40de-b912-1a37f08d94d9 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/1b7a46df728d43708017173430a58cc4?usage=true 2026-07-09 18:15:06.813 7 INFO cinder.api.openstack.wsgi [None req-89e5cffa-9af0-40de-b912-1a37f08d94d9 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/1b7a46df728d43708017173430a58cc4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 543/1077] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:15:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/1b7a46df728d43708017173430a58cc4?usage=true => generated 847 bytes in 51 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:15:06.827 8 INFO cinder.api.openstack.wsgi [None req-46ccb74d-a54e-4027-b713-e967f9bca68d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/4e5dcfd707dd4818aba49c097bc67673?usage=true 2026-07-09 18:15:06.861 8 INFO cinder.api.openstack.wsgi [None req-46ccb74d-a54e-4027-b713-e967f9bca68d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/4e5dcfd707dd4818aba49c097bc67673?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 535/1078] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:15:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/4e5dcfd707dd4818aba49c097bc67673?usage=true => generated 847 bytes in 44 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:15:06.875 7 INFO cinder.api.openstack.wsgi [None req-414100d3-c1ae-49e5-94e3-5994760fcd86 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true 2026-07-09 18:15:06.901 7 INFO cinder.api.openstack.wsgi [None req-414100d3-c1ae-49e5-94e3-5994760fcd86 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 544/1079] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:15:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true => generated 847 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:15:06.914 8 INFO cinder.api.openstack.wsgi [None req-2a0d77bf-ba4a-4023-831a-d5c8f093cdd4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/7122cf18afcc4260a7dbc78ed514f31e?usage=true 2026-07-09 18:15:06.936 8 INFO cinder.api.openstack.wsgi [None req-2a0d77bf-ba4a-4023-831a-d5c8f093cdd4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/7122cf18afcc4260a7dbc78ed514f31e?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 536/1080] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:15:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/7122cf18afcc4260a7dbc78ed514f31e?usage=true => generated 847 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:15:06.947 7 INFO cinder.api.openstack.wsgi [None req-8d984d83-ced6-4926-a8a2-a2a913a37e87 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/72622f2d72e5403cbeae427694e4f216?usage=true 2026-07-09 18:15:06.970 7 INFO cinder.api.openstack.wsgi [None req-8d984d83-ced6-4926-a8a2-a2a913a37e87 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/72622f2d72e5403cbeae427694e4f216?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 545/1081] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:15:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/72622f2d72e5403cbeae427694e4f216?usage=true => generated 847 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:15:06.982 8 INFO cinder.api.openstack.wsgi [None req-083fbfac-1e3d-44f6-a620-efa0640e8d97 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/892866cf785e41ce98ecd5d2e86e0618?usage=true 2026-07-09 18:15:07.004 8 INFO cinder.api.openstack.wsgi [None req-083fbfac-1e3d-44f6-a620-efa0640e8d97 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/892866cf785e41ce98ecd5d2e86e0618?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 537/1082] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:15:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/892866cf785e41ce98ecd5d2e86e0618?usage=true => generated 847 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:15:07.016 7 INFO cinder.api.openstack.wsgi [None req-3b9f48cb-7ba4-4f5e-9ecd-f17ef285953c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true 2026-07-09 18:15:07.033 7 INFO cinder.api.openstack.wsgi [None req-3b9f48cb-7ba4-4f5e-9ecd-f17ef285953c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 546/1083] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:15:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true => generated 845 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:15:07.046 8 INFO cinder.api.openstack.wsgi [None req-b1e3462c-5719-422a-93d8-b39258afef71 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/dbda09151e184b6395f8eab6e374d35f?usage=true 2026-07-09 18:15:07.071 8 INFO cinder.api.openstack.wsgi [None req-b1e3462c-5719-422a-93d8-b39258afef71 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/dbda09151e184b6395f8eab6e374d35f?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 538/1084] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:15:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/dbda09151e184b6395f8eab6e374d35f?usage=true => generated 847 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:15:07.082 7 INFO cinder.api.openstack.wsgi [None req-9abd7741-f830-4bff-b83f-6d7298eb7532 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/e77880b1bf0a4c6bbf54ec13e795f55c?usage=true 2026-07-09 18:15:07.099 7 INFO cinder.api.openstack.wsgi [None req-9abd7741-f830-4bff-b83f-6d7298eb7532 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/e77880b1bf0a4c6bbf54ec13e795f55c?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 547/1085] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:15:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/e77880b1bf0a4c6bbf54ec13e795f55c?usage=true => generated 847 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:15:07.111 8 INFO cinder.api.openstack.wsgi [None req-7b2c50d7-e68a-49fe-911d-e9cc43e1fbaf 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 18:15:07.125 8 INFO cinder.volume.api [None req-7b2c50d7-e68a-49fe-911d-e9cc43e1fbaf 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - 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-07-09 18:15:07.138 8 INFO cinder.api.openstack.wsgi [None req-7b2c50d7-e68a-49fe-911d-e9cc43e1fbaf 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 539/1086] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 18:15:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true => generated 1976 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-07-09 18:15:07.154 7 INFO cinder.api.openstack.wsgi [None req-7cdcbba7-8391-4196-aee1-8ad71073fbc3 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true 2026-07-09 18:15:07.659 7 INFO cinder.api.openstack.wsgi [None req-7cdcbba7-8391-4196-aee1-8ad71073fbc3 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 548/1087] 10.0.0.195 () {28 vars in 696 bytes} [Thu Jul 9 18:15:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true => generated 671 bytes in 515 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:15:09.730 7 INFO cinder.api.openstack.wsgi [None req-7cdcbba7-8391-4196-aee1-8ad71073fbc3 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:15:09.730 8 INFO cinder.api.openstack.wsgi [None req-7b2c50d7-e68a-49fe-911d-e9cc43e1fbaf 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:15:09.731 7 INFO cinder.api.openstack.wsgi [None req-7cdcbba7-8391-4196-aee1-8ad71073fbc3 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:15:09.733 8 INFO cinder.api.openstack.wsgi [None req-7b2c50d7-e68a-49fe-911d-e9cc43e1fbaf 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:15:19.730 7 INFO cinder.api.openstack.wsgi [None req-7cdcbba7-8391-4196-aee1-8ad71073fbc3 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:15:19.730 8 INFO cinder.api.openstack.wsgi [None req-7b2c50d7-e68a-49fe-911d-e9cc43e1fbaf 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:15:19.731 8 INFO cinder.api.openstack.wsgi [None req-7b2c50d7-e68a-49fe-911d-e9cc43e1fbaf 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:15:19.732 7 INFO cinder.api.openstack.wsgi [None req-7cdcbba7-8391-4196-aee1-8ad71073fbc3 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:15:29.740 7 INFO cinder.api.openstack.wsgi [None req-7cdcbba7-8391-4196-aee1-8ad71073fbc3 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:15:29.741 7 INFO cinder.api.openstack.wsgi [None req-7cdcbba7-8391-4196-aee1-8ad71073fbc3 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:15:29.744 8 INFO cinder.api.openstack.wsgi [None req-7b2c50d7-e68a-49fe-911d-e9cc43e1fbaf 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:15:29.751 8 INFO cinder.api.openstack.wsgi [None req-7b2c50d7-e68a-49fe-911d-e9cc43e1fbaf 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:15:39.730 7 INFO cinder.api.openstack.wsgi [None req-7cdcbba7-8391-4196-aee1-8ad71073fbc3 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:15:39.730 8 INFO cinder.api.openstack.wsgi [None req-7b2c50d7-e68a-49fe-911d-e9cc43e1fbaf 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:15:39.732 8 INFO cinder.api.openstack.wsgi [None req-7b2c50d7-e68a-49fe-911d-e9cc43e1fbaf 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:15:39.732 7 INFO cinder.api.openstack.wsgi [None req-7cdcbba7-8391-4196-aee1-8ad71073fbc3 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:15:49.731 7 INFO cinder.api.openstack.wsgi [None req-7cdcbba7-8391-4196-aee1-8ad71073fbc3 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:15:49.731 8 INFO cinder.api.openstack.wsgi [None req-7b2c50d7-e68a-49fe-911d-e9cc43e1fbaf 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:15:49.732 7 INFO cinder.api.openstack.wsgi [None req-7cdcbba7-8391-4196-aee1-8ad71073fbc3 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:15:49.733 8 INFO cinder.api.openstack.wsgi [None req-7b2c50d7-e68a-49fe-911d-e9cc43e1fbaf 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:15:59.729 7 INFO cinder.api.openstack.wsgi [None req-7cdcbba7-8391-4196-aee1-8ad71073fbc3 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:15:59.730 7 INFO cinder.api.openstack.wsgi [None req-7cdcbba7-8391-4196-aee1-8ad71073fbc3 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:15:59.731 8 INFO cinder.api.openstack.wsgi [None req-7b2c50d7-e68a-49fe-911d-e9cc43e1fbaf 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:15:59.733 8 INFO cinder.api.openstack.wsgi [None req-7b2c50d7-e68a-49fe-911d-e9cc43e1fbaf 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:16:06.545 7 INFO cinder.api.openstack.wsgi [None req-c9d7d784-8fba-43b9-9cba-45fc21ab2811 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 18:16:06.558 7 INFO cinder.volume.api [None req-c9d7d784-8fba-43b9-9cba-45fc21ab2811 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - 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-07-09 18:16:06.565 7 INFO cinder.api.openstack.wsgi [None req-c9d7d784-8fba-43b9-9cba-45fc21ab2811 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 555/1100] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 18:16:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true => generated 1976 bytes in 66 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-07-09 18:16:06.579 8 INFO cinder.api.openstack.wsgi [None req-df0789a3-586d-4934-841e-9ba39ff90e6e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 18:16:06.593 8 INFO cinder.volume.api [None req-df0789a3-586d-4934-841e-9ba39ff90e6e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - 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-07-09 18:16:06.599 8 INFO cinder.api.openstack.wsgi [None req-df0789a3-586d-4934-841e-9ba39ff90e6e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 546/1101] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 18:16:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true => generated 1976 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-07-09 18:16:06.613 7 INFO cinder.api.openstack.wsgi [None req-4b4a8c79-0743-4189-ad0f-3a8d1260a182 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true 2026-07-09 18:16:07.116 7 INFO cinder.api.openstack.wsgi [None req-4b4a8c79-0743-4189-ad0f-3a8d1260a182 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 556/1102] 10.0.0.195 () {28 vars in 696 bytes} [Thu Jul 9 18:16:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true => generated 671 bytes in 511 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-07-09 18:16:07.170 8 INFO cinder.api.openstack.wsgi [None req-28f41719-811a-4c43-8bd7-8503d71a763e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0678f092079c486c8a6d1ddb97a994f5?usage=true 2026-07-09 18:16:07.191 8 INFO cinder.api.openstack.wsgi [None req-28f41719-811a-4c43-8bd7-8503d71a763e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0678f092079c486c8a6d1ddb97a994f5?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 547/1103] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:16:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0678f092079c486c8a6d1ddb97a994f5?usage=true => generated 847 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:16:07.201 7 INFO cinder.api.openstack.wsgi [None req-c5196d79-ce8e-448f-8464-f45b74c9002a 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true 2026-07-09 18:16:07.230 7 INFO cinder.api.openstack.wsgi [None req-c5196d79-ce8e-448f-8464-f45b74c9002a 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 557/1104] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:16:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true => generated 847 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:16:07.241 8 INFO cinder.api.openstack.wsgi [None req-a43f82b6-230b-4a8e-b97a-26d6e954eb27 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/1b7a46df728d43708017173430a58cc4?usage=true 2026-07-09 18:16:07.266 8 INFO cinder.api.openstack.wsgi [None req-a43f82b6-230b-4a8e-b97a-26d6e954eb27 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/1b7a46df728d43708017173430a58cc4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 548/1105] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:16:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/1b7a46df728d43708017173430a58cc4?usage=true => generated 847 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:16:07.276 7 INFO cinder.api.openstack.wsgi [None req-34fb4b00-560e-41ec-bbbd-7c439b94e2c2 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/4e5dcfd707dd4818aba49c097bc67673?usage=true 2026-07-09 18:16:07.295 7 INFO cinder.api.openstack.wsgi [None req-34fb4b00-560e-41ec-bbbd-7c439b94e2c2 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/4e5dcfd707dd4818aba49c097bc67673?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 558/1106] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:16:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/4e5dcfd707dd4818aba49c097bc67673?usage=true => generated 847 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:16:07.308 8 INFO cinder.api.openstack.wsgi [None req-31dd5f07-b150-40d2-a6fb-fbad248ee7ff 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true 2026-07-09 18:16:07.336 8 INFO cinder.api.openstack.wsgi [None req-31dd5f07-b150-40d2-a6fb-fbad248ee7ff 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 549/1107] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:16:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true => generated 847 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:16:07.348 7 INFO cinder.api.openstack.wsgi [None req-089a9460-778e-408d-83cc-8934e4c6d50b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/7122cf18afcc4260a7dbc78ed514f31e?usage=true 2026-07-09 18:16:07.373 7 INFO cinder.api.openstack.wsgi [None req-089a9460-778e-408d-83cc-8934e4c6d50b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/7122cf18afcc4260a7dbc78ed514f31e?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 559/1108] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:16:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/7122cf18afcc4260a7dbc78ed514f31e?usage=true => generated 847 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:16:07.385 8 INFO cinder.api.openstack.wsgi [None req-1547533e-e97e-45f9-8328-53f8bc73429a 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/72622f2d72e5403cbeae427694e4f216?usage=true 2026-07-09 18:16:07.407 8 INFO cinder.api.openstack.wsgi [None req-1547533e-e97e-45f9-8328-53f8bc73429a 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/72622f2d72e5403cbeae427694e4f216?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 550/1109] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:16:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/72622f2d72e5403cbeae427694e4f216?usage=true => generated 847 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:16:07.420 7 INFO cinder.api.openstack.wsgi [None req-5bfc65b0-90a6-47d9-ad65-9e27a2337980 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/892866cf785e41ce98ecd5d2e86e0618?usage=true 2026-07-09 18:16:07.456 7 INFO cinder.api.openstack.wsgi [None req-5bfc65b0-90a6-47d9-ad65-9e27a2337980 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/892866cf785e41ce98ecd5d2e86e0618?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 560/1110] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:16:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/892866cf785e41ce98ecd5d2e86e0618?usage=true => generated 847 bytes in 45 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:16:07.468 8 INFO cinder.api.openstack.wsgi [None req-1e721661-d670-4442-9e75-b51a03570e50 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true 2026-07-09 18:16:07.487 8 INFO cinder.api.openstack.wsgi [None req-1e721661-d670-4442-9e75-b51a03570e50 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 551/1111] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:16:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true => generated 845 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:16:07.496 7 INFO cinder.api.openstack.wsgi [None req-e3f217e5-b6b1-481e-960b-07684abdd9bc 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/dbda09151e184b6395f8eab6e374d35f?usage=true 2026-07-09 18:16:07.517 7 INFO cinder.api.openstack.wsgi [None req-e3f217e5-b6b1-481e-960b-07684abdd9bc 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/dbda09151e184b6395f8eab6e374d35f?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 561/1112] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:16:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/dbda09151e184b6395f8eab6e374d35f?usage=true => generated 847 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:16:07.527 8 INFO cinder.api.openstack.wsgi [None req-8c28897d-699e-4e80-8bf2-db053734cece 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/e77880b1bf0a4c6bbf54ec13e795f55c?usage=true 2026-07-09 18:16:07.559 8 INFO cinder.api.openstack.wsgi [None req-8c28897d-699e-4e80-8bf2-db053734cece 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/e77880b1bf0a4c6bbf54ec13e795f55c?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 552/1113] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:16:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/e77880b1bf0a4c6bbf54ec13e795f55c?usage=true => generated 847 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:16:07.572 7 INFO cinder.api.openstack.wsgi [None req-c069509e-b62a-4ea5-adae-16ea66e06d7d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true 2026-07-09 18:16:07.579 7 INFO cinder.volume.api [None req-c069509e-b62a-4ea5-adae-16ea66e06d7d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all snapshots completed successfully. 2026-07-09 18:16:07.580 7 INFO cinder.api.openstack.wsgi [None req-c069509e-b62a-4ea5-adae-16ea66e06d7d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 562/1114] 10.0.0.195 () {28 vars in 674 bytes} [Thu Jul 9 18:16:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true => generated 17 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 18:16:07.592 8 INFO cinder.api.openstack.wsgi [None req-da4c8334-477a-4339-8376-32e3b249d0d2 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services 2026-07-09 18:16:07.598 8 INFO cinder.api.openstack.wsgi [None req-da4c8334-477a-4339-8376-32e3b249d0d2 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services returned with HTTP 200 [pid: 8|app: 0|req: 553/1115] 10.0.0.195 () {28 vars in 645 bytes} [Thu Jul 9 18:16:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services => generated 646 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:16:09.730 7 INFO cinder.api.openstack.wsgi [None req-c069509e-b62a-4ea5-adae-16ea66e06d7d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:16:09.730 8 INFO cinder.api.openstack.wsgi [None req-da4c8334-477a-4339-8376-32e3b249d0d2 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:16:09.730 7 INFO cinder.api.openstack.wsgi [None req-c069509e-b62a-4ea5-adae-16ea66e06d7d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:16:09.731 8 INFO cinder.api.openstack.wsgi [None req-da4c8334-477a-4339-8376-32e3b249d0d2 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:16:19.730 7 INFO cinder.api.openstack.wsgi [None req-c069509e-b62a-4ea5-adae-16ea66e06d7d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:16:19.730 8 INFO cinder.api.openstack.wsgi [None req-da4c8334-477a-4339-8376-32e3b249d0d2 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:16:19.731 8 INFO cinder.api.openstack.wsgi [None req-da4c8334-477a-4339-8376-32e3b249d0d2 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:16:19.731 7 INFO cinder.api.openstack.wsgi [None req-c069509e-b62a-4ea5-adae-16ea66e06d7d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:16:29.730 7 INFO cinder.api.openstack.wsgi [None req-c069509e-b62a-4ea5-adae-16ea66e06d7d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:16:29.730 8 INFO cinder.api.openstack.wsgi [None req-da4c8334-477a-4339-8376-32e3b249d0d2 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:16:29.732 8 INFO cinder.api.openstack.wsgi [None req-da4c8334-477a-4339-8376-32e3b249d0d2 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:16:29.732 7 INFO cinder.api.openstack.wsgi [None req-c069509e-b62a-4ea5-adae-16ea66e06d7d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:16:35.544 8 INFO cinder.api.openstack.wsgi [req-986ea993-1369-42a7-9f69-a2d67c1186a7 req-ef890652-beb9-4bfc-b740-18b9aea2ed57 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/attachments/1772d437-0ab7-4c00-97a1-3578644291eb /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-07-09 18:16:36.087 8 INFO cinder.api.openstack.wsgi [req-986ea993-1369-42a7-9f69-a2d67c1186a7 req-ef890652-beb9-4bfc-b740-18b9aea2ed57 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/attachments/1772d437-0ab7-4c00-97a1-3578644291eb returned with HTTP 200 [pid: 8|app: 0|req: 557/1122] 199.19.213.116 () {38 vars in 1103 bytes} [Thu Jul 9 18:16:35 2026] DELETE /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/attachments/1772d437-0ab7-4c00-97a1-3578644291eb => generated 19 bytes in 553 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:16:36.104 7 INFO cinder.api.openstack.wsgi [req-986ea993-1369-42a7-9f69-a2d67c1186a7 req-bcb39fd0-89f6-4362-9e24-6347835b9b98 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/0a14f936-484b-4a6f-9368-23ff6e3ade1d 2026-07-09 18:16:36.105 7 INFO cinder.api.v3.volumes [req-986ea993-1369-42a7-9f69-a2d67c1186a7 req-bcb39fd0-89f6-4362-9e24-6347835b9b98 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Delete volume with id: 0a14f936-484b-4a6f-9368-23ff6e3ade1d /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-07-09 18:16:36.124 7 INFO cinder.volume.api [req-986ea993-1369-42a7-9f69-a2d67c1186a7 req-bcb39fd0-89f6-4362-9e24-6347835b9b98 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Volume info retrieved successfully. 2026-07-09 18:16:36.155 7 INFO cinder.volume.api [req-986ea993-1369-42a7-9f69-a2d67c1186a7 req-bcb39fd0-89f6-4362-9e24-6347835b9b98 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Delete volume request issued successfully. 2026-07-09 18:16:36.155 7 INFO cinder.api.openstack.wsgi [req-986ea993-1369-42a7-9f69-a2d67c1186a7 req-bcb39fd0-89f6-4362-9e24-6347835b9b98 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/0a14f936-484b-4a6f-9368-23ff6e3ade1d returned with HTTP 202 [pid: 7|app: 0|req: 566/1123] 199.19.213.116 () {36 vars in 1054 bytes} [Thu Jul 9 18:16:36 2026] DELETE /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/0a14f936-484b-4a6f-9368-23ff6e3ade1d => generated 0 bytes in 59 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) 2026-07-09 18:16:39.729 8 INFO cinder.api.openstack.wsgi [req-986ea993-1369-42a7-9f69-a2d67c1186a7 req-ef890652-beb9-4bfc-b740-18b9aea2ed57 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:16:39.729 7 INFO cinder.api.openstack.wsgi [req-986ea993-1369-42a7-9f69-a2d67c1186a7 req-bcb39fd0-89f6-4362-9e24-6347835b9b98 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:16:39.730 8 INFO cinder.api.openstack.wsgi [req-986ea993-1369-42a7-9f69-a2d67c1186a7 req-ef890652-beb9-4bfc-b740-18b9aea2ed57 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:16:39.730 7 INFO cinder.api.openstack.wsgi [req-986ea993-1369-42a7-9f69-a2d67c1186a7 req-bcb39fd0-89f6-4362-9e24-6347835b9b98 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:16:49.730 7 INFO cinder.api.openstack.wsgi [req-986ea993-1369-42a7-9f69-a2d67c1186a7 req-bcb39fd0-89f6-4362-9e24-6347835b9b98 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:16:49.731 8 INFO cinder.api.openstack.wsgi [req-986ea993-1369-42a7-9f69-a2d67c1186a7 req-ef890652-beb9-4bfc-b740-18b9aea2ed57 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:16:49.731 7 INFO cinder.api.openstack.wsgi [req-986ea993-1369-42a7-9f69-a2d67c1186a7 req-bcb39fd0-89f6-4362-9e24-6347835b9b98 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:16:49.733 8 INFO cinder.api.openstack.wsgi [req-986ea993-1369-42a7-9f69-a2d67c1186a7 req-ef890652-beb9-4bfc-b740-18b9aea2ed57 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:16:59.729 7 INFO cinder.api.openstack.wsgi [req-986ea993-1369-42a7-9f69-a2d67c1186a7 req-bcb39fd0-89f6-4362-9e24-6347835b9b98 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:16:59.730 8 INFO cinder.api.openstack.wsgi [req-986ea993-1369-42a7-9f69-a2d67c1186a7 req-ef890652-beb9-4bfc-b740-18b9aea2ed57 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:16:59.731 7 INFO cinder.api.openstack.wsgi [req-986ea993-1369-42a7-9f69-a2d67c1186a7 req-bcb39fd0-89f6-4362-9e24-6347835b9b98 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:16:59.731 8 INFO cinder.api.openstack.wsgi [req-986ea993-1369-42a7-9f69-a2d67c1186a7 req-ef890652-beb9-4bfc-b740-18b9aea2ed57 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126: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-07-09 18:17:06.814 7 INFO cinder.api.openstack.wsgi [None req-afe4092c-1d13-48ab-b51c-bf1f2a00873c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 18:17:06.824 7 INFO cinder.volume.api [None req-afe4092c-1d13-48ab-b51c-bf1f2a00873c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 18:17:06.826 7 INFO cinder.api.openstack.wsgi [None req-afe4092c-1d13-48ab-b51c-bf1f2a00873c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 570/1130] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 18:17:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true => generated 15 bytes in 266 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-07-09 18:17:06.837 8 INFO cinder.api.openstack.wsgi [None req-6677b79b-7159-4e2b-ac54-2509e4da2abd 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:17:06.851 8 INFO cinder.volume.api [None req-6677b79b-7159-4e2b-ac54-2509e4da2abd 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all snapshots completed successfully. 2026-07-09 18:17:06.852 8 INFO cinder.api.openstack.wsgi [None req-6677b79b-7159-4e2b-ac54-2509e4da2abd 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 561/1131] 10.0.0.195 () {28 vars in 674 bytes} [Thu Jul 9 18:17:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true => generated 17 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 18:17:06.865 7 INFO cinder.api.openstack.wsgi [None req-ff331da7-eb44-438f-b94b-b4ce6b1c9598 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services 2026-07-09 18:17:06.872 7 INFO cinder.api.openstack.wsgi [None req-ff331da7-eb44-438f-b94b-b4ce6b1c9598 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services returned with HTTP 200 [pid: 7|app: 0|req: 571/1132] 10.0.0.195 () {28 vars in 645 bytes} [Thu Jul 9 18:17:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services => generated 646 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:17:06.922 8 INFO cinder.api.openstack.wsgi [None req-8bd9fc04-7830-470e-8a4f-451f2454d27e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0678f092079c486c8a6d1ddb97a994f5?usage=true 2026-07-09 18:17:06.949 8 INFO cinder.api.openstack.wsgi [None req-8bd9fc04-7830-470e-8a4f-451f2454d27e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0678f092079c486c8a6d1ddb97a994f5?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 562/1133] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:17:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0678f092079c486c8a6d1ddb97a994f5?usage=true => generated 847 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:17:06.959 7 INFO cinder.api.openstack.wsgi [None req-8991767d-692a-435f-b396-2dd23c9e44be 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true 2026-07-09 18:17:06.983 7 INFO cinder.api.openstack.wsgi [None req-8991767d-692a-435f-b396-2dd23c9e44be 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 572/1134] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:17:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true => generated 845 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:17:06.995 8 INFO cinder.api.openstack.wsgi [None req-f74de9e0-8376-4233-8ca7-1d9e8211eefe 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/1b7a46df728d43708017173430a58cc4?usage=true 2026-07-09 18:17:07.014 8 INFO cinder.api.openstack.wsgi [None req-f74de9e0-8376-4233-8ca7-1d9e8211eefe 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/1b7a46df728d43708017173430a58cc4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 563/1135] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:17:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/1b7a46df728d43708017173430a58cc4?usage=true => generated 847 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:17:07.025 7 INFO cinder.api.openstack.wsgi [None req-eaf52bf3-1c8d-4887-82e5-8cc3e2e6c72d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/4e5dcfd707dd4818aba49c097bc67673?usage=true 2026-07-09 18:17:07.047 7 INFO cinder.api.openstack.wsgi [None req-eaf52bf3-1c8d-4887-82e5-8cc3e2e6c72d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/4e5dcfd707dd4818aba49c097bc67673?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 573/1136] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:17:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/4e5dcfd707dd4818aba49c097bc67673?usage=true => generated 847 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:17:07.059 8 INFO cinder.api.openstack.wsgi [None req-57fe8fde-e756-4ec3-b263-cce8b7434f93 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true 2026-07-09 18:17:07.079 8 INFO cinder.api.openstack.wsgi [None req-57fe8fde-e756-4ec3-b263-cce8b7434f93 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 564/1137] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:17:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true => generated 847 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:17:07.091 7 INFO cinder.api.openstack.wsgi [None req-84cb0944-52a2-4588-a2be-35672cb9e864 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/72622f2d72e5403cbeae427694e4f216?usage=true 2026-07-09 18:17:07.112 7 INFO cinder.api.openstack.wsgi [None req-84cb0944-52a2-4588-a2be-35672cb9e864 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/72622f2d72e5403cbeae427694e4f216?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 574/1138] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:17:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/72622f2d72e5403cbeae427694e4f216?usage=true => generated 847 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:17:07.125 8 INFO cinder.api.openstack.wsgi [None req-fa8619d2-22a2-47be-ae53-bad96b2ab073 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/892866cf785e41ce98ecd5d2e86e0618?usage=true 2026-07-09 18:17:07.145 8 INFO cinder.api.openstack.wsgi [None req-fa8619d2-22a2-47be-ae53-bad96b2ab073 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/892866cf785e41ce98ecd5d2e86e0618?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 565/1139] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:17:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/892866cf785e41ce98ecd5d2e86e0618?usage=true => generated 847 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:17:07.156 7 INFO cinder.api.openstack.wsgi [None req-af2125aa-5af0-471c-92e6-976bcf378b04 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true 2026-07-09 18:17:07.175 7 INFO cinder.api.openstack.wsgi [None req-af2125aa-5af0-471c-92e6-976bcf378b04 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 575/1140] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:17:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true => generated 845 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:17:07.187 8 INFO cinder.api.openstack.wsgi [None req-8a6956f1-c70e-43ce-a648-f5f41bd6c3ac 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/dbda09151e184b6395f8eab6e374d35f?usage=true 2026-07-09 18:17:07.208 8 INFO cinder.api.openstack.wsgi [None req-8a6956f1-c70e-43ce-a648-f5f41bd6c3ac 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/dbda09151e184b6395f8eab6e374d35f?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 566/1141] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:17:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/dbda09151e184b6395f8eab6e374d35f?usage=true => generated 847 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:17:07.220 7 INFO cinder.api.openstack.wsgi [None req-edbdbe95-eb4d-4170-acec-fb190d754d9c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/e77880b1bf0a4c6bbf54ec13e795f55c?usage=true 2026-07-09 18:17:07.240 7 INFO cinder.api.openstack.wsgi [None req-edbdbe95-eb4d-4170-acec-fb190d754d9c 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/e77880b1bf0a4c6bbf54ec13e795f55c?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 576/1142] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:17:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/e77880b1bf0a4c6bbf54ec13e795f55c?usage=true => generated 847 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:17:07.254 8 INFO cinder.api.openstack.wsgi [None req-91d12fbf-73be-4688-97c8-740292eba4e4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 18:17:07.266 8 INFO cinder.volume.api [None req-91d12fbf-73be-4688-97c8-740292eba4e4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 18:17:07.268 8 INFO cinder.api.openstack.wsgi [None req-91d12fbf-73be-4688-97c8-740292eba4e4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 567/1143] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 18:17:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:17:07.279 7 INFO cinder.api.openstack.wsgi [None req-e1b1fb80-8af0-4750-85d5-225b6af9b1f3 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true 2026-07-09 18:17:07.783 7 INFO cinder.api.openstack.wsgi [None req-e1b1fb80-8af0-4750-85d5-225b6af9b1f3 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 577/1144] 10.0.0.195 () {28 vars in 696 bytes} [Thu Jul 9 18:17:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:17:09.730 8 INFO cinder.api.openstack.wsgi [None req-91d12fbf-73be-4688-97c8-740292eba4e4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:17:09.731 8 INFO cinder.api.openstack.wsgi [None req-91d12fbf-73be-4688-97c8-740292eba4e4 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:17:09.730 7 INFO cinder.api.openstack.wsgi [None req-e1b1fb80-8af0-4750-85d5-225b6af9b1f3 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:17:09.735 7 INFO cinder.api.openstack.wsgi [None req-e1b1fb80-8af0-4750-85d5-225b6af9b1f3 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:17:15.882 8 INFO cinder.api.openstack.wsgi [None req-e16341a4-dd20-4330-ba02-0aadaf5868c1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots 2026-07-09 18:17:15.889 8 INFO cinder.volume.api [None req-e16341a4-dd20-4330-ba02-0aadaf5868c1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all snapshots completed successfully. 2026-07-09 18:17:15.889 8 INFO cinder.api.openstack.wsgi [None req-e16341a4-dd20-4330-ba02-0aadaf5868c1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots returned with HTTP 200 [pid: 8|app: 0|req: 569/1147] 10.0.0.251 () {32 vars in 705 bytes} [Thu Jul 9 18:17:15 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots => generated 17 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 18:17:15.904 7 INFO cinder.api.openstack.wsgi [None req-3cd61197-3898-4e23-a45a-a73ce547eab3 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes 2026-07-09 18:17:15.913 7 INFO cinder.volume.api [None req-3cd61197-3898-4e23-a45a-a73ce547eab3 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 18:17:15.914 7 INFO cinder.api.openstack.wsgi [None req-3cd61197-3898-4e23-a45a-a73ce547eab3 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes returned with HTTP 200 [pid: 7|app: 0|req: 579/1148] 10.0.0.251 () {32 vars in 701 bytes} [Thu Jul 9 18:17:15 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes => generated 15 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 18:17:19.730 7 INFO cinder.api.openstack.wsgi [None req-3cd61197-3898-4e23-a45a-a73ce547eab3 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:17:19.730 8 INFO cinder.api.openstack.wsgi [None req-e16341a4-dd20-4330-ba02-0aadaf5868c1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:17:19.730 7 INFO cinder.api.openstack.wsgi [None req-3cd61197-3898-4e23-a45a-a73ce547eab3 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:17:19.731 8 INFO cinder.api.openstack.wsgi [None req-e16341a4-dd20-4330-ba02-0aadaf5868c1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:17:29.730 8 INFO cinder.api.openstack.wsgi [None req-e16341a4-dd20-4330-ba02-0aadaf5868c1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:17:29.730 7 INFO cinder.api.openstack.wsgi [None req-3cd61197-3898-4e23-a45a-a73ce547eab3 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:17:29.731 7 INFO cinder.api.openstack.wsgi [None req-3cd61197-3898-4e23-a45a-a73ce547eab3 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:17:29.731 8 INFO cinder.api.openstack.wsgi [None req-e16341a4-dd20-4330-ba02-0aadaf5868c1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:17:39.730 8 INFO cinder.api.openstack.wsgi [None req-e16341a4-dd20-4330-ba02-0aadaf5868c1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:17:39.731 7 INFO cinder.api.openstack.wsgi [None req-3cd61197-3898-4e23-a45a-a73ce547eab3 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:17:39.731 8 INFO cinder.api.openstack.wsgi [None req-e16341a4-dd20-4330-ba02-0aadaf5868c1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:17:39.732 7 INFO cinder.api.openstack.wsgi [None req-3cd61197-3898-4e23-a45a-a73ce547eab3 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:17:49.731 8 INFO cinder.api.openstack.wsgi [None req-e16341a4-dd20-4330-ba02-0aadaf5868c1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:17:49.732 8 INFO cinder.api.openstack.wsgi [None req-e16341a4-dd20-4330-ba02-0aadaf5868c1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:17:49.733 7 INFO cinder.api.openstack.wsgi [None req-3cd61197-3898-4e23-a45a-a73ce547eab3 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:17:49.735 7 INFO cinder.api.openstack.wsgi [None req-3cd61197-3898-4e23-a45a-a73ce547eab3 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:17:59.729 8 INFO cinder.api.openstack.wsgi [None req-e16341a4-dd20-4330-ba02-0aadaf5868c1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:17:59.730 8 INFO cinder.api.openstack.wsgi [None req-e16341a4-dd20-4330-ba02-0aadaf5868c1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:17:59.730 7 INFO cinder.api.openstack.wsgi [None req-3cd61197-3898-4e23-a45a-a73ce547eab3 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:17:59.732 7 INFO cinder.api.openstack.wsgi [None req-3cd61197-3898-4e23-a45a-a73ce547eab3 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:18:06.721 8 INFO cinder.api.openstack.wsgi [None req-bffb21a1-aad1-430c-8dbc-1e97c9834263 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 18:18:06.729 8 INFO cinder.volume.api [None req-bffb21a1-aad1-430c-8dbc-1e97c9834263 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 18:18:06.733 8 INFO cinder.api.openstack.wsgi [None req-bffb21a1-aad1-430c-8dbc-1e97c9834263 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 575/1159] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 18:18:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true => generated 15 bytes in 135 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 18:18:06.751 7 INFO cinder.api.openstack.wsgi [None req-1f601255-b927-4c0f-88d7-491b958f6ee6 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services 2026-07-09 18:18:06.759 7 INFO cinder.api.openstack.wsgi [None req-1f601255-b927-4c0f-88d7-491b958f6ee6 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services returned with HTTP 200 [pid: 7|app: 0|req: 585/1160] 10.0.0.195 () {28 vars in 645 bytes} [Thu Jul 9 18:18:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services => generated 646 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:18:06.775 8 INFO cinder.api.openstack.wsgi [None req-b58b50b4-b973-4159-a12b-3527a6bac6a6 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 18:18:06.798 8 INFO cinder.volume.api [None req-b58b50b4-b973-4159-a12b-3527a6bac6a6 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 18:18:06.800 8 INFO cinder.api.openstack.wsgi [None req-b58b50b4-b973-4159-a12b-3527a6bac6a6 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 576/1161] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 18:18:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true => generated 15 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 18:18:06.822 7 INFO cinder.api.openstack.wsgi [None req-cfabda39-b935-4c7d-96de-3e4c250bda50 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true 2026-07-09 18:18:06.832 7 INFO cinder.volume.api [None req-cfabda39-b935-4c7d-96de-3e4c250bda50 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all snapshots completed successfully. 2026-07-09 18:18:06.833 7 INFO cinder.api.openstack.wsgi [None req-cfabda39-b935-4c7d-96de-3e4c250bda50 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 586/1162] 10.0.0.195 () {28 vars in 674 bytes} [Thu Jul 9 18:18:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true => generated 17 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 18:18:06.899 8 INFO cinder.api.openstack.wsgi [None req-7372b3e1-4437-4139-9968-3dd0504c499b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true 2026-07-09 18:18:06.923 8 INFO cinder.api.openstack.wsgi [None req-7372b3e1-4437-4139-9968-3dd0504c499b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 577/1163] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:18:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true => generated 845 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:18:06.933 7 INFO cinder.api.openstack.wsgi [None req-2de01404-8521-4499-a228-400ba845724e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true 2026-07-09 18:18:06.958 7 INFO cinder.api.openstack.wsgi [None req-2de01404-8521-4499-a228-400ba845724e 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 587/1164] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:18:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true => generated 847 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:18:06.974 8 INFO cinder.api.openstack.wsgi [None req-6876ac24-1e8b-4606-b555-36ff86ea5e37 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true 2026-07-09 18:18:07.020 8 INFO cinder.api.openstack.wsgi [None req-6876ac24-1e8b-4606-b555-36ff86ea5e37 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 578/1165] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:18:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true => generated 845 bytes in 55 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:18:07.031 7 INFO cinder.api.openstack.wsgi [None req-3e328cde-ed19-4da3-b215-41ab7c2ee8c7 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true 2026-07-09 18:18:07.535 7 INFO cinder.api.openstack.wsgi [None req-3e328cde-ed19-4da3-b215-41ab7c2ee8c7 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 588/1166] 10.0.0.195 () {28 vars in 696 bytes} [Thu Jul 9 18:18:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:18:09.730 8 INFO cinder.api.openstack.wsgi [None req-6876ac24-1e8b-4606-b555-36ff86ea5e37 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:18:09.730 7 INFO cinder.api.openstack.wsgi [None req-3e328cde-ed19-4da3-b215-41ab7c2ee8c7 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:18:09.730 8 INFO cinder.api.openstack.wsgi [None req-6876ac24-1e8b-4606-b555-36ff86ea5e37 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:18:09.732 7 INFO cinder.api.openstack.wsgi [None req-3e328cde-ed19-4da3-b215-41ab7c2ee8c7 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:18:19.730 8 INFO cinder.api.openstack.wsgi [None req-6876ac24-1e8b-4606-b555-36ff86ea5e37 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:18:19.730 7 INFO cinder.api.openstack.wsgi [None req-3e328cde-ed19-4da3-b215-41ab7c2ee8c7 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:18:19.730 8 INFO cinder.api.openstack.wsgi [None req-6876ac24-1e8b-4606-b555-36ff86ea5e37 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:18:19.731 7 INFO cinder.api.openstack.wsgi [None req-3e328cde-ed19-4da3-b215-41ab7c2ee8c7 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:18:29.730 8 INFO cinder.api.openstack.wsgi [None req-6876ac24-1e8b-4606-b555-36ff86ea5e37 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:18:29.730 7 INFO cinder.api.openstack.wsgi [None req-3e328cde-ed19-4da3-b215-41ab7c2ee8c7 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:18:29.731 8 INFO cinder.api.openstack.wsgi [None req-6876ac24-1e8b-4606-b555-36ff86ea5e37 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:18:29.731 7 INFO cinder.api.openstack.wsgi [None req-3e328cde-ed19-4da3-b215-41ab7c2ee8c7 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:18:39.730 7 INFO cinder.api.openstack.wsgi [None req-3e328cde-ed19-4da3-b215-41ab7c2ee8c7 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:18:39.731 8 INFO cinder.api.openstack.wsgi [None req-6876ac24-1e8b-4606-b555-36ff86ea5e37 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:18:39.731 7 INFO cinder.api.openstack.wsgi [None req-3e328cde-ed19-4da3-b215-41ab7c2ee8c7 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:18:39.731 8 INFO cinder.api.openstack.wsgi [None req-6876ac24-1e8b-4606-b555-36ff86ea5e37 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:18:49.729 7 INFO cinder.api.openstack.wsgi [None req-3e328cde-ed19-4da3-b215-41ab7c2ee8c7 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:18:49.729 8 INFO cinder.api.openstack.wsgi [None req-6876ac24-1e8b-4606-b555-36ff86ea5e37 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:18:49.730 8 INFO cinder.api.openstack.wsgi [None req-6876ac24-1e8b-4606-b555-36ff86ea5e37 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:18:49.731 7 INFO cinder.api.openstack.wsgi [None req-3e328cde-ed19-4da3-b215-41ab7c2ee8c7 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:18:59.730 8 INFO cinder.api.openstack.wsgi [None req-6876ac24-1e8b-4606-b555-36ff86ea5e37 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:18:59.730 7 INFO cinder.api.openstack.wsgi [None req-3e328cde-ed19-4da3-b215-41ab7c2ee8c7 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:18:59.731 7 INFO cinder.api.openstack.wsgi [None req-3e328cde-ed19-4da3-b215-41ab7c2ee8c7 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:18:59.731 8 INFO cinder.api.openstack.wsgi [None req-6876ac24-1e8b-4606-b555-36ff86ea5e37 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:19:06.661 7 INFO cinder.api.openstack.wsgi [None req-0b6be86b-2168-4fc0-904d-35122dd62f5f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true 2026-07-09 18:19:06.691 7 INFO cinder.api.openstack.wsgi [None req-0b6be86b-2168-4fc0-904d-35122dd62f5f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 595/1179] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:19:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true => generated 845 bytes in 115 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:19:06.703 8 INFO cinder.api.openstack.wsgi [None req-2f05c5dc-b930-4439-a4b8-7616ec85023f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true 2026-07-09 18:19:06.731 8 INFO cinder.api.openstack.wsgi [None req-2f05c5dc-b930-4439-a4b8-7616ec85023f 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 585/1180] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:19:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true => generated 847 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:19:06.749 7 INFO cinder.api.openstack.wsgi [None req-e5afc1cf-ae6b-4980-b81f-b466a6915e7d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true 2026-07-09 18:19:06.786 7 INFO cinder.api.openstack.wsgi [None req-e5afc1cf-ae6b-4980-b81f-b466a6915e7d 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 596/1181] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:19:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true => generated 845 bytes in 49 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:19:06.807 8 INFO cinder.api.openstack.wsgi [None req-3663a099-ef10-4712-8893-eb5821ef64de 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true 2026-07-09 18:19:06.814 8 INFO cinder.volume.api [None req-3663a099-ef10-4712-8893-eb5821ef64de 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all snapshots completed successfully. 2026-07-09 18:19:06.815 8 INFO cinder.api.openstack.wsgi [None req-3663a099-ef10-4712-8893-eb5821ef64de 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 586/1182] 10.0.0.195 () {28 vars in 674 bytes} [Thu Jul 9 18:19:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:19:06.830 7 INFO cinder.api.openstack.wsgi [None req-584231da-b2e1-473b-90f3-753d03fbf01b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 18:19:06.844 7 INFO cinder.volume.api [None req-584231da-b2e1-473b-90f3-753d03fbf01b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 18:19:06.849 7 INFO cinder.api.openstack.wsgi [None req-584231da-b2e1-473b-90f3-753d03fbf01b 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 597/1183] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 18:19:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true => generated 15 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 18:19:06.864 8 INFO cinder.api.openstack.wsgi [None req-65f94f56-9e23-415f-9f2b-b6cb2ce5a6a9 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true 2026-07-09 18:19:07.368 8 INFO cinder.api.openstack.wsgi [None req-65f94f56-9e23-415f-9f2b-b6cb2ce5a6a9 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 587/1184] 10.0.0.195 () {28 vars in 696 bytes} [Thu Jul 9 18:19:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:19:07.377 7 INFO cinder.api.openstack.wsgi [None req-d084eef9-af65-480a-a812-f3088bcfdf70 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 18:19:07.386 7 INFO cinder.volume.api [None req-d084eef9-af65-480a-a812-f3088bcfdf70 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 18:19:07.389 7 INFO cinder.api.openstack.wsgi [None req-d084eef9-af65-480a-a812-f3088bcfdf70 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 598/1185] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 18:19:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:19:07.402 8 INFO cinder.api.openstack.wsgi [None req-b90684d4-9d2c-4281-8178-57e17107d1b1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services 2026-07-09 18:19:07.409 8 INFO cinder.api.openstack.wsgi [None req-b90684d4-9d2c-4281-8178-57e17107d1b1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services returned with HTTP 200 [pid: 8|app: 0|req: 588/1186] 10.0.0.195 () {28 vars in 645 bytes} [Thu Jul 9 18:19:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services => generated 646 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:19:09.730 8 INFO cinder.api.openstack.wsgi [None req-b90684d4-9d2c-4281-8178-57e17107d1b1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:19:09.730 7 INFO cinder.api.openstack.wsgi [None req-d084eef9-af65-480a-a812-f3088bcfdf70 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:19:09.731 8 INFO cinder.api.openstack.wsgi [None req-b90684d4-9d2c-4281-8178-57e17107d1b1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:19:09.732 7 INFO cinder.api.openstack.wsgi [None req-d084eef9-af65-480a-a812-f3088bcfdf70 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:19:19.730 8 INFO cinder.api.openstack.wsgi [None req-b90684d4-9d2c-4281-8178-57e17107d1b1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:19:19.730 7 INFO cinder.api.openstack.wsgi [None req-d084eef9-af65-480a-a812-f3088bcfdf70 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:19:19.730 8 INFO cinder.api.openstack.wsgi [None req-b90684d4-9d2c-4281-8178-57e17107d1b1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:19:19.731 7 INFO cinder.api.openstack.wsgi [None req-d084eef9-af65-480a-a812-f3088bcfdf70 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:19:29.730 7 INFO cinder.api.openstack.wsgi [None req-d084eef9-af65-480a-a812-f3088bcfdf70 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:19:29.730 8 INFO cinder.api.openstack.wsgi [None req-b90684d4-9d2c-4281-8178-57e17107d1b1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:19:29.730 7 INFO cinder.api.openstack.wsgi [None req-d084eef9-af65-480a-a812-f3088bcfdf70 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:19:29.731 8 INFO cinder.api.openstack.wsgi [None req-b90684d4-9d2c-4281-8178-57e17107d1b1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:19:39.730 7 INFO cinder.api.openstack.wsgi [None req-d084eef9-af65-480a-a812-f3088bcfdf70 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:19:39.730 8 INFO cinder.api.openstack.wsgi [None req-b90684d4-9d2c-4281-8178-57e17107d1b1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:19:39.732 7 INFO cinder.api.openstack.wsgi [None req-d084eef9-af65-480a-a812-f3088bcfdf70 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:19:39.732 8 INFO cinder.api.openstack.wsgi [None req-b90684d4-9d2c-4281-8178-57e17107d1b1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:19:49.730 8 INFO cinder.api.openstack.wsgi [None req-b90684d4-9d2c-4281-8178-57e17107d1b1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:19:49.730 7 INFO cinder.api.openstack.wsgi [None req-d084eef9-af65-480a-a812-f3088bcfdf70 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:19:49.731 8 INFO cinder.api.openstack.wsgi [None req-b90684d4-9d2c-4281-8178-57e17107d1b1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:19:49.732 7 INFO cinder.api.openstack.wsgi [None req-d084eef9-af65-480a-a812-f3088bcfdf70 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:19:59.729 8 INFO cinder.api.openstack.wsgi [None req-b90684d4-9d2c-4281-8178-57e17107d1b1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:19:59.730 8 INFO cinder.api.openstack.wsgi [None req-b90684d4-9d2c-4281-8178-57e17107d1b1 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:19:59.730 7 INFO cinder.api.openstack.wsgi [None req-d084eef9-af65-480a-a812-f3088bcfdf70 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:19:59.731 7 INFO cinder.api.openstack.wsgi [None req-d084eef9-af65-480a-a812-f3088bcfdf70 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:20:06.569 8 INFO cinder.api.openstack.wsgi [None req-710ecc37-2f1f-433d-be97-14802263a249 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 18:20:06.585 8 INFO cinder.volume.api [None req-710ecc37-2f1f-433d-be97-14802263a249 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 18:20:06.588 8 INFO cinder.api.openstack.wsgi [None req-710ecc37-2f1f-433d-be97-14802263a249 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 595/1199] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 18:20:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:20:06.605 7 INFO cinder.api.openstack.wsgi [None req-6e119606-8cac-42dd-8886-b1e8713122af 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true 2026-07-09 18:20:07.109 7 INFO cinder.api.openstack.wsgi [None req-6e119606-8cac-42dd-8886-b1e8713122af 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 605/1200] 10.0.0.195 () {28 vars in 696 bytes} [Thu Jul 9 18:20:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:20:07.122 8 INFO cinder.api.openstack.wsgi [None req-d07a8ea4-35c6-41e6-80df-2cf687561f21 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 18:20:07.133 8 INFO cinder.volume.api [None req-d07a8ea4-35c6-41e6-80df-2cf687561f21 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 18:20:07.136 8 INFO cinder.api.openstack.wsgi [None req-d07a8ea4-35c6-41e6-80df-2cf687561f21 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 596/1201] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 18:20:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:20:07.145 7 INFO cinder.api.openstack.wsgi [None req-59639e3e-4ea3-4856-8cac-6da4590d93b3 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services 2026-07-09 18:20:07.157 7 INFO cinder.api.openstack.wsgi [None req-59639e3e-4ea3-4856-8cac-6da4590d93b3 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services returned with HTTP 200 [pid: 7|app: 0|req: 606/1202] 10.0.0.195 () {28 vars in 645 bytes} [Thu Jul 9 18:20:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services => generated 646 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:20:07.169 8 INFO cinder.api.openstack.wsgi [None req-630ce67c-5abe-47ca-87c0-2328056ea6ed 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true 2026-07-09 18:20:07.176 8 INFO cinder.volume.api [None req-630ce67c-5abe-47ca-87c0-2328056ea6ed 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all snapshots completed successfully. 2026-07-09 18:20:07.177 8 INFO cinder.api.openstack.wsgi [None req-630ce67c-5abe-47ca-87c0-2328056ea6ed 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 597/1203] 10.0.0.195 () {28 vars in 674 bytes} [Thu Jul 9 18:20:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true => generated 17 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 18:20:07.238 7 INFO cinder.api.openstack.wsgi [None req-55afd08a-f56b-40bb-9fdd-dcf2089c62e3 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true 2026-07-09 18:20:07.286 7 INFO cinder.api.openstack.wsgi [None req-55afd08a-f56b-40bb-9fdd-dcf2089c62e3 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 607/1204] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:20:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true => generated 845 bytes in 54 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:20:07.298 8 INFO cinder.api.openstack.wsgi [None req-ff7b2e9f-d95a-4858-a37c-fcfef4a58316 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true 2026-07-09 18:20:07.320 8 INFO cinder.api.openstack.wsgi [None req-ff7b2e9f-d95a-4858-a37c-fcfef4a58316 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 598/1205] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:20:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true => generated 847 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:20:07.333 7 INFO cinder.api.openstack.wsgi [None req-e0515962-7a87-45f2-ae03-3db0b34f6688 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true 2026-07-09 18:20:07.367 7 INFO cinder.api.openstack.wsgi [None req-e0515962-7a87-45f2-ae03-3db0b34f6688 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 608/1206] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:20:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true => generated 845 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:20:09.730 8 INFO cinder.api.openstack.wsgi [None req-ff7b2e9f-d95a-4858-a37c-fcfef4a58316 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:20:09.730 7 INFO cinder.api.openstack.wsgi [None req-e0515962-7a87-45f2-ae03-3db0b34f6688 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:20:09.730 7 INFO cinder.api.openstack.wsgi [None req-e0515962-7a87-45f2-ae03-3db0b34f6688 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:20:09.731 8 INFO cinder.api.openstack.wsgi [None req-ff7b2e9f-d95a-4858-a37c-fcfef4a58316 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:20:19.730 7 INFO cinder.api.openstack.wsgi [None req-e0515962-7a87-45f2-ae03-3db0b34f6688 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:20:19.730 8 INFO cinder.api.openstack.wsgi [None req-ff7b2e9f-d95a-4858-a37c-fcfef4a58316 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:20:19.731 7 INFO cinder.api.openstack.wsgi [None req-e0515962-7a87-45f2-ae03-3db0b34f6688 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:20:19.731 8 INFO cinder.api.openstack.wsgi [None req-ff7b2e9f-d95a-4858-a37c-fcfef4a58316 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:20:29.730 8 INFO cinder.api.openstack.wsgi [None req-ff7b2e9f-d95a-4858-a37c-fcfef4a58316 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:20:29.731 7 INFO cinder.api.openstack.wsgi [None req-e0515962-7a87-45f2-ae03-3db0b34f6688 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:20:29.731 8 INFO cinder.api.openstack.wsgi [None req-ff7b2e9f-d95a-4858-a37c-fcfef4a58316 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:20:29.732 7 INFO cinder.api.openstack.wsgi [None req-e0515962-7a87-45f2-ae03-3db0b34f6688 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:20:39.730 7 INFO cinder.api.openstack.wsgi [None req-e0515962-7a87-45f2-ae03-3db0b34f6688 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:20:39.730 8 INFO cinder.api.openstack.wsgi [None req-ff7b2e9f-d95a-4858-a37c-fcfef4a58316 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:20:39.731 8 INFO cinder.api.openstack.wsgi [None req-ff7b2e9f-d95a-4858-a37c-fcfef4a58316 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:20:39.731 7 INFO cinder.api.openstack.wsgi [None req-e0515962-7a87-45f2-ae03-3db0b34f6688 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:20:49.729 8 INFO cinder.api.openstack.wsgi [None req-ff7b2e9f-d95a-4858-a37c-fcfef4a58316 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:20:49.729 7 INFO cinder.api.openstack.wsgi [None req-e0515962-7a87-45f2-ae03-3db0b34f6688 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:20:49.730 8 INFO cinder.api.openstack.wsgi [None req-ff7b2e9f-d95a-4858-a37c-fcfef4a58316 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:20:49.730 7 INFO cinder.api.openstack.wsgi [None req-e0515962-7a87-45f2-ae03-3db0b34f6688 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:20:59.730 8 INFO cinder.api.openstack.wsgi [None req-ff7b2e9f-d95a-4858-a37c-fcfef4a58316 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:20:59.730 7 INFO cinder.api.openstack.wsgi [None req-e0515962-7a87-45f2-ae03-3db0b34f6688 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:20:59.731 8 INFO cinder.api.openstack.wsgi [None req-ff7b2e9f-d95a-4858-a37c-fcfef4a58316 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:20:59.732 7 INFO cinder.api.openstack.wsgi [None req-e0515962-7a87-45f2-ae03-3db0b34f6688 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:21:06.537 8 INFO cinder.api.openstack.wsgi [None req-89cd163f-f567-42b2-90dd-1233c0d5f666 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true 2026-07-09 18:21:06.543 8 INFO cinder.volume.api [None req-89cd163f-f567-42b2-90dd-1233c0d5f666 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all snapshots completed successfully. 2026-07-09 18:21:06.544 8 INFO cinder.api.openstack.wsgi [None req-89cd163f-f567-42b2-90dd-1233c0d5f666 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 605/1219] 10.0.0.195 () {28 vars in 674 bytes} [Thu Jul 9 18:21:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:21:06.556 7 INFO cinder.api.openstack.wsgi [None req-2d1307fb-9810-4d2b-b324-0a27c788c296 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 18:21:06.567 7 INFO cinder.volume.api [None req-2d1307fb-9810-4d2b-b324-0a27c788c296 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 18:21:06.570 7 INFO cinder.api.openstack.wsgi [None req-2d1307fb-9810-4d2b-b324-0a27c788c296 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 615/1220] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 18:21:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:21:06.581 8 INFO cinder.api.openstack.wsgi [None req-68856393-4461-4362-8ba0-36b218d336bd 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true 2026-07-09 18:21:07.085 8 INFO cinder.api.openstack.wsgi [None req-68856393-4461-4362-8ba0-36b218d336bd 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 606/1221] 10.0.0.195 () {28 vars in 696 bytes} [Thu Jul 9 18:21:06 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:21:07.094 7 INFO cinder.api.openstack.wsgi [None req-da2277eb-1b5a-49e7-a856-2a318317b0bb 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true 2026-07-09 18:21:07.105 7 INFO cinder.volume.api [None req-da2277eb-1b5a-49e7-a856-2a318317b0bb 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] Get all volumes completed successfully. 2026-07-09 18:21:07.107 7 INFO cinder.api.openstack.wsgi [None req-da2277eb-1b5a-49e7-a856-2a318317b0bb 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 616/1222] 10.0.0.195 () {28 vars in 684 bytes} [Thu Jul 9 18:21:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/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-07-09 18:21:07.119 8 INFO cinder.api.openstack.wsgi [None req-5ec3ed00-b3c9-4c2d-a9c2-061053fa4123 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services 2026-07-09 18:21:07.127 8 INFO cinder.api.openstack.wsgi [None req-5ec3ed00-b3c9-4c2d-a9c2-061053fa4123 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services returned with HTTP 200 [pid: 8|app: 0|req: 607/1223] 10.0.0.195 () {28 vars in 645 bytes} [Thu Jul 9 18:21:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-services => generated 646 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:21:07.174 7 INFO cinder.api.openstack.wsgi [None req-3061c318-6b12-40f9-9a22-a047bf3b9195 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true 2026-07-09 18:21:07.198 7 INFO cinder.api.openstack.wsgi [None req-3061c318-6b12-40f9-9a22-a047bf3b9195 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 617/1224] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:21:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/0f7741b30d414f93bd6a1b5d57b8ff6b?usage=true => generated 845 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:21:07.207 8 INFO cinder.api.openstack.wsgi [None req-29bf3859-0834-4ab1-bf42-0e5ea203fd62 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true 2026-07-09 18:21:07.232 8 INFO cinder.api.openstack.wsgi [None req-29bf3859-0834-4ab1-bf42-0e5ea203fd62 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 608/1225] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:21:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/5642b236551a444d91f3da785b000e7b?usage=true => generated 847 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:21:07.242 7 INFO cinder.api.openstack.wsgi [None req-4a8edbb4-b118-47e1-8c25-5e8bf71bd55a 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true 2026-07-09 18:21:07.272 7 INFO cinder.api.openstack.wsgi [None req-4a8edbb4-b118-47e1-8c25-5e8bf71bd55a 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 618/1226] 10.0.0.195 () {28 vars in 736 bytes} [Thu Jul 9 18:21:07 2026] GET /v3/0f7741b30d414f93bd6a1b5d57b8ff6b/os-quota-sets/d252ac2d5ab04e9698ea46025e932240?usage=true => generated 845 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 18:21:09.729 8 INFO cinder.api.openstack.wsgi [None req-29bf3859-0834-4ab1-bf42-0e5ea203fd62 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:21:09.730 7 INFO cinder.api.openstack.wsgi [None req-4a8edbb4-b118-47e1-8c25-5e8bf71bd55a 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:21:09.731 8 INFO cinder.api.openstack.wsgi [None req-29bf3859-0834-4ab1-bf42-0e5ea203fd62 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:21:09.731 7 INFO cinder.api.openstack.wsgi [None req-4a8edbb4-b118-47e1-8c25-5e8bf71bd55a 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:21:19.730 8 INFO cinder.api.openstack.wsgi [None req-29bf3859-0834-4ab1-bf42-0e5ea203fd62 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:21:19.730 7 INFO cinder.api.openstack.wsgi [None req-4a8edbb4-b118-47e1-8c25-5e8bf71bd55a 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:21:19.731 7 INFO cinder.api.openstack.wsgi [None req-4a8edbb4-b118-47e1-8c25-5e8bf71bd55a 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:21:19.731 8 INFO cinder.api.openstack.wsgi [None req-29bf3859-0834-4ab1-bf42-0e5ea203fd62 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:21:29.729 7 INFO cinder.api.openstack.wsgi [None req-4a8edbb4-b118-47e1-8c25-5e8bf71bd55a 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:21:29.729 8 INFO cinder.api.openstack.wsgi [None req-29bf3859-0834-4ab1-bf42-0e5ea203fd62 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] GET http://10.0.0.126:8776/ 2026-07-09 18:21:29.730 8 INFO cinder.api.openstack.wsgi [None req-29bf3859-0834-4ab1-bf42-0e5ea203fd62 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300 2026-07-09 18:21:29.730 7 INFO cinder.api.openstack.wsgi [None req-4a8edbb4-b118-47e1-8c25-5e8bf71bd55a 83ca7f7540574c3eb8543519573d9a53 0f7741b30d414f93bd6a1b5d57b8ff6b - - default default] http://10.0.0.126:8776/ returned with HTTP 300