+ 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 09:52:10 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-956f894b8-lhwsd 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 0x7f61bb4c9668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... /var/lib/openstack/lib/python3.12/site-packages/oslo_utils/eventletutils.py:29: DeprecationWarning: eventuletutils module is deprecated and will be removed. debtcollector.deprecate( /var/lib/openstack/lib/python3.12/site-packages/oslo_utils/eventletutils.py:29: DeprecationWarning: eventuletutils module is deprecated and will be removed. debtcollector.deprecate( /var/lib/openstack/lib/python3.12/site-packages/webob/compat.py:5: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13 from cgi import parse_header /var/lib/openstack/lib/python3.12/site-packages/webob/compat.py:5: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13 from cgi import parse_header /var/lib/openstack/lib/python3.12/site-packages/oslo_service/eventlet_backdoor.py:36: DeprecationWarning: The 'oslo_service.eventlet_backdoor' module usage is deprecated and will be removed in version '2026.2': The 'eventlet_backdoor' module is deprecated and will be removed in version 2026.2. This module is not being replaced. Please migrate away from using it and remove any dependencies on this module. removals.removed_module( /var/lib/openstack/lib/python3.12/site-packages/oslo_service/sslutils.py:24: DeprecationWarning: The 'oslo_service.sslutils' module usage is deprecated and will be removed in version '2026.2': The 'oslo_service.sslutils' module is deprecated and will be removed in version 2026.2. removals.removed_module( /var/lib/openstack/lib/python3.12/site-packages/oslo_service/wsgi.py:40: DeprecationWarning: The 'oslo_service.wsgi' module usage is deprecated and will be removed in version '2026.2', please use uwsgi instead: The 'oslo_service.wsgi' module is deprecated and will be removed in version 2026.2. We recommend transitioning to 'uwsgi' for serving WSGI applications. removals.removed_module( /var/lib/openstack/lib/python3.12/site-packages/oslo_service/eventlet_backdoor.py:36: DeprecationWarning: The 'oslo_service.eventlet_backdoor' module usage is deprecated and will be removed in version '2026.2': The 'eventlet_backdoor' module is deprecated and will be removed in version 2026.2. This module is not being replaced. Please migrate away from using it and remove any dependencies on this module. removals.removed_module( /var/lib/openstack/lib/python3.12/site-packages/oslo_service/sslutils.py:24: DeprecationWarning: The 'oslo_service.sslutils' module usage is deprecated and will be removed in version '2026.2': The 'oslo_service.sslutils' module is deprecated and will be removed in version 2026.2. removals.removed_module( /var/lib/openstack/lib/python3.12/site-packages/oslo_service/wsgi.py:40: DeprecationWarning: The 'oslo_service.wsgi' module usage is deprecated and will be removed in version '2026.2', please use uwsgi instead: The 'oslo_service.wsgi' module is deprecated and will be removed in version 2026.2. We recommend transitioning to 'uwsgi' for serving WSGI applications. removals.removed_module( /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:1591: DeprecationWarning: volume_extension:quotas:show deprecated without deprecated_reason or deprecated_since. This will be an error in a future release warnings.warn( /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:1591: DeprecationWarning: volume_extension:quotas:show deprecated without deprecated_reason or deprecated_since. This will be an error in a future release warnings.warn( simplejson unavailable, fall-back to standard python json simplejson unavailable, fall-back to standard python json /var/lib/openstack/lib/python3.12/site-packages/cinder/db/sqlalchemy/models.py:37: MovedIn20Warning: The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base(). (deprecated since: 2.0) (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9) BASE = declarative_base() /var/lib/openstack/lib/python3.12/site-packages/cinder/db/sqlalchemy/models.py:37: MovedIn20Warning: The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base(). (deprecated since: 2.0) (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9) BASE = declarative_base() 2026-07-09 09:52:15.074 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 09:52:15.074 8 WARNING cinder.api [-] The v2 API has been removed and is no longer available. Client applications must now use the v3 API only. The 'enable_v2_api' option has been removed and is ignored in the cinder.conf file. /var/lib/openstack/lib/python3.12/site-packages/cinder/api/validation/validators.py:126: DeprecationWarning: FormatChecker.cls_checks is deprecated. Call FormatChecker.checks on a specific FormatChecker instance instead. @jsonschema.FormatChecker.cls_checks('date-time') 2026-07-09 09:52:15.235 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 09:52:15.236 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 09:52:16.342 8 INFO cinder.rpc [None req-6daea882-3142-4819-a020-34015daa176d - - - - - -] Automatically selected cinder-scheduler objects version 1.39 as minimum service version. 2026-07-09 09:52:16.344 8 INFO cinder.rpc [None req-6daea882-3142-4819-a020-34015daa176d - - - - - -] Automatically selected cinder-scheduler RPC version 3.12 as minimum service version. 2026-07-09 09:52:16.346 8 INFO cinder.rpc [None req-6daea882-3142-4819-a020-34015daa176d - - - - - -] Automatically selected cinder-volume objects version 1.39 as minimum service version. 2026-07-09 09:52:16.348 8 INFO cinder.rpc [None req-6daea882-3142-4819-a020-34015daa176d - - - - - -] Automatically selected cinder-volume RPC version 3.20 as minimum service version. 2026-07-09 09:52:16.360 8 INFO cinder.rpc [None req-6daea882-3142-4819-a020-34015daa176d - - - - - -] Automatically selected cinder-backup objects version 1.39 as minimum service version. 2026-07-09 09:52:16.363 8 INFO cinder.rpc [None req-6daea882-3142-4819-a020-34015daa176d - - - - - -] Automatically selected cinder-backup RPC version 2.4 as minimum service version. 2026-07-09 09:52:16.418 8 WARNING cinder.api.contrib.hosts [None req-6daea882-3142-4819-a020-34015daa176d - - - - - -] Deprecated: The Host API is deprecated and will be be removed in a future version. 2026-07-09 09:52:16.477 8 WARNING keystonemiddleware._common.config [None req-6daea882-3142-4819-a020-34015daa176d - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-09 09:52:16.486 8 WARNING oslo_config.cfg [None req-6daea882-3142-4819-a020-34015daa176d - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 5 seconds on interpreter 0x7f61bb4c9668 pid: 8 (default app) 2026-07-09 09:52:16.529 7 INFO cinder.rpc [None req-a9806777-639a-4c60-b702-83a0d761854e - - - - - -] Automatically selected cinder-scheduler objects version 1.39 as minimum service version. 2026-07-09 09:52:16.533 7 INFO cinder.rpc [None req-a9806777-639a-4c60-b702-83a0d761854e - - - - - -] Automatically selected cinder-scheduler RPC version 3.12 as minimum service version. 2026-07-09 09:52:16.536 7 INFO cinder.rpc [None req-a9806777-639a-4c60-b702-83a0d761854e - - - - - -] Automatically selected cinder-volume objects version 1.39 as minimum service version. 2026-07-09 09:52:16.539 7 INFO cinder.rpc [None req-a9806777-639a-4c60-b702-83a0d761854e - - - - - -] Automatically selected cinder-volume RPC version 3.20 as minimum service version. 2026-07-09 09:52:16.553 7 INFO cinder.rpc [None req-a9806777-639a-4c60-b702-83a0d761854e - - - - - -] Automatically selected cinder-backup objects version 1.39 as minimum service version. 2026-07-09 09:52:16.556 7 INFO cinder.rpc [None req-a9806777-639a-4c60-b702-83a0d761854e - - - - - -] Automatically selected cinder-backup RPC version 2.4 as minimum service version. 2026-07-09 09:52:16.608 7 WARNING cinder.api.contrib.hosts [None req-a9806777-639a-4c60-b702-83a0d761854e - - - - - -] Deprecated: The Host API is deprecated and will be be removed in a future version. 2026-07-09 09:52:16.650 7 WARNING keystonemiddleware._common.config [None req-a9806777-639a-4c60-b702-83a0d761854e - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-09 09:52:16.660 7 WARNING oslo_config.cfg [None req-a9806777-639a-4c60-b702-83a0d761854e - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 5 seconds on interpreter 0x7f61bb4c9668 pid: 7 (default app) 2026-07-09 09:52:19.594 8 INFO cinder.api.openstack.wsgi [None req-6daea882-3142-4819-a020-34015daa176d - - - - - -] GET http://10.0.0.61:8776/ 2026-07-09 09:52:19.595 8 INFO cinder.api.openstack.wsgi [None req-6daea882-3142-4819-a020-34015daa176d - - - - - -] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:52:29.595 7 INFO cinder.api.openstack.wsgi [None req-a9806777-639a-4c60-b702-83a0d761854e - - - - - -] GET http://10.0.0.61:8776/ 2026-07-09 09:52:29.597 7 INFO cinder.api.openstack.wsgi [None req-a9806777-639a-4c60-b702-83a0d761854e - - - - - -] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:52:39.595 8 INFO cinder.api.openstack.wsgi [None req-6daea882-3142-4819-a020-34015daa176d - - - - - -] GET http://10.0.0.61:8776/ 2026-07-09 09:52:39.596 8 INFO cinder.api.openstack.wsgi [None req-6daea882-3142-4819-a020-34015daa176d - - - - - -] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:52:49.594 7 INFO cinder.api.openstack.wsgi [None req-a9806777-639a-4c60-b702-83a0d761854e - - - - - -] GET http://10.0.0.61:8776/ 2026-07-09 09:52:49.594 8 INFO cinder.api.openstack.wsgi [None req-6daea882-3142-4819-a020-34015daa176d - - - - - -] GET http://10.0.0.61:8776/ 2026-07-09 09:52:49.595 7 INFO cinder.api.openstack.wsgi [None req-a9806777-639a-4c60-b702-83a0d761854e - - - - - -] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:52:49.595 8 INFO cinder.api.openstack.wsgi [None req-6daea882-3142-4819-a020-34015daa176d - - - - - -] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:52:59.594 7 INFO cinder.api.openstack.wsgi [None req-a9806777-639a-4c60-b702-83a0d761854e - - - - - -] GET http://10.0.0.61:8776/ 2026-07-09 09:52:59.594 7 INFO cinder.api.openstack.wsgi [None req-a9806777-639a-4c60-b702-83a0d761854e - - - - - -] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:52:59.596 8 INFO cinder.api.openstack.wsgi [None req-6daea882-3142-4819-a020-34015daa176d - - - - - -] GET http://10.0.0.61:8776/ 2026-07-09 09:52:59.597 8 INFO cinder.api.openstack.wsgi [None req-6daea882-3142-4819-a020-34015daa176d - - - - - -] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:53:09.593 7 INFO cinder.api.openstack.wsgi [None req-a9806777-639a-4c60-b702-83a0d761854e - - - - - -] GET http://10.0.0.61:8776/ 2026-07-09 09:53:09.595 7 INFO cinder.api.openstack.wsgi [None req-a9806777-639a-4c60-b702-83a0d761854e - - - - - -] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:53:09.596 8 INFO cinder.api.openstack.wsgi [None req-6daea882-3142-4819-a020-34015daa176d - - - - - -] GET http://10.0.0.61:8776/ 2026-07-09 09:53:09.596 8 INFO cinder.api.openstack.wsgi [None req-6daea882-3142-4819-a020-34015daa176d - - - - - -] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:53:19.593 7 INFO cinder.api.openstack.wsgi [None req-a9806777-639a-4c60-b702-83a0d761854e - - - - - -] GET http://10.0.0.61:8776/ 2026-07-09 09:53:19.594 8 INFO cinder.api.openstack.wsgi [None req-6daea882-3142-4819-a020-34015daa176d - - - - - -] GET http://10.0.0.61:8776/ 2026-07-09 09:53:19.595 7 INFO cinder.api.openstack.wsgi [None req-a9806777-639a-4c60-b702-83a0d761854e - - - - - -] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:53:19.595 8 INFO cinder.api.openstack.wsgi [None req-6daea882-3142-4819-a020-34015daa176d - - - - - -] http://10.0.0.61: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 09:53:21.317 7 INFO cinder.api.openstack.wsgi [None req-ca65de12-1da7-42a0-ba09-171b2b3656e3 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/types/rbd1 2026-07-09 09:53:21.343 7 INFO cinder.api.openstack.wsgi [None req-ca65de12-1da7-42a0-ba09-171b2b3656e3 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/types/rbd1 returned with HTTP 404 [pid: 7|app: 0|req: 6/12] 10.0.0.12 () {30 vars in 680 bytes} [Thu Jul 9 09:53:20 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/types/rbd1 => generated 82 bytes in 823 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 09:53:21.741 8 INFO cinder.api.openstack.wsgi [None req-74c31a98-72a1-4921-a8b1-2d0e7cb63d04 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 09:53:21.786 8 INFO cinder.api.openstack.wsgi [None req-74c31a98-72a1-4921-a8b1-2d0e7cb63d04 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/types?name=rbd1&is_public=None returned with HTTP 200 [pid: 8|app: 0|req: 7/13] 10.0.0.12 () {30 vars in 719 bytes} [Thu Jul 9 09:53:21 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/types?name=rbd1&is_public=None => generated 20 bytes in 437 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 09:53:23.451 7 INFO cinder.api.openstack.wsgi [None req-5318e71f-1755-4763-ac92-494108aeb0e3 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/types /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-09 09:53:23.477 7 INFO cinder.api.openstack.wsgi [None req-5318e71f-1755-4763-ac92-494108aeb0e3 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/types returned with HTTP 200 [pid: 7|app: 0|req: 7/14] 10.0.0.12 () {34 vars in 723 bytes} [Thu Jul 9 09:53:23 2026] POST /v3/26c6a6dac54e4fd8a0f7a00363d675e9/types => generated 179 bytes in 64 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 09:53:23.494 8 INFO cinder.api.openstack.wsgi [req-5318e71f-1755-4763-ac92-494108aeb0e3 req-dd81a3f7-d14a-415e-ae14-eed681296a1d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/types/1da59a38-8992-40d3-920e-79754dfc9d6a/extra_specs 2026-07-09 09:53:23.562 8 INFO cinder.api.openstack.wsgi [req-5318e71f-1755-4763-ac92-494108aeb0e3 req-dd81a3f7-d14a-415e-ae14-eed681296a1d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/types/1da59a38-8992-40d3-920e-79754dfc9d6a/extra_specs returned with HTTP 200 [pid: 8|app: 0|req: 8/15] 10.0.0.12 () {36 vars in 892 bytes} [Thu Jul 9 09:53:23 2026] POST /v3/26c6a6dac54e4fd8a0f7a00363d675e9/types/1da59a38-8992-40d3-920e-79754dfc9d6a/extra_specs => generated 48 bytes in 78 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 09:53:25.322 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/types?is_public=None 2026-07-09 09:53:25.337 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/types?is_public=None returned with HTTP 200 [pid: 7|app: 0|req: 8/16] 10.0.0.12 () {30 vars in 699 bytes} [Thu Jul 9 09:53:25 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/types?is_public=None => generated 443 bytes in 50 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 09:53:27.231 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/qos-specs 2026-07-09 09:53:27.241 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/qos-specs returned with HTTP 200 [pid: 8|app: 0|req: 9/17] 10.0.0.12 () {30 vars in 678 bytes} [Thu Jul 9 09:53:26 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/qos-specs => generated 17 bytes in 347 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 09:53:29.593 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:53:29.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:53:29.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:53:29.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:53:39.593 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:53:39.593 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:53:39.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:53:39.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:53:49.593 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:53:49.593 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:53:49.593 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:53:49.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:53:59.593 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:53:59.593 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:53:59.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:53:59.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:54:09.593 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:54:09.593 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:54:09.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:54:09.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:54:19.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:54:19.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:54:19.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:54:19.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:54:29.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:54:29.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:54:29.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:54:29.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:54:39.593 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:54:39.593 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:54:39.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:54:39.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:54:49.593 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:54:49.593 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:54:49.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:54:49.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:54:59.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:54:59.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:54:59.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:54:59.596 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:55:09.593 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:55:09.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:55:09.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:55:09.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:55:19.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:55:19.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:55:19.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:55:19.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:55:29.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:55:29.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:55:29.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:55:29.596 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:55:39.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:55:39.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:55:39.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:55:39.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:55:49.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:55:49.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:55:49.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:55:49.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:55:59.593 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:55:59.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:55:59.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:55:59.596 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:56:09.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:56:09.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:56:09.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:56:09.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:56:19.593 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:56:19.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:56:19.597 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:56:19.598 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:56:29.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:56:29.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:56:29.596 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:56:29.596 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:56:39.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:56:39.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:56:39.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:56:39.596 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:56:49.593 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:56:49.593 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:56:49.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:56:49.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:56:59.593 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:56:59.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:56:59.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:56:59.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:57:09.593 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:57:09.593 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:57:09.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:57:09.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:57:19.593 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:57:19.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:57:19.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:57:19.597 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:57:29.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:57:29.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:57:29.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:57:29.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:57:39.593 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:57:39.593 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:57:39.593 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:57:39.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:57:49.593 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:57:49.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:57:49.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:57:49.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:57:59.593 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:57:59.593 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:57:59.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:57:59.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:58:09.600 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:58:09.600 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:58:09.601 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:58:09.601 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:58:19.593 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:58:19.593 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:58:19.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:58:19.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:58:29.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:58:29.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:58:29.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:58:29.596 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:58:39.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:58:39.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:58:39.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:58:39.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:58:49.593 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:58:49.593 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:58:49.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:58:49.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:58:59.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:58:59.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:58:59.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:58:59.596 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:59:09.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:59:09.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:59:09.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:59:09.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:59:19.593 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:59:19.593 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:59:19.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:59:19.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:59:29.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:59:29.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:59:29.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:59:29.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:59:39.593 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:59:39.593 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:59:39.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:59:39.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:59:49.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:59:49.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:59:49.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:59:49.596 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:59:59.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:59:59.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 09:59:59.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 09:59:59.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:00:09.593 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:00:09.593 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:00:09.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:00:09.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:00:19.593 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:00:19.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:00:19.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:00:19.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:00:29.593 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:00:29.593 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:00:29.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:00:29.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:00:39.593 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:00:39.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:00:39.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:00:39.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:00:49.593 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:00:49.593 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:00:49.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:00:49.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:00:59.593 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:00:59.593 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:00:59.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:00:59.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:01:09.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:01:09.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:01:09.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:01:09.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:01:19.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:01:19.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:01:19.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:01:19.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:01:29.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:01:29.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:01:29.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:01:29.596 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:01:39.593 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:01:39.593 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:01:39.593 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:01:39.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:01:49.593 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:01:49.593 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:01:49.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:01:49.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:01:59.593 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:01:59.593 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:01:59.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:01:59.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:02:09.593 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:02:09.593 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:02:09.593 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:02:09.593 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:02:19.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:02:19.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:02:19.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:02:19.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:02:29.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:02:29.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:02:29.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:02:29.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:02:39.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:02:39.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:02:39.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:02:39.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:02:49.593 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:02:49.593 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:02:49.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:02:49.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:02:59.593 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:02:59.593 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:02:59.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:02:59.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:03:09.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:03:09.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:03:09.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:03:09.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:03:19.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:03:19.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:03:19.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:03:19.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:03:29.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:03:29.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:03:29.596 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:03:29.596 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:03:39.593 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:03:39.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:03:39.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:03:39.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:03:49.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:03:49.597 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:03:49.597 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:03:49.598 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:03:59.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:03:59.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:03:59.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:03:59.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:04:09.593 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:04:09.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:04:09.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:04:09.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:04:19.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:04:19.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:04:19.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:04:19.596 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:04:29.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:04:29.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:04:29.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:04:29.596 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:04:39.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:04:39.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:04:39.596 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:04:39.598 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:04:49.593 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:04:49.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:04:49.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:04:49.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:04:59.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:04:59.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:04:59.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:04:59.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:05:09.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:05:09.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:05:09.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:05:09.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:05:19.593 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:05:19.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:05:19.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:05:19.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:05:29.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:05:29.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:05:29.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:05:29.596 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:05:39.593 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:05:39.593 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:05:39.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:05:39.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:05:49.593 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:05:49.593 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:05:49.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:05:49.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:05:59.593 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:05:59.593 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:05:59.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:05:59.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:06:09.593 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:06:09.593 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:06:09.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:06:09.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:06:19.593 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:06:19.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:06:19.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:06:19.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:06:29.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:06:29.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:06:29.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:06:29.596 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:06:39.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:06:39.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:06:39.596 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:06:39.597 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:06:49.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:06:49.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:06:49.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:06:49.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:06:59.593 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:06:59.593 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:06:59.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:06:59.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:07:09.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:07:09.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:07:09.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:07:09.596 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:07:19.600 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:07:19.600 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:07:19.600 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:07:19.602 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:07:29.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:07:29.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:07:29.596 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:07:29.596 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:07:39.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:07:39.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:07:39.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:07:39.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:07:49.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:07:49.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:07:49.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:07:49.596 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:07:59.596 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:07:59.596 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:07:59.597 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:07:59.608 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:08:09.593 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:08:09.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:08:09.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:08:09.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:08:19.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:08:19.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:08:19.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:08:19.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:08:29.593 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:08:29.593 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:08:29.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:08:29.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:08:39.593 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:08:39.593 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:08:39.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:08:39.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:08:49.593 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:08:49.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:08:49.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:08:49.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:08:59.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:08:59.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:08:59.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:08:59.596 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:09:09.593 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:09:09.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:09:09.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:09:09.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:09:19.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:09:19.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:09:19.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:09:19.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:09:29.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:09:29.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:09:29.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:09:29.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:09:39.593 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:09:39.593 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:09:39.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:09:39.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:09:49.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:09:49.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:09:49.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:09:49.596 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:09:59.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:09:59.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:09:59.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:09:59.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:10:09.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:10:09.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:10:09.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:10:09.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:10:19.593 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:10:19.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:10:19.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:10:19.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:10:29.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:10:29.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:10:29.594 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:10:29.596 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:10:39.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:10:39.595 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:10:39.596 8 INFO cinder.api.openstack.wsgi [None req-dbaf364e-2557-4e56-840e-ee5a1505fb02 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:10:39.596 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:10:49.594 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:10:49.595 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:10:49.596 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:10:49.597 7 INFO cinder.api.openstack.wsgi [None req-b874a13d-049f-4f03-a01e-b707a764f267 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61: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 10:10:49.613 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET https://volume.199-204-45-53.nip.io/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=False 2026-07-09 10:10:49.634 8 WARNING cinder.quota [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - 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 10:10:49.635 8 WARNING cinder.quota [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - 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 10:10:49.635 8 WARNING cinder.quota [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - 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 10:10:49.635 8 WARNING cinder.quota [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - 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 10:10:49.636 8 WARNING cinder.quota [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - 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 10:10:49.636 8 WARNING cinder.quota [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - 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 10:10:49.643 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] https://volume.199-204-45-53.nip.io/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=False returned with HTTP 200 [pid: 8|app: 0|req: 114/228] 199.204.45.53 () {44 vars in 1062 bytes} [Thu Jul 9 10:10:49 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=False => generated 340 bytes in 155 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 10:10:49.820 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] PUT https://volume.199-204-45-53.nip.io/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9 2026-07-09 10:10:49.878 7 WARNING cinder.quota [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - 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 10:10:49.879 7 WARNING cinder.quota [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - 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 10:10:49.879 7 WARNING cinder.quota [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - 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 10:10:49.880 7 WARNING cinder.quota [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - 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 10:10:49.880 7 WARNING cinder.quota [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - 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 10:10:49.880 7 WARNING cinder.quota [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - 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 10:10:49.885 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] https://volume.199-204-45-53.nip.io/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9 returned with HTTP 200 [pid: 7|app: 0|req: 115/229] 199.204.45.53 () {48 vars in 1091 bytes} [Thu Jul 9 10:10:49 2026] PUT /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9 => generated 296 bytes in 75 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:10:59.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:10:59.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:10:59.595 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:10:59.596 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:11:09.593 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:11:09.593 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:11:09.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:11:09.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:11:19.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:11:19.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:11:19.595 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:11:19.596 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:11:29.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:11:29.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:11:29.595 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:11:29.595 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:11:39.593 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:11:39.593 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:11:39.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:11:39.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:11:49.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:11:49.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:11:49.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:11:49.595 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:11:59.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:11:59.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:11:59.595 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:11:59.595 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:12:09.596 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:12:09.597 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:12:09.604 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:12:09.605 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:12:19.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:12:19.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:12:19.595 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:12:19.595 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:12:29.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:12:29.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:12:29.595 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:12:29.595 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:12:39.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:12:39.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:12:39.595 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:12:39.595 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:12:49.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:12:49.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:12:49.595 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:12:49.595 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:12:59.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:12:59.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:12:59.595 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:12:59.595 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:13:09.593 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:13:09.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:13:09.595 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:13:09.596 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:13:19.593 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:13:19.593 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:13:19.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:13:19.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:13:29.593 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:13:29.593 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:13:29.595 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:13:29.595 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:13:39.593 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:13:39.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:13:39.593 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:13:39.595 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:13:49.593 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:13:49.593 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:13:49.595 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:13:49.595 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:13:59.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:13:59.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:13:59.595 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:13:59.595 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:14:09.593 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:14:09.593 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:14:09.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:14:09.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:14:19.599 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:14:19.600 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:14:19.599 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:14:19.602 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:14:29.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:14:29.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:14:29.595 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:14:29.595 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:14:39.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:14:39.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:14:39.595 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:14:39.595 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:14:49.593 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:14:49.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:14:49.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:14:49.595 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:14:59.593 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:14:59.593 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:14:59.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:14:59.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:15:09.593 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:15:09.593 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:15:09.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:15:09.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:15:19.593 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:15:19.593 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:15:19.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:15:19.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:15:29.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:15:29.595 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:15:29.595 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:15:29.596 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:15:39.593 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:15:39.593 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:15:39.593 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:15:39.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:15:49.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:15:49.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:15:49.595 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:15:49.595 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:15:59.593 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:15:59.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:15:59.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:15:59.595 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:16:09.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:16:09.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:16:09.595 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:16:09.596 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:16:19.593 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:16:19.593 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:16:19.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:16:19.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:16:29.593 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:16:29.593 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:16:29.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:16:29.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:16:39.593 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:16:39.593 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:16:39.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:16:39.595 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:16:49.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:16:49.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:16:49.595 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:16:49.595 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:16:59.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:16:59.595 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:16:59.596 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:16:59.598 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:17:09.593 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:17:09.593 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:17:09.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:17:09.595 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:17:19.595 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:17:19.595 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:17:19.596 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:17:19.596 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:17:29.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:17:29.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:17:29.595 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:17:29.595 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:17:39.593 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:17:39.593 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:17:39.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:17:39.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:17:49.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:17:49.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:17:49.595 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:17:49.596 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:17:59.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:17:59.595 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:17:59.596 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:17:59.596 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:18:09.593 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:18:09.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:18:09.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:18:09.595 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:18:19.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:18:19.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:18:19.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:18:19.595 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:18:29.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:18:29.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:18:29.595 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:18:29.595 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:18:39.593 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:18:39.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:18:39.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:18:39.595 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:18:49.593 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:18:49.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:18:49.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:18:49.595 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:18:59.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:18:59.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:18:59.595 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:18:59.595 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:19:09.593 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:19:09.593 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:19:09.593 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:19:09.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:19:19.593 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:19:19.593 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:19:19.593 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:19:19.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:19:29.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:19:29.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:19:29.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:19:29.595 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:19:39.593 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:19:39.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:19:39.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:19:39.595 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:19:49.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:19:49.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:19:49.596 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:19:49.597 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:19:59.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:19:59.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:19:59.595 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:19:59.595 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:20:09.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:20:09.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:20:09.595 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:20:09.595 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:20:19.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:20:19.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:20:19.595 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:20:19.595 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:20:29.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:20:29.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:20:29.595 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:20:29.595 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:20:39.593 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:20:39.593 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:20:39.600 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:20:39.601 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:20:49.593 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:20:49.593 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:20:49.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:20:49.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:20:59.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:20:59.595 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:20:59.596 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:20:59.597 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:21:09.593 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:21:09.593 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:21:09.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:21:09.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:21:19.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:21:19.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:21:19.595 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:21:19.596 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:21:29.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:21:29.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:21:29.595 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:21:29.595 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:21:39.593 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:21:39.593 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:21:39.595 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:21:39.595 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:21:49.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:21:49.595 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:21:49.595 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:21:49.596 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:21:59.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:21:59.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:21:59.595 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:21:59.596 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:22:09.593 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:22:09.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:22:09.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:22:09.595 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:22:19.593 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:22:19.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:22:19.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:22:19.596 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:22:29.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:22:29.596 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:22:29.595 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:22:29.598 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:22:39.593 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:22:39.593 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:22:39.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:22:39.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:22:49.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:22:49.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:22:49.595 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:22:49.595 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:22:59.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:22:59.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:22:59.595 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:22:59.596 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:23:09.593 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:23:09.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:23:09.595 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:23:09.595 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:23:19.594 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:23:19.594 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:23:19.595 8 INFO cinder.api.openstack.wsgi [None req-2d4a65f4-5062-4b81-9d68-ca6b6609ff0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:23:19.595 7 INFO cinder.api.openstack.wsgi [None req-3085cc84-f521-4aa0-b5a2-5c85b49f2e73 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:23:24.915 8 INFO cinder.api.openstack.wsgi [None req-3b263b5a-f5a4-46cb-8b2b-42dd26d31f9f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET https://volume.199-204-45-53.nip.io/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=False 2026-07-09 10:23:24.947 8 INFO cinder.api.openstack.wsgi [None req-3b263b5a-f5a4-46cb-8b2b-42dd26d31f9f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] https://volume.199-204-45-53.nip.io/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=False returned with HTTP 200 [pid: 8|app: 0|req: 190/380] 199.204.45.53 () {44 vars in 1062 bytes} [Thu Jul 9 10:23:24 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=False => generated 340 bytes in 167 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:23:25.531 7 INFO cinder.api.openstack.wsgi [None req-1f425778-3203-4a41-9402-41dabee680be 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] PUT https://volume.199-204-45-53.nip.io/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75 2026-07-09 10:23:25.603 7 INFO cinder.api.openstack.wsgi [None req-1f425778-3203-4a41-9402-41dabee680be 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] https://volume.199-204-45-53.nip.io/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75 returned with HTTP 200 [pid: 7|app: 0|req: 191/381] 199.204.45.53 () {48 vars in 1091 bytes} [Thu Jul 9 10:23:25 2026] PUT /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75 => generated 296 bytes in 85 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:23:29.594 8 INFO cinder.api.openstack.wsgi [None req-3b263b5a-f5a4-46cb-8b2b-42dd26d31f9f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:23:29.594 7 INFO cinder.api.openstack.wsgi [None req-1f425778-3203-4a41-9402-41dabee680be 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:23:29.595 8 INFO cinder.api.openstack.wsgi [None req-3b263b5a-f5a4-46cb-8b2b-42dd26d31f9f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:23:29.595 7 INFO cinder.api.openstack.wsgi [None req-1f425778-3203-4a41-9402-41dabee680be 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:23:39.593 7 INFO cinder.api.openstack.wsgi [None req-1f425778-3203-4a41-9402-41dabee680be 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:23:39.594 8 INFO cinder.api.openstack.wsgi [None req-3b263b5a-f5a4-46cb-8b2b-42dd26d31f9f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:23:39.595 7 INFO cinder.api.openstack.wsgi [None req-1f425778-3203-4a41-9402-41dabee680be 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:23:39.595 8 INFO cinder.api.openstack.wsgi [None req-3b263b5a-f5a4-46cb-8b2b-42dd26d31f9f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:23:49.594 7 INFO cinder.api.openstack.wsgi [None req-1f425778-3203-4a41-9402-41dabee680be 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:23:49.594 8 INFO cinder.api.openstack.wsgi [None req-3b263b5a-f5a4-46cb-8b2b-42dd26d31f9f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:23:49.595 7 INFO cinder.api.openstack.wsgi [None req-1f425778-3203-4a41-9402-41dabee680be 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:23:49.595 8 INFO cinder.api.openstack.wsgi [None req-3b263b5a-f5a4-46cb-8b2b-42dd26d31f9f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:23:59.594 8 INFO cinder.api.openstack.wsgi [None req-3b263b5a-f5a4-46cb-8b2b-42dd26d31f9f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:23:59.594 7 INFO cinder.api.openstack.wsgi [None req-1f425778-3203-4a41-9402-41dabee680be 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:23:59.595 8 INFO cinder.api.openstack.wsgi [None req-3b263b5a-f5a4-46cb-8b2b-42dd26d31f9f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:23:59.595 7 INFO cinder.api.openstack.wsgi [None req-1f425778-3203-4a41-9402-41dabee680be 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:24:09.593 8 INFO cinder.api.openstack.wsgi [None req-3b263b5a-f5a4-46cb-8b2b-42dd26d31f9f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:24:09.593 7 INFO cinder.api.openstack.wsgi [None req-1f425778-3203-4a41-9402-41dabee680be 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:24:09.594 8 INFO cinder.api.openstack.wsgi [None req-3b263b5a-f5a4-46cb-8b2b-42dd26d31f9f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:24:09.594 7 INFO cinder.api.openstack.wsgi [None req-1f425778-3203-4a41-9402-41dabee680be 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:24:19.594 8 INFO cinder.api.openstack.wsgi [None req-3b263b5a-f5a4-46cb-8b2b-42dd26d31f9f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:24:19.594 7 INFO cinder.api.openstack.wsgi [None req-1f425778-3203-4a41-9402-41dabee680be 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:24:19.595 8 INFO cinder.api.openstack.wsgi [None req-3b263b5a-f5a4-46cb-8b2b-42dd26d31f9f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:24:19.595 7 INFO cinder.api.openstack.wsgi [None req-1f425778-3203-4a41-9402-41dabee680be 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:24:29.593 8 INFO cinder.api.openstack.wsgi [None req-3b263b5a-f5a4-46cb-8b2b-42dd26d31f9f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:24:29.594 7 INFO cinder.api.openstack.wsgi [None req-1f425778-3203-4a41-9402-41dabee680be 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:24:29.594 8 INFO cinder.api.openstack.wsgi [None req-3b263b5a-f5a4-46cb-8b2b-42dd26d31f9f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:24:29.596 7 INFO cinder.api.openstack.wsgi [None req-1f425778-3203-4a41-9402-41dabee680be 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:24:39.593 7 INFO cinder.api.openstack.wsgi [None req-1f425778-3203-4a41-9402-41dabee680be 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:24:39.593 8 INFO cinder.api.openstack.wsgi [None req-3b263b5a-f5a4-46cb-8b2b-42dd26d31f9f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:24:39.594 7 INFO cinder.api.openstack.wsgi [None req-1f425778-3203-4a41-9402-41dabee680be 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:24:39.594 8 INFO cinder.api.openstack.wsgi [None req-3b263b5a-f5a4-46cb-8b2b-42dd26d31f9f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:24:49.594 7 INFO cinder.api.openstack.wsgi [None req-1f425778-3203-4a41-9402-41dabee680be 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:24:49.594 8 INFO cinder.api.openstack.wsgi [None req-3b263b5a-f5a4-46cb-8b2b-42dd26d31f9f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:24:49.595 7 INFO cinder.api.openstack.wsgi [None req-1f425778-3203-4a41-9402-41dabee680be 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:24:49.595 8 INFO cinder.api.openstack.wsgi [None req-3b263b5a-f5a4-46cb-8b2b-42dd26d31f9f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:24:56.143 7 INFO cinder.api.openstack.wsgi [None req-acc2eb57-e99d-4184-9c23-dee9315b15b3 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true 2026-07-09 10:24:56.679 7 INFO cinder.api.openstack.wsgi [None req-acc2eb57-e99d-4184-9c23-dee9315b15b3 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 201/400] 10.0.0.140 () {28 vars in 695 bytes} [Thu Jul 9 10:24:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true => generated 670 bytes in 598 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:24:56.694 8 INFO cinder.api.openstack.wsgi [None req-df7b63f5-c3f8-4808-adaa-4e25e02c4b7d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services 2026-07-09 10:24:56.700 8 INFO cinder.api.openstack.wsgi [None req-df7b63f5-c3f8-4808-adaa-4e25e02c4b7d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services returned with HTTP 200 [pid: 8|app: 0|req: 200/401] 10.0.0.140 () {28 vars in 644 bytes} [Thu Jul 9 10:24:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:24:56.714 7 INFO cinder.api.openstack.wsgi [None req-8c3bb32c-ef29-4b6b-bab4-f742937467e7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:24:56.747 7 INFO cinder.volume.api [None req-8c3bb32c-ef29-4b6b-bab4-f742937467e7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:24:56.750 7 INFO cinder.api.openstack.wsgi [None req-8c3bb32c-ef29-4b6b-bab4-f742937467e7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 202/402] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:24:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true => generated 15 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 10:24:56.789 8 INFO cinder.api.openstack.wsgi [None req-dc3224b7-aff2-4d8e-8305-bd3f9e3d1cf5 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true 2026-07-09 10:24:56.810 8 INFO cinder.api.openstack.wsgi [None req-dc3224b7-aff2-4d8e-8305-bd3f9e3d1cf5 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 201/403] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:24:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?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 10:24:56.820 7 INFO cinder.api.openstack.wsgi [None req-42df04ac-de45-4ee9-975c-2feff272d5c2 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true 2026-07-09 10:24:56.843 7 INFO cinder.api.openstack.wsgi [None req-42df04ac-de45-4ee9-975c-2feff272d5c2 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 203/404] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:24:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?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 10:24:56.858 8 INFO cinder.api.openstack.wsgi [None req-ebe7fa6b-3df4-42ec-95fb-b9cfa1da58f8 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true 2026-07-09 10:24:56.881 8 INFO cinder.api.openstack.wsgi [None req-ebe7fa6b-3df4-42ec-95fb-b9cfa1da58f8 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 202/405] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:24:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?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 10:24:56.893 7 INFO cinder.api.openstack.wsgi [None req-08a89e6d-2614-4a46-bbb0-1627804198e1 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:24:56.901 7 INFO cinder.volume.api [None req-08a89e6d-2614-4a46-bbb0-1627804198e1 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:24:56.903 7 INFO cinder.api.openstack.wsgi [None req-08a89e6d-2614-4a46-bbb0-1627804198e1 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 204/406] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:24:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:24:56.914 8 INFO cinder.api.openstack.wsgi [None req-e73f6c8e-b599-4039-875a-89a919ae5c0d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true 2026-07-09 10:24:56.931 8 INFO cinder.volume.api [None req-e73f6c8e-b599-4039-875a-89a919ae5c0d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all snapshots completed successfully. 2026-07-09 10:24:56.932 8 INFO cinder.api.openstack.wsgi [None req-e73f6c8e-b599-4039-875a-89a919ae5c0d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 203/407] 10.0.0.140 () {28 vars in 673 bytes} [Thu Jul 9 10:24:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true => generated 17 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 10:24:59.593 8 INFO cinder.api.openstack.wsgi [None req-e73f6c8e-b599-4039-875a-89a919ae5c0d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:24:59.593 7 INFO cinder.api.openstack.wsgi [None req-08a89e6d-2614-4a46-bbb0-1627804198e1 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:24:59.595 8 INFO cinder.api.openstack.wsgi [None req-e73f6c8e-b599-4039-875a-89a919ae5c0d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:24:59.595 7 INFO cinder.api.openstack.wsgi [None req-08a89e6d-2614-4a46-bbb0-1627804198e1 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:25:09.595 7 INFO cinder.api.openstack.wsgi [None req-08a89e6d-2614-4a46-bbb0-1627804198e1 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:25:09.595 8 INFO cinder.api.openstack.wsgi [None req-e73f6c8e-b599-4039-875a-89a919ae5c0d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:25:09.596 7 INFO cinder.api.openstack.wsgi [None req-08a89e6d-2614-4a46-bbb0-1627804198e1 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:25:09.596 8 INFO cinder.api.openstack.wsgi [None req-e73f6c8e-b599-4039-875a-89a919ae5c0d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:25:19.594 7 INFO cinder.api.openstack.wsgi [None req-08a89e6d-2614-4a46-bbb0-1627804198e1 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:25:19.594 8 INFO cinder.api.openstack.wsgi [None req-e73f6c8e-b599-4039-875a-89a919ae5c0d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:25:19.595 7 INFO cinder.api.openstack.wsgi [None req-08a89e6d-2614-4a46-bbb0-1627804198e1 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:25:19.595 8 INFO cinder.api.openstack.wsgi [None req-e73f6c8e-b599-4039-875a-89a919ae5c0d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:25:29.593 7 INFO cinder.api.openstack.wsgi [None req-08a89e6d-2614-4a46-bbb0-1627804198e1 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:25:29.593 8 INFO cinder.api.openstack.wsgi [None req-e73f6c8e-b599-4039-875a-89a919ae5c0d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:25:29.594 7 INFO cinder.api.openstack.wsgi [None req-08a89e6d-2614-4a46-bbb0-1627804198e1 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:25:29.595 8 INFO cinder.api.openstack.wsgi [None req-e73f6c8e-b599-4039-875a-89a919ae5c0d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:25:39.593 7 INFO cinder.api.openstack.wsgi [None req-08a89e6d-2614-4a46-bbb0-1627804198e1 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:25:39.594 8 INFO cinder.api.openstack.wsgi [None req-e73f6c8e-b599-4039-875a-89a919ae5c0d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:25:39.594 7 INFO cinder.api.openstack.wsgi [None req-08a89e6d-2614-4a46-bbb0-1627804198e1 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:25:39.595 8 INFO cinder.api.openstack.wsgi [None req-e73f6c8e-b599-4039-875a-89a919ae5c0d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:25:49.594 7 INFO cinder.api.openstack.wsgi [None req-08a89e6d-2614-4a46-bbb0-1627804198e1 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:25:49.594 8 INFO cinder.api.openstack.wsgi [None req-e73f6c8e-b599-4039-875a-89a919ae5c0d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:25:49.595 7 INFO cinder.api.openstack.wsgi [None req-08a89e6d-2614-4a46-bbb0-1627804198e1 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:25:49.595 8 INFO cinder.api.openstack.wsgi [None req-e73f6c8e-b599-4039-875a-89a919ae5c0d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:25:56.133 7 INFO cinder.api.openstack.wsgi [None req-08935af2-5494-4ada-994d-fa4a39e9aeed 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true 2026-07-09 10:25:56.155 7 INFO cinder.api.openstack.wsgi [None req-08935af2-5494-4ada-994d-fa4a39e9aeed 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 211/420] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:25:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true => generated 845 bytes in 59 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:25:56.168 8 INFO cinder.api.openstack.wsgi [None req-611ccb5d-7604-4618-8da4-be4fe0f73c12 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true 2026-07-09 10:25:56.189 8 INFO cinder.api.openstack.wsgi [None req-611ccb5d-7604-4618-8da4-be4fe0f73c12 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 210/421] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:25:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?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 10:25:56.201 7 INFO cinder.api.openstack.wsgi [None req-d2bfa0c8-5b74-4b7e-a5da-a72e0bb596f2 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true 2026-07-09 10:25:56.220 7 INFO cinder.api.openstack.wsgi [None req-d2bfa0c8-5b74-4b7e-a5da-a72e0bb596f2 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 212/422] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:25:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?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 10:25:56.231 8 INFO cinder.api.openstack.wsgi [None req-bb602263-ad3c-48aa-9bfd-298b40e4176d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:25:56.268 8 INFO cinder.volume.api [None req-bb602263-ad3c-48aa-9bfd-298b40e4176d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:25:56.270 8 INFO cinder.api.openstack.wsgi [None req-bb602263-ad3c-48aa-9bfd-298b40e4176d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 211/423] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:25:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true => generated 15 bytes in 46 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 10:25:56.280 7 INFO cinder.api.openstack.wsgi [None req-598e9bfe-59d7-4c2a-8a7c-5a91d998b747 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true 2026-07-09 10:25:56.293 7 INFO cinder.volume.api [None req-598e9bfe-59d7-4c2a-8a7c-5a91d998b747 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all snapshots completed successfully. 2026-07-09 10:25:56.293 7 INFO cinder.api.openstack.wsgi [None req-598e9bfe-59d7-4c2a-8a7c-5a91d998b747 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 213/424] 10.0.0.140 () {28 vars in 673 bytes} [Thu Jul 9 10:25:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:25:56.305 8 INFO cinder.api.openstack.wsgi [None req-13d5006a-2932-4399-b45c-76148e6d3ec6 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true 2026-07-09 10:25:56.848 8 INFO cinder.api.openstack.wsgi [None req-13d5006a-2932-4399-b45c-76148e6d3ec6 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 212/425] 10.0.0.140 () {28 vars in 695 bytes} [Thu Jul 9 10:25:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true => generated 670 bytes in 552 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:25:56.862 7 INFO cinder.api.openstack.wsgi [None req-5d9bdcd7-aa3a-41a6-864d-f9c2221cede9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services 2026-07-09 10:25:56.868 7 INFO cinder.api.openstack.wsgi [None req-5d9bdcd7-aa3a-41a6-864d-f9c2221cede9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services returned with HTTP 200 [pid: 7|app: 0|req: 214/426] 10.0.0.140 () {28 vars in 644 bytes} [Thu Jul 9 10:25:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:25:56.878 8 INFO cinder.api.openstack.wsgi [None req-f1fd9cfa-dc20-4916-8ab0-3fa5cf1ed126 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:25:56.887 8 INFO cinder.volume.api [None req-f1fd9cfa-dc20-4916-8ab0-3fa5cf1ed126 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:25:56.889 8 INFO cinder.api.openstack.wsgi [None req-f1fd9cfa-dc20-4916-8ab0-3fa5cf1ed126 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 213/427] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:25:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:25:59.593 7 INFO cinder.api.openstack.wsgi [None req-5d9bdcd7-aa3a-41a6-864d-f9c2221cede9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:25:59.594 8 INFO cinder.api.openstack.wsgi [None req-f1fd9cfa-dc20-4916-8ab0-3fa5cf1ed126 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:25:59.595 7 INFO cinder.api.openstack.wsgi [None req-5d9bdcd7-aa3a-41a6-864d-f9c2221cede9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:25:59.595 8 INFO cinder.api.openstack.wsgi [None req-f1fd9cfa-dc20-4916-8ab0-3fa5cf1ed126 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:26:09.593 8 INFO cinder.api.openstack.wsgi [None req-f1fd9cfa-dc20-4916-8ab0-3fa5cf1ed126 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:26:09.593 7 INFO cinder.api.openstack.wsgi [None req-5d9bdcd7-aa3a-41a6-864d-f9c2221cede9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:26:09.594 8 INFO cinder.api.openstack.wsgi [None req-f1fd9cfa-dc20-4916-8ab0-3fa5cf1ed126 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:26:09.594 7 INFO cinder.api.openstack.wsgi [None req-5d9bdcd7-aa3a-41a6-864d-f9c2221cede9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:26:19.594 8 INFO cinder.api.openstack.wsgi [None req-f1fd9cfa-dc20-4916-8ab0-3fa5cf1ed126 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:26:19.594 7 INFO cinder.api.openstack.wsgi [None req-5d9bdcd7-aa3a-41a6-864d-f9c2221cede9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:26:19.595 7 INFO cinder.api.openstack.wsgi [None req-5d9bdcd7-aa3a-41a6-864d-f9c2221cede9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:26:19.595 8 INFO cinder.api.openstack.wsgi [None req-f1fd9cfa-dc20-4916-8ab0-3fa5cf1ed126 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:26:29.594 7 INFO cinder.api.openstack.wsgi [None req-5d9bdcd7-aa3a-41a6-864d-f9c2221cede9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:26:29.596 7 INFO cinder.api.openstack.wsgi [None req-5d9bdcd7-aa3a-41a6-864d-f9c2221cede9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:26:29.598 8 INFO cinder.api.openstack.wsgi [None req-f1fd9cfa-dc20-4916-8ab0-3fa5cf1ed126 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:26:29.598 8 INFO cinder.api.openstack.wsgi [None req-f1fd9cfa-dc20-4916-8ab0-3fa5cf1ed126 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:26:39.593 7 INFO cinder.api.openstack.wsgi [None req-5d9bdcd7-aa3a-41a6-864d-f9c2221cede9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:26:39.594 7 INFO cinder.api.openstack.wsgi [None req-5d9bdcd7-aa3a-41a6-864d-f9c2221cede9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:26:39.595 8 INFO cinder.api.openstack.wsgi [None req-f1fd9cfa-dc20-4916-8ab0-3fa5cf1ed126 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:26:39.595 8 INFO cinder.api.openstack.wsgi [None req-f1fd9cfa-dc20-4916-8ab0-3fa5cf1ed126 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:26:49.594 7 INFO cinder.api.openstack.wsgi [None req-5d9bdcd7-aa3a-41a6-864d-f9c2221cede9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:26:49.594 7 INFO cinder.api.openstack.wsgi [None req-5d9bdcd7-aa3a-41a6-864d-f9c2221cede9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:26:49.594 8 INFO cinder.api.openstack.wsgi [None req-f1fd9cfa-dc20-4916-8ab0-3fa5cf1ed126 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:26:49.595 8 INFO cinder.api.openstack.wsgi [None req-f1fd9cfa-dc20-4916-8ab0-3fa5cf1ed126 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:26:56.100 7 INFO cinder.api.openstack.wsgi [None req-0c54c639-4ea7-4569-bf6f-5d743160dfdb 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:26:56.110 7 INFO cinder.volume.api [None req-0c54c639-4ea7-4569-bf6f-5d743160dfdb 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:26:56.112 7 INFO cinder.api.openstack.wsgi [None req-0c54c639-4ea7-4569-bf6f-5d743160dfdb 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 221/440] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:26:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true => generated 15 bytes in 55 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 10:26:56.123 8 INFO cinder.api.openstack.wsgi [None req-99904a7c-be76-4598-ac3d-a3fa656575e9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true 2026-07-09 10:26:56.627 8 INFO cinder.api.openstack.wsgi [None req-99904a7c-be76-4598-ac3d-a3fa656575e9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 220/441] 10.0.0.140 () {28 vars in 695 bytes} [Thu Jul 9 10:26:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:26:56.673 7 INFO cinder.api.openstack.wsgi [None req-6d185eb7-c244-42ee-8ee7-7b2e66b349e9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true 2026-07-09 10:26:56.695 7 INFO cinder.api.openstack.wsgi [None req-6d185eb7-c244-42ee-8ee7-7b2e66b349e9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 222/442] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:26:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?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 10:26:56.708 8 INFO cinder.api.openstack.wsgi [None req-0921adb5-d01d-429c-97b2-83081f49f94a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true 2026-07-09 10:26:56.731 8 INFO cinder.api.openstack.wsgi [None req-0921adb5-d01d-429c-97b2-83081f49f94a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 221/443] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:26:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?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 10:26:56.743 7 INFO cinder.api.openstack.wsgi [None req-cda25e66-3b38-4dc7-9b79-282421d60dba 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true 2026-07-09 10:26:56.763 7 INFO cinder.api.openstack.wsgi [None req-cda25e66-3b38-4dc7-9b79-282421d60dba 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 223/444] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:26:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?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 10:26:56.776 8 INFO cinder.api.openstack.wsgi [None req-30ec054e-faa2-450a-80fe-75e1aede1a1a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:26:56.786 8 INFO cinder.volume.api [None req-30ec054e-faa2-450a-80fe-75e1aede1a1a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:26:56.788 8 INFO cinder.api.openstack.wsgi [None req-30ec054e-faa2-450a-80fe-75e1aede1a1a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 222/445] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:26:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:26:56.798 7 INFO cinder.api.openstack.wsgi [None req-15f6d373-4dc6-4c34-9716-91439e168f2e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services 2026-07-09 10:26:56.804 7 INFO cinder.api.openstack.wsgi [None req-15f6d373-4dc6-4c34-9716-91439e168f2e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services returned with HTTP 200 [pid: 7|app: 0|req: 224/446] 10.0.0.140 () {28 vars in 644 bytes} [Thu Jul 9 10:26:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services => generated 646 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:26:56.814 8 INFO cinder.api.openstack.wsgi [None req-404a53bc-73a1-4549-a39b-4b66b6b538d7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true 2026-07-09 10:26:56.820 8 INFO cinder.volume.api [None req-404a53bc-73a1-4549-a39b-4b66b6b538d7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all snapshots completed successfully. 2026-07-09 10:26:56.820 8 INFO cinder.api.openstack.wsgi [None req-404a53bc-73a1-4549-a39b-4b66b6b538d7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 223/447] 10.0.0.140 () {28 vars in 673 bytes} [Thu Jul 9 10:26:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:26:59.594 7 INFO cinder.api.openstack.wsgi [None req-15f6d373-4dc6-4c34-9716-91439e168f2e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:26:59.594 8 INFO cinder.api.openstack.wsgi [None req-404a53bc-73a1-4549-a39b-4b66b6b538d7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:26:59.595 7 INFO cinder.api.openstack.wsgi [None req-15f6d373-4dc6-4c34-9716-91439e168f2e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:26:59.596 8 INFO cinder.api.openstack.wsgi [None req-404a53bc-73a1-4549-a39b-4b66b6b538d7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:27:09.593 8 INFO cinder.api.openstack.wsgi [None req-404a53bc-73a1-4549-a39b-4b66b6b538d7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:27:09.594 8 INFO cinder.api.openstack.wsgi [None req-404a53bc-73a1-4549-a39b-4b66b6b538d7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:27:09.594 7 INFO cinder.api.openstack.wsgi [None req-15f6d373-4dc6-4c34-9716-91439e168f2e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:27:09.596 7 INFO cinder.api.openstack.wsgi [None req-15f6d373-4dc6-4c34-9716-91439e168f2e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:27:19.594 7 INFO cinder.api.openstack.wsgi [None req-15f6d373-4dc6-4c34-9716-91439e168f2e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:27:19.594 8 INFO cinder.api.openstack.wsgi [None req-404a53bc-73a1-4549-a39b-4b66b6b538d7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:27:19.596 8 INFO cinder.api.openstack.wsgi [None req-404a53bc-73a1-4549-a39b-4b66b6b538d7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:27:19.596 7 INFO cinder.api.openstack.wsgi [None req-15f6d373-4dc6-4c34-9716-91439e168f2e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:27:29.594 7 INFO cinder.api.openstack.wsgi [None req-15f6d373-4dc6-4c34-9716-91439e168f2e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:27:29.594 8 INFO cinder.api.openstack.wsgi [None req-404a53bc-73a1-4549-a39b-4b66b6b538d7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:27:29.595 7 INFO cinder.api.openstack.wsgi [None req-15f6d373-4dc6-4c34-9716-91439e168f2e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:27:29.595 8 INFO cinder.api.openstack.wsgi [None req-404a53bc-73a1-4549-a39b-4b66b6b538d7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:27:39.594 8 INFO cinder.api.openstack.wsgi [None req-404a53bc-73a1-4549-a39b-4b66b6b538d7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:27:39.594 7 INFO cinder.api.openstack.wsgi [None req-15f6d373-4dc6-4c34-9716-91439e168f2e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:27:39.595 8 INFO cinder.api.openstack.wsgi [None req-404a53bc-73a1-4549-a39b-4b66b6b538d7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:27:39.595 7 INFO cinder.api.openstack.wsgi [None req-15f6d373-4dc6-4c34-9716-91439e168f2e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:27:49.594 7 INFO cinder.api.openstack.wsgi [None req-15f6d373-4dc6-4c34-9716-91439e168f2e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:27:49.594 8 INFO cinder.api.openstack.wsgi [None req-404a53bc-73a1-4549-a39b-4b66b6b538d7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:27:49.595 8 INFO cinder.api.openstack.wsgi [None req-404a53bc-73a1-4549-a39b-4b66b6b538d7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:27:49.595 7 INFO cinder.api.openstack.wsgi [None req-15f6d373-4dc6-4c34-9716-91439e168f2e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:27:56.084 8 INFO cinder.api.openstack.wsgi [None req-03283552-b544-438a-9017-7cda848070b2 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:27:56.092 8 INFO cinder.volume.api [None req-03283552-b544-438a-9017-7cda848070b2 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:27:56.093 8 INFO cinder.api.openstack.wsgi [None req-03283552-b544-438a-9017-7cda848070b2 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 230/460] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:27:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:27:56.107 7 INFO cinder.api.openstack.wsgi [None req-d3f230db-5a05-4fee-8d83-e3fc1e4db454 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true 2026-07-09 10:27:56.114 7 INFO cinder.volume.api [None req-d3f230db-5a05-4fee-8d83-e3fc1e4db454 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all snapshots completed successfully. 2026-07-09 10:27:56.114 7 INFO cinder.api.openstack.wsgi [None req-d3f230db-5a05-4fee-8d83-e3fc1e4db454 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 231/461] 10.0.0.140 () {28 vars in 673 bytes} [Thu Jul 9 10:27:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:27:56.155 8 INFO cinder.api.openstack.wsgi [None req-6d891d32-ec66-4fdb-adb0-693e51548c01 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true 2026-07-09 10:27:56.175 8 INFO cinder.api.openstack.wsgi [None req-6d891d32-ec66-4fdb-adb0-693e51548c01 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 231/462] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:27:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?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 10:27:56.186 7 INFO cinder.api.openstack.wsgi [None req-94075f1d-cdd0-47e3-a10d-6bd2239a0e77 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true 2026-07-09 10:27:56.211 7 INFO cinder.api.openstack.wsgi [None req-94075f1d-cdd0-47e3-a10d-6bd2239a0e77 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 232/463] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:27:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?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 10:27:56.220 8 INFO cinder.api.openstack.wsgi [None req-a1b52d66-7477-40c8-8983-9f477175de52 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true 2026-07-09 10:27:56.237 8 INFO cinder.api.openstack.wsgi [None req-a1b52d66-7477-40c8-8983-9f477175de52 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 232/464] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:27:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true => generated 845 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:27:56.249 7 INFO cinder.api.openstack.wsgi [None req-e77c11bb-ca40-4eeb-878f-45def261c897 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:27:56.256 7 INFO cinder.volume.api [None req-e77c11bb-ca40-4eeb-878f-45def261c897 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:27:56.257 7 INFO cinder.api.openstack.wsgi [None req-e77c11bb-ca40-4eeb-878f-45def261c897 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 233/465] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:27:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true => generated 15 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 10:27:56.267 8 INFO cinder.api.openstack.wsgi [None req-cfef43a7-7658-4aa6-87ef-a7532b7e923d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services 2026-07-09 10:27:56.272 8 INFO cinder.api.openstack.wsgi [None req-cfef43a7-7658-4aa6-87ef-a7532b7e923d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services returned with HTTP 200 [pid: 8|app: 0|req: 233/466] 10.0.0.140 () {28 vars in 644 bytes} [Thu Jul 9 10:27:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services => generated 646 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:27:56.287 7 INFO cinder.api.openstack.wsgi [None req-bf6e8ce4-309e-4de1-b74b-bfd047d3570e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true 2026-07-09 10:27:56.791 7 INFO cinder.api.openstack.wsgi [None req-bf6e8ce4-309e-4de1-b74b-bfd047d3570e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 234/467] 10.0.0.140 () {28 vars in 695 bytes} [Thu Jul 9 10:27:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true => generated 670 bytes in 517 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:27:59.593 8 INFO cinder.api.openstack.wsgi [None req-cfef43a7-7658-4aa6-87ef-a7532b7e923d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:27:59.593 7 INFO cinder.api.openstack.wsgi [None req-bf6e8ce4-309e-4de1-b74b-bfd047d3570e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:27:59.594 8 INFO cinder.api.openstack.wsgi [None req-cfef43a7-7658-4aa6-87ef-a7532b7e923d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:27:59.594 7 INFO cinder.api.openstack.wsgi [None req-bf6e8ce4-309e-4de1-b74b-bfd047d3570e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:28:09.593 8 INFO cinder.api.openstack.wsgi [None req-cfef43a7-7658-4aa6-87ef-a7532b7e923d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:28:09.594 7 INFO cinder.api.openstack.wsgi [None req-bf6e8ce4-309e-4de1-b74b-bfd047d3570e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:28:09.594 8 INFO cinder.api.openstack.wsgi [None req-cfef43a7-7658-4aa6-87ef-a7532b7e923d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:28:09.595 7 INFO cinder.api.openstack.wsgi [None req-bf6e8ce4-309e-4de1-b74b-bfd047d3570e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:28:19.594 7 INFO cinder.api.openstack.wsgi [None req-bf6e8ce4-309e-4de1-b74b-bfd047d3570e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:28:19.594 8 INFO cinder.api.openstack.wsgi [None req-cfef43a7-7658-4aa6-87ef-a7532b7e923d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:28:19.595 7 INFO cinder.api.openstack.wsgi [None req-bf6e8ce4-309e-4de1-b74b-bfd047d3570e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:28:19.596 8 INFO cinder.api.openstack.wsgi [None req-cfef43a7-7658-4aa6-87ef-a7532b7e923d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:28:29.593 7 INFO cinder.api.openstack.wsgi [None req-bf6e8ce4-309e-4de1-b74b-bfd047d3570e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:28:29.594 7 INFO cinder.api.openstack.wsgi [None req-bf6e8ce4-309e-4de1-b74b-bfd047d3570e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:28:29.594 8 INFO cinder.api.openstack.wsgi [None req-cfef43a7-7658-4aa6-87ef-a7532b7e923d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:28:29.596 8 INFO cinder.api.openstack.wsgi [None req-cfef43a7-7658-4aa6-87ef-a7532b7e923d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:28:39.593 7 INFO cinder.api.openstack.wsgi [None req-bf6e8ce4-309e-4de1-b74b-bfd047d3570e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:28:39.594 7 INFO cinder.api.openstack.wsgi [None req-bf6e8ce4-309e-4de1-b74b-bfd047d3570e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:28:39.594 8 INFO cinder.api.openstack.wsgi [None req-cfef43a7-7658-4aa6-87ef-a7532b7e923d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:28:39.595 8 INFO cinder.api.openstack.wsgi [None req-cfef43a7-7658-4aa6-87ef-a7532b7e923d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:28:49.594 7 INFO cinder.api.openstack.wsgi [None req-bf6e8ce4-309e-4de1-b74b-bfd047d3570e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:28:49.594 8 INFO cinder.api.openstack.wsgi [None req-cfef43a7-7658-4aa6-87ef-a7532b7e923d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:28:49.595 7 INFO cinder.api.openstack.wsgi [None req-bf6e8ce4-309e-4de1-b74b-bfd047d3570e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:28:49.595 8 INFO cinder.api.openstack.wsgi [None req-cfef43a7-7658-4aa6-87ef-a7532b7e923d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:28:56.091 8 INFO cinder.api.openstack.wsgi [None req-72e8f4e9-7be9-4a09-b772-9c040b5de281 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true 2026-07-09 10:28:56.597 8 INFO cinder.api.openstack.wsgi [None req-72e8f4e9-7be9-4a09-b772-9c040b5de281 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 240/480] 10.0.0.140 () {28 vars in 695 bytes} [Thu Jul 9 10:28:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true => generated 670 bytes in 540 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:28:56.649 7 INFO cinder.api.openstack.wsgi [None req-1275e51c-2842-43b2-820e-db990742254e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true 2026-07-09 10:28:56.672 7 INFO cinder.api.openstack.wsgi [None req-1275e51c-2842-43b2-820e-db990742254e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 241/481] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:28:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?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 10:28:56.685 8 INFO cinder.api.openstack.wsgi [None req-2b73a554-e81a-431c-b76f-f1ed57d92f87 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true 2026-07-09 10:28:56.706 8 INFO cinder.api.openstack.wsgi [None req-2b73a554-e81a-431c-b76f-f1ed57d92f87 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 241/482] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:28:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?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 10:28:56.719 7 INFO cinder.api.openstack.wsgi [None req-524e4cee-207d-47fd-aeeb-94f687b7299f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true 2026-07-09 10:28:56.741 7 INFO cinder.api.openstack.wsgi [None req-524e4cee-207d-47fd-aeeb-94f687b7299f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 242/483] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:28:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?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 10:28:56.752 8 INFO cinder.api.openstack.wsgi [None req-3b894ca6-b43e-4559-bf06-84b359b0ad1b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:28:56.763 8 INFO cinder.volume.api [None req-3b894ca6-b43e-4559-bf06-84b359b0ad1b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:28:56.764 8 INFO cinder.api.openstack.wsgi [None req-3b894ca6-b43e-4559-bf06-84b359b0ad1b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 242/484] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:28:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:28:56.774 7 INFO cinder.api.openstack.wsgi [None req-cc146753-edce-4faa-8008-aa287474fc9f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:28:56.785 7 INFO cinder.volume.api [None req-cc146753-edce-4faa-8008-aa287474fc9f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:28:56.788 7 INFO cinder.api.openstack.wsgi [None req-cc146753-edce-4faa-8008-aa287474fc9f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 243/485] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:28:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:28:56.798 8 INFO cinder.api.openstack.wsgi [None req-681c51c3-6741-4b1f-abc3-e2acac294f18 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true 2026-07-09 10:28:56.804 8 INFO cinder.volume.api [None req-681c51c3-6741-4b1f-abc3-e2acac294f18 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all snapshots completed successfully. 2026-07-09 10:28:56.804 8 INFO cinder.api.openstack.wsgi [None req-681c51c3-6741-4b1f-abc3-e2acac294f18 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 243/486] 10.0.0.140 () {28 vars in 673 bytes} [Thu Jul 9 10:28:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:28:56.816 7 INFO cinder.api.openstack.wsgi [None req-595ae196-6695-4dc7-a4a6-61d3c0f4a85b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services 2026-07-09 10:28:56.821 7 INFO cinder.api.openstack.wsgi [None req-595ae196-6695-4dc7-a4a6-61d3c0f4a85b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services returned with HTTP 200 [pid: 7|app: 0|req: 244/487] 10.0.0.140 () {28 vars in 644 bytes} [Thu Jul 9 10:28:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services => generated 646 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:28:59.594 8 INFO cinder.api.openstack.wsgi [None req-681c51c3-6741-4b1f-abc3-e2acac294f18 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:28:59.594 8 INFO cinder.api.openstack.wsgi [None req-681c51c3-6741-4b1f-abc3-e2acac294f18 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:28:59.594 7 INFO cinder.api.openstack.wsgi [None req-595ae196-6695-4dc7-a4a6-61d3c0f4a85b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:28:59.596 7 INFO cinder.api.openstack.wsgi [None req-595ae196-6695-4dc7-a4a6-61d3c0f4a85b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:29:09.593 8 INFO cinder.api.openstack.wsgi [None req-681c51c3-6741-4b1f-abc3-e2acac294f18 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:29:09.593 7 INFO cinder.api.openstack.wsgi [None req-595ae196-6695-4dc7-a4a6-61d3c0f4a85b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:29:09.594 8 INFO cinder.api.openstack.wsgi [None req-681c51c3-6741-4b1f-abc3-e2acac294f18 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:29:09.594 7 INFO cinder.api.openstack.wsgi [None req-595ae196-6695-4dc7-a4a6-61d3c0f4a85b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:29:19.594 8 INFO cinder.api.openstack.wsgi [None req-681c51c3-6741-4b1f-abc3-e2acac294f18 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:29:19.594 7 INFO cinder.api.openstack.wsgi [None req-595ae196-6695-4dc7-a4a6-61d3c0f4a85b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:29:19.595 8 INFO cinder.api.openstack.wsgi [None req-681c51c3-6741-4b1f-abc3-e2acac294f18 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:29:19.595 7 INFO cinder.api.openstack.wsgi [None req-595ae196-6695-4dc7-a4a6-61d3c0f4a85b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:29:29.593 8 INFO cinder.api.openstack.wsgi [None req-681c51c3-6741-4b1f-abc3-e2acac294f18 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:29:29.593 7 INFO cinder.api.openstack.wsgi [None req-595ae196-6695-4dc7-a4a6-61d3c0f4a85b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:29:29.595 8 INFO cinder.api.openstack.wsgi [None req-681c51c3-6741-4b1f-abc3-e2acac294f18 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:29:29.595 7 INFO cinder.api.openstack.wsgi [None req-595ae196-6695-4dc7-a4a6-61d3c0f4a85b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:29:39.595 8 INFO cinder.api.openstack.wsgi [None req-681c51c3-6741-4b1f-abc3-e2acac294f18 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:29:39.595 7 INFO cinder.api.openstack.wsgi [None req-595ae196-6695-4dc7-a4a6-61d3c0f4a85b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:29:39.596 8 INFO cinder.api.openstack.wsgi [None req-681c51c3-6741-4b1f-abc3-e2acac294f18 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:29:39.596 7 INFO cinder.api.openstack.wsgi [None req-595ae196-6695-4dc7-a4a6-61d3c0f4a85b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:29:49.593 8 INFO cinder.api.openstack.wsgi [None req-681c51c3-6741-4b1f-abc3-e2acac294f18 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:29:49.593 7 INFO cinder.api.openstack.wsgi [None req-595ae196-6695-4dc7-a4a6-61d3c0f4a85b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:29:49.594 8 INFO cinder.api.openstack.wsgi [None req-681c51c3-6741-4b1f-abc3-e2acac294f18 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:29:49.594 7 INFO cinder.api.openstack.wsgi [None req-595ae196-6695-4dc7-a4a6-61d3c0f4a85b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:29:56.092 8 INFO cinder.api.openstack.wsgi [None req-20f0190a-43ba-4a98-ae0a-41e9ef8a065a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services 2026-07-09 10:29:56.098 8 INFO cinder.api.openstack.wsgi [None req-20f0190a-43ba-4a98-ae0a-41e9ef8a065a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services returned with HTTP 200 [pid: 8|app: 0|req: 250/500] 10.0.0.140 () {28 vars in 644 bytes} [Thu Jul 9 10:29:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services => generated 646 bytes in 46 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:29:56.111 7 INFO cinder.api.openstack.wsgi [None req-e02e3a72-cde0-4fa4-8e71-e41e85857423 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:29:56.120 7 INFO cinder.volume.api [None req-e02e3a72-cde0-4fa4-8e71-e41e85857423 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:29:56.122 7 INFO cinder.api.openstack.wsgi [None req-e02e3a72-cde0-4fa4-8e71-e41e85857423 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 251/501] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:29:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:29:56.134 8 INFO cinder.api.openstack.wsgi [None req-02f3390c-9463-44cd-a07b-30cfbc01b042 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true 2026-07-09 10:29:56.142 8 INFO cinder.volume.api [None req-02f3390c-9463-44cd-a07b-30cfbc01b042 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all snapshots completed successfully. 2026-07-09 10:29:56.142 8 INFO cinder.api.openstack.wsgi [None req-02f3390c-9463-44cd-a07b-30cfbc01b042 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 251/502] 10.0.0.140 () {28 vars in 673 bytes} [Thu Jul 9 10:29:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true => generated 17 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 10:29:56.151 7 INFO cinder.api.openstack.wsgi [None req-db9bb558-5914-4e6b-9f76-1f0b60a666f5 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:29:56.159 7 INFO cinder.volume.api [None req-db9bb558-5914-4e6b-9f76-1f0b60a666f5 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:29:56.161 7 INFO cinder.api.openstack.wsgi [None req-db9bb558-5914-4e6b-9f76-1f0b60a666f5 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 252/503] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:29:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:29:56.205 8 INFO cinder.api.openstack.wsgi [None req-08197603-ff99-4a00-a542-99229561caf2 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true 2026-07-09 10:29:56.227 8 INFO cinder.api.openstack.wsgi [None req-08197603-ff99-4a00-a542-99229561caf2 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 252/504] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:29:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?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 10:29:56.236 7 INFO cinder.api.openstack.wsgi [None req-fc6e6201-a2c7-462a-bbec-3a922e5e163b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true 2026-07-09 10:29:56.258 7 INFO cinder.api.openstack.wsgi [None req-fc6e6201-a2c7-462a-bbec-3a922e5e163b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 253/505] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:29:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?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 10:29:56.271 8 INFO cinder.api.openstack.wsgi [None req-df518c80-c999-4634-bc02-3c2543af4c0a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true 2026-07-09 10:29:56.291 8 INFO cinder.api.openstack.wsgi [None req-df518c80-c999-4634-bc02-3c2543af4c0a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 253/506] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:29:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?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 10:29:56.302 7 INFO cinder.api.openstack.wsgi [None req-28c7c8ab-5a07-4d65-a528-f674bc0cc581 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true 2026-07-09 10:29:56.805 7 INFO cinder.api.openstack.wsgi [None req-28c7c8ab-5a07-4d65-a528-f674bc0cc581 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 254/507] 10.0.0.140 () {28 vars in 695 bytes} [Thu Jul 9 10:29:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:29:59.593 7 INFO cinder.api.openstack.wsgi [None req-28c7c8ab-5a07-4d65-a528-f674bc0cc581 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:29:59.593 8 INFO cinder.api.openstack.wsgi [None req-df518c80-c999-4634-bc02-3c2543af4c0a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:29:59.594 7 INFO cinder.api.openstack.wsgi [None req-28c7c8ab-5a07-4d65-a528-f674bc0cc581 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:29:59.595 8 INFO cinder.api.openstack.wsgi [None req-df518c80-c999-4634-bc02-3c2543af4c0a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:30:09.593 7 INFO cinder.api.openstack.wsgi [None req-28c7c8ab-5a07-4d65-a528-f674bc0cc581 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:30:09.593 8 INFO cinder.api.openstack.wsgi [None req-df518c80-c999-4634-bc02-3c2543af4c0a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:30:09.594 7 INFO cinder.api.openstack.wsgi [None req-28c7c8ab-5a07-4d65-a528-f674bc0cc581 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:30:09.594 8 INFO cinder.api.openstack.wsgi [None req-df518c80-c999-4634-bc02-3c2543af4c0a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:30:19.593 7 INFO cinder.api.openstack.wsgi [None req-28c7c8ab-5a07-4d65-a528-f674bc0cc581 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:30:19.593 8 INFO cinder.api.openstack.wsgi [None req-df518c80-c999-4634-bc02-3c2543af4c0a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:30:19.594 8 INFO cinder.api.openstack.wsgi [None req-df518c80-c999-4634-bc02-3c2543af4c0a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:30:19.594 7 INFO cinder.api.openstack.wsgi [None req-28c7c8ab-5a07-4d65-a528-f674bc0cc581 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:30:29.594 8 INFO cinder.api.openstack.wsgi [None req-df518c80-c999-4634-bc02-3c2543af4c0a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:30:29.594 7 INFO cinder.api.openstack.wsgi [None req-28c7c8ab-5a07-4d65-a528-f674bc0cc581 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:30:29.595 8 INFO cinder.api.openstack.wsgi [None req-df518c80-c999-4634-bc02-3c2543af4c0a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:30:29.595 7 INFO cinder.api.openstack.wsgi [None req-28c7c8ab-5a07-4d65-a528-f674bc0cc581 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:30:39.593 7 INFO cinder.api.openstack.wsgi [None req-28c7c8ab-5a07-4d65-a528-f674bc0cc581 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:30:39.593 8 INFO cinder.api.openstack.wsgi [None req-df518c80-c999-4634-bc02-3c2543af4c0a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:30:39.593 7 INFO cinder.api.openstack.wsgi [None req-28c7c8ab-5a07-4d65-a528-f674bc0cc581 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:30:39.594 8 INFO cinder.api.openstack.wsgi [None req-df518c80-c999-4634-bc02-3c2543af4c0a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:30:49.594 7 INFO cinder.api.openstack.wsgi [None req-28c7c8ab-5a07-4d65-a528-f674bc0cc581 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:30:49.594 8 INFO cinder.api.openstack.wsgi [None req-df518c80-c999-4634-bc02-3c2543af4c0a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:30:49.595 8 INFO cinder.api.openstack.wsgi [None req-df518c80-c999-4634-bc02-3c2543af4c0a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:30:49.596 7 INFO cinder.api.openstack.wsgi [None req-28c7c8ab-5a07-4d65-a528-f674bc0cc581 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:30:56.230 8 INFO cinder.api.openstack.wsgi [None req-ee6a1eb6-739f-4d7a-8cef-93826158192c 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true 2026-07-09 10:30:56.251 8 INFO cinder.api.openstack.wsgi [None req-ee6a1eb6-739f-4d7a-8cef-93826158192c 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 260/520] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:30:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true => generated 845 bytes in 64 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:30:56.263 7 INFO cinder.api.openstack.wsgi [None req-edf9cc6f-1632-4e7b-a835-47903efdd4ea 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true 2026-07-09 10:30:56.291 7 INFO cinder.api.openstack.wsgi [None req-edf9cc6f-1632-4e7b-a835-47903efdd4ea 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 261/521] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:30:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?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 10:30:56.305 8 INFO cinder.api.openstack.wsgi [None req-a2b76d4a-48b3-42d1-be1f-c59a78a5b970 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true 2026-07-09 10:30:56.330 8 INFO cinder.api.openstack.wsgi [None req-a2b76d4a-48b3-42d1-be1f-c59a78a5b970 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 261/522] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:30:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?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 10:30:56.344 7 INFO cinder.api.openstack.wsgi [None req-163b6f80-8e40-4db7-bfae-14ff884a9680 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services 2026-07-09 10:30:56.350 7 INFO cinder.api.openstack.wsgi [None req-163b6f80-8e40-4db7-bfae-14ff884a9680 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services returned with HTTP 200 [pid: 7|app: 0|req: 262/523] 10.0.0.140 () {28 vars in 644 bytes} [Thu Jul 9 10:30:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:30:56.361 8 INFO cinder.api.openstack.wsgi [None req-d5855c8f-efcb-4559-9478-c2cff0465dcf 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true 2026-07-09 10:30:56.367 8 INFO cinder.volume.api [None req-d5855c8f-efcb-4559-9478-c2cff0465dcf 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all snapshots completed successfully. 2026-07-09 10:30:56.368 8 INFO cinder.api.openstack.wsgi [None req-d5855c8f-efcb-4559-9478-c2cff0465dcf 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 262/524] 10.0.0.140 () {28 vars in 673 bytes} [Thu Jul 9 10:30:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:30:56.375 7 INFO cinder.api.openstack.wsgi [None req-15632fe6-aab3-4ac0-91f6-363a110fd062 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:30:56.384 7 INFO cinder.volume.api [None req-15632fe6-aab3-4ac0-91f6-363a110fd062 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:30:56.386 7 INFO cinder.api.openstack.wsgi [None req-15632fe6-aab3-4ac0-91f6-363a110fd062 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 263/525] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:30:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true => generated 15 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 10:30:56.395 8 INFO cinder.api.openstack.wsgi [None req-1005fb0f-b8c1-4009-abd5-b276ad086217 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true 2026-07-09 10:30:56.900 8 INFO cinder.api.openstack.wsgi [None req-1005fb0f-b8c1-4009-abd5-b276ad086217 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 263/526] 10.0.0.140 () {28 vars in 695 bytes} [Thu Jul 9 10:30:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:30:56.913 7 INFO cinder.api.openstack.wsgi [None req-27257b26-c817-4664-8e9b-8305c08b0b7d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:30:56.923 7 INFO cinder.volume.api [None req-27257b26-c817-4664-8e9b-8305c08b0b7d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:30:56.925 7 INFO cinder.api.openstack.wsgi [None req-27257b26-c817-4664-8e9b-8305c08b0b7d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 264/527] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:30:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:30:59.594 8 INFO cinder.api.openstack.wsgi [None req-1005fb0f-b8c1-4009-abd5-b276ad086217 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:30:59.594 7 INFO cinder.api.openstack.wsgi [None req-27257b26-c817-4664-8e9b-8305c08b0b7d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:30:59.595 8 INFO cinder.api.openstack.wsgi [None req-1005fb0f-b8c1-4009-abd5-b276ad086217 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:30:59.596 7 INFO cinder.api.openstack.wsgi [None req-27257b26-c817-4664-8e9b-8305c08b0b7d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:31:09.593 8 INFO cinder.api.openstack.wsgi [None req-1005fb0f-b8c1-4009-abd5-b276ad086217 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:31:09.594 7 INFO cinder.api.openstack.wsgi [None req-27257b26-c817-4664-8e9b-8305c08b0b7d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:31:09.594 8 INFO cinder.api.openstack.wsgi [None req-1005fb0f-b8c1-4009-abd5-b276ad086217 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:31:09.595 7 INFO cinder.api.openstack.wsgi [None req-27257b26-c817-4664-8e9b-8305c08b0b7d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:31:19.593 7 INFO cinder.api.openstack.wsgi [None req-27257b26-c817-4664-8e9b-8305c08b0b7d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:31:19.593 8 INFO cinder.api.openstack.wsgi [None req-1005fb0f-b8c1-4009-abd5-b276ad086217 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:31:19.594 7 INFO cinder.api.openstack.wsgi [None req-27257b26-c817-4664-8e9b-8305c08b0b7d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:31:19.595 8 INFO cinder.api.openstack.wsgi [None req-1005fb0f-b8c1-4009-abd5-b276ad086217 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:31:29.593 7 INFO cinder.api.openstack.wsgi [None req-27257b26-c817-4664-8e9b-8305c08b0b7d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:31:29.593 8 INFO cinder.api.openstack.wsgi [None req-1005fb0f-b8c1-4009-abd5-b276ad086217 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:31:29.594 7 INFO cinder.api.openstack.wsgi [None req-27257b26-c817-4664-8e9b-8305c08b0b7d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:31:29.595 8 INFO cinder.api.openstack.wsgi [None req-1005fb0f-b8c1-4009-abd5-b276ad086217 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:31:39.594 7 INFO cinder.api.openstack.wsgi [None req-27257b26-c817-4664-8e9b-8305c08b0b7d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:31:39.594 8 INFO cinder.api.openstack.wsgi [None req-1005fb0f-b8c1-4009-abd5-b276ad086217 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:31:39.595 7 INFO cinder.api.openstack.wsgi [None req-27257b26-c817-4664-8e9b-8305c08b0b7d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:31:39.595 8 INFO cinder.api.openstack.wsgi [None req-1005fb0f-b8c1-4009-abd5-b276ad086217 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:31:49.594 7 INFO cinder.api.openstack.wsgi [None req-27257b26-c817-4664-8e9b-8305c08b0b7d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:31:49.595 8 INFO cinder.api.openstack.wsgi [None req-1005fb0f-b8c1-4009-abd5-b276ad086217 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:31:49.595 7 INFO cinder.api.openstack.wsgi [None req-27257b26-c817-4664-8e9b-8305c08b0b7d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:31:49.596 8 INFO cinder.api.openstack.wsgi [None req-1005fb0f-b8c1-4009-abd5-b276ad086217 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:31:56.129 7 INFO cinder.api.openstack.wsgi [None req-f5d57630-f857-4540-b6f6-e1243b8034f0 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true 2026-07-09 10:31:56.136 7 INFO cinder.volume.api [None req-f5d57630-f857-4540-b6f6-e1243b8034f0 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all snapshots completed successfully. 2026-07-09 10:31:56.137 7 INFO cinder.api.openstack.wsgi [None req-f5d57630-f857-4540-b6f6-e1243b8034f0 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 271/540] 10.0.0.140 () {28 vars in 673 bytes} [Thu Jul 9 10:31:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true => generated 17 bytes in 55 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 10:31:56.193 8 INFO cinder.api.openstack.wsgi [None req-85ff0e0d-064f-4a01-8293-ff339c895386 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true 2026-07-09 10:31:56.215 8 INFO cinder.api.openstack.wsgi [None req-85ff0e0d-064f-4a01-8293-ff339c895386 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 270/541] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:31:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?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 10:31:56.229 7 INFO cinder.api.openstack.wsgi [None req-3bd9f714-768e-476b-a603-6a39730c61f2 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true 2026-07-09 10:31:56.247 7 INFO cinder.api.openstack.wsgi [None req-3bd9f714-768e-476b-a603-6a39730c61f2 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 272/542] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:31:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?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 10:31:56.261 8 INFO cinder.api.openstack.wsgi [None req-8a91a2ef-e20b-4abf-8021-2a1abb640344 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true 2026-07-09 10:31:56.287 8 INFO cinder.api.openstack.wsgi [None req-8a91a2ef-e20b-4abf-8021-2a1abb640344 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 271/543] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:31:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?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 10:31:56.297 7 INFO cinder.api.openstack.wsgi [None req-178d25e1-cc6a-4ce0-ba61-cef287b32a24 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:31:56.306 7 INFO cinder.volume.api [None req-178d25e1-cc6a-4ce0-ba61-cef287b32a24 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:31:56.307 7 INFO cinder.api.openstack.wsgi [None req-178d25e1-cc6a-4ce0-ba61-cef287b32a24 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 273/544] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:31:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:31:56.320 8 INFO cinder.api.openstack.wsgi [None req-149d6f9b-6b3e-4874-91e2-94c2a1a4ee1b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services 2026-07-09 10:31:56.326 8 INFO cinder.api.openstack.wsgi [None req-149d6f9b-6b3e-4874-91e2-94c2a1a4ee1b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services returned with HTTP 200 [pid: 8|app: 0|req: 272/545] 10.0.0.140 () {28 vars in 644 bytes} [Thu Jul 9 10:31:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:31:56.336 7 INFO cinder.api.openstack.wsgi [None req-24394877-be82-46f8-9ed8-feecbc015c18 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:31:56.345 7 INFO cinder.volume.api [None req-24394877-be82-46f8-9ed8-feecbc015c18 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:31:56.347 7 INFO cinder.api.openstack.wsgi [None req-24394877-be82-46f8-9ed8-feecbc015c18 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 274/546] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:31:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:31:56.356 8 INFO cinder.api.openstack.wsgi [None req-71eaa5a7-1822-4301-88ca-0eb1f164cd83 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true 2026-07-09 10:31:56.858 8 INFO cinder.api.openstack.wsgi [None req-71eaa5a7-1822-4301-88ca-0eb1f164cd83 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 273/547] 10.0.0.140 () {28 vars in 695 bytes} [Thu Jul 9 10:31:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true => generated 670 bytes in 508 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:31:59.593 7 INFO cinder.api.openstack.wsgi [None req-24394877-be82-46f8-9ed8-feecbc015c18 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:31:59.594 8 INFO cinder.api.openstack.wsgi [None req-71eaa5a7-1822-4301-88ca-0eb1f164cd83 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:31:59.595 7 INFO cinder.api.openstack.wsgi [None req-24394877-be82-46f8-9ed8-feecbc015c18 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:31:59.595 8 INFO cinder.api.openstack.wsgi [None req-71eaa5a7-1822-4301-88ca-0eb1f164cd83 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:32:09.593 8 INFO cinder.api.openstack.wsgi [None req-71eaa5a7-1822-4301-88ca-0eb1f164cd83 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:32:09.593 7 INFO cinder.api.openstack.wsgi [None req-24394877-be82-46f8-9ed8-feecbc015c18 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:32:09.594 8 INFO cinder.api.openstack.wsgi [None req-71eaa5a7-1822-4301-88ca-0eb1f164cd83 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:32:09.595 7 INFO cinder.api.openstack.wsgi [None req-24394877-be82-46f8-9ed8-feecbc015c18 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:32:19.594 8 INFO cinder.api.openstack.wsgi [None req-71eaa5a7-1822-4301-88ca-0eb1f164cd83 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:32:19.595 7 INFO cinder.api.openstack.wsgi [None req-24394877-be82-46f8-9ed8-feecbc015c18 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:32:19.596 8 INFO cinder.api.openstack.wsgi [None req-71eaa5a7-1822-4301-88ca-0eb1f164cd83 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:32:19.596 7 INFO cinder.api.openstack.wsgi [None req-24394877-be82-46f8-9ed8-feecbc015c18 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:32:29.594 8 INFO cinder.api.openstack.wsgi [None req-71eaa5a7-1822-4301-88ca-0eb1f164cd83 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:32:29.594 7 INFO cinder.api.openstack.wsgi [None req-24394877-be82-46f8-9ed8-feecbc015c18 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:32:29.595 8 INFO cinder.api.openstack.wsgi [None req-71eaa5a7-1822-4301-88ca-0eb1f164cd83 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:32:29.595 7 INFO cinder.api.openstack.wsgi [None req-24394877-be82-46f8-9ed8-feecbc015c18 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:32:39.595 8 INFO cinder.api.openstack.wsgi [None req-71eaa5a7-1822-4301-88ca-0eb1f164cd83 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:32:39.595 7 INFO cinder.api.openstack.wsgi [None req-24394877-be82-46f8-9ed8-feecbc015c18 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:32:39.595 8 INFO cinder.api.openstack.wsgi [None req-71eaa5a7-1822-4301-88ca-0eb1f164cd83 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:32:39.596 7 INFO cinder.api.openstack.wsgi [None req-24394877-be82-46f8-9ed8-feecbc015c18 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:32:49.593 8 INFO cinder.api.openstack.wsgi [None req-71eaa5a7-1822-4301-88ca-0eb1f164cd83 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:32:49.594 8 INFO cinder.api.openstack.wsgi [None req-71eaa5a7-1822-4301-88ca-0eb1f164cd83 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:32:49.597 7 INFO cinder.api.openstack.wsgi [None req-24394877-be82-46f8-9ed8-feecbc015c18 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:32:49.598 7 INFO cinder.api.openstack.wsgi [None req-24394877-be82-46f8-9ed8-feecbc015c18 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:32:56.117 8 INFO cinder.api.openstack.wsgi [None req-4cb49c1e-d68b-4890-9dac-96076bb570e6 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true 2026-07-09 10:32:56.620 8 INFO cinder.api.openstack.wsgi [None req-4cb49c1e-d68b-4890-9dac-96076bb570e6 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 280/560] 10.0.0.140 () {28 vars in 695 bytes} [Thu Jul 9 10:32:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true => generated 670 bytes in 541 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:32:56.636 7 INFO cinder.api.openstack.wsgi [None req-3d84c731-c133-4a16-a30a-db793788f604 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true 2026-07-09 10:32:56.643 7 INFO cinder.volume.api [None req-3d84c731-c133-4a16-a30a-db793788f604 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all snapshots completed successfully. 2026-07-09 10:32:56.643 7 INFO cinder.api.openstack.wsgi [None req-3d84c731-c133-4a16-a30a-db793788f604 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 281/561] 10.0.0.140 () {28 vars in 673 bytes} [Thu Jul 9 10:32:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true => generated 17 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 10:32:56.654 8 INFO cinder.api.openstack.wsgi [None req-a09f38ad-2db1-4c86-bbdb-4b7365dcb2ea 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services 2026-07-09 10:32:56.659 8 INFO cinder.api.openstack.wsgi [None req-a09f38ad-2db1-4c86-bbdb-4b7365dcb2ea 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services returned with HTTP 200 [pid: 8|app: 0|req: 281/562] 10.0.0.140 () {28 vars in 644 bytes} [Thu Jul 9 10:32:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services => generated 646 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:32:56.670 7 INFO cinder.api.openstack.wsgi [None req-1e5a3477-cbf0-4a30-a22c-ee81cf571cb9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:32:56.679 7 INFO cinder.volume.api [None req-1e5a3477-cbf0-4a30-a22c-ee81cf571cb9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:32:56.680 7 INFO cinder.api.openstack.wsgi [None req-1e5a3477-cbf0-4a30-a22c-ee81cf571cb9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 282/563] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:32:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:32:56.690 8 INFO cinder.api.openstack.wsgi [None req-a2037fd2-9a8f-4b1c-9665-78a7004c7011 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:32:56.699 8 INFO cinder.volume.api [None req-a2037fd2-9a8f-4b1c-9665-78a7004c7011 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:32:56.701 8 INFO cinder.api.openstack.wsgi [None req-a2037fd2-9a8f-4b1c-9665-78a7004c7011 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 282/564] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:32:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:32:56.740 7 INFO cinder.api.openstack.wsgi [None req-542bf571-566e-4253-9784-a123f8e50980 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true 2026-07-09 10:32:56.759 7 INFO cinder.api.openstack.wsgi [None req-542bf571-566e-4253-9784-a123f8e50980 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 283/565] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:32:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?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 10:32:56.769 8 INFO cinder.api.openstack.wsgi [None req-5c1f90c2-6226-4539-8f3e-29d2b7a254ad 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true 2026-07-09 10:32:56.791 8 INFO cinder.api.openstack.wsgi [None req-5c1f90c2-6226-4539-8f3e-29d2b7a254ad 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 283/566] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:32:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?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 10:32:56.806 7 INFO cinder.api.openstack.wsgi [None req-5fc3d471-faf8-423b-a6a4-31def44e3c5d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true 2026-07-09 10:32:56.824 7 INFO cinder.api.openstack.wsgi [None req-5fc3d471-faf8-423b-a6a4-31def44e3c5d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 284/567] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:32:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?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 10:32:59.594 8 INFO cinder.api.openstack.wsgi [None req-5c1f90c2-6226-4539-8f3e-29d2b7a254ad 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:32:59.594 7 INFO cinder.api.openstack.wsgi [None req-5fc3d471-faf8-423b-a6a4-31def44e3c5d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:32:59.595 8 INFO cinder.api.openstack.wsgi [None req-5c1f90c2-6226-4539-8f3e-29d2b7a254ad 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:32:59.595 7 INFO cinder.api.openstack.wsgi [None req-5fc3d471-faf8-423b-a6a4-31def44e3c5d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:33:09.594 8 INFO cinder.api.openstack.wsgi [None req-5c1f90c2-6226-4539-8f3e-29d2b7a254ad 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:33:09.594 7 INFO cinder.api.openstack.wsgi [None req-5fc3d471-faf8-423b-a6a4-31def44e3c5d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:33:09.595 7 INFO cinder.api.openstack.wsgi [None req-5fc3d471-faf8-423b-a6a4-31def44e3c5d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:33:09.595 8 INFO cinder.api.openstack.wsgi [None req-5c1f90c2-6226-4539-8f3e-29d2b7a254ad 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:33:19.594 8 INFO cinder.api.openstack.wsgi [None req-5c1f90c2-6226-4539-8f3e-29d2b7a254ad 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:33:19.594 7 INFO cinder.api.openstack.wsgi [None req-5fc3d471-faf8-423b-a6a4-31def44e3c5d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:33:19.594 8 INFO cinder.api.openstack.wsgi [None req-5c1f90c2-6226-4539-8f3e-29d2b7a254ad 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:33:19.595 7 INFO cinder.api.openstack.wsgi [None req-5fc3d471-faf8-423b-a6a4-31def44e3c5d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:33:29.593 7 INFO cinder.api.openstack.wsgi [None req-5fc3d471-faf8-423b-a6a4-31def44e3c5d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:33:29.594 7 INFO cinder.api.openstack.wsgi [None req-5fc3d471-faf8-423b-a6a4-31def44e3c5d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:33:29.593 8 INFO cinder.api.openstack.wsgi [None req-5c1f90c2-6226-4539-8f3e-29d2b7a254ad 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:33:29.596 8 INFO cinder.api.openstack.wsgi [None req-5c1f90c2-6226-4539-8f3e-29d2b7a254ad 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:33:39.593 7 INFO cinder.api.openstack.wsgi [None req-5fc3d471-faf8-423b-a6a4-31def44e3c5d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:33:39.594 7 INFO cinder.api.openstack.wsgi [None req-5fc3d471-faf8-423b-a6a4-31def44e3c5d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:33:39.593 8 INFO cinder.api.openstack.wsgi [None req-5c1f90c2-6226-4539-8f3e-29d2b7a254ad 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:33:39.594 8 INFO cinder.api.openstack.wsgi [None req-5c1f90c2-6226-4539-8f3e-29d2b7a254ad 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:33:49.594 7 INFO cinder.api.openstack.wsgi [None req-5fc3d471-faf8-423b-a6a4-31def44e3c5d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:33:49.594 8 INFO cinder.api.openstack.wsgi [None req-5c1f90c2-6226-4539-8f3e-29d2b7a254ad 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:33:49.595 7 INFO cinder.api.openstack.wsgi [None req-5fc3d471-faf8-423b-a6a4-31def44e3c5d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:33:49.595 8 INFO cinder.api.openstack.wsgi [None req-5c1f90c2-6226-4539-8f3e-29d2b7a254ad 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:33:56.173 7 INFO cinder.api.openstack.wsgi [None req-c4f5d827-fa01-4323-8568-d648111be02e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true 2026-07-09 10:33:56.185 7 INFO cinder.volume.api [None req-c4f5d827-fa01-4323-8568-d648111be02e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all snapshots completed successfully. 2026-07-09 10:33:56.185 7 INFO cinder.api.openstack.wsgi [None req-c4f5d827-fa01-4323-8568-d648111be02e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 291/580] 10.0.0.140 () {28 vars in 673 bytes} [Thu Jul 9 10:33:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true => generated 17 bytes in 128 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 10:33:56.198 8 INFO cinder.api.openstack.wsgi [None req-fa89c155-6c43-4a1c-8ea4-43f9d8c484e6 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:33:56.213 8 INFO cinder.volume.api [None req-fa89c155-6c43-4a1c-8ea4-43f9d8c484e6 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:33:56.215 8 INFO cinder.api.openstack.wsgi [None req-fa89c155-6c43-4a1c-8ea4-43f9d8c484e6 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 290/581] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:33:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:33:56.256 7 INFO cinder.api.openstack.wsgi [None req-23132905-9e82-40d3-9681-23054082d537 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true 2026-07-09 10:33:56.277 7 INFO cinder.api.openstack.wsgi [None req-23132905-9e82-40d3-9681-23054082d537 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 292/582] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:33:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?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 10:33:56.290 8 INFO cinder.api.openstack.wsgi [None req-d428524f-c6b3-4520-ba70-c9780dbfd569 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true 2026-07-09 10:33:56.311 8 INFO cinder.api.openstack.wsgi [None req-d428524f-c6b3-4520-ba70-c9780dbfd569 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 291/583] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:33:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?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 10:33:56.322 7 INFO cinder.api.openstack.wsgi [None req-98e0b5f4-0a41-4de8-a5e5-c79ecd6bdc0c 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true 2026-07-09 10:33:56.340 7 INFO cinder.api.openstack.wsgi [None req-98e0b5f4-0a41-4de8-a5e5-c79ecd6bdc0c 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 293/584] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:33:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?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 10:33:56.350 8 INFO cinder.api.openstack.wsgi [None req-1c3d493a-255e-44c1-8ad7-408d04969a6f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:33:56.359 8 INFO cinder.volume.api [None req-1c3d493a-255e-44c1-8ad7-408d04969a6f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:33:56.361 8 INFO cinder.api.openstack.wsgi [None req-1c3d493a-255e-44c1-8ad7-408d04969a6f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 292/585] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:33:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:33:56.372 7 INFO cinder.api.openstack.wsgi [None req-9189f571-5d3f-463e-8967-b73fd12f9649 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true 2026-07-09 10:33:56.875 7 INFO cinder.api.openstack.wsgi [None req-9189f571-5d3f-463e-8967-b73fd12f9649 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 294/586] 10.0.0.140 () {28 vars in 695 bytes} [Thu Jul 9 10:33:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:33:56.890 8 INFO cinder.api.openstack.wsgi [None req-eb52195d-67f7-4b0e-a88f-a93ac98f8324 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services 2026-07-09 10:33:56.896 8 INFO cinder.api.openstack.wsgi [None req-eb52195d-67f7-4b0e-a88f-a93ac98f8324 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services returned with HTTP 200 [pid: 8|app: 0|req: 293/587] 10.0.0.140 () {28 vars in 644 bytes} [Thu Jul 9 10:33:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:33:59.594 8 INFO cinder.api.openstack.wsgi [None req-eb52195d-67f7-4b0e-a88f-a93ac98f8324 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:33:59.594 7 INFO cinder.api.openstack.wsgi [None req-9189f571-5d3f-463e-8967-b73fd12f9649 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:33:59.595 8 INFO cinder.api.openstack.wsgi [None req-eb52195d-67f7-4b0e-a88f-a93ac98f8324 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:33:59.596 7 INFO cinder.api.openstack.wsgi [None req-9189f571-5d3f-463e-8967-b73fd12f9649 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:34:09.593 7 INFO cinder.api.openstack.wsgi [None req-9189f571-5d3f-463e-8967-b73fd12f9649 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:34:09.593 8 INFO cinder.api.openstack.wsgi [None req-eb52195d-67f7-4b0e-a88f-a93ac98f8324 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:34:09.594 7 INFO cinder.api.openstack.wsgi [None req-9189f571-5d3f-463e-8967-b73fd12f9649 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:34:09.594 8 INFO cinder.api.openstack.wsgi [None req-eb52195d-67f7-4b0e-a88f-a93ac98f8324 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:34:19.593 7 INFO cinder.api.openstack.wsgi [None req-9189f571-5d3f-463e-8967-b73fd12f9649 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:34:19.594 7 INFO cinder.api.openstack.wsgi [None req-9189f571-5d3f-463e-8967-b73fd12f9649 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:34:19.594 8 INFO cinder.api.openstack.wsgi [None req-eb52195d-67f7-4b0e-a88f-a93ac98f8324 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:34:19.595 8 INFO cinder.api.openstack.wsgi [None req-eb52195d-67f7-4b0e-a88f-a93ac98f8324 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:34:29.594 7 INFO cinder.api.openstack.wsgi [None req-9189f571-5d3f-463e-8967-b73fd12f9649 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:34:29.594 8 INFO cinder.api.openstack.wsgi [None req-eb52195d-67f7-4b0e-a88f-a93ac98f8324 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:34:29.595 7 INFO cinder.api.openstack.wsgi [None req-9189f571-5d3f-463e-8967-b73fd12f9649 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:34:29.596 8 INFO cinder.api.openstack.wsgi [None req-eb52195d-67f7-4b0e-a88f-a93ac98f8324 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:34:39.593 8 INFO cinder.api.openstack.wsgi [None req-eb52195d-67f7-4b0e-a88f-a93ac98f8324 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:34:39.593 7 INFO cinder.api.openstack.wsgi [None req-9189f571-5d3f-463e-8967-b73fd12f9649 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:34:39.594 8 INFO cinder.api.openstack.wsgi [None req-eb52195d-67f7-4b0e-a88f-a93ac98f8324 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:34:39.594 7 INFO cinder.api.openstack.wsgi [None req-9189f571-5d3f-463e-8967-b73fd12f9649 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:34:49.594 8 INFO cinder.api.openstack.wsgi [None req-eb52195d-67f7-4b0e-a88f-a93ac98f8324 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:34:49.595 7 INFO cinder.api.openstack.wsgi [None req-9189f571-5d3f-463e-8967-b73fd12f9649 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:34:49.596 7 INFO cinder.api.openstack.wsgi [None req-9189f571-5d3f-463e-8967-b73fd12f9649 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:34:49.596 8 INFO cinder.api.openstack.wsgi [None req-eb52195d-67f7-4b0e-a88f-a93ac98f8324 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:34:56.107 7 INFO cinder.api.openstack.wsgi [None req-e09b8328-6fcc-453b-8d3d-b1ece08a3d92 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services 2026-07-09 10:34:56.112 7 INFO cinder.api.openstack.wsgi [None req-e09b8328-6fcc-453b-8d3d-b1ece08a3d92 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services returned with HTTP 200 [pid: 7|app: 0|req: 301/600] 10.0.0.140 () {28 vars in 644 bytes} [Thu Jul 9 10:34:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services => generated 646 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:34:56.151 8 INFO cinder.api.openstack.wsgi [None req-43e525f3-2461-45c1-9ba6-aac3b05ce39c 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true 2026-07-09 10:34:56.168 8 INFO cinder.api.openstack.wsgi [None req-43e525f3-2461-45c1-9ba6-aac3b05ce39c 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 300/601] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:34:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?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 10:34:56.184 7 INFO cinder.api.openstack.wsgi [None req-fd38d643-f628-452b-a1f5-bb9155732a84 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true 2026-07-09 10:34:56.203 7 INFO cinder.api.openstack.wsgi [None req-fd38d643-f628-452b-a1f5-bb9155732a84 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 302/602] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:34:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?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 10:34:56.217 8 INFO cinder.api.openstack.wsgi [None req-2847725f-6306-4b86-a7fd-5696cdcdd1ee 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true 2026-07-09 10:34:56.233 8 INFO cinder.api.openstack.wsgi [None req-2847725f-6306-4b86-a7fd-5696cdcdd1ee 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 301/603] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:34:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?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 10:34:56.243 7 INFO cinder.api.openstack.wsgi [None req-969c5cb0-9154-4b81-bfac-cb84cc20e3d9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:34:56.251 7 INFO cinder.volume.api [None req-969c5cb0-9154-4b81-bfac-cb84cc20e3d9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:34:56.253 7 INFO cinder.api.openstack.wsgi [None req-969c5cb0-9154-4b81-bfac-cb84cc20e3d9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 303/604] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:34:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true => generated 15 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 10:34:56.263 8 INFO cinder.api.openstack.wsgi [None req-231a99c0-f117-4144-b114-fcf370543e47 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true 2026-07-09 10:34:56.269 8 INFO cinder.volume.api [None req-231a99c0-f117-4144-b114-fcf370543e47 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all snapshots completed successfully. 2026-07-09 10:34:56.270 8 INFO cinder.api.openstack.wsgi [None req-231a99c0-f117-4144-b114-fcf370543e47 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 302/605] 10.0.0.140 () {28 vars in 673 bytes} [Thu Jul 9 10:34:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:34:56.282 7 INFO cinder.api.openstack.wsgi [None req-43895040-8887-4c12-92e5-52b424e5ae74 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:34:56.290 7 INFO cinder.volume.api [None req-43895040-8887-4c12-92e5-52b424e5ae74 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:34:56.292 7 INFO cinder.api.openstack.wsgi [None req-43895040-8887-4c12-92e5-52b424e5ae74 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 304/606] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:34:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:34:56.303 8 INFO cinder.api.openstack.wsgi [None req-4a948cbf-d456-4184-a6a8-7dbab1c5b26d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true 2026-07-09 10:34:56.808 8 INFO cinder.api.openstack.wsgi [None req-4a948cbf-d456-4184-a6a8-7dbab1c5b26d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 303/607] 10.0.0.140 () {28 vars in 695 bytes} [Thu Jul 9 10:34:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:34:59.594 7 INFO cinder.api.openstack.wsgi [None req-43895040-8887-4c12-92e5-52b424e5ae74 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:34:59.594 8 INFO cinder.api.openstack.wsgi [None req-4a948cbf-d456-4184-a6a8-7dbab1c5b26d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:34:59.595 7 INFO cinder.api.openstack.wsgi [None req-43895040-8887-4c12-92e5-52b424e5ae74 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:34:59.595 8 INFO cinder.api.openstack.wsgi [None req-4a948cbf-d456-4184-a6a8-7dbab1c5b26d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:35:09.593 7 INFO cinder.api.openstack.wsgi [None req-43895040-8887-4c12-92e5-52b424e5ae74 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:35:09.595 7 INFO cinder.api.openstack.wsgi [None req-43895040-8887-4c12-92e5-52b424e5ae74 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:35:09.595 8 INFO cinder.api.openstack.wsgi [None req-4a948cbf-d456-4184-a6a8-7dbab1c5b26d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:35:09.596 8 INFO cinder.api.openstack.wsgi [None req-4a948cbf-d456-4184-a6a8-7dbab1c5b26d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:35:19.593 7 INFO cinder.api.openstack.wsgi [None req-43895040-8887-4c12-92e5-52b424e5ae74 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:35:19.593 8 INFO cinder.api.openstack.wsgi [None req-4a948cbf-d456-4184-a6a8-7dbab1c5b26d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:35:19.594 7 INFO cinder.api.openstack.wsgi [None req-43895040-8887-4c12-92e5-52b424e5ae74 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:35:19.595 8 INFO cinder.api.openstack.wsgi [None req-4a948cbf-d456-4184-a6a8-7dbab1c5b26d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:35:29.594 8 INFO cinder.api.openstack.wsgi [None req-4a948cbf-d456-4184-a6a8-7dbab1c5b26d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:35:29.594 7 INFO cinder.api.openstack.wsgi [None req-43895040-8887-4c12-92e5-52b424e5ae74 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:35:29.595 8 INFO cinder.api.openstack.wsgi [None req-4a948cbf-d456-4184-a6a8-7dbab1c5b26d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:35:29.596 7 INFO cinder.api.openstack.wsgi [None req-43895040-8887-4c12-92e5-52b424e5ae74 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:35:39.593 8 INFO cinder.api.openstack.wsgi [None req-4a948cbf-d456-4184-a6a8-7dbab1c5b26d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:35:39.593 7 INFO cinder.api.openstack.wsgi [None req-43895040-8887-4c12-92e5-52b424e5ae74 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:35:39.594 8 INFO cinder.api.openstack.wsgi [None req-4a948cbf-d456-4184-a6a8-7dbab1c5b26d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:35:39.594 7 INFO cinder.api.openstack.wsgi [None req-43895040-8887-4c12-92e5-52b424e5ae74 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:35:49.594 7 INFO cinder.api.openstack.wsgi [None req-43895040-8887-4c12-92e5-52b424e5ae74 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:35:49.594 8 INFO cinder.api.openstack.wsgi [None req-4a948cbf-d456-4184-a6a8-7dbab1c5b26d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:35:49.595 7 INFO cinder.api.openstack.wsgi [None req-43895040-8887-4c12-92e5-52b424e5ae74 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:35:49.596 8 INFO cinder.api.openstack.wsgi [None req-4a948cbf-d456-4184-a6a8-7dbab1c5b26d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:35:56.098 7 INFO cinder.api.openstack.wsgi [None req-3a2361e7-cf16-4b38-8a8c-5e4cd09fdf70 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:35:56.115 7 INFO cinder.volume.api [None req-3a2361e7-cf16-4b38-8a8c-5e4cd09fdf70 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:35:56.117 7 INFO cinder.api.openstack.wsgi [None req-3a2361e7-cf16-4b38-8a8c-5e4cd09fdf70 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 311/620] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:35:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true => generated 15 bytes in 62 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 10:35:56.125 8 INFO cinder.api.openstack.wsgi [None req-e1142000-019c-4ce1-a6e3-3812083e7efd 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true 2026-07-09 10:35:56.132 8 INFO cinder.volume.api [None req-e1142000-019c-4ce1-a6e3-3812083e7efd 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all snapshots completed successfully. 2026-07-09 10:35:56.133 8 INFO cinder.api.openstack.wsgi [None req-e1142000-019c-4ce1-a6e3-3812083e7efd 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 310/621] 10.0.0.140 () {28 vars in 673 bytes} [Thu Jul 9 10:35:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:35:56.177 7 INFO cinder.api.openstack.wsgi [None req-9acb536e-c0d3-4732-8bce-abf4545bd956 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true 2026-07-09 10:35:56.200 7 INFO cinder.api.openstack.wsgi [None req-9acb536e-c0d3-4732-8bce-abf4545bd956 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 312/622] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:35:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?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 10:35:56.211 8 INFO cinder.api.openstack.wsgi [None req-6472e318-eac6-4f3b-ac04-b08a5e90f50e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true 2026-07-09 10:35:56.233 8 INFO cinder.api.openstack.wsgi [None req-6472e318-eac6-4f3b-ac04-b08a5e90f50e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 311/623] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:35:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?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 10:35:56.247 7 INFO cinder.api.openstack.wsgi [None req-2e2ca423-11f3-4f24-9d01-e26be47b990d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true 2026-07-09 10:35:56.272 7 INFO cinder.api.openstack.wsgi [None req-2e2ca423-11f3-4f24-9d01-e26be47b990d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 313/624] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:35:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?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 10:35:56.284 8 INFO cinder.api.openstack.wsgi [None req-c92f80ae-6b57-4837-aa83-7220a157b07a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services 2026-07-09 10:35:56.289 8 INFO cinder.api.openstack.wsgi [None req-c92f80ae-6b57-4837-aa83-7220a157b07a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services returned with HTTP 200 [pid: 8|app: 0|req: 312/625] 10.0.0.140 () {28 vars in 644 bytes} [Thu Jul 9 10:35:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:35:56.301 7 INFO cinder.api.openstack.wsgi [None req-77b16f07-7437-45be-a23a-e793b0c88d1d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:35:56.313 7 INFO cinder.volume.api [None req-77b16f07-7437-45be-a23a-e793b0c88d1d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:35:56.315 7 INFO cinder.api.openstack.wsgi [None req-77b16f07-7437-45be-a23a-e793b0c88d1d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 314/626] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:35:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:35:56.324 8 INFO cinder.api.openstack.wsgi [None req-edd71132-d2ec-4d52-a290-d983ae1a5618 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true 2026-07-09 10:35:56.828 8 INFO cinder.api.openstack.wsgi [None req-edd71132-d2ec-4d52-a290-d983ae1a5618 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 313/627] 10.0.0.140 () {28 vars in 695 bytes} [Thu Jul 9 10:35:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:35:59.596 8 INFO cinder.api.openstack.wsgi [None req-edd71132-d2ec-4d52-a290-d983ae1a5618 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:35:59.596 7 INFO cinder.api.openstack.wsgi [None req-77b16f07-7437-45be-a23a-e793b0c88d1d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:35:59.597 8 INFO cinder.api.openstack.wsgi [None req-edd71132-d2ec-4d52-a290-d983ae1a5618 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:35:59.597 7 INFO cinder.api.openstack.wsgi [None req-77b16f07-7437-45be-a23a-e793b0c88d1d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:36:09.595 8 INFO cinder.api.openstack.wsgi [None req-edd71132-d2ec-4d52-a290-d983ae1a5618 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:36:09.596 7 INFO cinder.api.openstack.wsgi [None req-77b16f07-7437-45be-a23a-e793b0c88d1d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:36:09.596 8 INFO cinder.api.openstack.wsgi [None req-edd71132-d2ec-4d52-a290-d983ae1a5618 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:36:09.597 7 INFO cinder.api.openstack.wsgi [None req-77b16f07-7437-45be-a23a-e793b0c88d1d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:36:19.594 8 INFO cinder.api.openstack.wsgi [None req-edd71132-d2ec-4d52-a290-d983ae1a5618 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:36:19.595 8 INFO cinder.api.openstack.wsgi [None req-edd71132-d2ec-4d52-a290-d983ae1a5618 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:36:19.594 7 INFO cinder.api.openstack.wsgi [None req-77b16f07-7437-45be-a23a-e793b0c88d1d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:36:19.596 7 INFO cinder.api.openstack.wsgi [None req-77b16f07-7437-45be-a23a-e793b0c88d1d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:36:29.594 8 INFO cinder.api.openstack.wsgi [None req-edd71132-d2ec-4d52-a290-d983ae1a5618 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:36:29.594 7 INFO cinder.api.openstack.wsgi [None req-77b16f07-7437-45be-a23a-e793b0c88d1d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:36:29.595 8 INFO cinder.api.openstack.wsgi [None req-edd71132-d2ec-4d52-a290-d983ae1a5618 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:36:29.596 7 INFO cinder.api.openstack.wsgi [None req-77b16f07-7437-45be-a23a-e793b0c88d1d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:36:39.594 8 INFO cinder.api.openstack.wsgi [None req-edd71132-d2ec-4d52-a290-d983ae1a5618 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:36:39.595 7 INFO cinder.api.openstack.wsgi [None req-77b16f07-7437-45be-a23a-e793b0c88d1d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:36:39.595 8 INFO cinder.api.openstack.wsgi [None req-edd71132-d2ec-4d52-a290-d983ae1a5618 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:36:39.596 7 INFO cinder.api.openstack.wsgi [None req-77b16f07-7437-45be-a23a-e793b0c88d1d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:36:49.593 8 INFO cinder.api.openstack.wsgi [None req-edd71132-d2ec-4d52-a290-d983ae1a5618 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:36:49.593 7 INFO cinder.api.openstack.wsgi [None req-77b16f07-7437-45be-a23a-e793b0c88d1d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:36:49.594 8 INFO cinder.api.openstack.wsgi [None req-edd71132-d2ec-4d52-a290-d983ae1a5618 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:36:49.595 7 INFO cinder.api.openstack.wsgi [None req-77b16f07-7437-45be-a23a-e793b0c88d1d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:36:56.086 8 INFO cinder.api.openstack.wsgi [None req-75ec99a9-3aec-4552-a225-c62bc603da9e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true 2026-07-09 10:36:56.092 8 INFO cinder.volume.api [None req-75ec99a9-3aec-4552-a225-c62bc603da9e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all snapshots completed successfully. 2026-07-09 10:36:56.092 8 INFO cinder.api.openstack.wsgi [None req-75ec99a9-3aec-4552-a225-c62bc603da9e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 320/640] 10.0.0.140 () {28 vars in 673 bytes} [Thu Jul 9 10:36:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:36:56.106 7 INFO cinder.api.openstack.wsgi [None req-3bb5cbe8-9d7f-4870-920e-feb769ab858d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services 2026-07-09 10:36:56.113 7 INFO cinder.api.openstack.wsgi [None req-3bb5cbe8-9d7f-4870-920e-feb769ab858d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services returned with HTTP 200 [pid: 7|app: 0|req: 321/641] 10.0.0.140 () {28 vars in 644 bytes} [Thu Jul 9 10:36:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:36:56.122 8 INFO cinder.api.openstack.wsgi [None req-d17cdcc8-c63a-401e-bd80-a32415198b4d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:36:56.131 8 INFO cinder.volume.api [None req-d17cdcc8-c63a-401e-bd80-a32415198b4d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:36:56.133 8 INFO cinder.api.openstack.wsgi [None req-d17cdcc8-c63a-401e-bd80-a32415198b4d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 321/642] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:36:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:36:56.144 7 INFO cinder.api.openstack.wsgi [None req-43381ff7-ee3d-43f4-8701-bcabf64bfba8 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true 2026-07-09 10:36:56.648 7 INFO cinder.api.openstack.wsgi [None req-43381ff7-ee3d-43f4-8701-bcabf64bfba8 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 322/643] 10.0.0.140 () {28 vars in 695 bytes} [Thu Jul 9 10:36:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:36:56.658 8 INFO cinder.api.openstack.wsgi [None req-c016cb1b-6d7d-49d7-9886-bb567dbcea69 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:36:56.667 8 INFO cinder.volume.api [None req-c016cb1b-6d7d-49d7-9886-bb567dbcea69 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:36:56.669 8 INFO cinder.api.openstack.wsgi [None req-c016cb1b-6d7d-49d7-9886-bb567dbcea69 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 322/644] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:36:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:36:56.706 7 INFO cinder.api.openstack.wsgi [None req-a5b27205-d6e9-4c9e-a8de-de6953555e9f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true 2026-07-09 10:36:56.724 7 INFO cinder.api.openstack.wsgi [None req-a5b27205-d6e9-4c9e-a8de-de6953555e9f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 323/645] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:36:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?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 10:36:56.735 8 INFO cinder.api.openstack.wsgi [None req-21a30db8-0e2c-43a9-89a3-b193554df229 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true 2026-07-09 10:36:56.755 8 INFO cinder.api.openstack.wsgi [None req-21a30db8-0e2c-43a9-89a3-b193554df229 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 323/646] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:36:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?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 10:36:56.767 7 INFO cinder.api.openstack.wsgi [None req-508f1d75-0672-463f-bdaf-a9f31c9aa7fb 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true 2026-07-09 10:36:56.788 7 INFO cinder.api.openstack.wsgi [None req-508f1d75-0672-463f-bdaf-a9f31c9aa7fb 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 324/647] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:36:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?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 10:36:59.396 8 INFO cinder.api.openstack.wsgi [None req-41cb9534-a19f-46c5-8f62-cc58de481c94 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET https://volume.199-204-45-53.nip.io/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=False 2026-07-09 10:36:59.411 8 INFO cinder.api.openstack.wsgi [None req-41cb9534-a19f-46c5-8f62-cc58de481c94 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] https://volume.199-204-45-53.nip.io/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=False returned with HTTP 200 [pid: 8|app: 0|req: 324/648] 199.204.45.53 () {44 vars in 1062 bytes} [Thu Jul 9 10:36:59 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=False => generated 338 bytes in 49 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:36:59.594 7 INFO cinder.api.openstack.wsgi [None req-508f1d75-0672-463f-bdaf-a9f31c9aa7fb 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:36:59.594 8 INFO cinder.api.openstack.wsgi [None req-41cb9534-a19f-46c5-8f62-cc58de481c94 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:36:59.595 7 INFO cinder.api.openstack.wsgi [None req-508f1d75-0672-463f-bdaf-a9f31c9aa7fb 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:36:59.595 8 INFO cinder.api.openstack.wsgi [None req-41cb9534-a19f-46c5-8f62-cc58de481c94 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:37:09.593 8 INFO cinder.api.openstack.wsgi [None req-41cb9534-a19f-46c5-8f62-cc58de481c94 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:37:09.593 7 INFO cinder.api.openstack.wsgi [None req-508f1d75-0672-463f-bdaf-a9f31c9aa7fb 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:37:09.593 8 INFO cinder.api.openstack.wsgi [None req-41cb9534-a19f-46c5-8f62-cc58de481c94 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:37:09.594 7 INFO cinder.api.openstack.wsgi [None req-508f1d75-0672-463f-bdaf-a9f31c9aa7fb 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:37:19.593 8 INFO cinder.api.openstack.wsgi [None req-41cb9534-a19f-46c5-8f62-cc58de481c94 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:37:19.593 7 INFO cinder.api.openstack.wsgi [None req-508f1d75-0672-463f-bdaf-a9f31c9aa7fb 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:37:19.594 8 INFO cinder.api.openstack.wsgi [None req-41cb9534-a19f-46c5-8f62-cc58de481c94 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:37:19.595 7 INFO cinder.api.openstack.wsgi [None req-508f1d75-0672-463f-bdaf-a9f31c9aa7fb 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:37:29.594 8 INFO cinder.api.openstack.wsgi [None req-41cb9534-a19f-46c5-8f62-cc58de481c94 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:37:29.594 7 INFO cinder.api.openstack.wsgi [None req-508f1d75-0672-463f-bdaf-a9f31c9aa7fb 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:37:29.595 8 INFO cinder.api.openstack.wsgi [None req-41cb9534-a19f-46c5-8f62-cc58de481c94 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:37:29.595 7 INFO cinder.api.openstack.wsgi [None req-508f1d75-0672-463f-bdaf-a9f31c9aa7fb 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:37:39.594 7 INFO cinder.api.openstack.wsgi [None req-508f1d75-0672-463f-bdaf-a9f31c9aa7fb 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:37:39.594 8 INFO cinder.api.openstack.wsgi [None req-41cb9534-a19f-46c5-8f62-cc58de481c94 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:37:39.594 7 INFO cinder.api.openstack.wsgi [None req-508f1d75-0672-463f-bdaf-a9f31c9aa7fb 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:37:39.595 8 INFO cinder.api.openstack.wsgi [None req-41cb9534-a19f-46c5-8f62-cc58de481c94 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:37:49.593 8 INFO cinder.api.openstack.wsgi [None req-41cb9534-a19f-46c5-8f62-cc58de481c94 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:37:49.593 7 INFO cinder.api.openstack.wsgi [None req-508f1d75-0672-463f-bdaf-a9f31c9aa7fb 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:37:49.594 8 INFO cinder.api.openstack.wsgi [None req-41cb9534-a19f-46c5-8f62-cc58de481c94 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:37:49.594 7 INFO cinder.api.openstack.wsgi [None req-508f1d75-0672-463f-bdaf-a9f31c9aa7fb 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:37:56.161 8 INFO cinder.api.openstack.wsgi [None req-27741d78-09a0-4bd8-8133-a319e8d905ae 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true 2026-07-09 10:37:56.171 8 INFO cinder.volume.api [None req-27741d78-09a0-4bd8-8133-a319e8d905ae 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all snapshots completed successfully. 2026-07-09 10:37:56.172 8 INFO cinder.api.openstack.wsgi [None req-27741d78-09a0-4bd8-8133-a319e8d905ae 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 331/661] 10.0.0.140 () {28 vars in 673 bytes} [Thu Jul 9 10:37:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true => generated 17 bytes in 60 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 10:37:56.189 7 INFO cinder.api.openstack.wsgi [None req-d0d9a67e-c3b3-4455-a6ca-5a86a88fbdf9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services 2026-07-09 10:37:56.193 7 INFO cinder.api.openstack.wsgi [None req-d0d9a67e-c3b3-4455-a6ca-5a86a88fbdf9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services returned with HTTP 200 [pid: 7|app: 0|req: 331/662] 10.0.0.140 () {28 vars in 644 bytes} [Thu Jul 9 10:37:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:37:56.204 8 INFO cinder.api.openstack.wsgi [None req-c79f7904-5a6a-4c20-ab67-eec76311a5e5 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true 2026-07-09 10:37:56.708 8 INFO cinder.api.openstack.wsgi [None req-c79f7904-5a6a-4c20-ab67-eec76311a5e5 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 332/663] 10.0.0.140 () {28 vars in 695 bytes} [Thu Jul 9 10:37:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:37:56.718 7 INFO cinder.api.openstack.wsgi [None req-9580d222-bbf0-439a-a2cd-e0596d1c84d8 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:37:56.730 7 INFO cinder.volume.api [None req-9580d222-bbf0-439a-a2cd-e0596d1c84d8 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:37:56.731 7 INFO cinder.api.openstack.wsgi [None req-9580d222-bbf0-439a-a2cd-e0596d1c84d8 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 332/664] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:37:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:37:56.806 8 INFO cinder.api.openstack.wsgi [None req-c1eeffd5-537f-4720-af84-25bee2f456ac 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true 2026-07-09 10:37:56.827 8 INFO cinder.api.openstack.wsgi [None req-c1eeffd5-537f-4720-af84-25bee2f456ac 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 333/665] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:37:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?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 10:37:56.839 7 INFO cinder.api.openstack.wsgi [None req-9b8d4ac1-03ee-4109-8080-696d7d0a70bd 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true 2026-07-09 10:37:56.864 7 INFO cinder.api.openstack.wsgi [None req-9b8d4ac1-03ee-4109-8080-696d7d0a70bd 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 333/666] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:37:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?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 10:37:56.878 8 INFO cinder.api.openstack.wsgi [None req-8260b9af-1b3b-4389-b7bc-c090e84ac316 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true 2026-07-09 10:37:56.899 8 INFO cinder.api.openstack.wsgi [None req-8260b9af-1b3b-4389-b7bc-c090e84ac316 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 334/667] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:37:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?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 10:37:56.907 7 INFO cinder.api.openstack.wsgi [None req-d55339c4-f631-4b7a-b14e-ba34df396227 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:37:56.915 7 INFO cinder.volume.api [None req-d55339c4-f631-4b7a-b14e-ba34df396227 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:37:56.917 7 INFO cinder.api.openstack.wsgi [None req-d55339c4-f631-4b7a-b14e-ba34df396227 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 334/668] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:37:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true => generated 15 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 10:37:59.594 7 INFO cinder.api.openstack.wsgi [None req-d55339c4-f631-4b7a-b14e-ba34df396227 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:37:59.594 8 INFO cinder.api.openstack.wsgi [None req-8260b9af-1b3b-4389-b7bc-c090e84ac316 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:37:59.595 8 INFO cinder.api.openstack.wsgi [None req-8260b9af-1b3b-4389-b7bc-c090e84ac316 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:37:59.595 7 INFO cinder.api.openstack.wsgi [None req-d55339c4-f631-4b7a-b14e-ba34df396227 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:38:09.593 7 INFO cinder.api.openstack.wsgi [None req-d55339c4-f631-4b7a-b14e-ba34df396227 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:38:09.593 8 INFO cinder.api.openstack.wsgi [None req-8260b9af-1b3b-4389-b7bc-c090e84ac316 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:38:09.594 7 INFO cinder.api.openstack.wsgi [None req-d55339c4-f631-4b7a-b14e-ba34df396227 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:38:09.594 8 INFO cinder.api.openstack.wsgi [None req-8260b9af-1b3b-4389-b7bc-c090e84ac316 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:38:19.593 7 INFO cinder.api.openstack.wsgi [None req-d55339c4-f631-4b7a-b14e-ba34df396227 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:38:19.594 8 INFO cinder.api.openstack.wsgi [None req-8260b9af-1b3b-4389-b7bc-c090e84ac316 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:38:19.594 8 INFO cinder.api.openstack.wsgi [None req-8260b9af-1b3b-4389-b7bc-c090e84ac316 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:38:19.595 7 INFO cinder.api.openstack.wsgi [None req-d55339c4-f631-4b7a-b14e-ba34df396227 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:38:22.915 8 INFO cinder.api.openstack.wsgi [None req-b5fdc64f-9e8e-4644-b56e-3d97eb3c0265 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET https://volume.199-204-45-53.nip.io/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=False 2026-07-09 10:38:22.930 8 INFO cinder.api.openstack.wsgi [None req-b5fdc64f-9e8e-4644-b56e-3d97eb3c0265 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] https://volume.199-204-45-53.nip.io/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=False returned with HTTP 200 [pid: 8|app: 0|req: 338/675] 199.204.45.53 () {44 vars in 1062 bytes} [Thu Jul 9 10:38:22 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=False => generated 338 bytes in 54 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:38:29.593 7 INFO cinder.api.openstack.wsgi [None req-d55339c4-f631-4b7a-b14e-ba34df396227 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:38:29.594 8 INFO cinder.api.openstack.wsgi [None req-b5fdc64f-9e8e-4644-b56e-3d97eb3c0265 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:38:29.594 7 INFO cinder.api.openstack.wsgi [None req-d55339c4-f631-4b7a-b14e-ba34df396227 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:38:29.595 8 INFO cinder.api.openstack.wsgi [None req-b5fdc64f-9e8e-4644-b56e-3d97eb3c0265 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:38:39.594 7 INFO cinder.api.openstack.wsgi [None req-d55339c4-f631-4b7a-b14e-ba34df396227 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:38:39.594 8 INFO cinder.api.openstack.wsgi [None req-b5fdc64f-9e8e-4644-b56e-3d97eb3c0265 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:38:39.594 7 INFO cinder.api.openstack.wsgi [None req-d55339c4-f631-4b7a-b14e-ba34df396227 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:38:39.595 8 INFO cinder.api.openstack.wsgi [None req-b5fdc64f-9e8e-4644-b56e-3d97eb3c0265 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:38:49.593 7 INFO cinder.api.openstack.wsgi [None req-d55339c4-f631-4b7a-b14e-ba34df396227 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:38:49.593 8 INFO cinder.api.openstack.wsgi [None req-b5fdc64f-9e8e-4644-b56e-3d97eb3c0265 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:38:49.595 7 INFO cinder.api.openstack.wsgi [None req-d55339c4-f631-4b7a-b14e-ba34df396227 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:38:49.595 8 INFO cinder.api.openstack.wsgi [None req-b5fdc64f-9e8e-4644-b56e-3d97eb3c0265 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:38:56.120 8 INFO cinder.api.openstack.wsgi [None req-fb6d509f-af9e-418a-b6c1-2244ef9c247a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:38:56.129 8 INFO cinder.volume.api [None req-fb6d509f-af9e-418a-b6c1-2244ef9c247a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:38:56.131 8 INFO cinder.api.openstack.wsgi [None req-fb6d509f-af9e-418a-b6c1-2244ef9c247a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 342/682] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:38:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true => generated 15 bytes in 46 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 10:38:56.178 7 INFO cinder.api.openstack.wsgi [None req-e8292d11-5259-44f7-bda7-db97b514c067 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true 2026-07-09 10:38:56.195 7 INFO cinder.api.openstack.wsgi [None req-e8292d11-5259-44f7-bda7-db97b514c067 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 341/683] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:38:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?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 10:38:56.208 8 INFO cinder.api.openstack.wsgi [None req-f66c654f-43bf-4a02-8a48-b8376e5c1ca6 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true 2026-07-09 10:38:56.232 8 INFO cinder.api.openstack.wsgi [None req-f66c654f-43bf-4a02-8a48-b8376e5c1ca6 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 343/684] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:38:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?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 10:38:56.246 7 INFO cinder.api.openstack.wsgi [None req-b7b98459-85b9-421e-9571-2f4a45cbed83 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true 2026-07-09 10:38:56.263 7 INFO cinder.api.openstack.wsgi [None req-b7b98459-85b9-421e-9571-2f4a45cbed83 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 342/685] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:38:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?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 10:38:56.273 8 INFO cinder.api.openstack.wsgi [None req-abf337e6-3365-4304-acc2-9ad95aa7bc67 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true 2026-07-09 10:38:56.279 8 INFO cinder.volume.api [None req-abf337e6-3365-4304-acc2-9ad95aa7bc67 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all snapshots completed successfully. 2026-07-09 10:38:56.279 8 INFO cinder.api.openstack.wsgi [None req-abf337e6-3365-4304-acc2-9ad95aa7bc67 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 344/686] 10.0.0.140 () {28 vars in 673 bytes} [Thu Jul 9 10:38:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:38:56.290 7 INFO cinder.api.openstack.wsgi [None req-1bca1d49-3484-473f-83b8-c8e679939347 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services 2026-07-09 10:38:56.294 7 INFO cinder.api.openstack.wsgi [None req-1bca1d49-3484-473f-83b8-c8e679939347 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services returned with HTTP 200 [pid: 7|app: 0|req: 343/687] 10.0.0.140 () {28 vars in 644 bytes} [Thu Jul 9 10:38:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services => generated 646 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:38:56.303 8 INFO cinder.api.openstack.wsgi [None req-ab4fc8ec-4e59-4687-a91a-3f2eeba6a213 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:38:56.311 8 INFO cinder.volume.api [None req-ab4fc8ec-4e59-4687-a91a-3f2eeba6a213 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:38:56.313 8 INFO cinder.api.openstack.wsgi [None req-ab4fc8ec-4e59-4687-a91a-3f2eeba6a213 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 345/688] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:38:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true => generated 15 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 10:38:56.325 7 INFO cinder.api.openstack.wsgi [None req-e858069f-896a-49fe-83b5-ac1fb5f5998f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true 2026-07-09 10:38:56.829 7 INFO cinder.api.openstack.wsgi [None req-e858069f-896a-49fe-83b5-ac1fb5f5998f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 344/689] 10.0.0.140 () {28 vars in 695 bytes} [Thu Jul 9 10:38:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:38:59.593 8 INFO cinder.api.openstack.wsgi [None req-ab4fc8ec-4e59-4687-a91a-3f2eeba6a213 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:38:59.593 7 INFO cinder.api.openstack.wsgi [None req-e858069f-896a-49fe-83b5-ac1fb5f5998f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:38:59.594 8 INFO cinder.api.openstack.wsgi [None req-ab4fc8ec-4e59-4687-a91a-3f2eeba6a213 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:38:59.595 7 INFO cinder.api.openstack.wsgi [None req-e858069f-896a-49fe-83b5-ac1fb5f5998f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:39:09.596 7 INFO cinder.api.openstack.wsgi [None req-e858069f-896a-49fe-83b5-ac1fb5f5998f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:39:09.596 8 INFO cinder.api.openstack.wsgi [None req-ab4fc8ec-4e59-4687-a91a-3f2eeba6a213 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:39:09.598 7 INFO cinder.api.openstack.wsgi [None req-e858069f-896a-49fe-83b5-ac1fb5f5998f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:39:09.598 8 INFO cinder.api.openstack.wsgi [None req-ab4fc8ec-4e59-4687-a91a-3f2eeba6a213 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:39:19.595 8 INFO cinder.api.openstack.wsgi [None req-ab4fc8ec-4e59-4687-a91a-3f2eeba6a213 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:39:19.595 7 INFO cinder.api.openstack.wsgi [None req-e858069f-896a-49fe-83b5-ac1fb5f5998f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:39:19.596 8 INFO cinder.api.openstack.wsgi [None req-ab4fc8ec-4e59-4687-a91a-3f2eeba6a213 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:39:19.597 7 INFO cinder.api.openstack.wsgi [None req-e858069f-896a-49fe-83b5-ac1fb5f5998f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:39:29.593 8 INFO cinder.api.openstack.wsgi [None req-ab4fc8ec-4e59-4687-a91a-3f2eeba6a213 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:39:29.594 7 INFO cinder.api.openstack.wsgi [None req-e858069f-896a-49fe-83b5-ac1fb5f5998f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:39:29.594 8 INFO cinder.api.openstack.wsgi [None req-ab4fc8ec-4e59-4687-a91a-3f2eeba6a213 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:39:29.596 7 INFO cinder.api.openstack.wsgi [None req-e858069f-896a-49fe-83b5-ac1fb5f5998f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:39:39.602 8 INFO cinder.api.openstack.wsgi [None req-ab4fc8ec-4e59-4687-a91a-3f2eeba6a213 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:39:39.603 8 INFO cinder.api.openstack.wsgi [None req-ab4fc8ec-4e59-4687-a91a-3f2eeba6a213 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:39:39.604 7 INFO cinder.api.openstack.wsgi [None req-e858069f-896a-49fe-83b5-ac1fb5f5998f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:39:39.605 7 INFO cinder.api.openstack.wsgi [None req-e858069f-896a-49fe-83b5-ac1fb5f5998f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:39:49.594 8 INFO cinder.api.openstack.wsgi [None req-ab4fc8ec-4e59-4687-a91a-3f2eeba6a213 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:39:49.594 7 INFO cinder.api.openstack.wsgi [None req-e858069f-896a-49fe-83b5-ac1fb5f5998f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:39:49.594 7 INFO cinder.api.openstack.wsgi [None req-e858069f-896a-49fe-83b5-ac1fb5f5998f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:39:49.595 8 INFO cinder.api.openstack.wsgi [None req-ab4fc8ec-4e59-4687-a91a-3f2eeba6a213 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:39:56.230 7 INFO cinder.api.openstack.wsgi [None req-fab1904c-ee85-49e2-83c5-36789e67d01e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services 2026-07-09 10:39:56.237 7 INFO cinder.api.openstack.wsgi [None req-fab1904c-ee85-49e2-83c5-36789e67d01e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services returned with HTTP 200 [pid: 7|app: 0|req: 351/702] 10.0.0.140 () {28 vars in 644 bytes} [Thu Jul 9 10:39:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services => generated 646 bytes in 109 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:39:56.246 8 INFO cinder.api.openstack.wsgi [None req-8983b499-baf4-4c5e-ad6e-3b5d13480140 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true 2026-07-09 10:39:56.750 8 INFO cinder.api.openstack.wsgi [None req-8983b499-baf4-4c5e-ad6e-3b5d13480140 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 352/703] 10.0.0.140 () {28 vars in 695 bytes} [Thu Jul 9 10:39:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:39:56.762 7 INFO cinder.api.openstack.wsgi [None req-7baf2af3-e4fb-4ab7-baf1-ab9457d44b5e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:39:56.773 7 INFO cinder.volume.api [None req-7baf2af3-e4fb-4ab7-baf1-ab9457d44b5e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:39:56.774 7 INFO cinder.api.openstack.wsgi [None req-7baf2af3-e4fb-4ab7-baf1-ab9457d44b5e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 352/704] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:39:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:39:56.786 8 INFO cinder.api.openstack.wsgi [None req-e2485be4-d78f-4c4e-81ab-db837d228758 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true 2026-07-09 10:39:56.791 8 INFO cinder.volume.api [None req-e2485be4-d78f-4c4e-81ab-db837d228758 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all snapshots completed successfully. 2026-07-09 10:39:56.791 8 INFO cinder.api.openstack.wsgi [None req-e2485be4-d78f-4c4e-81ab-db837d228758 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 353/705] 10.0.0.140 () {28 vars in 673 bytes} [Thu Jul 9 10:39:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:39:56.801 7 INFO cinder.api.openstack.wsgi [None req-c36d1eb4-af93-4b96-ab83-3b73e535e60e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:39:56.809 7 INFO cinder.volume.api [None req-c36d1eb4-af93-4b96-ab83-3b73e535e60e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:39:56.811 7 INFO cinder.api.openstack.wsgi [None req-c36d1eb4-af93-4b96-ab83-3b73e535e60e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 353/706] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:39:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true => generated 15 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 10:39:56.848 8 INFO cinder.api.openstack.wsgi [None req-73445ef0-9f21-4b03-9b57-6d90daa91516 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true 2026-07-09 10:39:56.864 8 INFO cinder.api.openstack.wsgi [None req-73445ef0-9f21-4b03-9b57-6d90daa91516 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 354/707] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:39:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true => generated 845 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:39:56.876 7 INFO cinder.api.openstack.wsgi [None req-71f266dd-5209-4a62-816b-0766d5a86814 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true 2026-07-09 10:39:56.898 7 INFO cinder.api.openstack.wsgi [None req-71f266dd-5209-4a62-816b-0766d5a86814 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 354/708] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:39:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?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 10:39:56.910 8 INFO cinder.api.openstack.wsgi [None req-1b0191e6-5989-4a66-af74-e6ee697ffc24 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true 2026-07-09 10:39:56.928 8 INFO cinder.api.openstack.wsgi [None req-1b0191e6-5989-4a66-af74-e6ee697ffc24 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 355/709] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:39:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?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 10:39:58.192 7 INFO cinder.api.openstack.wsgi [None req-4a962169-98be-4f29-9a12-34c46ebd862b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots 2026-07-09 10:39:58.210 7 INFO cinder.volume.api [None req-4a962169-98be-4f29-9a12-34c46ebd862b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all snapshots completed successfully. 2026-07-09 10:39:58.210 7 INFO cinder.api.openstack.wsgi [None req-4a962169-98be-4f29-9a12-34c46ebd862b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots returned with HTTP 200 [pid: 7|app: 0|req: 355/710] 10.0.0.67 () {32 vars in 703 bytes} [Thu Jul 9 10:39:58 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots => generated 17 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 10:39:58.229 8 INFO cinder.api.openstack.wsgi [None req-2d789519-2c16-4ce5-bbe5-21426eb8a344 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes 2026-07-09 10:39:58.254 8 INFO cinder.volume.api [None req-2d789519-2c16-4ce5-bbe5-21426eb8a344 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:39:58.254 8 INFO cinder.api.openstack.wsgi [None req-2d789519-2c16-4ce5-bbe5-21426eb8a344 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes returned with HTTP 200 [pid: 8|app: 0|req: 356/711] 10.0.0.67 () {32 vars in 699 bytes} [Thu Jul 9 10:39:58 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes => generated 15 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 10:39:59.594 7 INFO cinder.api.openstack.wsgi [None req-4a962169-98be-4f29-9a12-34c46ebd862b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:39:59.594 8 INFO cinder.api.openstack.wsgi [None req-2d789519-2c16-4ce5-bbe5-21426eb8a344 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:39:59.595 7 INFO cinder.api.openstack.wsgi [None req-4a962169-98be-4f29-9a12-34c46ebd862b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:39:59.595 8 INFO cinder.api.openstack.wsgi [None req-2d789519-2c16-4ce5-bbe5-21426eb8a344 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:40:09.598 7 INFO cinder.api.openstack.wsgi [None req-4a962169-98be-4f29-9a12-34c46ebd862b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:40:09.599 7 INFO cinder.api.openstack.wsgi [None req-4a962169-98be-4f29-9a12-34c46ebd862b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:40:09.600 8 INFO cinder.api.openstack.wsgi [None req-2d789519-2c16-4ce5-bbe5-21426eb8a344 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:40:09.600 8 INFO cinder.api.openstack.wsgi [None req-2d789519-2c16-4ce5-bbe5-21426eb8a344 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:40:19.594 7 INFO cinder.api.openstack.wsgi [None req-4a962169-98be-4f29-9a12-34c46ebd862b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:40:19.594 8 INFO cinder.api.openstack.wsgi [None req-2d789519-2c16-4ce5-bbe5-21426eb8a344 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:40:19.594 7 INFO cinder.api.openstack.wsgi [None req-4a962169-98be-4f29-9a12-34c46ebd862b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:40:19.595 8 INFO cinder.api.openstack.wsgi [None req-2d789519-2c16-4ce5-bbe5-21426eb8a344 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:40:20.717 7 INFO cinder.api.openstack.wsgi [None req-0ab56ada-0662-49c7-8a66-90773757d35c 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/c71e5613bdef48ce9906d5d351451a49/volumes 2026-07-09 10:40:21.422 7 INFO cinder.api.v3.volumes [None req-0ab56ada-0662-49c7-8a66-90773757d35c 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] Create volume of 1 GB 2026-07-09 10:40:21.433 7 INFO cinder.volume.api [None req-0ab56ada-0662-49c7-8a66-90773757d35c 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] Availability Zones retrieved successfully. 2026-07-09 10:40:21.796 7 INFO cinder.volume.api [None req-0ab56ada-0662-49c7-8a66-90773757d35c 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] Create volume request issued successfully. 2026-07-09 10:40:21.797 7 INFO cinder.api.openstack.wsgi [None req-0ab56ada-0662-49c7-8a66-90773757d35c 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/c71e5613bdef48ce9906d5d351451a49/volumes returned with HTTP 202 [pid: 7|app: 0|req: 359/718] 10.0.0.67 () {34 vars in 721 bytes} [Thu Jul 9 10:40:20 2026] POST /v3/c71e5613bdef48ce9906d5d351451a49/volumes => generated 865 bytes in 1088 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) 2026-07-09 10:40:21.822 8 INFO cinder.api.openstack.wsgi [None req-420f3b9e-c5cb-4827-8455-3122beef5911 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/c71e5613bdef48ce9906d5d351451a49/volumes/0e1df48a-2c8b-4900-b640-d3d33219482a /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 10:40:21.856 8 INFO cinder.volume.api [None req-420f3b9e-c5cb-4827-8455-3122beef5911 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] Volume info retrieved successfully. 2026-07-09 10:40:21.862 8 INFO cinder.api.openstack.wsgi [None req-420f3b9e-c5cb-4827-8455-3122beef5911 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/c71e5613bdef48ce9906d5d351451a49/volumes/0e1df48a-2c8b-4900-b640-d3d33219482a returned with HTTP 200 [pid: 8|app: 0|req: 360/719] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:40:21 2026] GET /v3/c71e5613bdef48ce9906d5d351451a49/volumes/0e1df48a-2c8b-4900-b640-d3d33219482a => generated 933 bytes in 45 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 10:40:22.883 7 INFO cinder.api.openstack.wsgi [None req-5b517b6d-38cf-478f-a21a-5e6528051f65 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/c71e5613bdef48ce9906d5d351451a49/volumes/0e1df48a-2c8b-4900-b640-d3d33219482a /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 10:40:22.900 7 INFO cinder.volume.api [None req-5b517b6d-38cf-478f-a21a-5e6528051f65 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] Volume info retrieved successfully. 2026-07-09 10:40:22.906 7 INFO cinder.api.openstack.wsgi [None req-5b517b6d-38cf-478f-a21a-5e6528051f65 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/c71e5613bdef48ce9906d5d351451a49/volumes/0e1df48a-2c8b-4900-b640-d3d33219482a returned with HTTP 200 [pid: 7|app: 0|req: 360/720] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:40:22 2026] GET /v3/c71e5613bdef48ce9906d5d351451a49/volumes/0e1df48a-2c8b-4900-b640-d3d33219482a => generated 957 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 10:40:23.930 8 INFO cinder.api.openstack.wsgi [None req-4795ee83-e88f-417d-8a04-8b1fad3e4f66 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/c71e5613bdef48ce9906d5d351451a49/volumes/0e1df48a-2c8b-4900-b640-d3d33219482a /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 10:40:23.944 8 INFO cinder.volume.api [None req-4795ee83-e88f-417d-8a04-8b1fad3e4f66 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] Volume info retrieved successfully. 2026-07-09 10:40:23.950 8 INFO cinder.api.openstack.wsgi [None req-4795ee83-e88f-417d-8a04-8b1fad3e4f66 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/c71e5613bdef48ce9906d5d351451a49/volumes/0e1df48a-2c8b-4900-b640-d3d33219482a returned with HTTP 200 [pid: 8|app: 0|req: 361/721] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:40:23 2026] GET /v3/c71e5613bdef48ce9906d5d351451a49/volumes/0e1df48a-2c8b-4900-b640-d3d33219482a => generated 957 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 10:40:24.972 7 INFO cinder.api.openstack.wsgi [None req-b467163b-383d-4535-ba42-840361db853d 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/c71e5613bdef48ce9906d5d351451a49/volumes/0e1df48a-2c8b-4900-b640-d3d33219482a /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 10:40:24.989 7 INFO cinder.volume.api [None req-b467163b-383d-4535-ba42-840361db853d 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] Volume info retrieved successfully. 2026-07-09 10:40:24.994 7 INFO cinder.api.openstack.wsgi [None req-b467163b-383d-4535-ba42-840361db853d 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/c71e5613bdef48ce9906d5d351451a49/volumes/0e1df48a-2c8b-4900-b640-d3d33219482a returned with HTTP 200 [pid: 7|app: 0|req: 361/722] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:40:24 2026] GET /v3/c71e5613bdef48ce9906d5d351451a49/volumes/0e1df48a-2c8b-4900-b640-d3d33219482a => generated 957 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 10:40:26.014 8 INFO cinder.api.openstack.wsgi [None req-06335fee-3d85-413f-84c2-31bb9457f636 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/c71e5613bdef48ce9906d5d351451a49/volumes/0e1df48a-2c8b-4900-b640-d3d33219482a /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 10:40:26.028 8 INFO cinder.volume.api [None req-06335fee-3d85-413f-84c2-31bb9457f636 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] Volume info retrieved successfully. 2026-07-09 10:40:26.034 8 INFO cinder.api.openstack.wsgi [None req-06335fee-3d85-413f-84c2-31bb9457f636 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/c71e5613bdef48ce9906d5d351451a49/volumes/0e1df48a-2c8b-4900-b640-d3d33219482a returned with HTTP 200 [pid: 8|app: 0|req: 362/723] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:40:26 2026] GET /v3/c71e5613bdef48ce9906d5d351451a49/volumes/0e1df48a-2c8b-4900-b640-d3d33219482a => generated 1483 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 10:40:26.155 7 INFO cinder.api.openstack.wsgi [req-53f55c07-e520-43e2-aac0-399acacd1b23 req-96e3ff04-93b2-42b7-b187-9558a02158df 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/c71e5613bdef48ce9906d5d351451a49/volumes/0e1df48a-2c8b-4900-b640-d3d33219482a /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 10:40:26.167 7 INFO cinder.volume.api [req-53f55c07-e520-43e2-aac0-399acacd1b23 req-96e3ff04-93b2-42b7-b187-9558a02158df 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] Volume info retrieved successfully. 2026-07-09 10:40:26.174 7 INFO cinder.api.openstack.wsgi [req-53f55c07-e520-43e2-aac0-399acacd1b23 req-96e3ff04-93b2-42b7-b187-9558a02158df 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/c71e5613bdef48ce9906d5d351451a49/volumes/0e1df48a-2c8b-4900-b640-d3d33219482a returned with HTTP 200 [pid: 7|app: 0|req: 362/724] 10.0.0.97 () {34 vars in 1026 bytes} [Thu Jul 9 10:40:26 2026] GET /v3/c71e5613bdef48ce9906d5d351451a49/volumes/0e1df48a-2c8b-4900-b640-d3d33219482a => generated 1483 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 10:40:28.533 8 INFO cinder.api.openstack.wsgi [req-53f55c07-e520-43e2-aac0-399acacd1b23 req-c2e45958-32f5-47e6-8eb5-1a649ae63aa4 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/c71e5613bdef48ce9906d5d351451a49/volumes/0e1df48a-2c8b-4900-b640-d3d33219482a /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 10:40:28.549 8 INFO cinder.volume.api [req-53f55c07-e520-43e2-aac0-399acacd1b23 req-c2e45958-32f5-47e6-8eb5-1a649ae63aa4 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] Volume info retrieved successfully. 2026-07-09 10:40:28.556 8 INFO cinder.api.openstack.wsgi [req-53f55c07-e520-43e2-aac0-399acacd1b23 req-c2e45958-32f5-47e6-8eb5-1a649ae63aa4 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/c71e5613bdef48ce9906d5d351451a49/volumes/0e1df48a-2c8b-4900-b640-d3d33219482a returned with HTTP 200 [pid: 8|app: 0|req: 363/725] 10.0.0.97 () {34 vars in 1026 bytes} [Thu Jul 9 10:40:28 2026] GET /v3/c71e5613bdef48ce9906d5d351451a49/volumes/0e1df48a-2c8b-4900-b640-d3d33219482a => generated 1483 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-07-09 10:40:28.568 7 INFO cinder.api.openstack.wsgi [req-53f55c07-e520-43e2-aac0-399acacd1b23 req-96e3ff04-93b2-42b7-b187-9558a02158df 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-07-09 10:40:28.570 7 INFO cinder.api.openstack.wsgi [req-53f55c07-e520-43e2-aac0-399acacd1b23 req-96e3ff04-93b2-42b7-b187-9558a02158df 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 7|app: 0|req: 363/726] 10.0.0.97 () {32 vars in 827 bytes} [Thu Jul 9 10:40:28 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 10:40:28.579 8 INFO cinder.api.openstack.wsgi [req-53f55c07-e520-43e2-aac0-399acacd1b23 req-a7925a26-ab5f-4a15-b0a7-d92547054ed4 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/c71e5613bdef48ce9906d5d351451a49/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 10:40:28.689 8 INFO cinder.api.openstack.wsgi [req-53f55c07-e520-43e2-aac0-399acacd1b23 req-a7925a26-ab5f-4a15-b0a7-d92547054ed4 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/c71e5613bdef48ce9906d5d351451a49/attachments returned with HTTP 200 [pid: 8|app: 0|req: 364/727] 10.0.0.97 () {40 vars in 1055 bytes} [Thu Jul 9 10:40:28 2026] POST /v3/c71e5613bdef48ce9906d5d351451a49/attachments => generated 273 bytes in 118 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-07-09 10:40:29.594 7 INFO cinder.api.openstack.wsgi [req-53f55c07-e520-43e2-aac0-399acacd1b23 req-96e3ff04-93b2-42b7-b187-9558a02158df 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:40:29.594 8 INFO cinder.api.openstack.wsgi [req-53f55c07-e520-43e2-aac0-399acacd1b23 req-a7925a26-ab5f-4a15-b0a7-d92547054ed4 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:40:29.595 7 INFO cinder.api.openstack.wsgi [req-53f55c07-e520-43e2-aac0-399acacd1b23 req-96e3ff04-93b2-42b7-b187-9558a02158df 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:40:29.595 8 INFO cinder.api.openstack.wsgi [req-53f55c07-e520-43e2-aac0-399acacd1b23 req-a7925a26-ab5f-4a15-b0a7-d92547054ed4 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:40:35.077 7 INFO cinder.api.openstack.wsgi [req-53f55c07-e520-43e2-aac0-399acacd1b23 req-96e3ff04-93b2-42b7-b187-9558a02158df 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-07-09 10:40:35.078 7 INFO cinder.api.openstack.wsgi [req-53f55c07-e520-43e2-aac0-399acacd1b23 req-96e3ff04-93b2-42b7-b187-9558a02158df 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 7|app: 0|req: 365/730] 199.204.45.53 () {32 vars in 838 bytes} [Thu Jul 9 10:40:35 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 10:40:35.120 8 INFO cinder.api.openstack.wsgi [req-53f55c07-e520-43e2-aac0-399acacd1b23 req-f67d3930-f222-4f81-9345-758f3a2ee703 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/c71e5613bdef48ce9906d5d351451a49/volumes/0e1df48a-2c8b-4900-b640-d3d33219482a /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 10:40:35.146 8 INFO cinder.volume.api [req-53f55c07-e520-43e2-aac0-399acacd1b23 req-f67d3930-f222-4f81-9345-758f3a2ee703 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] Volume info retrieved successfully. 2026-07-09 10:40:35.160 8 INFO cinder.api.openstack.wsgi [req-53f55c07-e520-43e2-aac0-399acacd1b23 req-f67d3930-f222-4f81-9345-758f3a2ee703 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/c71e5613bdef48ce9906d5d351451a49/volumes/0e1df48a-2c8b-4900-b640-d3d33219482a returned with HTTP 200 [pid: 8|app: 0|req: 366/731] 199.204.45.53 () {36 vars in 1071 bytes} [Thu Jul 9 10:40:35 2026] GET /v3/c71e5613bdef48ce9906d5d351451a49/volumes/0e1df48a-2c8b-4900-b640-d3d33219482a => generated 1663 bytes in 47 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 10:40:37.140 7 INFO cinder.api.openstack.wsgi [req-53f55c07-e520-43e2-aac0-399acacd1b23 req-9bdfddc8-f6f1-4eb8-a1c6-f516151230b6 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/c71e5613bdef48ce9906d5d351451a49/attachments/22826eb6-e7c9-4f62-b47b-23117f03d1b0 /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 10:40:38.197 7 INFO cinder.api.openstack.wsgi [req-53f55c07-e520-43e2-aac0-399acacd1b23 req-9bdfddc8-f6f1-4eb8-a1c6-f516151230b6 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/c71e5613bdef48ce9906d5d351451a49/attachments/22826eb6-e7c9-4f62-b47b-23117f03d1b0 returned with HTTP 200 [pid: 7|app: 0|req: 366/732] 199.204.45.53 () {40 vars in 1133 bytes} [Thu Jul 9 10:40:37 2026] PUT /v3/c71e5613bdef48ce9906d5d351451a49/attachments/22826eb6-e7c9-4f62-b47b-23117f03d1b0 => generated 802 bytes in 1064 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 10:40:38.716 8 INFO cinder.api.openstack.wsgi [req-53f55c07-e520-43e2-aac0-399acacd1b23 req-0d7d8e32-4fda-4c68-aabc-eaf48a338b2b 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/c71e5613bdef48ce9906d5d351451a49/attachments/22826eb6-e7c9-4f62-b47b-23117f03d1b0/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 10:40:38.752 8 INFO cinder.api.openstack.wsgi [req-53f55c07-e520-43e2-aac0-399acacd1b23 req-0d7d8e32-4fda-4c68-aabc-eaf48a338b2b 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/c71e5613bdef48ce9906d5d351451a49/attachments/22826eb6-e7c9-4f62-b47b-23117f03d1b0/action returned with HTTP 204 [pid: 8|app: 0|req: 367/733] 199.204.45.53 () {40 vars in 1146 bytes} [Thu Jul 9 10:40:38 2026] POST /v3/c71e5613bdef48ce9906d5d351451a49/attachments/22826eb6-e7c9-4f62-b47b-23117f03d1b0/action => generated 0 bytes in 42 msecs (HTTP/1.1 204) 7 headers in 292 bytes (1 switches on core 0) 2026-07-09 10:40:39.593 7 INFO cinder.api.openstack.wsgi [req-53f55c07-e520-43e2-aac0-399acacd1b23 req-9bdfddc8-f6f1-4eb8-a1c6-f516151230b6 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:40:39.595 7 INFO cinder.api.openstack.wsgi [req-53f55c07-e520-43e2-aac0-399acacd1b23 req-9bdfddc8-f6f1-4eb8-a1c6-f516151230b6 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:40:39.595 8 INFO cinder.api.openstack.wsgi [req-53f55c07-e520-43e2-aac0-399acacd1b23 req-0d7d8e32-4fda-4c68-aabc-eaf48a338b2b 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:40:39.596 8 INFO cinder.api.openstack.wsgi [req-53f55c07-e520-43e2-aac0-399acacd1b23 req-0d7d8e32-4fda-4c68-aabc-eaf48a338b2b 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:40:49.594 8 INFO cinder.api.openstack.wsgi [req-53f55c07-e520-43e2-aac0-399acacd1b23 req-0d7d8e32-4fda-4c68-aabc-eaf48a338b2b 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:40:49.594 7 INFO cinder.api.openstack.wsgi [req-53f55c07-e520-43e2-aac0-399acacd1b23 req-9bdfddc8-f6f1-4eb8-a1c6-f516151230b6 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:40:49.594 8 INFO cinder.api.openstack.wsgi [req-53f55c07-e520-43e2-aac0-399acacd1b23 req-0d7d8e32-4fda-4c68-aabc-eaf48a338b2b 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:40:49.595 7 INFO cinder.api.openstack.wsgi [req-53f55c07-e520-43e2-aac0-399acacd1b23 req-9bdfddc8-f6f1-4eb8-a1c6-f516151230b6 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] http://10.0.0.61: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 10:40:56.303 8 INFO cinder.api.openstack.wsgi [None req-34de4dd0-0c32-4a82-9bc6-e02e75306b21 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true 2026-07-09 10:40:56.307 8 INFO cinder.volume.api [None req-34de4dd0-0c32-4a82-9bc6-e02e75306b21 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all snapshots completed successfully. 2026-07-09 10:40:56.307 8 INFO cinder.api.openstack.wsgi [None req-34de4dd0-0c32-4a82-9bc6-e02e75306b21 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 370/738] 10.0.0.140 () {28 vars in 673 bytes} [Thu Jul 9 10:40:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true => generated 17 bytes in 224 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 10:40:56.317 7 INFO cinder.api.openstack.wsgi [None req-aebbb1e6-22c9-4090-88aa-6c9f2c09ba3b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?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 10:40:56.328 7 INFO cinder.volume.api [None req-aebbb1e6-22c9-4090-88aa-6c9f2c09ba3b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - 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 10:40:56.332 7 INFO cinder.api.openstack.wsgi [None req-aebbb1e6-22c9-4090-88aa-6c9f2c09ba3b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 369/739] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:40:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true => generated 1949 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-07-09 10:40:56.339 8 INFO cinder.api.openstack.wsgi [None req-4707806a-5d72-4298-8ec3-8dca480c7af3 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true 2026-07-09 10:40:56.842 8 INFO cinder.api.openstack.wsgi [None req-4707806a-5d72-4298-8ec3-8dca480c7af3 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 371/740] 10.0.0.140 () {28 vars in 695 bytes} [Thu Jul 9 10:40:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true => generated 670 bytes in 507 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 10:40:56.883 7 INFO cinder.api.openstack.wsgi [req-db61b414-1813-47de-84f2-1d3dbec94784 req-8804b5d7-26f3-46b1-822f-d5479c838d18 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/c71e5613bdef48ce9906d5d351451a49/attachments/22826eb6-e7c9-4f62-b47b-23117f03d1b0 /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 10:40:56.960 8 INFO cinder.api.openstack.wsgi [None req-0397b35c-5a49-4e4c-a1d9-13a92e51b686 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/0aa0effcb49948ff8f1621029168cc81?usage=true 2026-07-09 10:40:56.984 8 INFO cinder.api.openstack.wsgi [None req-0397b35c-5a49-4e4c-a1d9-13a92e51b686 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/0aa0effcb49948ff8f1621029168cc81?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 372/741] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:40:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/0aa0effcb49948ff8f1621029168cc81?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 10:40:56.993 8 INFO cinder.api.openstack.wsgi [None req-1a0ef9ed-213f-42cd-acb7-c27aca0a5279 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true 2026-07-09 10:40:57.017 8 INFO cinder.api.openstack.wsgi [None req-1a0ef9ed-213f-42cd-acb7-c27aca0a5279 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 373/742] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:40:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?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 10:40:57.025 8 INFO cinder.api.openstack.wsgi [None req-3ed1196e-f4b4-442c-947e-0118afce5406 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/57e3a882a8964054b9ecd7db3b54c8a1?usage=true 2026-07-09 10:40:57.048 8 INFO cinder.api.openstack.wsgi [None req-3ed1196e-f4b4-442c-947e-0118afce5406 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/57e3a882a8964054b9ecd7db3b54c8a1?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 374/743] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:40:57 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/57e3a882a8964054b9ecd7db3b54c8a1?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 10:40:57.058 8 INFO cinder.api.openstack.wsgi [None req-d602c0d9-29e9-40ba-b2c3-2c20e8f7266d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/65b44e13567044719108c5ffcd6579db?usage=true 2026-07-09 10:40:57.089 8 INFO cinder.api.openstack.wsgi [None req-d602c0d9-29e9-40ba-b2c3-2c20e8f7266d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/65b44e13567044719108c5ffcd6579db?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 375/744] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:40:57 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/65b44e13567044719108c5ffcd6579db?usage=true => generated 847 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:40:57.099 8 INFO cinder.api.openstack.wsgi [None req-ddaeae81-e10d-4bfe-aec0-60efb34dbe0a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true 2026-07-09 10:40:57.125 8 INFO cinder.api.openstack.wsgi [None req-ddaeae81-e10d-4bfe-aec0-60efb34dbe0a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 376/745] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:40:57 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?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 10:40:57.133 8 INFO cinder.api.openstack.wsgi [None req-08d64fa7-3051-4e3e-9ac5-e65ecb6acf4a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/99104970708c4203be3487200011a0d3?usage=true 2026-07-09 10:40:57.154 8 INFO cinder.api.openstack.wsgi [None req-08d64fa7-3051-4e3e-9ac5-e65ecb6acf4a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/99104970708c4203be3487200011a0d3?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 377/746] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:40:57 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/99104970708c4203be3487200011a0d3?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 10:40:57.162 8 INFO cinder.api.openstack.wsgi [None req-cfc4aabf-961f-4599-afd2-e7688f717875 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/c71e5613bdef48ce9906d5d351451a49?usage=true 2026-07-09 10:40:57.183 8 INFO cinder.api.openstack.wsgi [None req-cfc4aabf-961f-4599-afd2-e7688f717875 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/c71e5613bdef48ce9906d5d351451a49?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 378/747] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:40:57 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/c71e5613bdef48ce9906d5d351451a49?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 10:40:57.195 8 INFO cinder.api.openstack.wsgi [None req-63a0163f-03ad-407b-88fe-34bd050e8d36 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/d59fe019d99a4e98aee00a07309d3ae2?usage=true 2026-07-09 10:40:57.218 8 INFO cinder.api.openstack.wsgi [None req-63a0163f-03ad-407b-88fe-34bd050e8d36 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/d59fe019d99a4e98aee00a07309d3ae2?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 379/748] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:40:57 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/d59fe019d99a4e98aee00a07309d3ae2?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 10:40:57.227 8 INFO cinder.api.openstack.wsgi [None req-6c50c4b6-5656-4027-bbf6-2a4dc30ccc2e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true 2026-07-09 10:40:57.252 8 INFO cinder.api.openstack.wsgi [None req-6c50c4b6-5656-4027-bbf6-2a4dc30ccc2e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 380/749] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:40:57 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?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 10:40:57.260 8 INFO cinder.api.openstack.wsgi [None req-fb353789-098a-46f1-a0f5-eb277963a975 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:40:57.271 8 INFO cinder.volume.api [None req-fb353789-098a-46f1-a0f5-eb277963a975 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - 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 10:40:57.276 8 INFO cinder.api.openstack.wsgi [None req-fb353789-098a-46f1-a0f5-eb277963a975 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 381/750] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:40:57 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true => generated 1949 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 10:40:57.285 8 INFO cinder.api.openstack.wsgi [None req-1c323247-23a2-4009-be5f-eab29bf85bd4 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services 2026-07-09 10:40:57.289 8 INFO cinder.api.openstack.wsgi [None req-1c323247-23a2-4009-be5f-eab29bf85bd4 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services returned with HTTP 200 [pid: 8|app: 0|req: 382/751] 10.0.0.140 () {28 vars in 644 bytes} [Thu Jul 9 10:40:57 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services => generated 646 bytes in 10 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:40:57.470 7 INFO cinder.api.openstack.wsgi [req-db61b414-1813-47de-84f2-1d3dbec94784 req-8804b5d7-26f3-46b1-822f-d5479c838d18 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/c71e5613bdef48ce9906d5d351451a49/attachments/22826eb6-e7c9-4f62-b47b-23117f03d1b0 returned with HTTP 200 [pid: 7|app: 0|req: 370/752] 199.204.45.53 () {38 vars in 1101 bytes} [Thu Jul 9 10:40:56 2026] DELETE /v3/c71e5613bdef48ce9906d5d351451a49/attachments/22826eb6-e7c9-4f62-b47b-23117f03d1b0 => generated 19 bytes in 594 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:40:57.489 8 INFO cinder.api.openstack.wsgi [req-db61b414-1813-47de-84f2-1d3dbec94784 req-2f36d699-6e82-440c-ba91-500685f4ecea 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/c71e5613bdef48ce9906d5d351451a49/volumes/0e1df48a-2c8b-4900-b640-d3d33219482a 2026-07-09 10:40:57.489 8 INFO cinder.api.v3.volumes [req-db61b414-1813-47de-84f2-1d3dbec94784 req-2f36d699-6e82-440c-ba91-500685f4ecea 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] Delete volume with id: 0e1df48a-2c8b-4900-b640-d3d33219482a /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 10:40:57.503 8 INFO cinder.volume.api [req-db61b414-1813-47de-84f2-1d3dbec94784 req-2f36d699-6e82-440c-ba91-500685f4ecea 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] Volume info retrieved successfully. 2026-07-09 10:40:57.541 8 INFO cinder.volume.api [req-db61b414-1813-47de-84f2-1d3dbec94784 req-2f36d699-6e82-440c-ba91-500685f4ecea 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] Delete volume request issued successfully. 2026-07-09 10:40:57.541 8 INFO cinder.api.openstack.wsgi [req-db61b414-1813-47de-84f2-1d3dbec94784 req-2f36d699-6e82-440c-ba91-500685f4ecea 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/c71e5613bdef48ce9906d5d351451a49/volumes/0e1df48a-2c8b-4900-b640-d3d33219482a returned with HTTP 202 [pid: 8|app: 0|req: 383/753] 199.204.45.53 () {36 vars in 1052 bytes} [Thu Jul 9 10:40:57 2026] DELETE /v3/c71e5613bdef48ce9906d5d351451a49/volumes/0e1df48a-2c8b-4900-b640-d3d33219482a => generated 0 bytes in 60 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) 2026-07-09 10:40:59.593 7 INFO cinder.api.openstack.wsgi [req-db61b414-1813-47de-84f2-1d3dbec94784 req-8804b5d7-26f3-46b1-822f-d5479c838d18 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:40:59.594 8 INFO cinder.api.openstack.wsgi [req-db61b414-1813-47de-84f2-1d3dbec94784 req-2f36d699-6e82-440c-ba91-500685f4ecea 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:40:59.594 7 INFO cinder.api.openstack.wsgi [req-db61b414-1813-47de-84f2-1d3dbec94784 req-8804b5d7-26f3-46b1-822f-d5479c838d18 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:40:59.595 8 INFO cinder.api.openstack.wsgi [req-db61b414-1813-47de-84f2-1d3dbec94784 req-2f36d699-6e82-440c-ba91-500685f4ecea 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:41:09.600 7 INFO cinder.api.openstack.wsgi [req-db61b414-1813-47de-84f2-1d3dbec94784 req-8804b5d7-26f3-46b1-822f-d5479c838d18 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:41:09.601 7 INFO cinder.api.openstack.wsgi [req-db61b414-1813-47de-84f2-1d3dbec94784 req-8804b5d7-26f3-46b1-822f-d5479c838d18 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:41:09.601 8 INFO cinder.api.openstack.wsgi [req-db61b414-1813-47de-84f2-1d3dbec94784 req-2f36d699-6e82-440c-ba91-500685f4ecea 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:41:09.603 8 INFO cinder.api.openstack.wsgi [req-db61b414-1813-47de-84f2-1d3dbec94784 req-2f36d699-6e82-440c-ba91-500685f4ecea 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:41:19.593 8 INFO cinder.api.openstack.wsgi [req-db61b414-1813-47de-84f2-1d3dbec94784 req-2f36d699-6e82-440c-ba91-500685f4ecea 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:41:19.594 8 INFO cinder.api.openstack.wsgi [req-db61b414-1813-47de-84f2-1d3dbec94784 req-2f36d699-6e82-440c-ba91-500685f4ecea 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:41:19.593 7 INFO cinder.api.openstack.wsgi [req-db61b414-1813-47de-84f2-1d3dbec94784 req-8804b5d7-26f3-46b1-822f-d5479c838d18 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:41:19.595 7 INFO cinder.api.openstack.wsgi [req-db61b414-1813-47de-84f2-1d3dbec94784 req-8804b5d7-26f3-46b1-822f-d5479c838d18 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:41:29.593 7 INFO cinder.api.openstack.wsgi [req-db61b414-1813-47de-84f2-1d3dbec94784 req-8804b5d7-26f3-46b1-822f-d5479c838d18 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:41:29.593 8 INFO cinder.api.openstack.wsgi [req-db61b414-1813-47de-84f2-1d3dbec94784 req-2f36d699-6e82-440c-ba91-500685f4ecea 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:41:29.594 7 INFO cinder.api.openstack.wsgi [req-db61b414-1813-47de-84f2-1d3dbec94784 req-8804b5d7-26f3-46b1-822f-d5479c838d18 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:41:29.594 8 INFO cinder.api.openstack.wsgi [req-db61b414-1813-47de-84f2-1d3dbec94784 req-2f36d699-6e82-440c-ba91-500685f4ecea 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:41:39.593 7 INFO cinder.api.openstack.wsgi [req-db61b414-1813-47de-84f2-1d3dbec94784 req-8804b5d7-26f3-46b1-822f-d5479c838d18 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:41:39.593 8 INFO cinder.api.openstack.wsgi [req-db61b414-1813-47de-84f2-1d3dbec94784 req-2f36d699-6e82-440c-ba91-500685f4ecea 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:41:39.594 7 INFO cinder.api.openstack.wsgi [req-db61b414-1813-47de-84f2-1d3dbec94784 req-8804b5d7-26f3-46b1-822f-d5479c838d18 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:41:39.594 8 INFO cinder.api.openstack.wsgi [req-db61b414-1813-47de-84f2-1d3dbec94784 req-2f36d699-6e82-440c-ba91-500685f4ecea 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:41:49.593 7 INFO cinder.api.openstack.wsgi [req-db61b414-1813-47de-84f2-1d3dbec94784 req-8804b5d7-26f3-46b1-822f-d5479c838d18 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:41:49.593 8 INFO cinder.api.openstack.wsgi [req-db61b414-1813-47de-84f2-1d3dbec94784 req-2f36d699-6e82-440c-ba91-500685f4ecea 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:41:49.594 7 INFO cinder.api.openstack.wsgi [req-db61b414-1813-47de-84f2-1d3dbec94784 req-8804b5d7-26f3-46b1-822f-d5479c838d18 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:41:49.595 8 INFO cinder.api.openstack.wsgi [req-db61b414-1813-47de-84f2-1d3dbec94784 req-2f36d699-6e82-440c-ba91-500685f4ecea 4096673946664944af39fe956cd2af81 c71e5613bdef48ce9906d5d351451a49 - - default default] http://10.0.0.61: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 10:41:56.180 7 INFO cinder.api.openstack.wsgi [None req-64c9c46c-37ef-480e-8c1a-df7b8fc35f55 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?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 10:41:56.190 7 INFO cinder.volume.api [None req-64c9c46c-37ef-480e-8c1a-df7b8fc35f55 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:41:56.192 7 INFO cinder.api.openstack.wsgi [None req-64c9c46c-37ef-480e-8c1a-df7b8fc35f55 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 377/766] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:41:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true => generated 15 bytes in 146 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 10:41:56.290 8 INFO cinder.api.openstack.wsgi [None req-15c06d1b-0ef4-465f-9163-7c5671e82b43 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true 2026-07-09 10:41:56.313 8 INFO cinder.api.openstack.wsgi [None req-15c06d1b-0ef4-465f-9163-7c5671e82b43 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 390/767] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:41:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?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 10:41:56.327 7 INFO cinder.api.openstack.wsgi [None req-95c50fc9-6c26-4836-820e-392bd808e5e5 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/7a40b8ac10114f01907a8a3fff0363c6?usage=true 2026-07-09 10:41:56.346 7 INFO cinder.api.openstack.wsgi [None req-95c50fc9-6c26-4836-820e-392bd808e5e5 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/7a40b8ac10114f01907a8a3fff0363c6?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 378/768] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:41:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/7a40b8ac10114f01907a8a3fff0363c6?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 10:41:56.359 8 INFO cinder.api.openstack.wsgi [None req-fd3147b3-0ae9-4c43-9b1e-abad557a7cd0 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/808274e4237f4917a0293198f19a80eb?usage=true 2026-07-09 10:41:56.378 8 INFO cinder.api.openstack.wsgi [None req-fd3147b3-0ae9-4c43-9b1e-abad557a7cd0 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/808274e4237f4917a0293198f19a80eb?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 391/769] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:41:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/808274e4237f4917a0293198f19a80eb?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 10:41:56.388 7 INFO cinder.api.openstack.wsgi [None req-32006e3d-6200-4a2c-922a-0a70130b7115 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/8e701e20ae00476886eac792d06ffa49?usage=true 2026-07-09 10:41:56.404 7 INFO cinder.api.openstack.wsgi [None req-32006e3d-6200-4a2c-922a-0a70130b7115 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/8e701e20ae00476886eac792d06ffa49?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 379/770] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:41:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/8e701e20ae00476886eac792d06ffa49?usage=true => generated 847 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:41:56.417 8 INFO cinder.api.openstack.wsgi [None req-87858af3-7f76-43b0-b976-6547484ffe9f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true 2026-07-09 10:41:56.437 8 INFO cinder.api.openstack.wsgi [None req-87858af3-7f76-43b0-b976-6547484ffe9f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 392/771] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:41:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?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 10:41:56.454 7 INFO cinder.api.openstack.wsgi [None req-f7de7599-9e20-4b1e-bbc2-5b0c51e4588a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/b2fe986c5d5840aa9f4cc4b3d79bc768?usage=true 2026-07-09 10:41:56.491 7 INFO cinder.api.openstack.wsgi [None req-f7de7599-9e20-4b1e-bbc2-5b0c51e4588a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/b2fe986c5d5840aa9f4cc4b3d79bc768?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 380/772] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:41:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/b2fe986c5d5840aa9f4cc4b3d79bc768?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 10:41:56.501 8 INFO cinder.api.openstack.wsgi [None req-9f1ba2dd-47b9-4262-a578-c360313b364a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/d13c63f7fa4c437e890b30332a69d8e2?usage=true 2026-07-09 10:41:56.531 8 INFO cinder.api.openstack.wsgi [None req-9f1ba2dd-47b9-4262-a578-c360313b364a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/d13c63f7fa4c437e890b30332a69d8e2?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 393/773] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:41:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/d13c63f7fa4c437e890b30332a69d8e2?usage=true => generated 847 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:41:56.548 7 INFO cinder.api.openstack.wsgi [None req-d802032d-40e5-484b-a930-8ab34e99cc15 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e261a27667c94099a00f7a93fa7c8aa4?usage=true 2026-07-09 10:41:56.575 7 INFO cinder.api.openstack.wsgi [None req-d802032d-40e5-484b-a930-8ab34e99cc15 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e261a27667c94099a00f7a93fa7c8aa4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 381/774] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:41:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e261a27667c94099a00f7a93fa7c8aa4?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 10:41:56.585 8 INFO cinder.api.openstack.wsgi [None req-2644df61-5fbc-40e3-8bdd-b10cf7a7a2cb 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true 2026-07-09 10:41:56.604 8 INFO cinder.api.openstack.wsgi [None req-2644df61-5fbc-40e3-8bdd-b10cf7a7a2cb 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 394/775] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:41:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?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 10:41:56.618 7 INFO cinder.api.openstack.wsgi [None req-a2b0376a-5f68-490c-8e3a-148bcfd6ba95 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services 2026-07-09 10:41:56.622 7 INFO cinder.api.openstack.wsgi [None req-a2b0376a-5f68-490c-8e3a-148bcfd6ba95 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services returned with HTTP 200 [pid: 7|app: 0|req: 382/776] 10.0.0.140 () {28 vars in 644 bytes} [Thu Jul 9 10:41:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services => generated 646 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:41:56.632 8 INFO cinder.api.openstack.wsgi [None req-fa6e4cc2-fbb3-490e-b72a-1e5ba7c8ad71 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:41:56.640 8 INFO cinder.volume.api [None req-fa6e4cc2-fbb3-490e-b72a-1e5ba7c8ad71 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:41:56.641 8 INFO cinder.api.openstack.wsgi [None req-fa6e4cc2-fbb3-490e-b72a-1e5ba7c8ad71 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 395/777] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:41:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:41:56.653 7 INFO cinder.api.openstack.wsgi [None req-36795bde-f5dd-434e-b307-ef7223b7efc9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true 2026-07-09 10:41:57.156 7 INFO cinder.api.openstack.wsgi [None req-36795bde-f5dd-434e-b307-ef7223b7efc9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 383/778] 10.0.0.140 () {28 vars in 695 bytes} [Thu Jul 9 10:41:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:41:57.170 8 INFO cinder.api.openstack.wsgi [None req-7701f669-9cbe-4f10-aa7b-0ac33e7e8a0a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true 2026-07-09 10:41:57.178 8 INFO cinder.volume.api [None req-7701f669-9cbe-4f10-aa7b-0ac33e7e8a0a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all snapshots completed successfully. 2026-07-09 10:41:57.179 8 INFO cinder.api.openstack.wsgi [None req-7701f669-9cbe-4f10-aa7b-0ac33e7e8a0a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 396/779] 10.0.0.140 () {28 vars in 673 bytes} [Thu Jul 9 10:41:57 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:41:59.593 7 INFO cinder.api.openstack.wsgi [None req-36795bde-f5dd-434e-b307-ef7223b7efc9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:41:59.594 8 INFO cinder.api.openstack.wsgi [None req-7701f669-9cbe-4f10-aa7b-0ac33e7e8a0a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:41:59.595 7 INFO cinder.api.openstack.wsgi [None req-36795bde-f5dd-434e-b307-ef7223b7efc9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:41:59.595 8 INFO cinder.api.openstack.wsgi [None req-7701f669-9cbe-4f10-aa7b-0ac33e7e8a0a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:42:04.526 7 INFO cinder.api.openstack.wsgi [None req-2e1e2f78-148d-45ff-ad18-610fd8131bac 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes 2026-07-09 10:42:04.529 7 INFO cinder.api.v3.volumes [None req-2e1e2f78-148d-45ff-ad18-610fd8131bac 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Create volume of 1 GB 2026-07-09 10:42:04.535 7 INFO cinder.volume.api [None req-2e1e2f78-148d-45ff-ad18-610fd8131bac 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Availability Zones retrieved successfully. 2026-07-09 10:42:04.689 7 INFO cinder.volume.api [None req-2e1e2f78-148d-45ff-ad18-610fd8131bac 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Create volume request issued successfully. 2026-07-09 10:42:04.690 7 INFO cinder.api.openstack.wsgi [None req-2e1e2f78-148d-45ff-ad18-610fd8131bac 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes returned with HTTP 202 [pid: 7|app: 0|req: 385/782] 10.0.0.67 () {34 vars in 721 bytes} [Thu Jul 9 10:42:04 2026] POST /v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes => generated 871 bytes in 269 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) 2026-07-09 10:42:04.722 8 INFO cinder.api.openstack.wsgi [None req-b46d93c4-84a3-4f96-b033-2c674a9700ad 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/5f2f0d6b-e529-4d7c-8c1b-c9cf21580331 /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 10:42:04.745 8 INFO cinder.volume.api [None req-b46d93c4-84a3-4f96-b033-2c674a9700ad 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Volume info retrieved successfully. 2026-07-09 10:42:04.750 8 INFO cinder.api.openstack.wsgi [None req-b46d93c4-84a3-4f96-b033-2c674a9700ad 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/5f2f0d6b-e529-4d7c-8c1b-c9cf21580331 returned with HTTP 200 [pid: 8|app: 0|req: 398/783] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:42:04 2026] GET /v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/5f2f0d6b-e529-4d7c-8c1b-c9cf21580331 => generated 939 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 10:42:05.770 7 INFO cinder.api.openstack.wsgi [None req-3a81592f-55b1-4660-810d-13c0206fd200 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/5f2f0d6b-e529-4d7c-8c1b-c9cf21580331 /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 10:42:05.785 7 INFO cinder.volume.api [None req-3a81592f-55b1-4660-810d-13c0206fd200 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Volume info retrieved successfully. 2026-07-09 10:42:05.791 7 INFO cinder.api.openstack.wsgi [None req-3a81592f-55b1-4660-810d-13c0206fd200 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/5f2f0d6b-e529-4d7c-8c1b-c9cf21580331 returned with HTTP 200 [pid: 7|app: 0|req: 386/784] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:42:05 2026] GET /v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/5f2f0d6b-e529-4d7c-8c1b-c9cf21580331 => 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 10:42:05.810 8 INFO cinder.api.openstack.wsgi [None req-2fd2d357-b52b-43da-bd33-cab013f29d1f 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/5f2f0d6b-e529-4d7c-8c1b-c9cf21580331 /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 10:42:05.850 8 INFO cinder.volume.api [None req-2fd2d357-b52b-43da-bd33-cab013f29d1f 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Volume info retrieved successfully. 2026-07-09 10:42:05.859 8 INFO cinder.api.openstack.wsgi [None req-2fd2d357-b52b-43da-bd33-cab013f29d1f 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/5f2f0d6b-e529-4d7c-8c1b-c9cf21580331 returned with HTTP 200 [pid: 8|app: 0|req: 399/785] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:42:05 2026] GET /v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/5f2f0d6b-e529-4d7c-8c1b-c9cf21580331 => generated 964 bytes in 55 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 10:42:05.883 7 INFO cinder.api.openstack.wsgi [None req-3dd9bcf2-f8d1-40ed-ba90-7fb27aa27237 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/5f2f0d6b-e529-4d7c-8c1b-c9cf21580331 /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 10:42:05.899 7 INFO cinder.volume.api [None req-3dd9bcf2-f8d1-40ed-ba90-7fb27aa27237 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Volume info retrieved successfully. 2026-07-09 10:42:05.910 7 INFO cinder.volume.api [None req-3dd9bcf2-f8d1-40ed-ba90-7fb27aa27237 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Volume updated successfully. 2026-07-09 10:42:05.911 7 INFO cinder.api.openstack.wsgi [None req-3dd9bcf2-f8d1-40ed-ba90-7fb27aa27237 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/5f2f0d6b-e529-4d7c-8c1b-c9cf21580331 returned with HTTP 200 [pid: 7|app: 0|req: 387/786] 10.0.0.67 () {34 vars in 793 bytes} [Thu Jul 9 10:42:05 2026] PUT /v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/5f2f0d6b-e529-4d7c-8c1b-c9cf21580331 => generated 896 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 10:42:05.929 8 INFO cinder.api.openstack.wsgi [None req-7626ab23-1dba-40dd-bfbd-4ead24be503f 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/5f2f0d6b-e529-4d7c-8c1b-c9cf21580331 /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 10:42:05.946 8 INFO cinder.volume.api [None req-7626ab23-1dba-40dd-bfbd-4ead24be503f 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Volume info retrieved successfully. 2026-07-09 10:42:05.955 8 INFO cinder.volume.api [None req-7626ab23-1dba-40dd-bfbd-4ead24be503f 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Volume updated successfully. 2026-07-09 10:42:05.955 8 INFO cinder.api.openstack.wsgi [None req-7626ab23-1dba-40dd-bfbd-4ead24be503f 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/5f2f0d6b-e529-4d7c-8c1b-c9cf21580331 returned with HTTP 200 [pid: 8|app: 0|req: 400/787] 10.0.0.67 () {34 vars in 794 bytes} [Thu Jul 9 10:42:05 2026] PUT /v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/5f2f0d6b-e529-4d7c-8c1b-c9cf21580331 => generated 935 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 10:42:05.978 7 INFO cinder.api.openstack.wsgi [None req-b6dae836-c94f-4fde-ba3d-0aa0300e5091 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/5f2f0d6b-e529-4d7c-8c1b-c9cf21580331 /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 10:42:05.996 7 INFO cinder.volume.api [None req-b6dae836-c94f-4fde-ba3d-0aa0300e5091 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Volume info retrieved successfully. 2026-07-09 10:42:06.001 7 INFO cinder.api.openstack.wsgi [None req-b6dae836-c94f-4fde-ba3d-0aa0300e5091 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/5f2f0d6b-e529-4d7c-8c1b-c9cf21580331 returned with HTTP 200 [pid: 7|app: 0|req: 388/788] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:42:05 2026] GET /v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/5f2f0d6b-e529-4d7c-8c1b-c9cf21580331 => generated 1003 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 10:42:06.022 8 INFO cinder.api.openstack.wsgi [None req-1d37f708-3a74-487a-9011-78f4df2787f6 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes 2026-07-09 10:42:06.025 8 INFO cinder.api.v3.volumes [None req-1d37f708-3a74-487a-9011-78f4df2787f6 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Create volume of 1 GB 2026-07-09 10:42:06.040 8 INFO cinder.volume.api [None req-1d37f708-3a74-487a-9011-78f4df2787f6 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Availability Zones retrieved successfully. 2026-07-09 10:42:06.230 8 INFO cinder.volume.api [None req-1d37f708-3a74-487a-9011-78f4df2787f6 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Create volume request issued successfully. 2026-07-09 10:42:06.231 8 INFO cinder.api.openstack.wsgi [None req-1d37f708-3a74-487a-9011-78f4df2787f6 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes returned with HTTP 202 [pid: 8|app: 0|req: 401/789] 10.0.0.67 () {34 vars in 721 bytes} [Thu Jul 9 10:42:06 2026] POST /v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes => generated 891 bytes in 215 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 10:42:06.253 7 INFO cinder.api.openstack.wsgi [None req-35d32b08-5654-4c40-a0db-a6a688291426 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/bf80adc6-6291-41a8-9bdf-5c5ed9abf82a /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 10:42:06.268 7 INFO cinder.volume.api [None req-35d32b08-5654-4c40-a0db-a6a688291426 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Volume info retrieved successfully. 2026-07-09 10:42:06.272 7 INFO cinder.api.openstack.wsgi [None req-35d32b08-5654-4c40-a0db-a6a688291426 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/bf80adc6-6291-41a8-9bdf-5c5ed9abf82a returned with HTTP 200 [pid: 7|app: 0|req: 389/790] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:42:06 2026] GET /v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/bf80adc6-6291-41a8-9bdf-5c5ed9abf82a => generated 959 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 10:42:07.296 8 INFO cinder.api.openstack.wsgi [None req-ef90421e-9aa9-4a98-aad3-bc998950cb9b 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/bf80adc6-6291-41a8-9bdf-5c5ed9abf82a /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 10:42:07.312 8 INFO cinder.volume.api [None req-ef90421e-9aa9-4a98-aad3-bc998950cb9b 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Volume info retrieved successfully. 2026-07-09 10:42:07.318 8 INFO cinder.api.openstack.wsgi [None req-ef90421e-9aa9-4a98-aad3-bc998950cb9b 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/bf80adc6-6291-41a8-9bdf-5c5ed9abf82a returned with HTTP 200 [pid: 8|app: 0|req: 402/791] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:42:07 2026] GET /v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/bf80adc6-6291-41a8-9bdf-5c5ed9abf82a => generated 984 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 10:42:07.332 7 INFO cinder.api.openstack.wsgi [None req-33b31a1e-5749-4bf2-8d80-4c9a2aeee0e8 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/bf80adc6-6291-41a8-9bdf-5c5ed9abf82a /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 10:42:07.344 7 INFO cinder.volume.api [None req-33b31a1e-5749-4bf2-8d80-4c9a2aeee0e8 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Volume info retrieved successfully. 2026-07-09 10:42:07.352 7 INFO cinder.volume.api [None req-33b31a1e-5749-4bf2-8d80-4c9a2aeee0e8 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Volume updated successfully. 2026-07-09 10:42:07.352 7 INFO cinder.api.openstack.wsgi [None req-33b31a1e-5749-4bf2-8d80-4c9a2aeee0e8 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/bf80adc6-6291-41a8-9bdf-5c5ed9abf82a returned with HTTP 200 [pid: 7|app: 0|req: 390/792] 10.0.0.67 () {34 vars in 793 bytes} [Thu Jul 9 10:42:07 2026] PUT /v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/bf80adc6-6291-41a8-9bdf-5c5ed9abf82a => generated 882 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 10:42:07.374 8 INFO cinder.api.openstack.wsgi [None req-fad29c2e-b41a-42ea-8ab8-ac470242ebbd 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/bf80adc6-6291-41a8-9bdf-5c5ed9abf82a /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 10:42:07.388 8 INFO cinder.volume.api [None req-fad29c2e-b41a-42ea-8ab8-ac470242ebbd 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Volume info retrieved successfully. 2026-07-09 10:42:07.393 8 INFO cinder.api.openstack.wsgi [None req-fad29c2e-b41a-42ea-8ab8-ac470242ebbd 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/bf80adc6-6291-41a8-9bdf-5c5ed9abf82a returned with HTTP 200 [pid: 8|app: 0|req: 403/793] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:42:07 2026] GET /v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/bf80adc6-6291-41a8-9bdf-5c5ed9abf82a => generated 950 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 10:42:07.415 7 INFO cinder.api.openstack.wsgi [None req-926a62b3-f291-4700-84b2-7bf04c91e8f0 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/bf80adc6-6291-41a8-9bdf-5c5ed9abf82a 2026-07-09 10:42:07.416 7 INFO cinder.api.v3.volumes [None req-926a62b3-f291-4700-84b2-7bf04c91e8f0 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Delete volume with id: bf80adc6-6291-41a8-9bdf-5c5ed9abf82a /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 10:42:07.433 7 INFO cinder.volume.api [None req-926a62b3-f291-4700-84b2-7bf04c91e8f0 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Volume info retrieved successfully. 2026-07-09 10:42:07.473 7 INFO cinder.volume.api [None req-926a62b3-f291-4700-84b2-7bf04c91e8f0 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Delete volume request issued successfully. 2026-07-09 10:42:07.474 7 INFO cinder.api.openstack.wsgi [None req-926a62b3-f291-4700-84b2-7bf04c91e8f0 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/bf80adc6-6291-41a8-9bdf-5c5ed9abf82a returned with HTTP 202 [pid: 7|app: 0|req: 391/794] 10.0.0.67 () {32 vars in 776 bytes} [Thu Jul 9 10:42:07 2026] DELETE /v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/bf80adc6-6291-41a8-9bdf-5c5ed9abf82a => generated 0 bytes in 68 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 10:42:07.487 8 INFO cinder.api.openstack.wsgi [None req-13a86e9c-e222-4760-b7b9-25a6d5078c84 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/bf80adc6-6291-41a8-9bdf-5c5ed9abf82a /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 10:42:07.513 8 INFO cinder.volume.api [None req-13a86e9c-e222-4760-b7b9-25a6d5078c84 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Volume info retrieved successfully. 2026-07-09 10:42:07.517 8 INFO cinder.api.openstack.wsgi [None req-13a86e9c-e222-4760-b7b9-25a6d5078c84 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/bf80adc6-6291-41a8-9bdf-5c5ed9abf82a returned with HTTP 200 [pid: 8|app: 0|req: 404/795] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:42:07 2026] GET /v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/bf80adc6-6291-41a8-9bdf-5c5ed9abf82a => generated 949 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 10:42:08.544 7 INFO cinder.api.openstack.wsgi [None req-2c83ea15-507e-4b76-a140-c51c17fd8df2 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/bf80adc6-6291-41a8-9bdf-5c5ed9abf82a 2026-07-09 10:42:08.552 7 INFO cinder.api.openstack.wsgi [None req-2c83ea15-507e-4b76-a140-c51c17fd8df2 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/bf80adc6-6291-41a8-9bdf-5c5ed9abf82a returned with HTTP 404 [pid: 7|app: 0|req: 392/796] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:42:08 2026] GET /v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/bf80adc6-6291-41a8-9bdf-5c5ed9abf82a => 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 10:42:08.565 8 INFO cinder.api.openstack.wsgi [None req-e85b8c8b-8954-43a4-bf04-9f5b0b233ace 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/5f2f0d6b-e529-4d7c-8c1b-c9cf21580331 /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 10:42:08.586 8 INFO cinder.volume.api [None req-e85b8c8b-8954-43a4-bf04-9f5b0b233ace 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Volume info retrieved successfully. 2026-07-09 10:42:08.591 8 INFO cinder.api.openstack.wsgi [None req-e85b8c8b-8954-43a4-bf04-9f5b0b233ace 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/5f2f0d6b-e529-4d7c-8c1b-c9cf21580331 returned with HTTP 200 [pid: 8|app: 0|req: 405/797] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:42:08 2026] GET /v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/5f2f0d6b-e529-4d7c-8c1b-c9cf21580331 => generated 1003 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-07-09 10:42:08.612 7 INFO cinder.api.openstack.wsgi [None req-d1cd8c7a-66fe-4767-b224-eba512e4a7b7 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/5f2f0d6b-e529-4d7c-8c1b-c9cf21580331 2026-07-09 10:42:08.613 7 INFO cinder.api.v3.volumes [None req-d1cd8c7a-66fe-4767-b224-eba512e4a7b7 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Delete volume with id: 5f2f0d6b-e529-4d7c-8c1b-c9cf21580331 /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 10:42:08.625 7 INFO cinder.volume.api [None req-d1cd8c7a-66fe-4767-b224-eba512e4a7b7 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Volume info retrieved successfully. 2026-07-09 10:42:08.652 7 INFO cinder.volume.api [None req-d1cd8c7a-66fe-4767-b224-eba512e4a7b7 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Delete volume request issued successfully. 2026-07-09 10:42:08.652 7 INFO cinder.api.openstack.wsgi [None req-d1cd8c7a-66fe-4767-b224-eba512e4a7b7 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/5f2f0d6b-e529-4d7c-8c1b-c9cf21580331 returned with HTTP 202 [pid: 7|app: 0|req: 393/798] 10.0.0.67 () {32 vars in 776 bytes} [Thu Jul 9 10:42:08 2026] DELETE /v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/5f2f0d6b-e529-4d7c-8c1b-c9cf21580331 => 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 10:42:08.663 8 INFO cinder.api.openstack.wsgi [None req-a538814b-b6a2-42cd-b28d-94b1b1df0234 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/5f2f0d6b-e529-4d7c-8c1b-c9cf21580331 /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 10:42:08.685 8 INFO cinder.volume.api [None req-a538814b-b6a2-42cd-b28d-94b1b1df0234 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Volume info retrieved successfully. 2026-07-09 10:42:08.691 8 INFO cinder.api.openstack.wsgi [None req-a538814b-b6a2-42cd-b28d-94b1b1df0234 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/5f2f0d6b-e529-4d7c-8c1b-c9cf21580331 returned with HTTP 200 [pid: 8|app: 0|req: 406/799] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:42:08 2026] GET /v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/5f2f0d6b-e529-4d7c-8c1b-c9cf21580331 => generated 1002 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-07-09 10:42:09.593 7 INFO cinder.api.openstack.wsgi [None req-d1cd8c7a-66fe-4767-b224-eba512e4a7b7 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:42:09.593 8 INFO cinder.api.openstack.wsgi [None req-a538814b-b6a2-42cd-b28d-94b1b1df0234 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:42:09.594 7 INFO cinder.api.openstack.wsgi [None req-d1cd8c7a-66fe-4767-b224-eba512e4a7b7 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:42:09.594 8 INFO cinder.api.openstack.wsgi [None req-a538814b-b6a2-42cd-b28d-94b1b1df0234 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] http://10.0.0.61: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 10:42:09.709 7 INFO cinder.api.openstack.wsgi [None req-895986e5-89d6-49e6-9d2c-cc3fdb5ca610 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/5f2f0d6b-e529-4d7c-8c1b-c9cf21580331 2026-07-09 10:42:09.716 7 INFO cinder.api.openstack.wsgi [None req-895986e5-89d6-49e6-9d2c-cc3fdb5ca610 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/5f2f0d6b-e529-4d7c-8c1b-c9cf21580331 returned with HTTP 404 [pid: 7|app: 0|req: 395/802] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:42:09 2026] GET /v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/5f2f0d6b-e529-4d7c-8c1b-c9cf21580331 => 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 10:42:09.787 8 INFO cinder.api.openstack.wsgi [None req-661ba469-f13a-496d-b93d-40b46e51edec 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes 2026-07-09 10:42:10.390 8 INFO cinder.api.v3.volumes [None req-661ba469-f13a-496d-b93d-40b46e51edec 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Create volume of 1 GB 2026-07-09 10:42:10.395 8 INFO cinder.volume.api [None req-661ba469-f13a-496d-b93d-40b46e51edec 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Availability Zones retrieved successfully. 2026-07-09 10:42:10.598 8 INFO cinder.volume.api [None req-661ba469-f13a-496d-b93d-40b46e51edec 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Create volume request issued successfully. 2026-07-09 10:42:10.599 8 INFO cinder.api.openstack.wsgi [None req-661ba469-f13a-496d-b93d-40b46e51edec 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes returned with HTTP 202 [pid: 8|app: 0|req: 408/803] 10.0.0.67 () {34 vars in 721 bytes} [Thu Jul 9 10:42:09 2026] POST /v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes => generated 870 bytes in 822 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) 2026-07-09 10:42:10.615 7 INFO cinder.api.openstack.wsgi [None req-9ef9460d-33c4-4b61-9457-2be3a25584b1 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/15c0cf96-7ab0-4470-b4a1-db2b3ba77112 /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 10:42:10.631 7 INFO cinder.volume.api [None req-9ef9460d-33c4-4b61-9457-2be3a25584b1 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Volume info retrieved successfully. 2026-07-09 10:42:10.641 7 INFO cinder.api.openstack.wsgi [None req-9ef9460d-33c4-4b61-9457-2be3a25584b1 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/15c0cf96-7ab0-4470-b4a1-db2b3ba77112 returned with HTTP 200 [pid: 7|app: 0|req: 396/804] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:42:10 2026] GET /v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/15c0cf96-7ab0-4470-b4a1-db2b3ba77112 => generated 938 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 10:42:11.659 8 INFO cinder.api.openstack.wsgi [None req-fd89612f-7e61-4a35-afaa-4befff3ec536 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/15c0cf96-7ab0-4470-b4a1-db2b3ba77112 /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 10:42:11.673 8 INFO cinder.volume.api [None req-fd89612f-7e61-4a35-afaa-4befff3ec536 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Volume info retrieved successfully. 2026-07-09 10:42:11.679 8 INFO cinder.api.openstack.wsgi [None req-fd89612f-7e61-4a35-afaa-4befff3ec536 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/15c0cf96-7ab0-4470-b4a1-db2b3ba77112 returned with HTTP 200 [pid: 8|app: 0|req: 409/805] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:42:11 2026] GET /v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/15c0cf96-7ab0-4470-b4a1-db2b3ba77112 => generated 1488 bytes in 26 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 10:42:11.697 7 INFO cinder.api.openstack.wsgi [None req-88308499-ac76-4033-a3e0-7558dc6b1897 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/15c0cf96-7ab0-4470-b4a1-db2b3ba77112 /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 10:42:11.720 7 INFO cinder.volume.api [None req-88308499-ac76-4033-a3e0-7558dc6b1897 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Volume info retrieved successfully. 2026-07-09 10:42:11.735 7 INFO cinder.api.openstack.wsgi [None req-88308499-ac76-4033-a3e0-7558dc6b1897 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/15c0cf96-7ab0-4470-b4a1-db2b3ba77112 returned with HTTP 200 [pid: 7|app: 0|req: 397/806] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:42:11 2026] GET /v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/15c0cf96-7ab0-4470-b4a1-db2b3ba77112 => generated 1488 bytes in 44 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 10:42:11.757 8 INFO cinder.api.openstack.wsgi [None req-61a92fba-60e4-4f30-acea-699a0ebf0160 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/15c0cf96-7ab0-4470-b4a1-db2b3ba77112 /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 10:42:11.776 8 INFO cinder.volume.api [None req-61a92fba-60e4-4f30-acea-699a0ebf0160 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Volume info retrieved successfully. 2026-07-09 10:42:11.784 8 INFO cinder.volume.api [None req-61a92fba-60e4-4f30-acea-699a0ebf0160 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Volume updated successfully. 2026-07-09 10:42:11.784 8 INFO cinder.api.openstack.wsgi [None req-61a92fba-60e4-4f30-acea-699a0ebf0160 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/15c0cf96-7ab0-4470-b4a1-db2b3ba77112 returned with HTTP 200 [pid: 8|app: 0|req: 410/807] 10.0.0.67 () {34 vars in 793 bytes} [Thu Jul 9 10:42:11 2026] PUT /v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/15c0cf96-7ab0-4470-b4a1-db2b3ba77112 => generated 894 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 10:42:11.802 7 INFO cinder.api.openstack.wsgi [None req-f689cbb7-b199-425c-b435-a040320cf886 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/15c0cf96-7ab0-4470-b4a1-db2b3ba77112 /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 10:42:11.819 7 INFO cinder.volume.api [None req-f689cbb7-b199-425c-b435-a040320cf886 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Volume info retrieved successfully. 2026-07-09 10:42:11.827 7 INFO cinder.volume.api [None req-f689cbb7-b199-425c-b435-a040320cf886 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Volume updated successfully. 2026-07-09 10:42:11.828 7 INFO cinder.api.openstack.wsgi [None req-f689cbb7-b199-425c-b435-a040320cf886 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/15c0cf96-7ab0-4470-b4a1-db2b3ba77112 returned with HTTP 200 [pid: 7|app: 0|req: 398/808] 10.0.0.67 () {34 vars in 794 bytes} [Thu Jul 9 10:42:11 2026] PUT /v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/15c0cf96-7ab0-4470-b4a1-db2b3ba77112 => generated 934 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 10:42:11.848 8 INFO cinder.api.openstack.wsgi [None req-4f47860e-4446-4084-8745-7a1a94cdf43d 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/15c0cf96-7ab0-4470-b4a1-db2b3ba77112 /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 10:42:11.880 8 INFO cinder.volume.api [None req-4f47860e-4446-4084-8745-7a1a94cdf43d 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Volume info retrieved successfully. 2026-07-09 10:42:11.886 8 INFO cinder.api.openstack.wsgi [None req-4f47860e-4446-4084-8745-7a1a94cdf43d 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/15c0cf96-7ab0-4470-b4a1-db2b3ba77112 returned with HTTP 200 [pid: 8|app: 0|req: 411/809] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:42:11 2026] GET /v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/15c0cf96-7ab0-4470-b4a1-db2b3ba77112 => generated 1528 bytes in 44 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 10:42:11.907 7 INFO cinder.api.openstack.wsgi [None req-a0b51993-433f-48e9-a903-083974895cbc 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes 2026-07-09 10:42:11.910 7 INFO cinder.api.v3.volumes [None req-a0b51993-433f-48e9-a903-083974895cbc 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Create volume of 1 GB 2026-07-09 10:42:11.920 7 INFO cinder.volume.api [None req-a0b51993-433f-48e9-a903-083974895cbc 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Availability Zones retrieved successfully. 2026-07-09 10:42:12.076 7 INFO cinder.volume.api [None req-a0b51993-433f-48e9-a903-083974895cbc 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Create volume request issued successfully. 2026-07-09 10:42:12.077 7 INFO cinder.api.openstack.wsgi [None req-a0b51993-433f-48e9-a903-083974895cbc 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes returned with HTTP 202 [pid: 7|app: 0|req: 399/810] 10.0.0.67 () {34 vars in 721 bytes} [Thu Jul 9 10:42:11 2026] POST /v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes => generated 892 bytes in 174 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 10:42:12.097 8 INFO cinder.api.openstack.wsgi [None req-10e0fee0-b42d-4610-8cf4-42ea7c9f9838 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/8ad7c0ad-c511-4ce9-b7b1-6c663329f51f /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 10:42:12.114 8 INFO cinder.volume.api [None req-10e0fee0-b42d-4610-8cf4-42ea7c9f9838 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Volume info retrieved successfully. 2026-07-09 10:42:12.121 8 INFO cinder.api.openstack.wsgi [None req-10e0fee0-b42d-4610-8cf4-42ea7c9f9838 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/8ad7c0ad-c511-4ce9-b7b1-6c663329f51f returned with HTTP 200 [pid: 8|app: 0|req: 412/811] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:42:12 2026] GET /v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/8ad7c0ad-c511-4ce9-b7b1-6c663329f51f => 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 10:42:13.149 7 INFO cinder.api.openstack.wsgi [None req-186520d6-994c-4048-bffd-a1aeddd7c5a7 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/8ad7c0ad-c511-4ce9-b7b1-6c663329f51f /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 10:42:13.165 7 INFO cinder.volume.api [None req-186520d6-994c-4048-bffd-a1aeddd7c5a7 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Volume info retrieved successfully. 2026-07-09 10:42:13.171 7 INFO cinder.api.openstack.wsgi [None req-186520d6-994c-4048-bffd-a1aeddd7c5a7 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/8ad7c0ad-c511-4ce9-b7b1-6c663329f51f returned with HTTP 200 [pid: 7|app: 0|req: 400/812] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:42:13 2026] GET /v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/8ad7c0ad-c511-4ce9-b7b1-6c663329f51f => generated 985 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 10:42:13.188 8 INFO cinder.api.openstack.wsgi [None req-734379c1-79ad-4207-9fd4-306ee0f41860 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/8ad7c0ad-c511-4ce9-b7b1-6c663329f51f /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 10:42:13.203 8 INFO cinder.volume.api [None req-734379c1-79ad-4207-9fd4-306ee0f41860 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Volume info retrieved successfully. 2026-07-09 10:42:13.210 8 INFO cinder.volume.api [None req-734379c1-79ad-4207-9fd4-306ee0f41860 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Volume updated successfully. 2026-07-09 10:42:13.211 8 INFO cinder.api.openstack.wsgi [None req-734379c1-79ad-4207-9fd4-306ee0f41860 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/8ad7c0ad-c511-4ce9-b7b1-6c663329f51f returned with HTTP 200 [pid: 8|app: 0|req: 413/813] 10.0.0.67 () {34 vars in 793 bytes} [Thu Jul 9 10:42:13 2026] PUT /v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/8ad7c0ad-c511-4ce9-b7b1-6c663329f51f => generated 881 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 10:42:13.227 7 INFO cinder.api.openstack.wsgi [None req-e6dfb42a-bce8-4774-b172-fa5704b566c8 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/8ad7c0ad-c511-4ce9-b7b1-6c663329f51f /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 10:42:13.238 7 INFO cinder.volume.api [None req-e6dfb42a-bce8-4774-b172-fa5704b566c8 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Volume info retrieved successfully. 2026-07-09 10:42:13.245 7 INFO cinder.api.openstack.wsgi [None req-e6dfb42a-bce8-4774-b172-fa5704b566c8 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/8ad7c0ad-c511-4ce9-b7b1-6c663329f51f returned with HTTP 200 [pid: 7|app: 0|req: 401/814] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:42:13 2026] GET /v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/8ad7c0ad-c511-4ce9-b7b1-6c663329f51f => generated 949 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 10:42:13.263 8 INFO cinder.api.openstack.wsgi [None req-e008e7fe-fee8-45af-9679-f3f6e466b43a 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/8ad7c0ad-c511-4ce9-b7b1-6c663329f51f 2026-07-09 10:42:13.263 8 INFO cinder.api.v3.volumes [None req-e008e7fe-fee8-45af-9679-f3f6e466b43a 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Delete volume with id: 8ad7c0ad-c511-4ce9-b7b1-6c663329f51f /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 10:42:13.292 8 INFO cinder.volume.api [None req-e008e7fe-fee8-45af-9679-f3f6e466b43a 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Volume info retrieved successfully. 2026-07-09 10:42:13.317 8 INFO cinder.volume.api [None req-e008e7fe-fee8-45af-9679-f3f6e466b43a 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Delete volume request issued successfully. 2026-07-09 10:42:13.318 8 INFO cinder.api.openstack.wsgi [None req-e008e7fe-fee8-45af-9679-f3f6e466b43a 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/8ad7c0ad-c511-4ce9-b7b1-6c663329f51f returned with HTTP 202 [pid: 8|app: 0|req: 414/815] 10.0.0.67 () {32 vars in 776 bytes} [Thu Jul 9 10:42:13 2026] DELETE /v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/8ad7c0ad-c511-4ce9-b7b1-6c663329f51f => generated 0 bytes in 62 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 10:42:13.329 7 INFO cinder.api.openstack.wsgi [None req-142fc2ee-379e-4a76-a644-957c9c942728 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/8ad7c0ad-c511-4ce9-b7b1-6c663329f51f /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 10:42:13.345 7 INFO cinder.volume.api [None req-142fc2ee-379e-4a76-a644-957c9c942728 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Volume info retrieved successfully. 2026-07-09 10:42:13.350 7 INFO cinder.api.openstack.wsgi [None req-142fc2ee-379e-4a76-a644-957c9c942728 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/8ad7c0ad-c511-4ce9-b7b1-6c663329f51f returned with HTTP 200 [pid: 7|app: 0|req: 402/816] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:42:13 2026] GET /v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/8ad7c0ad-c511-4ce9-b7b1-6c663329f51f => generated 948 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 10:42:14.367 8 INFO cinder.api.openstack.wsgi [None req-6a6745b8-0c50-42fa-9d83-bb3bdc62a48d 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/8ad7c0ad-c511-4ce9-b7b1-6c663329f51f 2026-07-09 10:42:14.377 8 INFO cinder.api.openstack.wsgi [None req-6a6745b8-0c50-42fa-9d83-bb3bdc62a48d 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/8ad7c0ad-c511-4ce9-b7b1-6c663329f51f returned with HTTP 404 [pid: 8|app: 0|req: 415/817] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:42:14 2026] GET /v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/8ad7c0ad-c511-4ce9-b7b1-6c663329f51f => 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 10:42:14.389 7 INFO cinder.api.openstack.wsgi [None req-18642463-956e-45f9-b138-c03b7a3063a2 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/15c0cf96-7ab0-4470-b4a1-db2b3ba77112 /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 10:42:14.406 7 INFO cinder.volume.api [None req-18642463-956e-45f9-b138-c03b7a3063a2 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Volume info retrieved successfully. 2026-07-09 10:42:14.412 7 INFO cinder.api.openstack.wsgi [None req-18642463-956e-45f9-b138-c03b7a3063a2 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/15c0cf96-7ab0-4470-b4a1-db2b3ba77112 returned with HTTP 200 [pid: 7|app: 0|req: 403/818] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:42:14 2026] GET /v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/15c0cf96-7ab0-4470-b4a1-db2b3ba77112 => generated 1528 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-07-09 10:42:14.435 8 INFO cinder.api.openstack.wsgi [None req-77d50ab3-5ddc-40b5-aab1-e4d5e0362818 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/15c0cf96-7ab0-4470-b4a1-db2b3ba77112 2026-07-09 10:42:14.435 8 INFO cinder.api.v3.volumes [None req-77d50ab3-5ddc-40b5-aab1-e4d5e0362818 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Delete volume with id: 15c0cf96-7ab0-4470-b4a1-db2b3ba77112 /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 10:42:14.447 8 INFO cinder.volume.api [None req-77d50ab3-5ddc-40b5-aab1-e4d5e0362818 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Volume info retrieved successfully. 2026-07-09 10:42:14.471 8 INFO cinder.volume.api [None req-77d50ab3-5ddc-40b5-aab1-e4d5e0362818 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Delete volume request issued successfully. 2026-07-09 10:42:14.471 8 INFO cinder.api.openstack.wsgi [None req-77d50ab3-5ddc-40b5-aab1-e4d5e0362818 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/15c0cf96-7ab0-4470-b4a1-db2b3ba77112 returned with HTTP 202 [pid: 8|app: 0|req: 416/819] 10.0.0.67 () {32 vars in 776 bytes} [Thu Jul 9 10:42:14 2026] DELETE /v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/15c0cf96-7ab0-4470-b4a1-db2b3ba77112 => generated 0 bytes in 42 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 10:42:14.491 7 INFO cinder.api.openstack.wsgi [None req-a8b37160-c8d9-4881-9d65-3cc7a639f740 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/15c0cf96-7ab0-4470-b4a1-db2b3ba77112 /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 10:42:14.518 7 INFO cinder.volume.api [None req-a8b37160-c8d9-4881-9d65-3cc7a639f740 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] Volume info retrieved successfully. 2026-07-09 10:42:14.527 7 INFO cinder.api.openstack.wsgi [None req-a8b37160-c8d9-4881-9d65-3cc7a639f740 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/15c0cf96-7ab0-4470-b4a1-db2b3ba77112 returned with HTTP 200 [pid: 7|app: 0|req: 404/820] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:42:14 2026] GET /v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/15c0cf96-7ab0-4470-b4a1-db2b3ba77112 => generated 1527 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 10:42:15.551 8 INFO cinder.api.openstack.wsgi [None req-8b7c2095-31a3-4bdd-bf92-b91c5bd0639e 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/15c0cf96-7ab0-4470-b4a1-db2b3ba77112 2026-07-09 10:42:15.563 8 INFO cinder.api.openstack.wsgi [None req-8b7c2095-31a3-4bdd-bf92-b91c5bd0639e 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/15c0cf96-7ab0-4470-b4a1-db2b3ba77112 returned with HTTP 404 [pid: 8|app: 0|req: 417/821] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:42:15 2026] GET /v3/cafbf3028eea4130bb8c4c32dfa5bc5d/volumes/15c0cf96-7ab0-4470-b4a1-db2b3ba77112 => generated 109 bytes in 19 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 10:42:17.149 7 INFO cinder.api.openstack.wsgi [req-11e5913f-6bd7-4d2c-9fc6-c54d1672a59d req-1136862f-6626-4c25-83a6-9b65b54dbced d6dbd9095a4f4b98bb0fafa5584a1c91 e261a27667c94099a00f7a93fa7c8aa4 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/e261a27667c94099a00f7a93fa7c8aa4/attachments?instance_id=3ea24fd2-b5c6-46a3-acc3-89d1cdb5529d 2026-07-09 10:42:17.162 7 INFO cinder.api.openstack.wsgi [req-11e5913f-6bd7-4d2c-9fc6-c54d1672a59d req-1136862f-6626-4c25-83a6-9b65b54dbced d6dbd9095a4f4b98bb0fafa5584a1c91 e261a27667c94099a00f7a93fa7c8aa4 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/e261a27667c94099a00f7a93fa7c8aa4/attachments?instance_id=3ea24fd2-b5c6-46a3-acc3-89d1cdb5529d returned with HTTP 200 [pid: 7|app: 0|req: 405/822] 199.204.45.53 () {36 vars in 1102 bytes} [Thu Jul 9 10:42:17 2026] GET /v3/e261a27667c94099a00f7a93fa7c8aa4/attachments?instance_id=3ea24fd2-b5c6-46a3-acc3-89d1cdb5529d => generated 19 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:42:19.594 7 INFO cinder.api.openstack.wsgi [req-11e5913f-6bd7-4d2c-9fc6-c54d1672a59d req-1136862f-6626-4c25-83a6-9b65b54dbced d6dbd9095a4f4b98bb0fafa5584a1c91 e261a27667c94099a00f7a93fa7c8aa4 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:42:19.594 8 INFO cinder.api.openstack.wsgi [None req-8b7c2095-31a3-4bdd-bf92-b91c5bd0639e 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:42:19.594 7 INFO cinder.api.openstack.wsgi [req-11e5913f-6bd7-4d2c-9fc6-c54d1672a59d req-1136862f-6626-4c25-83a6-9b65b54dbced d6dbd9095a4f4b98bb0fafa5584a1c91 e261a27667c94099a00f7a93fa7c8aa4 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:42:19.595 8 INFO cinder.api.openstack.wsgi [None req-8b7c2095-31a3-4bdd-bf92-b91c5bd0639e 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:42:29.594 7 INFO cinder.api.openstack.wsgi [req-11e5913f-6bd7-4d2c-9fc6-c54d1672a59d req-1136862f-6626-4c25-83a6-9b65b54dbced d6dbd9095a4f4b98bb0fafa5584a1c91 e261a27667c94099a00f7a93fa7c8aa4 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:42:29.594 8 INFO cinder.api.openstack.wsgi [None req-8b7c2095-31a3-4bdd-bf92-b91c5bd0639e 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:42:29.595 7 INFO cinder.api.openstack.wsgi [req-11e5913f-6bd7-4d2c-9fc6-c54d1672a59d req-1136862f-6626-4c25-83a6-9b65b54dbced d6dbd9095a4f4b98bb0fafa5584a1c91 e261a27667c94099a00f7a93fa7c8aa4 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:42:29.597 8 INFO cinder.api.openstack.wsgi [None req-8b7c2095-31a3-4bdd-bf92-b91c5bd0639e 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:42:39.599 7 INFO cinder.api.openstack.wsgi [req-11e5913f-6bd7-4d2c-9fc6-c54d1672a59d req-1136862f-6626-4c25-83a6-9b65b54dbced d6dbd9095a4f4b98bb0fafa5584a1c91 e261a27667c94099a00f7a93fa7c8aa4 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:42:39.599 8 INFO cinder.api.openstack.wsgi [None req-8b7c2095-31a3-4bdd-bf92-b91c5bd0639e 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:42:39.599 7 INFO cinder.api.openstack.wsgi [req-11e5913f-6bd7-4d2c-9fc6-c54d1672a59d req-1136862f-6626-4c25-83a6-9b65b54dbced d6dbd9095a4f4b98bb0fafa5584a1c91 e261a27667c94099a00f7a93fa7c8aa4 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:42:39.600 8 INFO cinder.api.openstack.wsgi [None req-8b7c2095-31a3-4bdd-bf92-b91c5bd0639e 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:42:49.593 7 INFO cinder.api.openstack.wsgi [req-11e5913f-6bd7-4d2c-9fc6-c54d1672a59d req-1136862f-6626-4c25-83a6-9b65b54dbced d6dbd9095a4f4b98bb0fafa5584a1c91 e261a27667c94099a00f7a93fa7c8aa4 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:42:49.593 8 INFO cinder.api.openstack.wsgi [None req-8b7c2095-31a3-4bdd-bf92-b91c5bd0639e 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:42:49.594 7 INFO cinder.api.openstack.wsgi [req-11e5913f-6bd7-4d2c-9fc6-c54d1672a59d req-1136862f-6626-4c25-83a6-9b65b54dbced d6dbd9095a4f4b98bb0fafa5584a1c91 e261a27667c94099a00f7a93fa7c8aa4 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:42:49.594 8 INFO cinder.api.openstack.wsgi [None req-8b7c2095-31a3-4bdd-bf92-b91c5bd0639e 3263db1dac874e7ba55f2c64ba1346ca cafbf3028eea4130bb8c4c32dfa5bc5d - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:42:56.212 8 INFO cinder.api.openstack.wsgi [None req-f551f8b9-5134-461b-aa0f-bac0e22b77ea 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:42:56.221 8 INFO cinder.volume.api [None req-f551f8b9-5134-461b-aa0f-bac0e22b77ea 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:42:56.223 8 INFO cinder.api.openstack.wsgi [None req-f551f8b9-5134-461b-aa0f-bac0e22b77ea 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 422/831] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:42:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true => generated 15 bytes in 107 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 10:42:56.235 7 INFO cinder.api.openstack.wsgi [None req-58d874a0-b5cf-40be-a451-ce7e3d9e5185 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true 2026-07-09 10:42:56.240 7 INFO cinder.volume.api [None req-58d874a0-b5cf-40be-a451-ce7e3d9e5185 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all snapshots completed successfully. 2026-07-09 10:42:56.241 7 INFO cinder.api.openstack.wsgi [None req-58d874a0-b5cf-40be-a451-ce7e3d9e5185 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 410/832] 10.0.0.140 () {28 vars in 673 bytes} [Thu Jul 9 10:42:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:42:56.251 8 INFO cinder.api.openstack.wsgi [None req-a7af720f-8525-422d-a327-72940ef21b00 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services 2026-07-09 10:42:56.256 8 INFO cinder.api.openstack.wsgi [None req-a7af720f-8525-422d-a327-72940ef21b00 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services returned with HTTP 200 [pid: 8|app: 0|req: 423/833] 10.0.0.140 () {28 vars in 644 bytes} [Thu Jul 9 10:42:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:42:56.271 7 INFO cinder.api.openstack.wsgi [None req-bfafc43f-60ce-448b-aad0-4dc9599b6958 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true 2026-07-09 10:42:56.774 7 INFO cinder.api.openstack.wsgi [None req-bfafc43f-60ce-448b-aad0-4dc9599b6958 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 411/834] 10.0.0.140 () {28 vars in 695 bytes} [Thu Jul 9 10:42:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:42:56.782 8 INFO cinder.api.openstack.wsgi [None req-eb087dfb-6dcc-4341-8566-1a2bcdb54c8b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:42:56.792 8 INFO cinder.volume.api [None req-eb087dfb-6dcc-4341-8566-1a2bcdb54c8b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:42:56.794 8 INFO cinder.api.openstack.wsgi [None req-eb087dfb-6dcc-4341-8566-1a2bcdb54c8b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 424/835] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:42:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:42:56.856 7 INFO cinder.api.openstack.wsgi [None req-417ec55f-2f55-4936-a204-7f7d6c603301 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/004f870eb6e14ecc81c4418768df1e97?usage=true 2026-07-09 10:42:56.882 7 INFO cinder.api.openstack.wsgi [None req-417ec55f-2f55-4936-a204-7f7d6c603301 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/004f870eb6e14ecc81c4418768df1e97?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 412/836] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:42:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/004f870eb6e14ecc81c4418768df1e97?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 10:42:56.893 8 INFO cinder.api.openstack.wsgi [None req-2f9c0730-b975-490c-9bf4-cd5fcee5094b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true 2026-07-09 10:42:56.919 8 INFO cinder.api.openstack.wsgi [None req-2f9c0730-b975-490c-9bf4-cd5fcee5094b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 425/837] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:42:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?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 10:42:56.933 7 INFO cinder.api.openstack.wsgi [None req-e54aed01-7942-49a2-ad09-3b72bfad501f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/3960da02531b4f578b9a1efa029db02d?usage=true 2026-07-09 10:42:56.958 7 INFO cinder.api.openstack.wsgi [None req-e54aed01-7942-49a2-ad09-3b72bfad501f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/3960da02531b4f578b9a1efa029db02d?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 413/838] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:42:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/3960da02531b4f578b9a1efa029db02d?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 10:42:56.970 8 INFO cinder.api.openstack.wsgi [None req-5fbc943e-79b4-4829-89d2-a844cd7972f4 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/3eb23922e1694014b7810b7a518024d0?usage=true 2026-07-09 10:42:56.990 8 INFO cinder.api.openstack.wsgi [None req-5fbc943e-79b4-4829-89d2-a844cd7972f4 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/3eb23922e1694014b7810b7a518024d0?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 426/839] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:42:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/3eb23922e1694014b7810b7a518024d0?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 10:42:57.002 7 INFO cinder.api.openstack.wsgi [None req-7e53af77-c8e9-4224-9707-371eb1583efc 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/4480a6cb9a5241efafba0d7c1e11db46?usage=true 2026-07-09 10:42:57.026 7 INFO cinder.api.openstack.wsgi [None req-7e53af77-c8e9-4224-9707-371eb1583efc 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/4480a6cb9a5241efafba0d7c1e11db46?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 414/840] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:42:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/4480a6cb9a5241efafba0d7c1e11db46?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 10:42:57.039 8 INFO cinder.api.openstack.wsgi [None req-31cdb447-dd01-48f4-8ece-3d582d29e2e7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/4fecfe1498894650ac98781abe86b27e?usage=true 2026-07-09 10:42:57.058 8 INFO cinder.api.openstack.wsgi [None req-31cdb447-dd01-48f4-8ece-3d582d29e2e7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/4fecfe1498894650ac98781abe86b27e?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 427/841] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:42:57 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/4fecfe1498894650ac98781abe86b27e?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 10:42:57.071 7 INFO cinder.api.openstack.wsgi [None req-4a15e4c9-ae97-4922-90fb-d220c18c2105 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/50431e84cf3d442f882fe568f3cdcddc?usage=true 2026-07-09 10:42:57.093 7 INFO cinder.api.openstack.wsgi [None req-4a15e4c9-ae97-4922-90fb-d220c18c2105 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/50431e84cf3d442f882fe568f3cdcddc?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 415/842] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:42:57 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/50431e84cf3d442f882fe568f3cdcddc?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 10:42:57.105 8 INFO cinder.api.openstack.wsgi [None req-e6dc558d-a9f1-4945-860a-9d60509bcd47 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/6d9ee50145f74e52b9a2bc8659a7166d?usage=true 2026-07-09 10:42:57.128 8 INFO cinder.api.openstack.wsgi [None req-e6dc558d-a9f1-4945-860a-9d60509bcd47 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/6d9ee50145f74e52b9a2bc8659a7166d?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 428/843] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:42:57 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/6d9ee50145f74e52b9a2bc8659a7166d?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 10:42:57.139 7 INFO cinder.api.openstack.wsgi [None req-4ca2146f-34e4-4b7b-bfa6-a29779f0b3a9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/72c707552a5e4bfb9a381c77c38f73c7?usage=true 2026-07-09 10:42:57.162 7 INFO cinder.api.openstack.wsgi [None req-4ca2146f-34e4-4b7b-bfa6-a29779f0b3a9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/72c707552a5e4bfb9a381c77c38f73c7?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 416/844] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:42:57 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/72c707552a5e4bfb9a381c77c38f73c7?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 10:42:57.173 8 INFO cinder.api.openstack.wsgi [None req-0d250367-5836-43fb-a579-d9d1f592d291 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/80ddc3f97a874cfaa820f4ab2d649f64?usage=true 2026-07-09 10:42:57.191 8 INFO cinder.api.openstack.wsgi [None req-0d250367-5836-43fb-a579-d9d1f592d291 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/80ddc3f97a874cfaa820f4ab2d649f64?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 429/845] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:42:57 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/80ddc3f97a874cfaa820f4ab2d649f64?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 10:42:57.204 7 INFO cinder.api.openstack.wsgi [None req-13bfbd32-02b6-47b4-8223-37ee303d47af 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true 2026-07-09 10:42:57.226 7 INFO cinder.api.openstack.wsgi [None req-13bfbd32-02b6-47b4-8223-37ee303d47af 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 417/846] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:42:57 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?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 10:42:57.238 8 INFO cinder.api.openstack.wsgi [None req-bf2ae8c0-513b-42c0-8cc3-654c57dd9b77 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/b1ff4ecdc57d4be4b0a74999c4dd564b?usage=true 2026-07-09 10:42:57.254 8 INFO cinder.api.openstack.wsgi [None req-bf2ae8c0-513b-42c0-8cc3-654c57dd9b77 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/b1ff4ecdc57d4be4b0a74999c4dd564b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 430/847] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:42:57 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/b1ff4ecdc57d4be4b0a74999c4dd564b?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 10:42:57.267 7 INFO cinder.api.openstack.wsgi [None req-def27270-9d26-4325-82db-c2f427cbc57f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/b7694048af8b4622a337318143815d77?usage=true 2026-07-09 10:42:57.290 7 INFO cinder.api.openstack.wsgi [None req-def27270-9d26-4325-82db-c2f427cbc57f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/b7694048af8b4622a337318143815d77?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 418/848] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:42:57 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/b7694048af8b4622a337318143815d77?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 10:42:57.303 8 INFO cinder.api.openstack.wsgi [None req-439720a0-c47e-4705-967f-b7b4f747205e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/d2461885380744218ff3946a9296e62a?usage=true 2026-07-09 10:42:57.328 8 INFO cinder.api.openstack.wsgi [None req-439720a0-c47e-4705-967f-b7b4f747205e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/d2461885380744218ff3946a9296e62a?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 431/849] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:42:57 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/d2461885380744218ff3946a9296e62a?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 10:42:57.339 7 INFO cinder.api.openstack.wsgi [None req-acc712ad-c250-4bcd-a291-ebd23a589333 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e261a27667c94099a00f7a93fa7c8aa4?usage=true 2026-07-09 10:42:57.362 7 INFO cinder.api.openstack.wsgi [None req-acc712ad-c250-4bcd-a291-ebd23a589333 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e261a27667c94099a00f7a93fa7c8aa4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 419/850] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:42:57 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e261a27667c94099a00f7a93fa7c8aa4?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 10:42:57.374 8 INFO cinder.api.openstack.wsgi [None req-58852563-1bef-4dc1-ae14-56717cd4c7d3 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true 2026-07-09 10:42:57.394 8 INFO cinder.api.openstack.wsgi [None req-58852563-1bef-4dc1-ae14-56717cd4c7d3 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 432/851] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:42:57 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?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 10:42:57.406 7 INFO cinder.api.openstack.wsgi [None req-a3d14750-0226-418f-8afe-9b5d2f9ce62d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e777be2182f54e0aad2230dd69cddb37?usage=true 2026-07-09 10:42:57.437 7 INFO cinder.api.openstack.wsgi [None req-a3d14750-0226-418f-8afe-9b5d2f9ce62d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e777be2182f54e0aad2230dd69cddb37?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 420/852] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:42:57 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e777be2182f54e0aad2230dd69cddb37?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 10:42:59.594 8 INFO cinder.api.openstack.wsgi [None req-58852563-1bef-4dc1-ae14-56717cd4c7d3 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:42:59.594 7 INFO cinder.api.openstack.wsgi [None req-a3d14750-0226-418f-8afe-9b5d2f9ce62d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:42:59.595 8 INFO cinder.api.openstack.wsgi [None req-58852563-1bef-4dc1-ae14-56717cd4c7d3 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:42:59.595 7 INFO cinder.api.openstack.wsgi [None req-a3d14750-0226-418f-8afe-9b5d2f9ce62d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:43:09.596 8 INFO cinder.api.openstack.wsgi [None req-58852563-1bef-4dc1-ae14-56717cd4c7d3 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:43:09.596 7 INFO cinder.api.openstack.wsgi [None req-a3d14750-0226-418f-8afe-9b5d2f9ce62d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:43:09.597 7 INFO cinder.api.openstack.wsgi [None req-a3d14750-0226-418f-8afe-9b5d2f9ce62d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:43:09.597 8 INFO cinder.api.openstack.wsgi [None req-58852563-1bef-4dc1-ae14-56717cd4c7d3 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:43:19.594 7 INFO cinder.api.openstack.wsgi [None req-a3d14750-0226-418f-8afe-9b5d2f9ce62d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:43:19.594 8 INFO cinder.api.openstack.wsgi [None req-58852563-1bef-4dc1-ae14-56717cd4c7d3 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:43:19.594 7 INFO cinder.api.openstack.wsgi [None req-a3d14750-0226-418f-8afe-9b5d2f9ce62d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:43:19.595 8 INFO cinder.api.openstack.wsgi [None req-58852563-1bef-4dc1-ae14-56717cd4c7d3 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:43:29.594 8 INFO cinder.api.openstack.wsgi [None req-58852563-1bef-4dc1-ae14-56717cd4c7d3 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:43:29.594 7 INFO cinder.api.openstack.wsgi [None req-a3d14750-0226-418f-8afe-9b5d2f9ce62d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:43:29.595 8 INFO cinder.api.openstack.wsgi [None req-58852563-1bef-4dc1-ae14-56717cd4c7d3 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:43:29.596 7 INFO cinder.api.openstack.wsgi [None req-a3d14750-0226-418f-8afe-9b5d2f9ce62d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:43:39.594 7 INFO cinder.api.openstack.wsgi [None req-a3d14750-0226-418f-8afe-9b5d2f9ce62d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:43:39.593 8 INFO cinder.api.openstack.wsgi [None req-58852563-1bef-4dc1-ae14-56717cd4c7d3 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:43:39.594 7 INFO cinder.api.openstack.wsgi [None req-a3d14750-0226-418f-8afe-9b5d2f9ce62d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:43:39.596 8 INFO cinder.api.openstack.wsgi [None req-58852563-1bef-4dc1-ae14-56717cd4c7d3 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:43:49.594 7 INFO cinder.api.openstack.wsgi [None req-a3d14750-0226-418f-8afe-9b5d2f9ce62d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:43:49.594 8 INFO cinder.api.openstack.wsgi [None req-58852563-1bef-4dc1-ae14-56717cd4c7d3 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:43:49.595 8 INFO cinder.api.openstack.wsgi [None req-58852563-1bef-4dc1-ae14-56717cd4c7d3 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:43:49.595 7 INFO cinder.api.openstack.wsgi [None req-a3d14750-0226-418f-8afe-9b5d2f9ce62d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:43:56.263 8 INFO cinder.api.openstack.wsgi [None req-bbbd7013-39b3-42d4-aed0-dae53de15f55 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true 2026-07-09 10:43:56.274 8 INFO cinder.volume.api [None req-bbbd7013-39b3-42d4-aed0-dae53de15f55 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all snapshots completed successfully. 2026-07-09 10:43:56.274 8 INFO cinder.api.openstack.wsgi [None req-bbbd7013-39b3-42d4-aed0-dae53de15f55 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 439/865] 10.0.0.140 () {28 vars in 673 bytes} [Thu Jul 9 10:43:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true => generated 17 bytes in 141 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 10:43:56.316 7 INFO cinder.api.openstack.wsgi [None req-c2e87cff-0f02-4384-92a1-c2b8abcaa64e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/004f870eb6e14ecc81c4418768df1e97?usage=true 2026-07-09 10:43:56.346 7 INFO cinder.api.openstack.wsgi [None req-c2e87cff-0f02-4384-92a1-c2b8abcaa64e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/004f870eb6e14ecc81c4418768df1e97?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 427/866] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:43:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/004f870eb6e14ecc81c4418768df1e97?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 10:43:56.360 8 INFO cinder.api.openstack.wsgi [None req-3cacfa53-c50f-4beb-8bd7-d7da8bc7b578 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true 2026-07-09 10:43:56.396 8 INFO cinder.api.openstack.wsgi [None req-3cacfa53-c50f-4beb-8bd7-d7da8bc7b578 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 440/867] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:43:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true => generated 845 bytes in 45 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:43:56.413 7 INFO cinder.api.openstack.wsgi [None req-572766d5-52c2-4c9c-a10c-30e95fafbf7d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/3960da02531b4f578b9a1efa029db02d?usage=true 2026-07-09 10:43:56.450 7 INFO cinder.api.openstack.wsgi [None req-572766d5-52c2-4c9c-a10c-30e95fafbf7d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/3960da02531b4f578b9a1efa029db02d?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 428/868] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:43:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/3960da02531b4f578b9a1efa029db02d?usage=true => generated 847 bytes in 48 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:43:56.472 8 INFO cinder.api.openstack.wsgi [None req-b78d98c5-aa17-476f-913f-005bd38820d1 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/4fecfe1498894650ac98781abe86b27e?usage=true 2026-07-09 10:43:56.505 8 INFO cinder.api.openstack.wsgi [None req-b78d98c5-aa17-476f-913f-005bd38820d1 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/4fecfe1498894650ac98781abe86b27e?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 441/869] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:43:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/4fecfe1498894650ac98781abe86b27e?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 10:43:56.520 7 INFO cinder.api.openstack.wsgi [None req-abecddbf-246e-4201-87a1-c102f99586ea 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/50431e84cf3d442f882fe568f3cdcddc?usage=true 2026-07-09 10:43:56.556 7 INFO cinder.api.openstack.wsgi [None req-abecddbf-246e-4201-87a1-c102f99586ea 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/50431e84cf3d442f882fe568f3cdcddc?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 429/870] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:43:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/50431e84cf3d442f882fe568f3cdcddc?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 10:43:56.573 8 INFO cinder.api.openstack.wsgi [None req-d122a86a-00a3-4625-b3c0-38f1db722eb3 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/72c707552a5e4bfb9a381c77c38f73c7?usage=true 2026-07-09 10:43:56.594 8 INFO cinder.api.openstack.wsgi [None req-d122a86a-00a3-4625-b3c0-38f1db722eb3 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/72c707552a5e4bfb9a381c77c38f73c7?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 442/871] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:43:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/72c707552a5e4bfb9a381c77c38f73c7?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 10:43:56.610 7 INFO cinder.api.openstack.wsgi [None req-67fa8db3-7b7e-4343-99f1-73116d06c104 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true 2026-07-09 10:43:56.645 7 INFO cinder.api.openstack.wsgi [None req-67fa8db3-7b7e-4343-99f1-73116d06c104 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 430/872] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:43:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?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 10:43:56.664 8 INFO cinder.api.openstack.wsgi [None req-653912de-ef4a-4cc0-9b7d-6a3aaf2a7998 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/b1ff4ecdc57d4be4b0a74999c4dd564b?usage=true 2026-07-09 10:43:56.684 8 INFO cinder.api.openstack.wsgi [None req-653912de-ef4a-4cc0-9b7d-6a3aaf2a7998 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/b1ff4ecdc57d4be4b0a74999c4dd564b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 443/873] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:43:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/b1ff4ecdc57d4be4b0a74999c4dd564b?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 10:43:56.695 7 INFO cinder.api.openstack.wsgi [None req-b5f24cac-8ae3-45a4-aea3-5ca2f081f317 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/b7694048af8b4622a337318143815d77?usage=true 2026-07-09 10:43:56.714 7 INFO cinder.api.openstack.wsgi [None req-b5f24cac-8ae3-45a4-aea3-5ca2f081f317 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/b7694048af8b4622a337318143815d77?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 431/874] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:43:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/b7694048af8b4622a337318143815d77?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 10:43:56.728 8 INFO cinder.api.openstack.wsgi [None req-d4141347-f333-4148-aa2c-27c2082cdaab 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true 2026-07-09 10:43:56.746 8 INFO cinder.api.openstack.wsgi [None req-d4141347-f333-4148-aa2c-27c2082cdaab 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 444/875] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:43:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?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 10:43:56.759 7 INFO cinder.api.openstack.wsgi [None req-4781b30e-0881-430c-9cc0-88763bc33d3c 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e777be2182f54e0aad2230dd69cddb37?usage=true 2026-07-09 10:43:56.779 7 INFO cinder.api.openstack.wsgi [None req-4781b30e-0881-430c-9cc0-88763bc33d3c 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e777be2182f54e0aad2230dd69cddb37?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 432/876] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:43:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e777be2182f54e0aad2230dd69cddb37?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 10:43:56.787 8 INFO cinder.api.openstack.wsgi [None req-e18b7838-6f05-49a1-840e-2c3d1ba8aada 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:43:56.795 8 INFO cinder.volume.api [None req-e18b7838-6f05-49a1-840e-2c3d1ba8aada 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:43:56.797 8 INFO cinder.api.openstack.wsgi [None req-e18b7838-6f05-49a1-840e-2c3d1ba8aada 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 445/877] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:43:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:43:56.808 7 INFO cinder.api.openstack.wsgi [None req-7b81bac0-fbdb-4196-a594-6c2d6558b5dc 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services 2026-07-09 10:43:56.812 7 INFO cinder.api.openstack.wsgi [None req-7b81bac0-fbdb-4196-a594-6c2d6558b5dc 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services returned with HTTP 200 [pid: 7|app: 0|req: 433/878] 10.0.0.140 () {28 vars in 644 bytes} [Thu Jul 9 10:43:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:43:56.818 8 INFO cinder.api.openstack.wsgi [None req-0a54fbdb-36b3-46f8-bb65-9a798ddf457d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:43:56.825 8 INFO cinder.volume.api [None req-0a54fbdb-36b3-46f8-bb65-9a798ddf457d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:43:56.826 8 INFO cinder.api.openstack.wsgi [None req-0a54fbdb-36b3-46f8-bb65-9a798ddf457d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 446/879] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:43:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true => generated 15 bytes in 10 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 10:43:56.837 7 INFO cinder.api.openstack.wsgi [None req-fe6b9ad8-6484-4444-a49b-4216392d36bb 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true 2026-07-09 10:43:57.340 7 INFO cinder.api.openstack.wsgi [None req-fe6b9ad8-6484-4444-a49b-4216392d36bb 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 434/880] 10.0.0.140 () {28 vars in 695 bytes} [Thu Jul 9 10:43:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:43:59.593 7 INFO cinder.api.openstack.wsgi [None req-fe6b9ad8-6484-4444-a49b-4216392d36bb 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:43:59.594 8 INFO cinder.api.openstack.wsgi [None req-0a54fbdb-36b3-46f8-bb65-9a798ddf457d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:43:59.595 7 INFO cinder.api.openstack.wsgi [None req-fe6b9ad8-6484-4444-a49b-4216392d36bb 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:43:59.595 8 INFO cinder.api.openstack.wsgi [None req-0a54fbdb-36b3-46f8-bb65-9a798ddf457d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:44:00.590 7 INFO cinder.api.openstack.wsgi [None req-eb09505a-e04e-4e9a-baa3-8bb1f11fca35 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes 2026-07-09 10:44:00.681 7 INFO cinder.api.v3.volumes [None req-eb09505a-e04e-4e9a-baa3-8bb1f11fca35 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Create volume of 16 GB 2026-07-09 10:44:00.688 7 INFO cinder.volume.api [None req-eb09505a-e04e-4e9a-baa3-8bb1f11fca35 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Availability Zones retrieved successfully. 2026-07-09 10:44:00.855 7 INFO cinder.volume.api [None req-eb09505a-e04e-4e9a-baa3-8bb1f11fca35 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Create volume request issued successfully. 2026-07-09 10:44:00.856 7 INFO cinder.api.openstack.wsgi [None req-eb09505a-e04e-4e9a-baa3-8bb1f11fca35 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes returned with HTTP 202 [pid: 7|app: 0|req: 436/883] 199.204.45.53 () {34 vars in 732 bytes} [Thu Jul 9 10:44:00 2026] POST /v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes => generated 846 bytes in 388 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) 2026-07-09 10:44:00.874 8 INFO cinder.api.openstack.wsgi [req-eb09505a-e04e-4e9a-baa3-8bb1f11fca35 req-67172019-024f-4a2f-9af9-57af7be37cf7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/f2e0c518-f386-48e4-b501-89590cef33a0 /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 10:44:00.909 8 INFO cinder.volume.api [req-eb09505a-e04e-4e9a-baa3-8bb1f11fca35 req-67172019-024f-4a2f-9af9-57af7be37cf7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Volume info retrieved successfully. 2026-07-09 10:44:00.916 8 INFO cinder.api.openstack.wsgi [req-eb09505a-e04e-4e9a-baa3-8bb1f11fca35 req-67172019-024f-4a2f-9af9-57af7be37cf7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/f2e0c518-f386-48e4-b501-89590cef33a0 returned with HTTP 200 [pid: 8|app: 0|req: 448/884] 199.204.45.53 () {32 vars in 823 bytes} [Thu Jul 9 10:44:00 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/f2e0c518-f386-48e4-b501-89590cef33a0 => generated 1025 bytes in 52 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 10:44:05.930 7 INFO cinder.api.openstack.wsgi [req-eb09505a-e04e-4e9a-baa3-8bb1f11fca35 req-5f99a0a2-d508-420a-a9f8-22e2e4735e56 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/f2e0c518-f386-48e4-b501-89590cef33a0 /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 10:44:05.943 7 INFO cinder.volume.api [req-eb09505a-e04e-4e9a-baa3-8bb1f11fca35 req-5f99a0a2-d508-420a-a9f8-22e2e4735e56 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Volume info retrieved successfully. 2026-07-09 10:44:05.947 7 INFO cinder.api.openstack.wsgi [req-eb09505a-e04e-4e9a-baa3-8bb1f11fca35 req-5f99a0a2-d508-420a-a9f8-22e2e4735e56 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/f2e0c518-f386-48e4-b501-89590cef33a0 returned with HTTP 200 [pid: 7|app: 0|req: 437/885] 199.204.45.53 () {32 vars in 823 bytes} [Thu Jul 9 10:44:05 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/f2e0c518-f386-48e4-b501-89590cef33a0 => generated 1675 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 10:44:06.490 8 INFO cinder.api.openstack.wsgi [req-6dba1b9a-4335-41cd-bcaa-1d9d970eddf5 req-bec9555c-3c5f-4071-9475-cc952e661566 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/f2e0c518-f386-48e4-b501-89590cef33a0 /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 10:44:06.502 8 INFO cinder.volume.api [req-6dba1b9a-4335-41cd-bcaa-1d9d970eddf5 req-bec9555c-3c5f-4071-9475-cc952e661566 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Volume info retrieved successfully. 2026-07-09 10:44:06.510 8 INFO cinder.api.openstack.wsgi [req-6dba1b9a-4335-41cd-bcaa-1d9d970eddf5 req-bec9555c-3c5f-4071-9475-cc952e661566 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/f2e0c518-f386-48e4-b501-89590cef33a0 returned with HTTP 200 [pid: 8|app: 0|req: 449/886] 10.0.0.97 () {34 vars in 1026 bytes} [Thu Jul 9 10:44:06 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/f2e0c518-f386-48e4-b501-89590cef33a0 => generated 1675 bytes in 31 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 10:44:06.935 7 INFO cinder.api.openstack.wsgi [req-6dba1b9a-4335-41cd-bcaa-1d9d970eddf5 req-67c601d4-cef8-4546-971d-6c544194e630 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/f2e0c518-f386-48e4-b501-89590cef33a0 /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 10:44:06.945 7 INFO cinder.volume.api [req-6dba1b9a-4335-41cd-bcaa-1d9d970eddf5 req-67c601d4-cef8-4546-971d-6c544194e630 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Volume info retrieved successfully. 2026-07-09 10:44:06.948 7 INFO cinder.api.openstack.wsgi [req-6dba1b9a-4335-41cd-bcaa-1d9d970eddf5 req-67c601d4-cef8-4546-971d-6c544194e630 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/f2e0c518-f386-48e4-b501-89590cef33a0 returned with HTTP 200 [pid: 7|app: 0|req: 438/887] 10.0.0.97 () {34 vars in 1026 bytes} [Thu Jul 9 10:44:06 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/f2e0c518-f386-48e4-b501-89590cef33a0 => generated 1675 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-07-09 10:44:06.959 8 INFO cinder.api.openstack.wsgi [req-6dba1b9a-4335-41cd-bcaa-1d9d970eddf5 req-bec9555c-3c5f-4071-9475-cc952e661566 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-07-09 10:44:06.961 8 INFO cinder.api.openstack.wsgi [req-6dba1b9a-4335-41cd-bcaa-1d9d970eddf5 req-bec9555c-3c5f-4071-9475-cc952e661566 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 8|app: 0|req: 450/888] 10.0.0.97 () {32 vars in 827 bytes} [Thu Jul 9 10:44:06 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 10:44:06.968 7 INFO cinder.api.openstack.wsgi [req-6dba1b9a-4335-41cd-bcaa-1d9d970eddf5 req-bc82cce8-48b0-4ddb-b7f7-b5d59bf684e5 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:44:06.999 7 INFO cinder.api.openstack.wsgi [req-6dba1b9a-4335-41cd-bcaa-1d9d970eddf5 req-bc82cce8-48b0-4ddb-b7f7-b5d59bf684e5 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/attachments returned with HTTP 200 [pid: 7|app: 0|req: 439/889] 10.0.0.97 () {40 vars in 1055 bytes} [Thu Jul 9 10:44:06 2026] POST /v3/26c6a6dac54e4fd8a0f7a00363d675e9/attachments => generated 273 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-07-09 10:44:09.593 8 INFO cinder.api.openstack.wsgi [req-6dba1b9a-4335-41cd-bcaa-1d9d970eddf5 req-bec9555c-3c5f-4071-9475-cc952e661566 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:44:09.593 8 INFO cinder.api.openstack.wsgi [req-6dba1b9a-4335-41cd-bcaa-1d9d970eddf5 req-bec9555c-3c5f-4071-9475-cc952e661566 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:44:09.595 7 INFO cinder.api.openstack.wsgi [req-6dba1b9a-4335-41cd-bcaa-1d9d970eddf5 req-bc82cce8-48b0-4ddb-b7f7-b5d59bf684e5 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:44:09.596 7 INFO cinder.api.openstack.wsgi [req-6dba1b9a-4335-41cd-bcaa-1d9d970eddf5 req-bc82cce8-48b0-4ddb-b7f7-b5d59bf684e5 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61: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 10:44:10.494 8 INFO cinder.api.openstack.wsgi [req-eb09505a-e04e-4e9a-baa3-8bb1f11fca35 req-3f4f612c-40d6-4339-b65d-c170b31e71f4 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/f2e0c518-f386-48e4-b501-89590cef33a0 /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 10:44:10.510 8 INFO cinder.volume.api [req-eb09505a-e04e-4e9a-baa3-8bb1f11fca35 req-3f4f612c-40d6-4339-b65d-c170b31e71f4 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Volume info retrieved successfully. 2026-07-09 10:44:10.515 8 INFO cinder.api.openstack.wsgi [req-eb09505a-e04e-4e9a-baa3-8bb1f11fca35 req-3f4f612c-40d6-4339-b65d-c170b31e71f4 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/f2e0c518-f386-48e4-b501-89590cef33a0 returned with HTTP 200 [pid: 8|app: 0|req: 452/892] 199.204.45.53 () {32 vars in 823 bytes} [Thu Jul 9 10:44:10 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/f2e0c518-f386-48e4-b501-89590cef33a0 => generated 1674 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-07-09 10:44:12.444 7 INFO cinder.api.openstack.wsgi [req-6dba1b9a-4335-41cd-bcaa-1d9d970eddf5 req-bc82cce8-48b0-4ddb-b7f7-b5d59bf684e5 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-07-09 10:44:12.445 7 INFO cinder.api.openstack.wsgi [req-6dba1b9a-4335-41cd-bcaa-1d9d970eddf5 req-bc82cce8-48b0-4ddb-b7f7-b5d59bf684e5 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 7|app: 0|req: 441/893] 199.204.45.53 () {32 vars in 838 bytes} [Thu Jul 9 10:44:12 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 10:44:12.462 8 INFO cinder.api.openstack.wsgi [req-6dba1b9a-4335-41cd-bcaa-1d9d970eddf5 req-68bbaf7c-9861-4453-8847-9b631e7d0459 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/f2e0c518-f386-48e4-b501-89590cef33a0 /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 10:44:12.484 8 INFO cinder.volume.api [req-6dba1b9a-4335-41cd-bcaa-1d9d970eddf5 req-68bbaf7c-9861-4453-8847-9b631e7d0459 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Volume info retrieved successfully. 2026-07-09 10:44:12.491 8 INFO cinder.api.openstack.wsgi [req-6dba1b9a-4335-41cd-bcaa-1d9d970eddf5 req-68bbaf7c-9861-4453-8847-9b631e7d0459 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/f2e0c518-f386-48e4-b501-89590cef33a0 returned with HTTP 200 [pid: 8|app: 0|req: 453/894] 199.204.45.53 () {36 vars in 1071 bytes} [Thu Jul 9 10:44:12 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/f2e0c518-f386-48e4-b501-89590cef33a0 => generated 1898 bytes in 41 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 10:44:12.558 7 INFO cinder.api.openstack.wsgi [req-6dba1b9a-4335-41cd-bcaa-1d9d970eddf5 req-942cd709-4141-4825-a066-58e29bb555b7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/attachments/0cccc062-22b6-4fb9-afae-95dad8f701f6 /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 10:44:13.099 7 INFO cinder.api.openstack.wsgi [req-6dba1b9a-4335-41cd-bcaa-1d9d970eddf5 req-942cd709-4141-4825-a066-58e29bb555b7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/attachments/0cccc062-22b6-4fb9-afae-95dad8f701f6 returned with HTTP 200 [pid: 7|app: 0|req: 442/895] 199.204.45.53 () {40 vars in 1133 bytes} [Thu Jul 9 10:44:12 2026] PUT /v3/26c6a6dac54e4fd8a0f7a00363d675e9/attachments/0cccc062-22b6-4fb9-afae-95dad8f701f6 => generated 802 bytes in 550 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 10:44:13.619 8 INFO cinder.api.openstack.wsgi [req-6dba1b9a-4335-41cd-bcaa-1d9d970eddf5 req-cca25d18-3c89-4b33-93b1-65b1cf79ab92 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/attachments/0cccc062-22b6-4fb9-afae-95dad8f701f6/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 10:44:13.649 8 INFO cinder.api.openstack.wsgi [req-6dba1b9a-4335-41cd-bcaa-1d9d970eddf5 req-cca25d18-3c89-4b33-93b1-65b1cf79ab92 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/attachments/0cccc062-22b6-4fb9-afae-95dad8f701f6/action returned with HTTP 204 [pid: 8|app: 0|req: 454/896] 199.204.45.53 () {40 vars in 1146 bytes} [Thu Jul 9 10:44:13 2026] POST /v3/26c6a6dac54e4fd8a0f7a00363d675e9/attachments/0cccc062-22b6-4fb9-afae-95dad8f701f6/action => generated 0 bytes in 42 msecs (HTTP/1.1 204) 7 headers in 292 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 10:44:13.752 7 INFO cinder.api.openstack.wsgi [req-eb09505a-e04e-4e9a-baa3-8bb1f11fca35 req-ad0e0c11-f8ac-4e51-aebb-cab3b49225d9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/f2e0c518-f386-48e4-b501-89590cef33a0 /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 10:44:13.769 7 INFO cinder.volume.api [req-eb09505a-e04e-4e9a-baa3-8bb1f11fca35 req-ad0e0c11-f8ac-4e51-aebb-cab3b49225d9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Volume info retrieved successfully. 2026-07-09 10:44:13.774 7 INFO cinder.api.openstack.wsgi [req-eb09505a-e04e-4e9a-baa3-8bb1f11fca35 req-ad0e0c11-f8ac-4e51-aebb-cab3b49225d9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/f2e0c518-f386-48e4-b501-89590cef33a0 returned with HTTP 200 [pid: 7|app: 0|req: 443/897] 199.204.45.53 () {32 vars in 823 bytes} [Thu Jul 9 10:44:13 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/f2e0c518-f386-48e4-b501-89590cef33a0 => generated 1973 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 10:44:16.682 8 INFO cinder.api.openstack.wsgi [req-eb09505a-e04e-4e9a-baa3-8bb1f11fca35 req-6f92a079-9953-4c71-8972-be68bec85a80 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/f2e0c518-f386-48e4-b501-89590cef33a0 /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 10:44:16.708 8 INFO cinder.volume.api [req-eb09505a-e04e-4e9a-baa3-8bb1f11fca35 req-6f92a079-9953-4c71-8972-be68bec85a80 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Volume info retrieved successfully. 2026-07-09 10:44:16.713 8 INFO cinder.api.openstack.wsgi [req-eb09505a-e04e-4e9a-baa3-8bb1f11fca35 req-6f92a079-9953-4c71-8972-be68bec85a80 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/f2e0c518-f386-48e4-b501-89590cef33a0 returned with HTTP 200 [pid: 8|app: 0|req: 455/898] 199.204.45.53 () {32 vars in 823 bytes} [Thu Jul 9 10:44:16 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/f2e0c518-f386-48e4-b501-89590cef33a0 => generated 1973 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-07-09 10:44:19.596 7 INFO cinder.api.openstack.wsgi [req-eb09505a-e04e-4e9a-baa3-8bb1f11fca35 req-ad0e0c11-f8ac-4e51-aebb-cab3b49225d9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:44:19.597 7 INFO cinder.api.openstack.wsgi [req-eb09505a-e04e-4e9a-baa3-8bb1f11fca35 req-ad0e0c11-f8ac-4e51-aebb-cab3b49225d9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:44:19.596 8 INFO cinder.api.openstack.wsgi [req-eb09505a-e04e-4e9a-baa3-8bb1f11fca35 req-6f92a079-9953-4c71-8972-be68bec85a80 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:44:19.598 8 INFO cinder.api.openstack.wsgi [req-eb09505a-e04e-4e9a-baa3-8bb1f11fca35 req-6f92a079-9953-4c71-8972-be68bec85a80 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61: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 10:44:19.826 7 INFO cinder.api.openstack.wsgi [req-eb09505a-e04e-4e9a-baa3-8bb1f11fca35 req-68927ba3-4dbb-4603-811d-52a0e4cf4e0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/f2e0c518-f386-48e4-b501-89590cef33a0 /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 10:44:19.842 7 INFO cinder.volume.api [req-eb09505a-e04e-4e9a-baa3-8bb1f11fca35 req-68927ba3-4dbb-4603-811d-52a0e4cf4e0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Volume info retrieved successfully. 2026-07-09 10:44:19.848 7 INFO cinder.api.openstack.wsgi [req-eb09505a-e04e-4e9a-baa3-8bb1f11fca35 req-68927ba3-4dbb-4603-811d-52a0e4cf4e0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/f2e0c518-f386-48e4-b501-89590cef33a0 returned with HTTP 200 [pid: 7|app: 0|req: 445/901] 199.204.45.53 () {32 vars in 823 bytes} [Thu Jul 9 10:44:19 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/f2e0c518-f386-48e4-b501-89590cef33a0 => generated 1973 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 10:44:22.845 8 INFO cinder.api.openstack.wsgi [req-eb09505a-e04e-4e9a-baa3-8bb1f11fca35 req-ec818f8c-99ea-42a3-801e-35b9d4da6d32 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/f2e0c518-f386-48e4-b501-89590cef33a0 /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 10:44:22.866 8 INFO cinder.volume.api [req-eb09505a-e04e-4e9a-baa3-8bb1f11fca35 req-ec818f8c-99ea-42a3-801e-35b9d4da6d32 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Volume info retrieved successfully. 2026-07-09 10:44:22.872 8 INFO cinder.api.openstack.wsgi [req-eb09505a-e04e-4e9a-baa3-8bb1f11fca35 req-ec818f8c-99ea-42a3-801e-35b9d4da6d32 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/f2e0c518-f386-48e4-b501-89590cef33a0 returned with HTTP 200 [pid: 8|app: 0|req: 457/902] 199.204.45.53 () {32 vars in 823 bytes} [Thu Jul 9 10:44:22 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/f2e0c518-f386-48e4-b501-89590cef33a0 => generated 1973 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-07-09 10:44:29.594 8 INFO cinder.api.openstack.wsgi [req-eb09505a-e04e-4e9a-baa3-8bb1f11fca35 req-ec818f8c-99ea-42a3-801e-35b9d4da6d32 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:44:29.594 7 INFO cinder.api.openstack.wsgi [req-eb09505a-e04e-4e9a-baa3-8bb1f11fca35 req-68927ba3-4dbb-4603-811d-52a0e4cf4e0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:44:29.595 8 INFO cinder.api.openstack.wsgi [req-eb09505a-e04e-4e9a-baa3-8bb1f11fca35 req-ec818f8c-99ea-42a3-801e-35b9d4da6d32 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:44:29.595 7 INFO cinder.api.openstack.wsgi [req-eb09505a-e04e-4e9a-baa3-8bb1f11fca35 req-68927ba3-4dbb-4603-811d-52a0e4cf4e0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:44:36.086 8 INFO cinder.api.openstack.wsgi [req-eb09505a-e04e-4e9a-baa3-8bb1f11fca35 req-ec818f8c-99ea-42a3-801e-35b9d4da6d32 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-07-09 10:44:36.087 8 INFO cinder.api.openstack.wsgi [req-eb09505a-e04e-4e9a-baa3-8bb1f11fca35 req-ec818f8c-99ea-42a3-801e-35b9d4da6d32 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 8|app: 0|req: 459/905] 10.0.0.67 () {30 vars in 409 bytes} [Thu Jul 9 10:44:36 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 10:44:39.593 7 INFO cinder.api.openstack.wsgi [req-eb09505a-e04e-4e9a-baa3-8bb1f11fca35 req-68927ba3-4dbb-4603-811d-52a0e4cf4e0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:44:39.594 8 INFO cinder.api.openstack.wsgi [req-eb09505a-e04e-4e9a-baa3-8bb1f11fca35 req-ec818f8c-99ea-42a3-801e-35b9d4da6d32 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:44:39.594 7 INFO cinder.api.openstack.wsgi [req-eb09505a-e04e-4e9a-baa3-8bb1f11fca35 req-68927ba3-4dbb-4603-811d-52a0e4cf4e0b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:44:39.595 8 INFO cinder.api.openstack.wsgi [req-eb09505a-e04e-4e9a-baa3-8bb1f11fca35 req-ec818f8c-99ea-42a3-801e-35b9d4da6d32 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61: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 10:44:43.396 7 INFO cinder.api.openstack.wsgi [None req-08f46caa-a1dc-44e1-bc65-5074abb959ac 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/3a2de503c4884019be394660652b2358/volumes 2026-07-09 10:44:43.400 7 INFO cinder.api.v3.volumes [None req-08f46caa-a1dc-44e1-bc65-5074abb959ac 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] Create volume of 1 GB 2026-07-09 10:44:43.407 7 INFO cinder.volume.api [None req-08f46caa-a1dc-44e1-bc65-5074abb959ac 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] Availability Zones retrieved successfully. 2026-07-09 10:44:43.590 7 INFO cinder.volume.api [None req-08f46caa-a1dc-44e1-bc65-5074abb959ac 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] Create volume request issued successfully. 2026-07-09 10:44:43.592 7 INFO cinder.api.openstack.wsgi [None req-08f46caa-a1dc-44e1-bc65-5074abb959ac 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3a2de503c4884019be394660652b2358/volumes returned with HTTP 202 [pid: 7|app: 0|req: 448/908] 10.0.0.67 () {34 vars in 720 bytes} [Thu Jul 9 10:44:43 2026] POST /v3/3a2de503c4884019be394660652b2358/volumes => generated 860 bytes in 323 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 10:44:43.614 8 INFO cinder.api.openstack.wsgi [None req-01b03aee-2caf-49a3-9211-4d323988849e 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3a2de503c4884019be394660652b2358/volumes/686da46b-ab95-4eb4-89ed-82a0929fb9e5 /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 10:44:43.633 8 INFO cinder.volume.api [None req-01b03aee-2caf-49a3-9211-4d323988849e 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] Volume info retrieved successfully. 2026-07-09 10:44:43.638 8 INFO cinder.api.openstack.wsgi [None req-01b03aee-2caf-49a3-9211-4d323988849e 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3a2de503c4884019be394660652b2358/volumes/686da46b-ab95-4eb4-89ed-82a0929fb9e5 returned with HTTP 200 [pid: 8|app: 0|req: 461/909] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:44:43 2026] GET /v3/3a2de503c4884019be394660652b2358/volumes/686da46b-ab95-4eb4-89ed-82a0929fb9e5 => generated 928 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 10:44:44.665 7 INFO cinder.api.openstack.wsgi [None req-30b19e1a-e0c9-46db-94e3-8efe1864c814 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3a2de503c4884019be394660652b2358/volumes/686da46b-ab95-4eb4-89ed-82a0929fb9e5 /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 10:44:44.689 7 INFO cinder.volume.api [None req-30b19e1a-e0c9-46db-94e3-8efe1864c814 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] Volume info retrieved successfully. 2026-07-09 10:44:44.706 7 INFO cinder.api.openstack.wsgi [None req-30b19e1a-e0c9-46db-94e3-8efe1864c814 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3a2de503c4884019be394660652b2358/volumes/686da46b-ab95-4eb4-89ed-82a0929fb9e5 returned with HTTP 200 [pid: 7|app: 0|req: 449/910] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:44:44 2026] GET /v3/3a2de503c4884019be394660652b2358/volumes/686da46b-ab95-4eb4-89ed-82a0929fb9e5 => generated 953 bytes in 50 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:44:49.593 8 INFO cinder.api.openstack.wsgi [None req-01b03aee-2caf-49a3-9211-4d323988849e 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:44:49.594 7 INFO cinder.api.openstack.wsgi [None req-30b19e1a-e0c9-46db-94e3-8efe1864c814 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:44:49.595 7 INFO cinder.api.openstack.wsgi [None req-30b19e1a-e0c9-46db-94e3-8efe1864c814 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:44:49.595 8 INFO cinder.api.openstack.wsgi [None req-01b03aee-2caf-49a3-9211-4d323988849e 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] http://10.0.0.61: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 10:44:56.087 7 INFO cinder.api.openstack.wsgi [None req-c38590b0-c4d6-4dc8-b197-764e28505d72 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:44:56.102 7 INFO cinder.volume.api [None req-c38590b0-c4d6-4dc8-b197-764e28505d72 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - 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 10:44:56.111 7 INFO cinder.api.openstack.wsgi [None req-c38590b0-c4d6-4dc8-b197-764e28505d72 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 451/913] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:44:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true => generated 3084 bytes in 64 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 10:44:56.123 8 INFO cinder.api.openstack.wsgi [None req-59fdf7eb-daba-4b1c-8a06-1c74870141fe 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true 2026-07-09 10:44:56.627 8 INFO cinder.api.openstack.wsgi [None req-59fdf7eb-daba-4b1c-8a06-1c74870141fe 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 463/914] 10.0.0.140 () {28 vars in 695 bytes} [Thu Jul 9 10:44:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:44:56.642 7 INFO cinder.api.openstack.wsgi [None req-b1f91ec6-8b79-41ab-9730-98c0ca4c8aa8 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services 2026-07-09 10:44:56.650 7 INFO cinder.api.openstack.wsgi [None req-b1f91ec6-8b79-41ab-9730-98c0ca4c8aa8 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services returned with HTTP 200 [pid: 7|app: 0|req: 452/915] 10.0.0.140 () {28 vars in 644 bytes} [Thu Jul 9 10:44:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:44:56.693 8 INFO cinder.api.openstack.wsgi [None req-e0869292-7de3-4719-b807-cea08a79af63 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/004f870eb6e14ecc81c4418768df1e97?usage=true 2026-07-09 10:44:56.717 8 INFO cinder.api.openstack.wsgi [None req-e0869292-7de3-4719-b807-cea08a79af63 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/004f870eb6e14ecc81c4418768df1e97?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 464/916] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:44:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/004f870eb6e14ecc81c4418768df1e97?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 10:44:56.727 7 INFO cinder.api.openstack.wsgi [None req-7aeaa38f-5922-4c05-ba9b-f58477967b38 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true 2026-07-09 10:44:56.755 7 INFO cinder.api.openstack.wsgi [None req-7aeaa38f-5922-4c05-ba9b-f58477967b38 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 453/917] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:44:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?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 10:44:56.770 8 INFO cinder.api.openstack.wsgi [None req-48487987-4850-4233-b3dd-64686d4bde7d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/3960da02531b4f578b9a1efa029db02d?usage=true 2026-07-09 10:44:56.791 8 INFO cinder.api.openstack.wsgi [None req-48487987-4850-4233-b3dd-64686d4bde7d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/3960da02531b4f578b9a1efa029db02d?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 465/918] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:44:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/3960da02531b4f578b9a1efa029db02d?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 10:44:56.801 7 INFO cinder.api.openstack.wsgi [None req-cbd55e58-6de3-4431-9b3b-3df92124649e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/3a2de503c4884019be394660652b2358?usage=true 2026-07-09 10:44:56.825 7 INFO cinder.api.openstack.wsgi [None req-cbd55e58-6de3-4431-9b3b-3df92124649e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/3a2de503c4884019be394660652b2358?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 454/919] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:44:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/3a2de503c4884019be394660652b2358?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 10:44:56.835 8 INFO cinder.api.openstack.wsgi [None req-6c2f9778-eaeb-46da-b249-dda2ce4c669f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/4fecfe1498894650ac98781abe86b27e?usage=true 2026-07-09 10:44:56.866 8 INFO cinder.api.openstack.wsgi [None req-6c2f9778-eaeb-46da-b249-dda2ce4c669f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/4fecfe1498894650ac98781abe86b27e?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 466/920] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:44:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/4fecfe1498894650ac98781abe86b27e?usage=true => generated 847 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:44:56.879 7 INFO cinder.api.openstack.wsgi [None req-fd1ffb68-3bd9-4c16-b22a-366cce35f195 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/50431e84cf3d442f882fe568f3cdcddc?usage=true 2026-07-09 10:44:56.907 7 INFO cinder.api.openstack.wsgi [None req-fd1ffb68-3bd9-4c16-b22a-366cce35f195 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/50431e84cf3d442f882fe568f3cdcddc?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 455/921] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:44:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/50431e84cf3d442f882fe568f3cdcddc?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 10:44:56.918 8 INFO cinder.api.openstack.wsgi [None req-93f50f05-946e-43cc-b2f1-0f6851bd0b8e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/72c707552a5e4bfb9a381c77c38f73c7?usage=true 2026-07-09 10:44:56.953 8 INFO cinder.api.openstack.wsgi [None req-93f50f05-946e-43cc-b2f1-0f6851bd0b8e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/72c707552a5e4bfb9a381c77c38f73c7?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 467/922] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:44:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/72c707552a5e4bfb9a381c77c38f73c7?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 10:44:56.966 7 INFO cinder.api.openstack.wsgi [None req-ac052dfa-3980-4c49-9fd7-a770880416a3 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true 2026-07-09 10:44:56.985 7 INFO cinder.api.openstack.wsgi [None req-ac052dfa-3980-4c49-9fd7-a770880416a3 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 456/923] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:44:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?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 10:44:56.996 8 INFO cinder.api.openstack.wsgi [None req-0dcbe069-b598-4ae5-831c-4dc0ffcf1815 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/b1ff4ecdc57d4be4b0a74999c4dd564b?usage=true 2026-07-09 10:44:57.018 8 INFO cinder.api.openstack.wsgi [None req-0dcbe069-b598-4ae5-831c-4dc0ffcf1815 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/b1ff4ecdc57d4be4b0a74999c4dd564b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 468/924] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:44:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/b1ff4ecdc57d4be4b0a74999c4dd564b?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 10:44:57.030 7 INFO cinder.api.openstack.wsgi [None req-7d0c1249-b210-42ac-8a6c-6cf58dc7180d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/b7694048af8b4622a337318143815d77?usage=true 2026-07-09 10:44:57.049 7 INFO cinder.api.openstack.wsgi [None req-7d0c1249-b210-42ac-8a6c-6cf58dc7180d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/b7694048af8b4622a337318143815d77?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 457/925] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:44:57 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/b7694048af8b4622a337318143815d77?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 10:44:57.062 8 INFO cinder.api.openstack.wsgi [None req-d96b59e9-7647-4dd8-980c-ac71122603f2 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true 2026-07-09 10:44:57.093 8 INFO cinder.api.openstack.wsgi [None req-d96b59e9-7647-4dd8-980c-ac71122603f2 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 469/926] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:44:57 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?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 10:44:57.105 7 INFO cinder.api.openstack.wsgi [None req-c0d45b97-b1a2-4b18-9819-98ebbd4a4aa3 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e777be2182f54e0aad2230dd69cddb37?usage=true 2026-07-09 10:44:57.128 7 INFO cinder.api.openstack.wsgi [None req-c0d45b97-b1a2-4b18-9819-98ebbd4a4aa3 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e777be2182f54e0aad2230dd69cddb37?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 458/927] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:44:57 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e777be2182f54e0aad2230dd69cddb37?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 10:44:57.143 8 INFO cinder.api.openstack.wsgi [None req-bafc6287-d814-471b-b82f-5ced4fec2c6b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true 2026-07-09 10:44:57.149 8 INFO cinder.volume.api [None req-bafc6287-d814-471b-b82f-5ced4fec2c6b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all snapshots completed successfully. 2026-07-09 10:44:57.149 8 INFO cinder.api.openstack.wsgi [None req-bafc6287-d814-471b-b82f-5ced4fec2c6b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 470/928] 10.0.0.140 () {28 vars in 673 bytes} [Thu Jul 9 10:44:57 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:44:57.160 7 INFO cinder.api.openstack.wsgi [None req-7ec3dd18-9baa-4085-9a45-d1a7e8b2e768 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:44:57.174 7 INFO cinder.volume.api [None req-7ec3dd18-9baa-4085-9a45-d1a7e8b2e768 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - 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 10:44:57.179 7 INFO cinder.api.openstack.wsgi [None req-7ec3dd18-9baa-4085-9a45-d1a7e8b2e768 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 459/929] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:44:57 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true => generated 3084 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-07-09 10:44:58.193 8 INFO cinder.api.openstack.wsgi [None req-999a0827-c5ed-4eb8-97d7-a20be7555702 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/3a2de503c4884019be394660652b2358/volumes/686da46b-ab95-4eb4-89ed-82a0929fb9e5/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 10:44:58.356 8 INFO cinder.volume.api [None req-999a0827-c5ed-4eb8-97d7-a20be7555702 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] Volume info retrieved successfully. 2026-07-09 10:44:58.374 8 INFO cinder.volume.api [None req-999a0827-c5ed-4eb8-97d7-a20be7555702 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] Update volume admin metadata completed successfully. 2026-07-09 10:44:58.882 8 INFO cinder.volume.api [None req-999a0827-c5ed-4eb8-97d7-a20be7555702 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] Attach volume completed successfully. 2026-07-09 10:44:58.883 8 INFO cinder.api.openstack.wsgi [None req-999a0827-c5ed-4eb8-97d7-a20be7555702 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3a2de503c4884019be394660652b2358/volumes/686da46b-ab95-4eb4-89ed-82a0929fb9e5/action returned with HTTP 202 [pid: 8|app: 0|req: 471/930] 10.0.0.67 () {34 vars in 808 bytes} [Thu Jul 9 10:44:58 2026] POST /v3/3a2de503c4884019be394660652b2358/volumes/686da46b-ab95-4eb4-89ed-82a0929fb9e5/action => generated 0 bytes in 699 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 10:44:58.897 7 INFO cinder.api.openstack.wsgi [None req-e28769c9-4b12-40ae-8953-c46d0e1e196c 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3a2de503c4884019be394660652b2358/volumes/686da46b-ab95-4eb4-89ed-82a0929fb9e5 /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 10:44:58.920 7 INFO cinder.volume.api [None req-e28769c9-4b12-40ae-8953-c46d0e1e196c 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] Volume info retrieved successfully. 2026-07-09 10:44:58.926 7 INFO cinder.api.openstack.wsgi [None req-e28769c9-4b12-40ae-8953-c46d0e1e196c 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3a2de503c4884019be394660652b2358/volumes/686da46b-ab95-4eb4-89ed-82a0929fb9e5 returned with HTTP 200 [pid: 7|app: 0|req: 460/931] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:44:58 2026] GET /v3/3a2de503c4884019be394660652b2358/volumes/686da46b-ab95-4eb4-89ed-82a0929fb9e5 => generated 1287 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 10:44:58.950 8 INFO cinder.api.openstack.wsgi [None req-9875976e-6f98-441f-8d20-975385d2538a 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/3a2de503c4884019be394660652b2358/volumes/686da46b-ab95-4eb4-89ed-82a0929fb9e5/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 10:44:58.967 8 INFO cinder.volume.api [None req-9875976e-6f98-441f-8d20-975385d2538a 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] Volume info retrieved successfully. 2026-07-09 10:44:59.472 8 INFO cinder.volume.api [None req-9875976e-6f98-441f-8d20-975385d2538a 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] Detach volume completed successfully. 2026-07-09 10:44:59.473 8 INFO cinder.api.openstack.wsgi [None req-9875976e-6f98-441f-8d20-975385d2538a 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3a2de503c4884019be394660652b2358/volumes/686da46b-ab95-4eb4-89ed-82a0929fb9e5/action returned with HTTP 202 [pid: 8|app: 0|req: 472/932] 10.0.0.67 () {34 vars in 808 bytes} [Thu Jul 9 10:44:58 2026] POST /v3/3a2de503c4884019be394660652b2358/volumes/686da46b-ab95-4eb4-89ed-82a0929fb9e5/action => generated 0 bytes in 530 msecs (HTTP/1.1 202) 7 headers in 289 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 10:44:59.487 7 INFO cinder.api.openstack.wsgi [None req-cfbaa11e-5e2b-4859-8c2e-dd7bd65d37ae 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3a2de503c4884019be394660652b2358/volumes/686da46b-ab95-4eb4-89ed-82a0929fb9e5 /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 10:44:59.504 7 INFO cinder.volume.api [None req-cfbaa11e-5e2b-4859-8c2e-dd7bd65d37ae 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] Volume info retrieved successfully. 2026-07-09 10:44:59.508 7 INFO cinder.api.openstack.wsgi [None req-cfbaa11e-5e2b-4859-8c2e-dd7bd65d37ae 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3a2de503c4884019be394660652b2358/volumes/686da46b-ab95-4eb4-89ed-82a0929fb9e5 returned with HTTP 200 [pid: 7|app: 0|req: 461/933] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:44:59 2026] GET /v3/3a2de503c4884019be394660652b2358/volumes/686da46b-ab95-4eb4-89ed-82a0929fb9e5 => generated 972 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:44:59.594 8 INFO cinder.api.openstack.wsgi [None req-9875976e-6f98-441f-8d20-975385d2538a 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:44:59.594 7 INFO cinder.api.openstack.wsgi [None req-cfbaa11e-5e2b-4859-8c2e-dd7bd65d37ae 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:44:59.595 8 INFO cinder.api.openstack.wsgi [None req-9875976e-6f98-441f-8d20-975385d2538a 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:44:59.595 7 INFO cinder.api.openstack.wsgi [None req-cfbaa11e-5e2b-4859-8c2e-dd7bd65d37ae 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] http://10.0.0.61: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 10:45:06.422 8 INFO cinder.api.openstack.wsgi [None req-e2a083b0-04a1-42bd-9d34-8f3ddf11da6a 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3a2de503c4884019be394660652b2358/volumes/686da46b-ab95-4eb4-89ed-82a0929fb9e5 /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 10:45:06.448 8 INFO cinder.volume.api [None req-e2a083b0-04a1-42bd-9d34-8f3ddf11da6a 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] Volume info retrieved successfully. 2026-07-09 10:45:06.456 8 INFO cinder.api.openstack.wsgi [None req-e2a083b0-04a1-42bd-9d34-8f3ddf11da6a 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3a2de503c4884019be394660652b2358/volumes/686da46b-ab95-4eb4-89ed-82a0929fb9e5 returned with HTTP 200 [pid: 8|app: 0|req: 474/936] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:45:06 2026] GET /v3/3a2de503c4884019be394660652b2358/volumes/686da46b-ab95-4eb4-89ed-82a0929fb9e5 => generated 972 bytes in 42 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 10:45:06.483 7 INFO cinder.api.openstack.wsgi [None req-1192b7a0-0385-4f03-b852-d5bdb8dc8836 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/3a2de503c4884019be394660652b2358/volumes/686da46b-ab95-4eb4-89ed-82a0929fb9e5 2026-07-09 10:45:06.484 7 INFO cinder.api.v3.volumes [None req-1192b7a0-0385-4f03-b852-d5bdb8dc8836 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] Delete volume with id: 686da46b-ab95-4eb4-89ed-82a0929fb9e5 /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 10:45:06.668 7 INFO cinder.volume.api [None req-1192b7a0-0385-4f03-b852-d5bdb8dc8836 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] Volume info retrieved successfully. 2026-07-09 10:45:06.705 7 INFO cinder.volume.api [None req-1192b7a0-0385-4f03-b852-d5bdb8dc8836 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] Delete volume request issued successfully. 2026-07-09 10:45:06.705 7 INFO cinder.api.openstack.wsgi [None req-1192b7a0-0385-4f03-b852-d5bdb8dc8836 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3a2de503c4884019be394660652b2358/volumes/686da46b-ab95-4eb4-89ed-82a0929fb9e5 returned with HTTP 202 [pid: 7|app: 0|req: 463/937] 10.0.0.67 () {32 vars in 776 bytes} [Thu Jul 9 10:45:06 2026] DELETE /v3/3a2de503c4884019be394660652b2358/volumes/686da46b-ab95-4eb4-89ed-82a0929fb9e5 => generated 0 bytes in 229 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 10:45:06.720 8 INFO cinder.api.openstack.wsgi [None req-70e64420-50e3-4a28-a348-faa39d50613a 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3a2de503c4884019be394660652b2358/volumes/686da46b-ab95-4eb4-89ed-82a0929fb9e5 /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 10:45:06.735 8 INFO cinder.volume.api [None req-70e64420-50e3-4a28-a348-faa39d50613a 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] Volume info retrieved successfully. 2026-07-09 10:45:06.742 8 INFO cinder.api.openstack.wsgi [None req-70e64420-50e3-4a28-a348-faa39d50613a 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3a2de503c4884019be394660652b2358/volumes/686da46b-ab95-4eb4-89ed-82a0929fb9e5 returned with HTTP 200 [pid: 8|app: 0|req: 475/938] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:45:06 2026] GET /v3/3a2de503c4884019be394660652b2358/volumes/686da46b-ab95-4eb4-89ed-82a0929fb9e5 => generated 971 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 10:45:07.764 7 INFO cinder.api.openstack.wsgi [None req-8f7142ed-e15f-4d87-8793-0dcd2e9ade9c 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/3a2de503c4884019be394660652b2358/volumes/686da46b-ab95-4eb4-89ed-82a0929fb9e5 2026-07-09 10:45:07.773 7 INFO cinder.api.openstack.wsgi [None req-8f7142ed-e15f-4d87-8793-0dcd2e9ade9c 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/3a2de503c4884019be394660652b2358/volumes/686da46b-ab95-4eb4-89ed-82a0929fb9e5 returned with HTTP 404 [pid: 7|app: 0|req: 464/939] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:45:07 2026] GET /v3/3a2de503c4884019be394660652b2358/volumes/686da46b-ab95-4eb4-89ed-82a0929fb9e5 => generated 109 bytes in 14 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) 2026-07-09 10:45:09.593 8 INFO cinder.api.openstack.wsgi [None req-70e64420-50e3-4a28-a348-faa39d50613a 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:45:09.593 7 INFO cinder.api.openstack.wsgi [None req-8f7142ed-e15f-4d87-8793-0dcd2e9ade9c 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:45:09.594 8 INFO cinder.api.openstack.wsgi [None req-70e64420-50e3-4a28-a348-faa39d50613a 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:45:09.594 7 INFO cinder.api.openstack.wsgi [None req-8f7142ed-e15f-4d87-8793-0dcd2e9ade9c 964431328cae4637831852bd6273cc12 3a2de503c4884019be394660652b2358 - - default default] http://10.0.0.61: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 10:45:12.612 8 INFO cinder.api.openstack.wsgi [None req-54faa1f7-fc7f-4a4a-9ddc-6b024f534a2d 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes 2026-07-09 10:45:12.639 8 INFO cinder.volume.api [None req-54faa1f7-fc7f-4a4a-9ddc-6b024f534a2d 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] Get all volumes completed successfully. 2026-07-09 10:45:12.640 8 INFO cinder.api.openstack.wsgi [None req-54faa1f7-fc7f-4a4a-9ddc-6b024f534a2d 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes returned with HTTP 200 [pid: 8|app: 0|req: 477/942] 10.0.0.67 () {32 vars in 699 bytes} [Thu Jul 9 10:45:12 2026] GET /v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes => generated 15 bytes in 218 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 10:45:12.658 7 INFO cinder.api.openstack.wsgi [None req-f348f8f2-b90a-48fb-ac9b-f302d65f5989 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes 2026-07-09 10:45:12.662 7 INFO cinder.api.v3.volumes [None req-f348f8f2-b90a-48fb-ac9b-f302d65f5989 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] Create volume of 1 GB 2026-07-09 10:45:12.667 7 INFO cinder.volume.api [None req-f348f8f2-b90a-48fb-ac9b-f302d65f5989 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] Availability Zones retrieved successfully. 2026-07-09 10:45:12.835 7 INFO cinder.volume.api [None req-f348f8f2-b90a-48fb-ac9b-f302d65f5989 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] Create volume request issued successfully. 2026-07-09 10:45:12.836 7 INFO cinder.api.openstack.wsgi [None req-f348f8f2-b90a-48fb-ac9b-f302d65f5989 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes returned with HTTP 202 [pid: 7|app: 0|req: 466/943] 10.0.0.67 () {34 vars in 721 bytes} [Thu Jul 9 10:45:12 2026] POST /v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes => generated 875 bytes in 188 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) 2026-07-09 10:45:12.855 8 INFO cinder.api.openstack.wsgi [None req-0e51accc-78be-4955-a2b5-dc4cc4445376 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/ff504828-be38-4446-96a0-72c8c71f9370 /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 10:45:12.871 8 INFO cinder.volume.api [None req-0e51accc-78be-4955-a2b5-dc4cc4445376 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] Volume info retrieved successfully. 2026-07-09 10:45:12.880 8 INFO cinder.api.openstack.wsgi [None req-0e51accc-78be-4955-a2b5-dc4cc4445376 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/ff504828-be38-4446-96a0-72c8c71f9370 returned with HTTP 200 [pid: 8|app: 0|req: 478/944] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:45:12 2026] GET /v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/ff504828-be38-4446-96a0-72c8c71f9370 => generated 943 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 10:45:13.902 7 INFO cinder.api.openstack.wsgi [None req-d23e37d1-7c7a-40e6-b1f9-b3840e6c2300 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/ff504828-be38-4446-96a0-72c8c71f9370 /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 10:45:13.917 7 INFO cinder.volume.api [None req-d23e37d1-7c7a-40e6-b1f9-b3840e6c2300 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] Volume info retrieved successfully. 2026-07-09 10:45:13.922 7 INFO cinder.api.openstack.wsgi [None req-d23e37d1-7c7a-40e6-b1f9-b3840e6c2300 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/ff504828-be38-4446-96a0-72c8c71f9370 returned with HTTP 200 [pid: 7|app: 0|req: 467/945] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:45:13 2026] GET /v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/ff504828-be38-4446-96a0-72c8c71f9370 => generated 968 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 10:45:13.940 8 INFO cinder.api.openstack.wsgi [None req-71cb84a8-0c8a-4b08-a548-8feac7a8b9a4 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/ff504828-be38-4446-96a0-72c8c71f9370 /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 10:45:13.954 8 INFO cinder.volume.api [None req-71cb84a8-0c8a-4b08-a548-8feac7a8b9a4 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] Volume info retrieved successfully. 2026-07-09 10:45:13.959 8 INFO cinder.api.openstack.wsgi [None req-71cb84a8-0c8a-4b08-a548-8feac7a8b9a4 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/ff504828-be38-4446-96a0-72c8c71f9370 returned with HTTP 200 [pid: 8|app: 0|req: 479/946] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:45:13 2026] GET /v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/ff504828-be38-4446-96a0-72c8c71f9370 => generated 968 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 10:45:13.979 7 INFO cinder.api.openstack.wsgi [None req-994b6a97-0ac4-4cc2-8487-fd566cbbeeda 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes 2026-07-09 10:45:13.981 7 INFO cinder.api.v3.volumes [None req-994b6a97-0ac4-4cc2-8487-fd566cbbeeda 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] Create volume of 1 GB 2026-07-09 10:45:13.987 7 INFO cinder.volume.api [None req-994b6a97-0ac4-4cc2-8487-fd566cbbeeda 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] Availability Zones retrieved successfully. 2026-07-09 10:45:14.121 7 INFO cinder.volume.api [None req-994b6a97-0ac4-4cc2-8487-fd566cbbeeda 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] Create volume request issued successfully. 2026-07-09 10:45:14.122 7 INFO cinder.api.openstack.wsgi [None req-994b6a97-0ac4-4cc2-8487-fd566cbbeeda 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes returned with HTTP 202 [pid: 7|app: 0|req: 468/947] 10.0.0.67 () {34 vars in 721 bytes} [Thu Jul 9 10:45:13 2026] POST /v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes => generated 876 bytes in 149 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 10:45:14.143 8 INFO cinder.api.openstack.wsgi [None req-1ba81422-0ae4-459e-a3b1-e0f382864654 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/83c60126-1bcf-4dc2-a29b-1de37401778d /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 10:45:14.159 8 INFO cinder.volume.api [None req-1ba81422-0ae4-459e-a3b1-e0f382864654 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] Volume info retrieved successfully. 2026-07-09 10:45:14.163 8 INFO cinder.api.openstack.wsgi [None req-1ba81422-0ae4-459e-a3b1-e0f382864654 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/83c60126-1bcf-4dc2-a29b-1de37401778d returned with HTTP 200 [pid: 8|app: 0|req: 480/948] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:45:14 2026] GET /v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/83c60126-1bcf-4dc2-a29b-1de37401778d => generated 944 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 10:45:15.191 7 INFO cinder.api.openstack.wsgi [None req-29b7bd51-4512-468b-85fc-6b5bbf3bda60 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/83c60126-1bcf-4dc2-a29b-1de37401778d /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 10:45:15.212 7 INFO cinder.volume.api [None req-29b7bd51-4512-468b-85fc-6b5bbf3bda60 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] Volume info retrieved successfully. 2026-07-09 10:45:15.216 7 INFO cinder.api.openstack.wsgi [None req-29b7bd51-4512-468b-85fc-6b5bbf3bda60 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/83c60126-1bcf-4dc2-a29b-1de37401778d returned with HTTP 200 [pid: 7|app: 0|req: 469/949] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:45:15 2026] GET /v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/83c60126-1bcf-4dc2-a29b-1de37401778d => generated 969 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 10:45:15.236 8 INFO cinder.api.openstack.wsgi [None req-3c7ac411-324b-485c-9d20-f19205b1f749 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/83c60126-1bcf-4dc2-a29b-1de37401778d /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 10:45:15.261 8 INFO cinder.volume.api [None req-3c7ac411-324b-485c-9d20-f19205b1f749 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] Volume info retrieved successfully. 2026-07-09 10:45:15.268 8 INFO cinder.api.openstack.wsgi [None req-3c7ac411-324b-485c-9d20-f19205b1f749 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/83c60126-1bcf-4dc2-a29b-1de37401778d returned with HTTP 200 [pid: 8|app: 0|req: 481/950] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:45:15 2026] GET /v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/83c60126-1bcf-4dc2-a29b-1de37401778d => generated 969 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 10:45:15.290 7 INFO cinder.api.openstack.wsgi [None req-0f9005fd-7cce-4a8a-aa8c-0c4ae7e3cdab 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes 2026-07-09 10:45:15.293 7 INFO cinder.api.v3.volumes [None req-0f9005fd-7cce-4a8a-aa8c-0c4ae7e3cdab 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] Create volume of 1 GB 2026-07-09 10:45:15.298 7 INFO cinder.volume.api [None req-0f9005fd-7cce-4a8a-aa8c-0c4ae7e3cdab 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] Availability Zones retrieved successfully. 2026-07-09 10:45:15.414 7 INFO cinder.volume.api [None req-0f9005fd-7cce-4a8a-aa8c-0c4ae7e3cdab 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] Create volume request issued successfully. 2026-07-09 10:45:15.415 7 INFO cinder.api.openstack.wsgi [None req-0f9005fd-7cce-4a8a-aa8c-0c4ae7e3cdab 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes returned with HTTP 202 [pid: 7|app: 0|req: 470/951] 10.0.0.67 () {34 vars in 721 bytes} [Thu Jul 9 10:45:15 2026] POST /v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes => generated 875 bytes in 129 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 10:45:15.437 8 INFO cinder.api.openstack.wsgi [None req-bb6dc1ce-be8b-40fb-80d8-81ccd390bbe3 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/c0081899-4456-4105-b3ef-047d2a1b098f /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 10:45:15.452 8 INFO cinder.volume.api [None req-bb6dc1ce-be8b-40fb-80d8-81ccd390bbe3 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] Volume info retrieved successfully. 2026-07-09 10:45:15.457 8 INFO cinder.api.openstack.wsgi [None req-bb6dc1ce-be8b-40fb-80d8-81ccd390bbe3 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/c0081899-4456-4105-b3ef-047d2a1b098f returned with HTTP 200 [pid: 8|app: 0|req: 482/952] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:45:15 2026] GET /v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/c0081899-4456-4105-b3ef-047d2a1b098f => generated 943 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 10:45:16.486 7 INFO cinder.api.openstack.wsgi [None req-c88b9d32-63e3-45a3-8a90-d57fa57d3929 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/c0081899-4456-4105-b3ef-047d2a1b098f /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 10:45:16.506 7 INFO cinder.volume.api [None req-c88b9d32-63e3-45a3-8a90-d57fa57d3929 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] Volume info retrieved successfully. 2026-07-09 10:45:16.511 7 INFO cinder.api.openstack.wsgi [None req-c88b9d32-63e3-45a3-8a90-d57fa57d3929 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/c0081899-4456-4105-b3ef-047d2a1b098f returned with HTTP 200 [pid: 7|app: 0|req: 471/953] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:45:16 2026] GET /v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/c0081899-4456-4105-b3ef-047d2a1b098f => generated 968 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 10:45:16.533 8 INFO cinder.api.openstack.wsgi [None req-dc1908fc-86e8-4d96-914c-974de39a7c30 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/c0081899-4456-4105-b3ef-047d2a1b098f /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 10:45:16.553 8 INFO cinder.volume.api [None req-dc1908fc-86e8-4d96-914c-974de39a7c30 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] Volume info retrieved successfully. 2026-07-09 10:45:16.561 8 INFO cinder.api.openstack.wsgi [None req-dc1908fc-86e8-4d96-914c-974de39a7c30 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/c0081899-4456-4105-b3ef-047d2a1b098f returned with HTTP 200 [pid: 8|app: 0|req: 483/954] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:45:16 2026] GET /v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/c0081899-4456-4105-b3ef-047d2a1b098f => generated 968 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 10:45:16.578 7 INFO cinder.api.openstack.wsgi [None req-99597f5d-65cc-4a3b-b064-be5cf51f1d5d 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes 2026-07-09 10:45:16.618 7 INFO cinder.volume.api [None req-99597f5d-65cc-4a3b-b064-be5cf51f1d5d 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] Get all volumes completed successfully. 2026-07-09 10:45:16.619 7 INFO cinder.api.openstack.wsgi [None req-99597f5d-65cc-4a3b-b064-be5cf51f1d5d 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes returned with HTTP 200 [pid: 7|app: 0|req: 472/955] 10.0.0.67 () {32 vars in 699 bytes} [Thu Jul 9 10:45:16 2026] GET /v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes => generated 1322 bytes in 48 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 10:45:16.635 8 INFO cinder.api.openstack.wsgi [None req-cf2d9ae7-fb0e-4910-8b62-f47f28f2dc07 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/c0081899-4456-4105-b3ef-047d2a1b098f /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 10:45:16.647 8 INFO cinder.volume.api [None req-cf2d9ae7-fb0e-4910-8b62-f47f28f2dc07 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] Volume info retrieved successfully. 2026-07-09 10:45:16.651 8 INFO cinder.api.openstack.wsgi [None req-cf2d9ae7-fb0e-4910-8b62-f47f28f2dc07 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/c0081899-4456-4105-b3ef-047d2a1b098f returned with HTTP 200 [pid: 8|app: 0|req: 484/956] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:45:16 2026] GET /v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/c0081899-4456-4105-b3ef-047d2a1b098f => generated 968 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 10:45:16.679 7 INFO cinder.api.openstack.wsgi [None req-ae501e22-3c95-4381-bb77-75aac773ddab 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/c0081899-4456-4105-b3ef-047d2a1b098f 2026-07-09 10:45:16.680 7 INFO cinder.api.v3.volumes [None req-ae501e22-3c95-4381-bb77-75aac773ddab 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] Delete volume with id: c0081899-4456-4105-b3ef-047d2a1b098f /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 10:45:16.689 7 INFO cinder.volume.api [None req-ae501e22-3c95-4381-bb77-75aac773ddab 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] Volume info retrieved successfully. 2026-07-09 10:45:16.716 7 INFO cinder.volume.api [None req-ae501e22-3c95-4381-bb77-75aac773ddab 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] Delete volume request issued successfully. 2026-07-09 10:45:16.717 7 INFO cinder.api.openstack.wsgi [None req-ae501e22-3c95-4381-bb77-75aac773ddab 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/c0081899-4456-4105-b3ef-047d2a1b098f returned with HTTP 202 [pid: 7|app: 0|req: 473/957] 10.0.0.67 () {32 vars in 776 bytes} [Thu Jul 9 10:45:16 2026] DELETE /v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/c0081899-4456-4105-b3ef-047d2a1b098f => 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 10:45:16.731 8 INFO cinder.api.openstack.wsgi [None req-dd420a9e-6fa1-44b3-bb22-4876631a29bb 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/c0081899-4456-4105-b3ef-047d2a1b098f /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 10:45:16.744 8 INFO cinder.volume.api [None req-dd420a9e-6fa1-44b3-bb22-4876631a29bb 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] Volume info retrieved successfully. 2026-07-09 10:45:16.748 8 INFO cinder.api.openstack.wsgi [None req-dd420a9e-6fa1-44b3-bb22-4876631a29bb 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/c0081899-4456-4105-b3ef-047d2a1b098f returned with HTTP 200 [pid: 8|app: 0|req: 485/958] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:45:16 2026] GET /v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/c0081899-4456-4105-b3ef-047d2a1b098f => generated 967 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 10:45:17.774 7 INFO cinder.api.openstack.wsgi [None req-f51e83dc-2f12-4057-9a57-deab1083e3b6 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/c0081899-4456-4105-b3ef-047d2a1b098f 2026-07-09 10:45:17.783 7 INFO cinder.api.openstack.wsgi [None req-f51e83dc-2f12-4057-9a57-deab1083e3b6 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/c0081899-4456-4105-b3ef-047d2a1b098f returned with HTTP 404 [pid: 7|app: 0|req: 474/959] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:45:17 2026] GET /v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/c0081899-4456-4105-b3ef-047d2a1b098f => 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 10:45:17.798 8 INFO cinder.api.openstack.wsgi [None req-936e59ea-6e57-46cc-a32c-1c877d117939 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/83c60126-1bcf-4dc2-a29b-1de37401778d /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 10:45:17.816 8 INFO cinder.volume.api [None req-936e59ea-6e57-46cc-a32c-1c877d117939 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] Volume info retrieved successfully. 2026-07-09 10:45:17.822 8 INFO cinder.api.openstack.wsgi [None req-936e59ea-6e57-46cc-a32c-1c877d117939 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/83c60126-1bcf-4dc2-a29b-1de37401778d returned with HTTP 200 [pid: 8|app: 0|req: 486/960] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:45:17 2026] GET /v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/83c60126-1bcf-4dc2-a29b-1de37401778d => generated 969 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:45:17.852 7 INFO cinder.api.openstack.wsgi [None req-ababd8c2-e1c9-4b1a-870b-f9298695c3bd 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/83c60126-1bcf-4dc2-a29b-1de37401778d 2026-07-09 10:45:17.853 7 INFO cinder.api.v3.volumes [None req-ababd8c2-e1c9-4b1a-870b-f9298695c3bd 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] Delete volume with id: 83c60126-1bcf-4dc2-a29b-1de37401778d /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 10:45:17.864 7 INFO cinder.volume.api [None req-ababd8c2-e1c9-4b1a-870b-f9298695c3bd 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] Volume info retrieved successfully. 2026-07-09 10:45:17.890 7 INFO cinder.volume.api [None req-ababd8c2-e1c9-4b1a-870b-f9298695c3bd 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] Delete volume request issued successfully. 2026-07-09 10:45:17.890 7 INFO cinder.api.openstack.wsgi [None req-ababd8c2-e1c9-4b1a-870b-f9298695c3bd 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/83c60126-1bcf-4dc2-a29b-1de37401778d returned with HTTP 202 [pid: 7|app: 0|req: 475/961] 10.0.0.67 () {32 vars in 776 bytes} [Thu Jul 9 10:45:17 2026] DELETE /v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/83c60126-1bcf-4dc2-a29b-1de37401778d => generated 0 bytes in 47 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 10:45:17.906 8 INFO cinder.api.openstack.wsgi [None req-210e2a50-16e6-4678-8065-6e1e09adb817 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/83c60126-1bcf-4dc2-a29b-1de37401778d /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 10:45:17.920 8 INFO cinder.volume.api [None req-210e2a50-16e6-4678-8065-6e1e09adb817 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] Volume info retrieved successfully. 2026-07-09 10:45:17.925 8 INFO cinder.api.openstack.wsgi [None req-210e2a50-16e6-4678-8065-6e1e09adb817 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/83c60126-1bcf-4dc2-a29b-1de37401778d returned with HTTP 200 [pid: 8|app: 0|req: 487/962] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:45:17 2026] GET /v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/83c60126-1bcf-4dc2-a29b-1de37401778d => generated 968 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 10:45:18.949 7 INFO cinder.api.openstack.wsgi [None req-ac18ac8f-78c5-4c22-adf5-fedb4aaedb86 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/83c60126-1bcf-4dc2-a29b-1de37401778d 2026-07-09 10:45:18.959 7 INFO cinder.api.openstack.wsgi [None req-ac18ac8f-78c5-4c22-adf5-fedb4aaedb86 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/83c60126-1bcf-4dc2-a29b-1de37401778d returned with HTTP 404 [pid: 7|app: 0|req: 476/963] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:45:18 2026] GET /v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/83c60126-1bcf-4dc2-a29b-1de37401778d => 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 10:45:18.971 8 INFO cinder.api.openstack.wsgi [None req-f99716fb-c477-45a3-827b-832c3974844e 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/ff504828-be38-4446-96a0-72c8c71f9370 /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 10:45:18.985 8 INFO cinder.volume.api [None req-f99716fb-c477-45a3-827b-832c3974844e 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] Volume info retrieved successfully. 2026-07-09 10:45:18.991 8 INFO cinder.api.openstack.wsgi [None req-f99716fb-c477-45a3-827b-832c3974844e 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/ff504828-be38-4446-96a0-72c8c71f9370 returned with HTTP 200 [pid: 8|app: 0|req: 488/964] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:45:18 2026] GET /v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/ff504828-be38-4446-96a0-72c8c71f9370 => generated 968 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:45:19.009 7 INFO cinder.api.openstack.wsgi [None req-5dcf8f6e-1965-46ea-b0d4-ceddc071c4e8 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/ff504828-be38-4446-96a0-72c8c71f9370 2026-07-09 10:45:19.010 7 INFO cinder.api.v3.volumes [None req-5dcf8f6e-1965-46ea-b0d4-ceddc071c4e8 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] Delete volume with id: ff504828-be38-4446-96a0-72c8c71f9370 /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 10:45:19.028 7 INFO cinder.volume.api [None req-5dcf8f6e-1965-46ea-b0d4-ceddc071c4e8 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] Volume info retrieved successfully. 2026-07-09 10:45:19.049 7 INFO cinder.volume.api [None req-5dcf8f6e-1965-46ea-b0d4-ceddc071c4e8 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] Delete volume request issued successfully. 2026-07-09 10:45:19.049 7 INFO cinder.api.openstack.wsgi [None req-5dcf8f6e-1965-46ea-b0d4-ceddc071c4e8 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/ff504828-be38-4446-96a0-72c8c71f9370 returned with HTTP 202 [pid: 7|app: 0|req: 477/965] 10.0.0.67 () {32 vars in 776 bytes} [Thu Jul 9 10:45:19 2026] DELETE /v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/ff504828-be38-4446-96a0-72c8c71f9370 => generated 0 bytes in 49 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 10:45:19.061 8 INFO cinder.api.openstack.wsgi [None req-40a011ec-4b08-44bb-a8b8-184f52cf12bf 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/ff504828-be38-4446-96a0-72c8c71f9370 /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 10:45:19.080 8 INFO cinder.volume.api [None req-40a011ec-4b08-44bb-a8b8-184f52cf12bf 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] Volume info retrieved successfully. 2026-07-09 10:45:19.086 8 INFO cinder.api.openstack.wsgi [None req-40a011ec-4b08-44bb-a8b8-184f52cf12bf 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/ff504828-be38-4446-96a0-72c8c71f9370 returned with HTTP 200 [pid: 8|app: 0|req: 489/966] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:45:19 2026] GET /v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/ff504828-be38-4446-96a0-72c8c71f9370 => generated 967 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:45:19.594 7 INFO cinder.api.openstack.wsgi [None req-5dcf8f6e-1965-46ea-b0d4-ceddc071c4e8 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:45:19.594 8 INFO cinder.api.openstack.wsgi [None req-40a011ec-4b08-44bb-a8b8-184f52cf12bf 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:45:19.595 8 INFO cinder.api.openstack.wsgi [None req-40a011ec-4b08-44bb-a8b8-184f52cf12bf 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:45:19.595 7 INFO cinder.api.openstack.wsgi [None req-5dcf8f6e-1965-46ea-b0d4-ceddc071c4e8 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] http://10.0.0.61: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 10:45:20.109 8 INFO cinder.api.openstack.wsgi [None req-241a0d50-c4ad-4e69-8f05-77059cdf4d9e 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/ff504828-be38-4446-96a0-72c8c71f9370 2026-07-09 10:45:20.120 8 INFO cinder.api.openstack.wsgi [None req-241a0d50-c4ad-4e69-8f05-77059cdf4d9e 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/ff504828-be38-4446-96a0-72c8c71f9370 returned with HTTP 404 [pid: 8|app: 0|req: 491/969] 10.0.0.67 () {32 vars in 773 bytes} [Thu Jul 9 10:45:20 2026] GET /v3/0bb78dc647d24e28a6fbe2698ed0773f/volumes/ff504828-be38-4446-96a0-72c8c71f9370 => generated 109 bytes in 18 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) 2026-07-09 10:45:24.353 7 INFO cinder.api.openstack.wsgi [None req-5dcf8f6e-1965-46ea-b0d4-ceddc071c4e8 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-07-09 10:45:24.355 7 INFO cinder.api.openstack.wsgi [None req-5dcf8f6e-1965-46ea-b0d4-ceddc071c4e8 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 7|app: 0|req: 479/970] 10.0.0.200 () {28 vars in 375 bytes} [Thu Jul 9 10:45:24 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 10:45:24.367 8 INFO cinder.api.openstack.wsgi [None req-27049d76-e76a-42db-bc24-c41f5f80270d 6aaeee3151494581bdeaa5e289b3fc22 2586917d35ff4ee5969c25dfc905e5d0 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/2586917d35ff4ee5969c25dfc905e5d0/limits?tenant_id=2586917d35ff4ee5969c25dfc905e5d0 2026-07-09 10:45:24.394 8 INFO cinder.api.openstack.wsgi [None req-27049d76-e76a-42db-bc24-c41f5f80270d 6aaeee3151494581bdeaa5e289b3fc22 2586917d35ff4ee5969c25dfc905e5d0 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/2586917d35ff4ee5969c25dfc905e5d0/limits?tenant_id=2586917d35ff4ee5969c25dfc905e5d0 returned with HTTP 200 [pid: 8|app: 0|req: 492/971] 10.0.0.200 () {34 vars in 878 bytes} [Thu Jul 9 10:45:24 2026] GET /v3/2586917d35ff4ee5969c25dfc905e5d0/limits?tenant_id=2586917d35ff4ee5969c25dfc905e5d0 => generated 302 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-07-09 10:45:25.979 7 INFO cinder.api.openstack.wsgi [None req-5dcf8f6e-1965-46ea-b0d4-ceddc071c4e8 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-07-09 10:45:25.980 7 INFO cinder.api.openstack.wsgi [None req-5dcf8f6e-1965-46ea-b0d4-ceddc071c4e8 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 7|app: 0|req: 480/972] 10.0.0.200 () {28 vars in 375 bytes} [Thu Jul 9 10:45:25 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 10:45:25.988 8 INFO cinder.api.openstack.wsgi [None req-27049d76-e76a-42db-bc24-c41f5f80270d 6aaeee3151494581bdeaa5e289b3fc22 2586917d35ff4ee5969c25dfc905e5d0 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-07-09 10:45:25.989 8 INFO cinder.api.openstack.wsgi [None req-27049d76-e76a-42db-bc24-c41f5f80270d 6aaeee3151494581bdeaa5e289b3fc22 2586917d35ff4ee5969c25dfc905e5d0 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 8|app: 0|req: 493/973] 10.0.0.200 () {28 vars in 375 bytes} [Thu Jul 9 10:45:25 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 10:45:26.432 7 INFO cinder.api.openstack.wsgi [None req-5dcf8f6e-1965-46ea-b0d4-ceddc071c4e8 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-07-09 10:45:26.435 7 INFO cinder.api.openstack.wsgi [None req-5dcf8f6e-1965-46ea-b0d4-ceddc071c4e8 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 7|app: 0|req: 481/974] 10.0.0.200 () {28 vars in 375 bytes} [Thu Jul 9 10:45:26 2026] GET / => generated 411 bytes in 5 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) 2026-07-09 10:45:26.447 8 INFO cinder.api.openstack.wsgi [None req-92f849d4-8b31-4db2-8d98-fcd80ec2f6ee 6aaeee3151494581bdeaa5e289b3fc22 2586917d35ff4ee5969c25dfc905e5d0 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/2586917d35ff4ee5969c25dfc905e5d0/limits?tenant_id=2586917d35ff4ee5969c25dfc905e5d0 2026-07-09 10:45:26.477 8 INFO cinder.api.openstack.wsgi [None req-92f849d4-8b31-4db2-8d98-fcd80ec2f6ee 6aaeee3151494581bdeaa5e289b3fc22 2586917d35ff4ee5969c25dfc905e5d0 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/2586917d35ff4ee5969c25dfc905e5d0/limits?tenant_id=2586917d35ff4ee5969c25dfc905e5d0 returned with HTTP 200 [pid: 8|app: 0|req: 494/975] 10.0.0.200 () {34 vars in 878 bytes} [Thu Jul 9 10:45:26 2026] GET /v3/2586917d35ff4ee5969c25dfc905e5d0/limits?tenant_id=2586917d35ff4ee5969c25dfc905e5d0 => generated 302 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-07-09 10:45:27.982 7 INFO cinder.api.openstack.wsgi [None req-5dcf8f6e-1965-46ea-b0d4-ceddc071c4e8 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-07-09 10:45:27.982 7 INFO cinder.api.openstack.wsgi [None req-5dcf8f6e-1965-46ea-b0d4-ceddc071c4e8 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 7|app: 0|req: 482/976] 10.0.0.200 () {28 vars in 375 bytes} [Thu Jul 9 10:45:27 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 10:45:27.988 8 INFO cinder.api.openstack.wsgi [None req-92f849d4-8b31-4db2-8d98-fcd80ec2f6ee 6aaeee3151494581bdeaa5e289b3fc22 2586917d35ff4ee5969c25dfc905e5d0 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-07-09 10:45:27.989 8 INFO cinder.api.openstack.wsgi [None req-92f849d4-8b31-4db2-8d98-fcd80ec2f6ee 6aaeee3151494581bdeaa5e289b3fc22 2586917d35ff4ee5969c25dfc905e5d0 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 8|app: 0|req: 495/977] 10.0.0.200 () {28 vars in 375 bytes} [Thu Jul 9 10:45:27 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 10:45:29.593 7 INFO cinder.api.openstack.wsgi [None req-5dcf8f6e-1965-46ea-b0d4-ceddc071c4e8 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:45:29.594 7 INFO cinder.api.openstack.wsgi [None req-5dcf8f6e-1965-46ea-b0d4-ceddc071c4e8 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:45:29.594 8 INFO cinder.api.openstack.wsgi [None req-92f849d4-8b31-4db2-8d98-fcd80ec2f6ee 6aaeee3151494581bdeaa5e289b3fc22 2586917d35ff4ee5969c25dfc905e5d0 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:45:29.595 8 INFO cinder.api.openstack.wsgi [None req-92f849d4-8b31-4db2-8d98-fcd80ec2f6ee 6aaeee3151494581bdeaa5e289b3fc22 2586917d35ff4ee5969c25dfc905e5d0 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:45:39.594 7 INFO cinder.api.openstack.wsgi [None req-5dcf8f6e-1965-46ea-b0d4-ceddc071c4e8 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:45:39.594 8 INFO cinder.api.openstack.wsgi [None req-92f849d4-8b31-4db2-8d98-fcd80ec2f6ee 6aaeee3151494581bdeaa5e289b3fc22 2586917d35ff4ee5969c25dfc905e5d0 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:45:39.595 7 INFO cinder.api.openstack.wsgi [None req-5dcf8f6e-1965-46ea-b0d4-ceddc071c4e8 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:45:39.597 8 INFO cinder.api.openstack.wsgi [None req-92f849d4-8b31-4db2-8d98-fcd80ec2f6ee 6aaeee3151494581bdeaa5e289b3fc22 2586917d35ff4ee5969c25dfc905e5d0 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:45:49.594 7 INFO cinder.api.openstack.wsgi [None req-5dcf8f6e-1965-46ea-b0d4-ceddc071c4e8 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:45:49.594 8 INFO cinder.api.openstack.wsgi [None req-92f849d4-8b31-4db2-8d98-fcd80ec2f6ee 6aaeee3151494581bdeaa5e289b3fc22 2586917d35ff4ee5969c25dfc905e5d0 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:45:49.595 7 INFO cinder.api.openstack.wsgi [None req-5dcf8f6e-1965-46ea-b0d4-ceddc071c4e8 7f108fc428e54d948f4ab52d9d7459d1 0bb78dc647d24e28a6fbe2698ed0773f - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:45:49.595 8 INFO cinder.api.openstack.wsgi [None req-92f849d4-8b31-4db2-8d98-fcd80ec2f6ee 6aaeee3151494581bdeaa5e289b3fc22 2586917d35ff4ee5969c25dfc905e5d0 - - default default] http://10.0.0.61: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 10:45:56.249 7 INFO cinder.api.openstack.wsgi [None req-d4ad112f-97bc-423d-8c4f-7783801b340a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services 2026-07-09 10:45:56.255 7 INFO cinder.api.openstack.wsgi [None req-d4ad112f-97bc-423d-8c4f-7783801b340a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services returned with HTTP 200 [pid: 7|app: 0|req: 486/984] 10.0.0.140 () {28 vars in 644 bytes} [Thu Jul 9 10:45:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services => generated 646 bytes in 155 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:45:56.272 8 INFO cinder.api.openstack.wsgi [None req-0a1bb5c4-b682-478a-a27a-2b336557e2e1 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true 2026-07-09 10:45:56.784 8 INFO cinder.api.openstack.wsgi [None req-0a1bb5c4-b682-478a-a27a-2b336557e2e1 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 499/985] 10.0.0.140 () {28 vars in 695 bytes} [Thu Jul 9 10:45:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true => generated 671 bytes in 525 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:45:56.836 7 INFO cinder.api.openstack.wsgi [None req-0df01d79-46c8-4de6-80f1-1d8c9f4c0855 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/004f870eb6e14ecc81c4418768df1e97?usage=true 2026-07-09 10:45:56.859 7 INFO cinder.api.openstack.wsgi [None req-0df01d79-46c8-4de6-80f1-1d8c9f4c0855 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/004f870eb6e14ecc81c4418768df1e97?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 487/986] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:45:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/004f870eb6e14ecc81c4418768df1e97?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 10:45:56.888 8 INFO cinder.api.openstack.wsgi [None req-c6c90962-e543-4d42-84f5-204e98b7e02e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true 2026-07-09 10:45:56.913 8 INFO cinder.api.openstack.wsgi [None req-c6c90962-e543-4d42-84f5-204e98b7e02e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 500/987] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:45:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?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 10:45:56.925 7 INFO cinder.api.openstack.wsgi [None req-d6ec00f1-ad43-4054-91e1-a10c768ded34 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/3960da02531b4f578b9a1efa029db02d?usage=true 2026-07-09 10:45:56.947 7 INFO cinder.api.openstack.wsgi [None req-d6ec00f1-ad43-4054-91e1-a10c768ded34 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/3960da02531b4f578b9a1efa029db02d?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 488/988] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:45:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/3960da02531b4f578b9a1efa029db02d?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 10:45:56.957 8 INFO cinder.api.openstack.wsgi [None req-c64bc589-4894-416b-8e63-8600e5aaf6cd 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/4fecfe1498894650ac98781abe86b27e?usage=true 2026-07-09 10:45:56.982 8 INFO cinder.api.openstack.wsgi [None req-c64bc589-4894-416b-8e63-8600e5aaf6cd 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/4fecfe1498894650ac98781abe86b27e?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 501/989] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:45:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/4fecfe1498894650ac98781abe86b27e?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 10:45:56.993 7 INFO cinder.api.openstack.wsgi [None req-3bf8c5a4-c615-4532-b6e0-346bfca09e8d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/50431e84cf3d442f882fe568f3cdcddc?usage=true 2026-07-09 10:45:57.018 7 INFO cinder.api.openstack.wsgi [None req-3bf8c5a4-c615-4532-b6e0-346bfca09e8d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/50431e84cf3d442f882fe568f3cdcddc?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 489/990] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:45:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/50431e84cf3d442f882fe568f3cdcddc?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 10:45:57.032 8 INFO cinder.api.openstack.wsgi [None req-075916d1-00f3-4237-b1db-d8ed79bcc9b6 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/6ef90b525219478b8269ede0d447b552?usage=true 2026-07-09 10:45:57.057 8 INFO cinder.api.openstack.wsgi [None req-075916d1-00f3-4237-b1db-d8ed79bcc9b6 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/6ef90b525219478b8269ede0d447b552?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 502/991] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:45:57 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/6ef90b525219478b8269ede0d447b552?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 10:45:57.070 7 INFO cinder.api.openstack.wsgi [None req-197f8dba-4c4a-4e7e-a541-7f5a526f3bf0 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/72c707552a5e4bfb9a381c77c38f73c7?usage=true 2026-07-09 10:45:57.098 7 INFO cinder.api.openstack.wsgi [None req-197f8dba-4c4a-4e7e-a541-7f5a526f3bf0 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/72c707552a5e4bfb9a381c77c38f73c7?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 490/992] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:45:57 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/72c707552a5e4bfb9a381c77c38f73c7?usage=true => generated 847 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:45:57.117 8 INFO cinder.api.openstack.wsgi [None req-a35ab635-1dcd-4ace-ba34-3cec1f00274a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/8c21c1bde4924f2ab7683eef82558b48?usage=true 2026-07-09 10:45:57.137 8 INFO cinder.api.openstack.wsgi [None req-a35ab635-1dcd-4ace-ba34-3cec1f00274a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/8c21c1bde4924f2ab7683eef82558b48?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 503/993] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:45:57 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/8c21c1bde4924f2ab7683eef82558b48?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 10:45:57.156 7 INFO cinder.api.openstack.wsgi [None req-b90d454c-f9da-45b0-8217-24a225b6a680 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true 2026-07-09 10:45:57.187 7 INFO cinder.api.openstack.wsgi [None req-b90d454c-f9da-45b0-8217-24a225b6a680 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 491/994] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:45:57 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?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 10:45:57.199 8 INFO cinder.api.openstack.wsgi [None req-d9c7d496-06a3-463c-9a60-bb0128453789 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/b1ff4ecdc57d4be4b0a74999c4dd564b?usage=true 2026-07-09 10:45:57.219 8 INFO cinder.api.openstack.wsgi [None req-d9c7d496-06a3-463c-9a60-bb0128453789 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/b1ff4ecdc57d4be4b0a74999c4dd564b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 504/995] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:45:57 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/b1ff4ecdc57d4be4b0a74999c4dd564b?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 10:45:57.232 7 INFO cinder.api.openstack.wsgi [None req-2f4e22a8-acc7-4c08-9129-ae24db00710a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/b7694048af8b4622a337318143815d77?usage=true 2026-07-09 10:45:57.252 7 INFO cinder.api.openstack.wsgi [None req-2f4e22a8-acc7-4c08-9129-ae24db00710a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/b7694048af8b4622a337318143815d77?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 492/996] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:45:57 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/b7694048af8b4622a337318143815d77?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 10:45:57.263 8 INFO cinder.api.openstack.wsgi [None req-6c6e2f3f-6bc4-4ad3-936c-a849abe84e24 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true 2026-07-09 10:45:57.286 8 INFO cinder.api.openstack.wsgi [None req-6c6e2f3f-6bc4-4ad3-936c-a849abe84e24 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 505/997] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:45:57 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?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 10:45:57.298 7 INFO cinder.api.openstack.wsgi [None req-de10f174-b7e1-4d85-acff-6a2e01e38b4e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e777be2182f54e0aad2230dd69cddb37?usage=true 2026-07-09 10:45:57.320 7 INFO cinder.api.openstack.wsgi [None req-de10f174-b7e1-4d85-acff-6a2e01e38b4e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e777be2182f54e0aad2230dd69cddb37?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 493/998] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:45:57 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e777be2182f54e0aad2230dd69cddb37?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 10:45:57.332 8 INFO cinder.api.openstack.wsgi [None req-8423a200-e07b-4b45-8f39-bd17c7dfa9d0 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:45:57.345 8 INFO cinder.volume.api [None req-8423a200-e07b-4b45-8f39-bd17c7dfa9d0 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - 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 10:45:57.351 8 INFO cinder.api.openstack.wsgi [None req-8423a200-e07b-4b45-8f39-bd17c7dfa9d0 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 506/999] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:45:57 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true => generated 1976 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-07-09 10:45:57.367 7 INFO cinder.api.openstack.wsgi [None req-0447135a-36bd-498e-9648-60a8ce74e219 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true 2026-07-09 10:45:57.374 7 INFO cinder.volume.api [None req-0447135a-36bd-498e-9648-60a8ce74e219 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all snapshots completed successfully. 2026-07-09 10:45:57.374 7 INFO cinder.api.openstack.wsgi [None req-0447135a-36bd-498e-9648-60a8ce74e219 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 494/1000] 10.0.0.140 () {28 vars in 673 bytes} [Thu Jul 9 10:45:57 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true => generated 17 bytes in 18 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 10:45:57.385 8 INFO cinder.api.openstack.wsgi [None req-cb010447-b398-4bc5-aabc-fd86c884f01a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:45:57.396 8 INFO cinder.volume.api [None req-cb010447-b398-4bc5-aabc-fd86c884f01a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - 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 10:45:57.404 8 INFO cinder.api.openstack.wsgi [None req-cb010447-b398-4bc5-aabc-fd86c884f01a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 507/1001] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:45:57 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true => generated 1976 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-07-09 10:45:59.594 8 INFO cinder.api.openstack.wsgi [None req-cb010447-b398-4bc5-aabc-fd86c884f01a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:45:59.594 7 INFO cinder.api.openstack.wsgi [None req-0447135a-36bd-498e-9648-60a8ce74e219 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:45:59.594 8 INFO cinder.api.openstack.wsgi [None req-cb010447-b398-4bc5-aabc-fd86c884f01a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:45:59.595 7 INFO cinder.api.openstack.wsgi [None req-0447135a-36bd-498e-9648-60a8ce74e219 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:46:09.593 7 INFO cinder.api.openstack.wsgi [None req-0447135a-36bd-498e-9648-60a8ce74e219 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:46:09.593 8 INFO cinder.api.openstack.wsgi [None req-cb010447-b398-4bc5-aabc-fd86c884f01a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:46:09.594 7 INFO cinder.api.openstack.wsgi [None req-0447135a-36bd-498e-9648-60a8ce74e219 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:46:09.594 8 INFO cinder.api.openstack.wsgi [None req-cb010447-b398-4bc5-aabc-fd86c884f01a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:46:19.593 8 INFO cinder.api.openstack.wsgi [None req-cb010447-b398-4bc5-aabc-fd86c884f01a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:46:19.593 7 INFO cinder.api.openstack.wsgi [None req-0447135a-36bd-498e-9648-60a8ce74e219 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:46:19.594 8 INFO cinder.api.openstack.wsgi [None req-cb010447-b398-4bc5-aabc-fd86c884f01a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:46:19.595 7 INFO cinder.api.openstack.wsgi [None req-0447135a-36bd-498e-9648-60a8ce74e219 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:46:29.594 8 INFO cinder.api.openstack.wsgi [None req-cb010447-b398-4bc5-aabc-fd86c884f01a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:46:29.594 7 INFO cinder.api.openstack.wsgi [None req-0447135a-36bd-498e-9648-60a8ce74e219 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:46:29.595 8 INFO cinder.api.openstack.wsgi [None req-cb010447-b398-4bc5-aabc-fd86c884f01a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:46:29.595 7 INFO cinder.api.openstack.wsgi [None req-0447135a-36bd-498e-9648-60a8ce74e219 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:46:39.594 8 INFO cinder.api.openstack.wsgi [None req-cb010447-b398-4bc5-aabc-fd86c884f01a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:46:39.595 8 INFO cinder.api.openstack.wsgi [None req-cb010447-b398-4bc5-aabc-fd86c884f01a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:46:39.595 7 INFO cinder.api.openstack.wsgi [None req-0447135a-36bd-498e-9648-60a8ce74e219 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:46:39.596 7 INFO cinder.api.openstack.wsgi [None req-0447135a-36bd-498e-9648-60a8ce74e219 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:46:49.594 8 INFO cinder.api.openstack.wsgi [None req-cb010447-b398-4bc5-aabc-fd86c884f01a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:46:49.594 7 INFO cinder.api.openstack.wsgi [None req-0447135a-36bd-498e-9648-60a8ce74e219 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:46:49.595 8 INFO cinder.api.openstack.wsgi [None req-cb010447-b398-4bc5-aabc-fd86c884f01a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:46:49.595 7 INFO cinder.api.openstack.wsgi [None req-0447135a-36bd-498e-9648-60a8ce74e219 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61: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 10:46:56.112 8 INFO cinder.api.openstack.wsgi [None req-bdda75ac-f0f7-4e3c-8f68-5095efb04da2 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true 2026-07-09 10:46:56.118 8 INFO cinder.volume.api [None req-bdda75ac-f0f7-4e3c-8f68-5095efb04da2 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all snapshots completed successfully. 2026-07-09 10:46:56.118 8 INFO cinder.api.openstack.wsgi [None req-bdda75ac-f0f7-4e3c-8f68-5095efb04da2 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 514/1014] 10.0.0.140 () {28 vars in 673 bytes} [Thu Jul 9 10:46:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true => generated 17 bytes in 53 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 10:46:56.129 7 INFO cinder.api.openstack.wsgi [None req-9fb0ca36-cdfa-4751-8773-6ebfed19a4d2 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:46:56.142 7 INFO cinder.volume.api [None req-9fb0ca36-cdfa-4751-8773-6ebfed19a4d2 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - 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 10:46:56.148 7 INFO cinder.api.openstack.wsgi [None req-9fb0ca36-cdfa-4751-8773-6ebfed19a4d2 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 501/1015] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:46:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true => generated 1976 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-07-09 10:46:56.163 8 INFO cinder.api.openstack.wsgi [None req-2a506ded-2406-4ced-8b53-d5a9689933cc 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true 2026-07-09 10:46:56.666 8 INFO cinder.api.openstack.wsgi [None req-2a506ded-2406-4ced-8b53-d5a9689933cc 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 515/1016] 10.0.0.140 () {28 vars in 695 bytes} [Thu Jul 9 10:46:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true => generated 671 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 10:46:56.713 7 INFO cinder.api.openstack.wsgi [None req-0f912605-80c7-44b9-af0c-0e8732261bc9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/004f870eb6e14ecc81c4418768df1e97?usage=true 2026-07-09 10:46:56.738 7 INFO cinder.api.openstack.wsgi [None req-0f912605-80c7-44b9-af0c-0e8732261bc9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/004f870eb6e14ecc81c4418768df1e97?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 502/1017] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:46:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/004f870eb6e14ecc81c4418768df1e97?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 10:46:56.747 8 INFO cinder.api.openstack.wsgi [None req-482583cd-090c-414a-9118-e9bc9eee4ad0 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true 2026-07-09 10:46:56.768 8 INFO cinder.api.openstack.wsgi [None req-482583cd-090c-414a-9118-e9bc9eee4ad0 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 516/1018] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:46:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?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 10:46:56.781 7 INFO cinder.api.openstack.wsgi [None req-26c9d85d-0ab3-4187-8f68-4b9a95ee2f75 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/3960da02531b4f578b9a1efa029db02d?usage=true 2026-07-09 10:46:56.802 7 INFO cinder.api.openstack.wsgi [None req-26c9d85d-0ab3-4187-8f68-4b9a95ee2f75 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/3960da02531b4f578b9a1efa029db02d?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 503/1019] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:46:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/3960da02531b4f578b9a1efa029db02d?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 10:46:56.817 8 INFO cinder.api.openstack.wsgi [None req-3f672620-dabe-4501-aa92-9b1415ed7d87 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/4fecfe1498894650ac98781abe86b27e?usage=true 2026-07-09 10:46:56.835 8 INFO cinder.api.openstack.wsgi [None req-3f672620-dabe-4501-aa92-9b1415ed7d87 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/4fecfe1498894650ac98781abe86b27e?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 517/1020] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:46:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/4fecfe1498894650ac98781abe86b27e?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 10:46:56.847 7 INFO cinder.api.openstack.wsgi [None req-06993f37-19d4-4e78-8b10-58a202229bb9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/50431e84cf3d442f882fe568f3cdcddc?usage=true 2026-07-09 10:46:56.868 7 INFO cinder.api.openstack.wsgi [None req-06993f37-19d4-4e78-8b10-58a202229bb9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/50431e84cf3d442f882fe568f3cdcddc?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 504/1021] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:46:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/50431e84cf3d442f882fe568f3cdcddc?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 10:46:56.881 8 INFO cinder.api.openstack.wsgi [None req-112e68cf-4135-4c18-96ae-f32e9a2aeed8 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/6ef90b525219478b8269ede0d447b552?usage=true 2026-07-09 10:46:56.900 8 INFO cinder.api.openstack.wsgi [None req-112e68cf-4135-4c18-96ae-f32e9a2aeed8 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/6ef90b525219478b8269ede0d447b552?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 518/1022] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:46:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/6ef90b525219478b8269ede0d447b552?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 10:46:56.930 7 INFO cinder.api.openstack.wsgi [None req-4d81914b-82b8-40ef-b5e8-6426c421faa1 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/72c707552a5e4bfb9a381c77c38f73c7?usage=true 2026-07-09 10:46:56.950 7 INFO cinder.api.openstack.wsgi [None req-4d81914b-82b8-40ef-b5e8-6426c421faa1 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/72c707552a5e4bfb9a381c77c38f73c7?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 505/1023] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:46:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/72c707552a5e4bfb9a381c77c38f73c7?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 10:46:56.965 8 INFO cinder.api.openstack.wsgi [None req-7b9a3471-0bcf-45ca-835c-790e24190106 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/8c21c1bde4924f2ab7683eef82558b48?usage=true 2026-07-09 10:46:56.987 8 INFO cinder.api.openstack.wsgi [None req-7b9a3471-0bcf-45ca-835c-790e24190106 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/8c21c1bde4924f2ab7683eef82558b48?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 519/1024] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:46:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/8c21c1bde4924f2ab7683eef82558b48?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 10:46:56.998 7 INFO cinder.api.openstack.wsgi [None req-b61e5270-57b4-4254-9783-c8f48664053d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true 2026-07-09 10:46:57.018 7 INFO cinder.api.openstack.wsgi [None req-b61e5270-57b4-4254-9783-c8f48664053d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 506/1025] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:46:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?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 10:46:57.030 8 INFO cinder.api.openstack.wsgi [None req-047e422e-acd6-4c6f-81f3-e8af6d95a3a0 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/b1ff4ecdc57d4be4b0a74999c4dd564b?usage=true 2026-07-09 10:46:57.052 8 INFO cinder.api.openstack.wsgi [None req-047e422e-acd6-4c6f-81f3-e8af6d95a3a0 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/b1ff4ecdc57d4be4b0a74999c4dd564b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 520/1026] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:46:57 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/b1ff4ecdc57d4be4b0a74999c4dd564b?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 10:46:57.059 7 INFO cinder.api.openstack.wsgi [None req-690d79b1-2bd7-41e1-9540-6721ff998cc3 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/b7694048af8b4622a337318143815d77?usage=true 2026-07-09 10:46:57.077 7 INFO cinder.api.openstack.wsgi [None req-690d79b1-2bd7-41e1-9540-6721ff998cc3 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/b7694048af8b4622a337318143815d77?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 507/1027] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:46:57 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/b7694048af8b4622a337318143815d77?usage=true => generated 847 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:46:57.085 8 INFO cinder.api.openstack.wsgi [None req-559ec43a-1d09-41d1-bd92-881a2cbc4c8a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true 2026-07-09 10:46:57.108 8 INFO cinder.api.openstack.wsgi [None req-559ec43a-1d09-41d1-bd92-881a2cbc4c8a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 521/1028] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:46:57 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?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 10:46:57.117 7 INFO cinder.api.openstack.wsgi [None req-7957707b-c7c7-40e1-a09b-6d5f0ab1ba0d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e777be2182f54e0aad2230dd69cddb37?usage=true 2026-07-09 10:46:57.137 7 INFO cinder.api.openstack.wsgi [None req-7957707b-c7c7-40e1-a09b-6d5f0ab1ba0d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e777be2182f54e0aad2230dd69cddb37?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 508/1029] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:46:57 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e777be2182f54e0aad2230dd69cddb37?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 10:46:57.147 8 INFO cinder.api.openstack.wsgi [None req-f42904b2-cc9f-45fa-9c11-151fa2a8de6d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:46:57.163 8 INFO cinder.volume.api [None req-f42904b2-cc9f-45fa-9c11-151fa2a8de6d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - 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 10:46:57.169 8 INFO cinder.api.openstack.wsgi [None req-f42904b2-cc9f-45fa-9c11-151fa2a8de6d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 522/1030] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:46:57 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true => generated 1976 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-07-09 10:46:57.179 7 INFO cinder.api.openstack.wsgi [None req-41fe4803-31fb-4a89-84dc-a25611d5638e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services 2026-07-09 10:46:57.183 7 INFO cinder.api.openstack.wsgi [None req-41fe4803-31fb-4a89-84dc-a25611d5638e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services returned with HTTP 200 [pid: 7|app: 0|req: 509/1031] 10.0.0.140 () {28 vars in 644 bytes} [Thu Jul 9 10:46:57 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services => generated 646 bytes in 9 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 10:46:57.672 8 INFO cinder.api.openstack.wsgi [req-f0357111-39a0-4cf9-ad4e-2cbbc0f39735 req-38bf3304-6823-4310-8074-49c5247c5063 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/attachments/0cccc062-22b6-4fb9-afae-95dad8f701f6 /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 10:46:58.252 8 INFO cinder.api.openstack.wsgi [req-f0357111-39a0-4cf9-ad4e-2cbbc0f39735 req-38bf3304-6823-4310-8074-49c5247c5063 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/attachments/0cccc062-22b6-4fb9-afae-95dad8f701f6 returned with HTTP 200 [pid: 8|app: 0|req: 523/1032] 199.204.45.53 () {38 vars in 1101 bytes} [Thu Jul 9 10:46:57 2026] DELETE /v3/26c6a6dac54e4fd8a0f7a00363d675e9/attachments/0cccc062-22b6-4fb9-afae-95dad8f701f6 => generated 19 bytes in 589 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:46:58.274 7 INFO cinder.api.openstack.wsgi [req-f0357111-39a0-4cf9-ad4e-2cbbc0f39735 req-3282809e-a566-4f66-bdf1-d216bc9a5a50 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/f2e0c518-f386-48e4-b501-89590cef33a0 2026-07-09 10:46:58.275 7 INFO cinder.api.v3.volumes [req-f0357111-39a0-4cf9-ad4e-2cbbc0f39735 req-3282809e-a566-4f66-bdf1-d216bc9a5a50 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Delete volume with id: f2e0c518-f386-48e4-b501-89590cef33a0 /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 10:46:58.289 7 INFO cinder.volume.api [req-f0357111-39a0-4cf9-ad4e-2cbbc0f39735 req-3282809e-a566-4f66-bdf1-d216bc9a5a50 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Volume info retrieved successfully. 2026-07-09 10:46:58.322 7 INFO cinder.volume.api [req-f0357111-39a0-4cf9-ad4e-2cbbc0f39735 req-3282809e-a566-4f66-bdf1-d216bc9a5a50 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Delete volume request issued successfully. 2026-07-09 10:46:58.323 7 INFO cinder.api.openstack.wsgi [req-f0357111-39a0-4cf9-ad4e-2cbbc0f39735 req-3282809e-a566-4f66-bdf1-d216bc9a5a50 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/f2e0c518-f386-48e4-b501-89590cef33a0 returned with HTTP 202 [pid: 7|app: 0|req: 510/1033] 199.204.45.53 () {36 vars in 1052 bytes} [Thu Jul 9 10:46:58 2026] DELETE /v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/f2e0c518-f386-48e4-b501-89590cef33a0 => generated 0 bytes in 60 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) 2026-07-09 10:46:59.593 7 INFO cinder.api.openstack.wsgi [req-f0357111-39a0-4cf9-ad4e-2cbbc0f39735 req-3282809e-a566-4f66-bdf1-d216bc9a5a50 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:46:59.594 7 INFO cinder.api.openstack.wsgi [req-f0357111-39a0-4cf9-ad4e-2cbbc0f39735 req-3282809e-a566-4f66-bdf1-d216bc9a5a50 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:46:59.594 8 INFO cinder.api.openstack.wsgi [req-f0357111-39a0-4cf9-ad4e-2cbbc0f39735 req-38bf3304-6823-4310-8074-49c5247c5063 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:46:59.595 8 INFO cinder.api.openstack.wsgi [req-f0357111-39a0-4cf9-ad4e-2cbbc0f39735 req-38bf3304-6823-4310-8074-49c5247c5063 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:47:09.595 7 INFO cinder.api.openstack.wsgi [req-f0357111-39a0-4cf9-ad4e-2cbbc0f39735 req-3282809e-a566-4f66-bdf1-d216bc9a5a50 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:47:09.596 8 INFO cinder.api.openstack.wsgi [req-f0357111-39a0-4cf9-ad4e-2cbbc0f39735 req-38bf3304-6823-4310-8074-49c5247c5063 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:47:09.596 7 INFO cinder.api.openstack.wsgi [req-f0357111-39a0-4cf9-ad4e-2cbbc0f39735 req-3282809e-a566-4f66-bdf1-d216bc9a5a50 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:47:09.597 8 INFO cinder.api.openstack.wsgi [req-f0357111-39a0-4cf9-ad4e-2cbbc0f39735 req-38bf3304-6823-4310-8074-49c5247c5063 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:47:19.594 7 INFO cinder.api.openstack.wsgi [req-f0357111-39a0-4cf9-ad4e-2cbbc0f39735 req-3282809e-a566-4f66-bdf1-d216bc9a5a50 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:47:19.594 8 INFO cinder.api.openstack.wsgi [req-f0357111-39a0-4cf9-ad4e-2cbbc0f39735 req-38bf3304-6823-4310-8074-49c5247c5063 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:47:19.594 7 INFO cinder.api.openstack.wsgi [req-f0357111-39a0-4cf9-ad4e-2cbbc0f39735 req-3282809e-a566-4f66-bdf1-d216bc9a5a50 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:47:19.595 8 INFO cinder.api.openstack.wsgi [req-f0357111-39a0-4cf9-ad4e-2cbbc0f39735 req-38bf3304-6823-4310-8074-49c5247c5063 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:47:29.594 8 INFO cinder.api.openstack.wsgi [req-f0357111-39a0-4cf9-ad4e-2cbbc0f39735 req-38bf3304-6823-4310-8074-49c5247c5063 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:47:29.594 7 INFO cinder.api.openstack.wsgi [req-f0357111-39a0-4cf9-ad4e-2cbbc0f39735 req-3282809e-a566-4f66-bdf1-d216bc9a5a50 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:47:29.595 8 INFO cinder.api.openstack.wsgi [req-f0357111-39a0-4cf9-ad4e-2cbbc0f39735 req-38bf3304-6823-4310-8074-49c5247c5063 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:47:29.596 7 INFO cinder.api.openstack.wsgi [req-f0357111-39a0-4cf9-ad4e-2cbbc0f39735 req-3282809e-a566-4f66-bdf1-d216bc9a5a50 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61: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 10:47:36.094 8 INFO cinder.api.openstack.wsgi [None req-c0f78b69-5234-4520-a4ab-108e788d25c6 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots /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 10:47:36.107 8 INFO cinder.volume.api [None req-c0f78b69-5234-4520-a4ab-108e788d25c6 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all snapshots completed successfully. 2026-07-09 10:47:36.108 8 INFO cinder.api.openstack.wsgi [None req-c0f78b69-5234-4520-a4ab-108e788d25c6 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots returned with HTTP 200 [pid: 8|app: 0|req: 528/1042] 10.0.0.67 () {32 vars in 703 bytes} [Thu Jul 9 10:47:36 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots => generated 17 bytes in 21 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 10:47:36.123 7 INFO cinder.api.openstack.wsgi [None req-a0a6fc3f-4026-45a7-b1b0-9b44a5e3861d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes 2026-07-09 10:47:36.150 7 INFO cinder.volume.api [None req-a0a6fc3f-4026-45a7-b1b0-9b44a5e3861d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:47:36.150 7 INFO cinder.api.openstack.wsgi [None req-a0a6fc3f-4026-45a7-b1b0-9b44a5e3861d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes returned with HTTP 200 [pid: 7|app: 0|req: 515/1043] 10.0.0.67 () {32 vars in 699 bytes} [Thu Jul 9 10:47:36 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes => generated 15 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 10:47:39.593 7 INFO cinder.api.openstack.wsgi [None req-a0a6fc3f-4026-45a7-b1b0-9b44a5e3861d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:47:39.593 8 INFO cinder.api.openstack.wsgi [None req-c0f78b69-5234-4520-a4ab-108e788d25c6 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:47:39.594 7 INFO cinder.api.openstack.wsgi [None req-a0a6fc3f-4026-45a7-b1b0-9b44a5e3861d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:47:39.594 8 INFO cinder.api.openstack.wsgi [None req-c0f78b69-5234-4520-a4ab-108e788d25c6 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:47:49.594 8 INFO cinder.api.openstack.wsgi [None req-c0f78b69-5234-4520-a4ab-108e788d25c6 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:47:49.594 7 INFO cinder.api.openstack.wsgi [None req-a0a6fc3f-4026-45a7-b1b0-9b44a5e3861d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:47:49.595 7 INFO cinder.api.openstack.wsgi [None req-a0a6fc3f-4026-45a7-b1b0-9b44a5e3861d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:47:49.595 8 INFO cinder.api.openstack.wsgi [None req-c0f78b69-5234-4520-a4ab-108e788d25c6 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:47:56.165 8 INFO cinder.api.openstack.wsgi [None req-d4ca85e0-670a-4d90-9f0e-16b2b004ecac 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true 2026-07-09 10:47:56.172 8 INFO cinder.volume.api [None req-d4ca85e0-670a-4d90-9f0e-16b2b004ecac 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all snapshots completed successfully. 2026-07-09 10:47:56.172 8 INFO cinder.api.openstack.wsgi [None req-d4ca85e0-670a-4d90-9f0e-16b2b004ecac 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 531/1048] 10.0.0.140 () {28 vars in 673 bytes} [Thu Jul 9 10:47:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true => generated 17 bytes in 109 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 10:47:56.180 7 INFO cinder.api.openstack.wsgi [None req-85d9ba8f-0414-4b84-b177-335d04259cc2 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:47:56.192 7 INFO cinder.volume.api [None req-85d9ba8f-0414-4b84-b177-335d04259cc2 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:47:56.195 7 INFO cinder.api.openstack.wsgi [None req-85d9ba8f-0414-4b84-b177-335d04259cc2 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 518/1049] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:47:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:47:56.206 8 INFO cinder.api.openstack.wsgi [None req-d317bd5b-429f-4c3b-a6fb-36a793ec5654 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true 2026-07-09 10:47:56.710 8 INFO cinder.api.openstack.wsgi [None req-d317bd5b-429f-4c3b-a6fb-36a793ec5654 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 532/1050] 10.0.0.140 () {28 vars in 695 bytes} [Thu Jul 9 10:47:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true => generated 668 bytes in 513 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:47:56.749 7 INFO cinder.api.openstack.wsgi [None req-bde3c2e7-2fda-4055-9137-2c6b76f4964f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true 2026-07-09 10:47:56.768 7 INFO cinder.api.openstack.wsgi [None req-bde3c2e7-2fda-4055-9137-2c6b76f4964f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 519/1051] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:47:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?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 10:47:56.780 8 INFO cinder.api.openstack.wsgi [None req-a4da266b-a0f8-49d2-bcb2-4b6099a19d8f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true 2026-07-09 10:47:56.800 8 INFO cinder.api.openstack.wsgi [None req-a4da266b-a0f8-49d2-bcb2-4b6099a19d8f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 533/1052] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:47:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?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 10:47:56.813 7 INFO cinder.api.openstack.wsgi [None req-8d3ddabf-b14f-4286-a6cb-4b4e0852b158 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true 2026-07-09 10:47:56.839 7 INFO cinder.api.openstack.wsgi [None req-8d3ddabf-b14f-4286-a6cb-4b4e0852b158 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 520/1053] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:47:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?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 10:47:56.848 8 INFO cinder.api.openstack.wsgi [None req-cfbd48ab-a693-4e85-99a6-c96442fdf5d7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:47:56.857 8 INFO cinder.volume.api [None req-cfbd48ab-a693-4e85-99a6-c96442fdf5d7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:47:56.860 8 INFO cinder.api.openstack.wsgi [None req-cfbd48ab-a693-4e85-99a6-c96442fdf5d7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 534/1054] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:47:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:47:56.870 7 INFO cinder.api.openstack.wsgi [None req-8ab3fb99-10f9-4215-870c-f0090bf84be7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services 2026-07-09 10:47:56.875 7 INFO cinder.api.openstack.wsgi [None req-8ab3fb99-10f9-4215-870c-f0090bf84be7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services returned with HTTP 200 [pid: 7|app: 0|req: 521/1055] 10.0.0.140 () {28 vars in 644 bytes} [Thu Jul 9 10:47:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:47:59.594 8 INFO cinder.api.openstack.wsgi [None req-cfbd48ab-a693-4e85-99a6-c96442fdf5d7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:47:59.594 7 INFO cinder.api.openstack.wsgi [None req-8ab3fb99-10f9-4215-870c-f0090bf84be7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:47:59.595 8 INFO cinder.api.openstack.wsgi [None req-cfbd48ab-a693-4e85-99a6-c96442fdf5d7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:47:59.595 7 INFO cinder.api.openstack.wsgi [None req-8ab3fb99-10f9-4215-870c-f0090bf84be7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:48:09.593 7 INFO cinder.api.openstack.wsgi [None req-8ab3fb99-10f9-4215-870c-f0090bf84be7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:48:09.593 8 INFO cinder.api.openstack.wsgi [None req-cfbd48ab-a693-4e85-99a6-c96442fdf5d7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:48:09.594 7 INFO cinder.api.openstack.wsgi [None req-8ab3fb99-10f9-4215-870c-f0090bf84be7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:48:09.595 8 INFO cinder.api.openstack.wsgi [None req-cfbd48ab-a693-4e85-99a6-c96442fdf5d7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:48:19.594 7 INFO cinder.api.openstack.wsgi [None req-8ab3fb99-10f9-4215-870c-f0090bf84be7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:48:19.594 7 INFO cinder.api.openstack.wsgi [None req-8ab3fb99-10f9-4215-870c-f0090bf84be7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:48:19.594 8 INFO cinder.api.openstack.wsgi [None req-cfbd48ab-a693-4e85-99a6-c96442fdf5d7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:48:19.595 8 INFO cinder.api.openstack.wsgi [None req-cfbd48ab-a693-4e85-99a6-c96442fdf5d7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:48:29.595 7 INFO cinder.api.openstack.wsgi [None req-8ab3fb99-10f9-4215-870c-f0090bf84be7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:48:29.596 8 INFO cinder.api.openstack.wsgi [None req-cfbd48ab-a693-4e85-99a6-c96442fdf5d7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:48:29.596 7 INFO cinder.api.openstack.wsgi [None req-8ab3fb99-10f9-4215-870c-f0090bf84be7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:48:29.598 8 INFO cinder.api.openstack.wsgi [None req-cfbd48ab-a693-4e85-99a6-c96442fdf5d7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:48:39.593 7 INFO cinder.api.openstack.wsgi [None req-8ab3fb99-10f9-4215-870c-f0090bf84be7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:48:39.595 7 INFO cinder.api.openstack.wsgi [None req-8ab3fb99-10f9-4215-870c-f0090bf84be7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:48:39.597 8 INFO cinder.api.openstack.wsgi [None req-cfbd48ab-a693-4e85-99a6-c96442fdf5d7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:48:39.598 8 INFO cinder.api.openstack.wsgi [None req-cfbd48ab-a693-4e85-99a6-c96442fdf5d7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:48:49.593 7 INFO cinder.api.openstack.wsgi [None req-8ab3fb99-10f9-4215-870c-f0090bf84be7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:48:49.593 8 INFO cinder.api.openstack.wsgi [None req-cfbd48ab-a693-4e85-99a6-c96442fdf5d7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:48:49.594 7 INFO cinder.api.openstack.wsgi [None req-8ab3fb99-10f9-4215-870c-f0090bf84be7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:48:49.595 8 INFO cinder.api.openstack.wsgi [None req-cfbd48ab-a693-4e85-99a6-c96442fdf5d7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:48:56.104 7 INFO cinder.api.openstack.wsgi [None req-69e1f634-f87f-4a72-bd55-e93756dae7f0 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:48:56.112 7 INFO cinder.volume.api [None req-69e1f634-f87f-4a72-bd55-e93756dae7f0 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:48:56.114 7 INFO cinder.api.openstack.wsgi [None req-69e1f634-f87f-4a72-bd55-e93756dae7f0 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 528/1068] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:48:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true => generated 15 bytes in 58 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 10:48:56.157 8 INFO cinder.api.openstack.wsgi [None req-3b0b7028-d3bb-4768-9fd4-3b8a5f95975b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true 2026-07-09 10:48:56.191 8 INFO cinder.api.openstack.wsgi [None req-3b0b7028-d3bb-4768-9fd4-3b8a5f95975b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 541/1069] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:48:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?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 10:48:56.204 7 INFO cinder.api.openstack.wsgi [None req-9df871e4-5164-4a02-9163-973926911094 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true 2026-07-09 10:48:56.221 7 INFO cinder.api.openstack.wsgi [None req-9df871e4-5164-4a02-9163-973926911094 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 529/1070] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:48:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?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 10:48:56.236 8 INFO cinder.api.openstack.wsgi [None req-fd711c43-d5f1-4415-9576-6d79a5b98636 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true 2026-07-09 10:48:56.262 8 INFO cinder.api.openstack.wsgi [None req-fd711c43-d5f1-4415-9576-6d79a5b98636 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 542/1071] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:48:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?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 10:48:56.274 7 INFO cinder.api.openstack.wsgi [None req-e072b3eb-0151-4d42-8fc9-38ba0345b1ac 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true 2026-07-09 10:48:56.282 7 INFO cinder.volume.api [None req-e072b3eb-0151-4d42-8fc9-38ba0345b1ac 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all snapshots completed successfully. 2026-07-09 10:48:56.282 7 INFO cinder.api.openstack.wsgi [None req-e072b3eb-0151-4d42-8fc9-38ba0345b1ac 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 530/1072] 10.0.0.140 () {28 vars in 673 bytes} [Thu Jul 9 10:48:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true => generated 17 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 10:48:56.294 8 INFO cinder.api.openstack.wsgi [None req-2cccd1f8-f75a-4bbc-a3c6-fda83ced22c9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true 2026-07-09 10:48:56.798 8 INFO cinder.api.openstack.wsgi [None req-2cccd1f8-f75a-4bbc-a3c6-fda83ced22c9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 543/1073] 10.0.0.140 () {28 vars in 695 bytes} [Thu Jul 9 10:48:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true => generated 668 bytes in 511 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:48:56.809 7 INFO cinder.api.openstack.wsgi [None req-61efd07d-cd9f-4daf-a2e8-4a198dc8a58c 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:48:56.824 7 INFO cinder.volume.api [None req-61efd07d-cd9f-4daf-a2e8-4a198dc8a58c 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:48:56.826 7 INFO cinder.api.openstack.wsgi [None req-61efd07d-cd9f-4daf-a2e8-4a198dc8a58c 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 531/1074] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:48:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true => generated 15 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 10:48:56.836 8 INFO cinder.api.openstack.wsgi [None req-66064c9d-6e37-4ed6-8860-5e77abe9978b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services 2026-07-09 10:48:56.841 8 INFO cinder.api.openstack.wsgi [None req-66064c9d-6e37-4ed6-8860-5e77abe9978b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services returned with HTTP 200 [pid: 8|app: 0|req: 544/1075] 10.0.0.140 () {28 vars in 644 bytes} [Thu Jul 9 10:48:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services => generated 646 bytes in 9 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:48:59.594 7 INFO cinder.api.openstack.wsgi [None req-61efd07d-cd9f-4daf-a2e8-4a198dc8a58c 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:48:59.594 8 INFO cinder.api.openstack.wsgi [None req-66064c9d-6e37-4ed6-8860-5e77abe9978b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:48:59.595 8 INFO cinder.api.openstack.wsgi [None req-66064c9d-6e37-4ed6-8860-5e77abe9978b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:48:59.595 7 INFO cinder.api.openstack.wsgi [None req-61efd07d-cd9f-4daf-a2e8-4a198dc8a58c 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:49:09.594 7 INFO cinder.api.openstack.wsgi [None req-61efd07d-cd9f-4daf-a2e8-4a198dc8a58c 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:49:09.594 8 INFO cinder.api.openstack.wsgi [None req-66064c9d-6e37-4ed6-8860-5e77abe9978b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:49:09.595 7 INFO cinder.api.openstack.wsgi [None req-61efd07d-cd9f-4daf-a2e8-4a198dc8a58c 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:49:09.595 8 INFO cinder.api.openstack.wsgi [None req-66064c9d-6e37-4ed6-8860-5e77abe9978b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:49:19.593 7 INFO cinder.api.openstack.wsgi [None req-61efd07d-cd9f-4daf-a2e8-4a198dc8a58c 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:49:19.594 8 INFO cinder.api.openstack.wsgi [None req-66064c9d-6e37-4ed6-8860-5e77abe9978b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:49:19.594 7 INFO cinder.api.openstack.wsgi [None req-61efd07d-cd9f-4daf-a2e8-4a198dc8a58c 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:49:19.595 8 INFO cinder.api.openstack.wsgi [None req-66064c9d-6e37-4ed6-8860-5e77abe9978b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:49:29.594 7 INFO cinder.api.openstack.wsgi [None req-61efd07d-cd9f-4daf-a2e8-4a198dc8a58c 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:49:29.595 7 INFO cinder.api.openstack.wsgi [None req-61efd07d-cd9f-4daf-a2e8-4a198dc8a58c 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:49:29.595 8 INFO cinder.api.openstack.wsgi [None req-66064c9d-6e37-4ed6-8860-5e77abe9978b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:49:29.596 8 INFO cinder.api.openstack.wsgi [None req-66064c9d-6e37-4ed6-8860-5e77abe9978b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:49:39.593 7 INFO cinder.api.openstack.wsgi [None req-61efd07d-cd9f-4daf-a2e8-4a198dc8a58c 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:49:39.593 8 INFO cinder.api.openstack.wsgi [None req-66064c9d-6e37-4ed6-8860-5e77abe9978b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:49:39.594 7 INFO cinder.api.openstack.wsgi [None req-61efd07d-cd9f-4daf-a2e8-4a198dc8a58c 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:49:39.594 8 INFO cinder.api.openstack.wsgi [None req-66064c9d-6e37-4ed6-8860-5e77abe9978b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:49:49.594 7 INFO cinder.api.openstack.wsgi [None req-61efd07d-cd9f-4daf-a2e8-4a198dc8a58c 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:49:49.594 8 INFO cinder.api.openstack.wsgi [None req-66064c9d-6e37-4ed6-8860-5e77abe9978b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:49:49.595 7 INFO cinder.api.openstack.wsgi [None req-61efd07d-cd9f-4daf-a2e8-4a198dc8a58c 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:49:49.595 8 INFO cinder.api.openstack.wsgi [None req-66064c9d-6e37-4ed6-8860-5e77abe9978b 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:49:56.146 7 INFO cinder.api.openstack.wsgi [None req-8f056218-f8f5-47ca-9b57-a626653f03df 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services 2026-07-09 10:49:56.156 7 INFO cinder.api.openstack.wsgi [None req-8f056218-f8f5-47ca-9b57-a626653f03df 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services returned with HTTP 200 [pid: 7|app: 0|req: 538/1088] 10.0.0.140 () {28 vars in 644 bytes} [Thu Jul 9 10:49:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services => generated 646 bytes in 58 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:49:56.165 8 INFO cinder.api.openstack.wsgi [None req-1e90bb09-cfb2-47d9-a5ff-996f44c99123 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:49:56.175 8 INFO cinder.volume.api [None req-1e90bb09-cfb2-47d9-a5ff-996f44c99123 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:49:56.177 8 INFO cinder.api.openstack.wsgi [None req-1e90bb09-cfb2-47d9-a5ff-996f44c99123 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 551/1089] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:49:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:49:56.191 7 INFO cinder.api.openstack.wsgi [None req-3692135c-8bf9-41f2-a301-69927f3f8a08 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:49:56.199 7 INFO cinder.volume.api [None req-3692135c-8bf9-41f2-a301-69927f3f8a08 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:49:56.202 7 INFO cinder.api.openstack.wsgi [None req-3692135c-8bf9-41f2-a301-69927f3f8a08 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 539/1090] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:49:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:49:56.211 8 INFO cinder.api.openstack.wsgi [None req-60983092-1a4c-4b88-94d2-d35d6bda3821 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true 2026-07-09 10:49:56.216 8 INFO cinder.volume.api [None req-60983092-1a4c-4b88-94d2-d35d6bda3821 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all snapshots completed successfully. 2026-07-09 10:49:56.216 8 INFO cinder.api.openstack.wsgi [None req-60983092-1a4c-4b88-94d2-d35d6bda3821 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 552/1091] 10.0.0.140 () {28 vars in 673 bytes} [Thu Jul 9 10:49:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:49:56.288 7 INFO cinder.api.openstack.wsgi [None req-53862d91-cfb3-4063-9eaf-d7bee5758cdb 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true 2026-07-09 10:49:56.329 7 INFO cinder.api.openstack.wsgi [None req-53862d91-cfb3-4063-9eaf-d7bee5758cdb 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 540/1092] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:49:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?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 10:49:56.340 8 INFO cinder.api.openstack.wsgi [None req-3153e0e0-1e54-479a-89de-b1bdebcd7cf9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true 2026-07-09 10:49:56.375 8 INFO cinder.api.openstack.wsgi [None req-3153e0e0-1e54-479a-89de-b1bdebcd7cf9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 553/1093] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:49:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?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 10:49:56.385 7 INFO cinder.api.openstack.wsgi [None req-19263ebc-a4ea-443c-a851-9574f8a770d9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true 2026-07-09 10:49:56.430 7 INFO cinder.api.openstack.wsgi [None req-19263ebc-a4ea-443c-a851-9574f8a770d9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 541/1094] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:49:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true => generated 845 bytes in 51 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:49:56.442 8 INFO cinder.api.openstack.wsgi [None req-56adb9e9-cbe8-47bb-90d0-486fbb403a1f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true 2026-07-09 10:49:56.946 8 INFO cinder.api.openstack.wsgi [None req-56adb9e9-cbe8-47bb-90d0-486fbb403a1f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 554/1095] 10.0.0.140 () {28 vars in 695 bytes} [Thu Jul 9 10:49:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true => generated 668 bytes in 513 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:49:59.594 8 INFO cinder.api.openstack.wsgi [None req-56adb9e9-cbe8-47bb-90d0-486fbb403a1f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:49:59.594 7 INFO cinder.api.openstack.wsgi [None req-19263ebc-a4ea-443c-a851-9574f8a770d9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:49:59.595 8 INFO cinder.api.openstack.wsgi [None req-56adb9e9-cbe8-47bb-90d0-486fbb403a1f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:49:59.595 7 INFO cinder.api.openstack.wsgi [None req-19263ebc-a4ea-443c-a851-9574f8a770d9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:50:09.596 8 INFO cinder.api.openstack.wsgi [None req-56adb9e9-cbe8-47bb-90d0-486fbb403a1f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:50:09.596 7 INFO cinder.api.openstack.wsgi [None req-19263ebc-a4ea-443c-a851-9574f8a770d9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:50:09.597 8 INFO cinder.api.openstack.wsgi [None req-56adb9e9-cbe8-47bb-90d0-486fbb403a1f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:50:09.597 7 INFO cinder.api.openstack.wsgi [None req-19263ebc-a4ea-443c-a851-9574f8a770d9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:50:19.593 8 INFO cinder.api.openstack.wsgi [None req-56adb9e9-cbe8-47bb-90d0-486fbb403a1f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:50:19.594 7 INFO cinder.api.openstack.wsgi [None req-19263ebc-a4ea-443c-a851-9574f8a770d9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:50:19.595 8 INFO cinder.api.openstack.wsgi [None req-56adb9e9-cbe8-47bb-90d0-486fbb403a1f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:50:19.596 7 INFO cinder.api.openstack.wsgi [None req-19263ebc-a4ea-443c-a851-9574f8a770d9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:50:29.594 7 INFO cinder.api.openstack.wsgi [None req-19263ebc-a4ea-443c-a851-9574f8a770d9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:50:29.594 8 INFO cinder.api.openstack.wsgi [None req-56adb9e9-cbe8-47bb-90d0-486fbb403a1f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:50:29.594 7 INFO cinder.api.openstack.wsgi [None req-19263ebc-a4ea-443c-a851-9574f8a770d9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:50:29.595 8 INFO cinder.api.openstack.wsgi [None req-56adb9e9-cbe8-47bb-90d0-486fbb403a1f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:50:39.593 7 INFO cinder.api.openstack.wsgi [None req-19263ebc-a4ea-443c-a851-9574f8a770d9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:50:39.593 8 INFO cinder.api.openstack.wsgi [None req-56adb9e9-cbe8-47bb-90d0-486fbb403a1f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:50:39.594 7 INFO cinder.api.openstack.wsgi [None req-19263ebc-a4ea-443c-a851-9574f8a770d9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:50:39.595 8 INFO cinder.api.openstack.wsgi [None req-56adb9e9-cbe8-47bb-90d0-486fbb403a1f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:50:49.594 7 INFO cinder.api.openstack.wsgi [None req-19263ebc-a4ea-443c-a851-9574f8a770d9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:50:49.594 8 INFO cinder.api.openstack.wsgi [None req-56adb9e9-cbe8-47bb-90d0-486fbb403a1f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:50:49.595 7 INFO cinder.api.openstack.wsgi [None req-19263ebc-a4ea-443c-a851-9574f8a770d9 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:50:49.595 8 INFO cinder.api.openstack.wsgi [None req-56adb9e9-cbe8-47bb-90d0-486fbb403a1f 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:50:56.118 7 INFO cinder.api.openstack.wsgi [None req-03cce120-874a-4c79-81c8-08eba899d927 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true 2026-07-09 10:50:56.622 7 INFO cinder.api.openstack.wsgi [None req-03cce120-874a-4c79-81c8-08eba899d927 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 548/1108] 10.0.0.140 () {28 vars in 695 bytes} [Thu Jul 9 10:50:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true => generated 668 bytes in 556 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:50:56.707 8 INFO cinder.api.openstack.wsgi [None req-312c1628-38d6-4645-920e-5c870e5834db 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true 2026-07-09 10:50:56.727 8 INFO cinder.api.openstack.wsgi [None req-312c1628-38d6-4645-920e-5c870e5834db 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 561/1109] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:50:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?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 10:50:56.740 7 INFO cinder.api.openstack.wsgi [None req-32253639-8990-45ee-98cd-65d5672c4090 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true 2026-07-09 10:50:56.762 7 INFO cinder.api.openstack.wsgi [None req-32253639-8990-45ee-98cd-65d5672c4090 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 549/1110] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:50:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?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 10:50:56.773 8 INFO cinder.api.openstack.wsgi [None req-9b4f23e6-069d-4a3d-94f4-fc78e7ae70b8 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true 2026-07-09 10:50:56.805 8 INFO cinder.api.openstack.wsgi [None req-9b4f23e6-069d-4a3d-94f4-fc78e7ae70b8 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 562/1111] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:50:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?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 10:50:56.817 7 INFO cinder.api.openstack.wsgi [None req-78fd20b4-152e-4902-a753-19509d4fcaa3 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services 2026-07-09 10:50:56.823 7 INFO cinder.api.openstack.wsgi [None req-78fd20b4-152e-4902-a753-19509d4fcaa3 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services returned with HTTP 200 [pid: 7|app: 0|req: 550/1112] 10.0.0.140 () {28 vars in 644 bytes} [Thu Jul 9 10:50:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:50:56.833 8 INFO cinder.api.openstack.wsgi [None req-c3600b8d-3984-4354-92c2-246be4a78b1e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:50:56.844 8 INFO cinder.volume.api [None req-c3600b8d-3984-4354-92c2-246be4a78b1e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:50:56.846 8 INFO cinder.api.openstack.wsgi [None req-c3600b8d-3984-4354-92c2-246be4a78b1e 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 563/1113] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:50:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:50:56.855 7 INFO cinder.api.openstack.wsgi [None req-7638f922-2080-431a-9d1a-6e2277a8b99d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:50:56.866 7 INFO cinder.volume.api [None req-7638f922-2080-431a-9d1a-6e2277a8b99d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:50:56.868 7 INFO cinder.api.openstack.wsgi [None req-7638f922-2080-431a-9d1a-6e2277a8b99d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 551/1114] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:50:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:50:56.881 8 INFO cinder.api.openstack.wsgi [None req-76170598-93c4-4ebe-a5ac-3d88c9403c4c 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true 2026-07-09 10:50:56.885 8 INFO cinder.volume.api [None req-76170598-93c4-4ebe-a5ac-3d88c9403c4c 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all snapshots completed successfully. 2026-07-09 10:50:56.886 8 INFO cinder.api.openstack.wsgi [None req-76170598-93c4-4ebe-a5ac-3d88c9403c4c 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 564/1115] 10.0.0.140 () {28 vars in 673 bytes} [Thu Jul 9 10:50:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true => generated 17 bytes in 10 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 10:50:59.594 7 INFO cinder.api.openstack.wsgi [None req-7638f922-2080-431a-9d1a-6e2277a8b99d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:50:59.594 8 INFO cinder.api.openstack.wsgi [None req-76170598-93c4-4ebe-a5ac-3d88c9403c4c 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:50:59.595 7 INFO cinder.api.openstack.wsgi [None req-7638f922-2080-431a-9d1a-6e2277a8b99d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:50:59.595 8 INFO cinder.api.openstack.wsgi [None req-76170598-93c4-4ebe-a5ac-3d88c9403c4c 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:51:09.594 8 INFO cinder.api.openstack.wsgi [None req-76170598-93c4-4ebe-a5ac-3d88c9403c4c 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:51:09.594 7 INFO cinder.api.openstack.wsgi [None req-7638f922-2080-431a-9d1a-6e2277a8b99d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:51:09.595 8 INFO cinder.api.openstack.wsgi [None req-76170598-93c4-4ebe-a5ac-3d88c9403c4c 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:51:09.595 7 INFO cinder.api.openstack.wsgi [None req-7638f922-2080-431a-9d1a-6e2277a8b99d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:51:19.594 8 INFO cinder.api.openstack.wsgi [None req-76170598-93c4-4ebe-a5ac-3d88c9403c4c 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:51:19.594 7 INFO cinder.api.openstack.wsgi [None req-7638f922-2080-431a-9d1a-6e2277a8b99d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:51:19.595 8 INFO cinder.api.openstack.wsgi [None req-76170598-93c4-4ebe-a5ac-3d88c9403c4c 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:51:19.595 7 INFO cinder.api.openstack.wsgi [None req-7638f922-2080-431a-9d1a-6e2277a8b99d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:51:29.593 7 INFO cinder.api.openstack.wsgi [None req-7638f922-2080-431a-9d1a-6e2277a8b99d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:51:29.593 8 INFO cinder.api.openstack.wsgi [None req-76170598-93c4-4ebe-a5ac-3d88c9403c4c 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:51:29.594 8 INFO cinder.api.openstack.wsgi [None req-76170598-93c4-4ebe-a5ac-3d88c9403c4c 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:51:29.595 7 INFO cinder.api.openstack.wsgi [None req-7638f922-2080-431a-9d1a-6e2277a8b99d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:51:39.593 8 INFO cinder.api.openstack.wsgi [None req-76170598-93c4-4ebe-a5ac-3d88c9403c4c 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:51:39.593 7 INFO cinder.api.openstack.wsgi [None req-7638f922-2080-431a-9d1a-6e2277a8b99d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:51:39.594 8 INFO cinder.api.openstack.wsgi [None req-76170598-93c4-4ebe-a5ac-3d88c9403c4c 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:51:39.594 7 INFO cinder.api.openstack.wsgi [None req-7638f922-2080-431a-9d1a-6e2277a8b99d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:51:49.593 8 INFO cinder.api.openstack.wsgi [None req-76170598-93c4-4ebe-a5ac-3d88c9403c4c 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:51:49.594 7 INFO cinder.api.openstack.wsgi [None req-7638f922-2080-431a-9d1a-6e2277a8b99d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:51:49.594 8 INFO cinder.api.openstack.wsgi [None req-76170598-93c4-4ebe-a5ac-3d88c9403c4c 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:51:49.595 7 INFO cinder.api.openstack.wsgi [None req-7638f922-2080-431a-9d1a-6e2277a8b99d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:51:56.138 7 INFO cinder.api.openstack.wsgi [None req-9efd87f3-08d7-47d4-9556-f7c1524540ba 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true 2026-07-09 10:51:56.145 7 INFO cinder.volume.api [None req-9efd87f3-08d7-47d4-9556-f7c1524540ba 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all snapshots completed successfully. 2026-07-09 10:51:56.145 7 INFO cinder.api.openstack.wsgi [None req-9efd87f3-08d7-47d4-9556-f7c1524540ba 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 558/1128] 10.0.0.140 () {28 vars in 673 bytes} [Thu Jul 9 10:51:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/snapshots?all_tenants=true => generated 17 bytes in 56 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-09 10:51:56.199 8 INFO cinder.api.openstack.wsgi [None req-76a19a88-3061-462d-a1d5-1745d89b45f6 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true 2026-07-09 10:51:56.221 8 INFO cinder.api.openstack.wsgi [None req-76a19a88-3061-462d-a1d5-1745d89b45f6 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 571/1129] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:51:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/26c6a6dac54e4fd8a0f7a00363d675e9?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 10:51:56.233 7 INFO cinder.api.openstack.wsgi [None req-3bac29c0-a84a-477f-be93-7792b61bf3ac 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true 2026-07-09 10:51:56.248 7 INFO cinder.api.openstack.wsgi [None req-3bac29c0-a84a-477f-be93-7792b61bf3ac 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 559/1130] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:51:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/96f2ac5126ed4e7bafb5f9e1d21609e4?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 10:51:56.258 8 INFO cinder.api.openstack.wsgi [None req-d74048c5-2375-46a5-8121-4a4511866a5a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true 2026-07-09 10:51:56.278 8 INFO cinder.api.openstack.wsgi [None req-d74048c5-2375-46a5-8121-4a4511866a5a 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 572/1131] 10.0.0.140 () {28 vars in 735 bytes} [Thu Jul 9 10:51:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-quota-sets/e6265fc2c5ee47d79a2b23c392696d75?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 10:51:56.287 7 INFO cinder.api.openstack.wsgi [None req-6af9e24d-4246-4992-b070-f25c703706f7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:51:56.294 7 INFO cinder.volume.api [None req-6af9e24d-4246-4992-b070-f25c703706f7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:51:56.296 7 INFO cinder.api.openstack.wsgi [None req-6af9e24d-4246-4992-b070-f25c703706f7 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 560/1132] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:51:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:51:56.306 8 INFO cinder.api.openstack.wsgi [None req-9cdc073e-00e2-445d-a3c5-f37919d0aa6c 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true 2026-07-09 10:51:56.809 8 INFO cinder.api.openstack.wsgi [None req-9cdc073e-00e2-445d-a3c5-f37919d0aa6c 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 573/1133] 10.0.0.140 () {28 vars in 695 bytes} [Thu Jul 9 10:51:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/scheduler-stats/get_pools?detail=true => generated 668 bytes in 510 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-09 10:51:56.823 7 INFO cinder.api.openstack.wsgi [None req-7bbe588b-246c-4553-8fb1-be06833db275 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services 2026-07-09 10:51:56.830 7 INFO cinder.api.openstack.wsgi [None req-7bbe588b-246c-4553-8fb1-be06833db275 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/os-services returned with HTTP 200 [pid: 7|app: 0|req: 561/1134] 10.0.0.140 () {28 vars in 644 bytes} [Thu Jul 9 10:51:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:51:56.841 8 INFO cinder.api.openstack.wsgi [None req-6c163ddb-fc0a-4187-8c63-d2018d76762d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true 2026-07-09 10:51:56.850 8 INFO cinder.volume.api [None req-6c163ddb-fc0a-4187-8c63-d2018d76762d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] Get all volumes completed successfully. 2026-07-09 10:51:56.851 8 INFO cinder.api.openstack.wsgi [None req-6c163ddb-fc0a-4187-8c63-d2018d76762d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/26c6a6dac54e4fd8a0f7a00363d675e9/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 574/1135] 10.0.0.140 () {28 vars in 683 bytes} [Thu Jul 9 10:51:56 2026] GET /v3/26c6a6dac54e4fd8a0f7a00363d675e9/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 10:51:59.593 7 INFO cinder.api.openstack.wsgi [None req-7bbe588b-246c-4553-8fb1-be06833db275 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:51:59.594 8 INFO cinder.api.openstack.wsgi [None req-6c163ddb-fc0a-4187-8c63-d2018d76762d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] GET http://10.0.0.61:8776/ 2026-07-09 10:51:59.594 7 INFO cinder.api.openstack.wsgi [None req-7bbe588b-246c-4553-8fb1-be06833db275 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300 2026-07-09 10:51:59.595 8 INFO cinder.api.openstack.wsgi [None req-6c163ddb-fc0a-4187-8c63-d2018d76762d 910123bd4b00410a8eb204ff265bd2a1 26c6a6dac54e4fd8a0f7a00363d675e9 - - default default] http://10.0.0.61:8776/ returned with HTTP 300