+ 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 [Sat Sep 12 04:36:25 2026] *** compiled with version: 13.3.0 on 06 August 2026 01:02:01 os: Linux-5.15.0-191-generic #201-Ubuntu SMP Fri Aug 7 18:39:04 UTC 2026 nodename: cinder-api-5f69dcbbb7-hcprt 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 0x7f6f4b875668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... /var/lib/openstack/lib/python3.12/site-packages/oslo_utils/eventletutils.py:29: DeprecationWarning: eventuletutils module is deprecated and will be removed. debtcollector.deprecate( /var/lib/openstack/lib/python3.12/site-packages/oslo_utils/eventletutils.py:29: DeprecationWarning: eventuletutils module is deprecated and will be removed. debtcollector.deprecate( /var/lib/openstack/lib/python3.12/site-packages/webob/compat.py:5: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13 from cgi import parse_header /var/lib/openstack/lib/python3.12/site-packages/webob/compat.py:5: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13 from cgi import parse_header /var/lib/openstack/lib/python3.12/site-packages/oslo_service/eventlet_backdoor.py:36: DeprecationWarning: The 'oslo_service.eventlet_backdoor' module usage is deprecated and will be removed in version '2026.2': The 'eventlet_backdoor' module is deprecated and will be removed in version 2026.2. This module is not being replaced. Please migrate away from using it and remove any dependencies on this module. removals.removed_module( /var/lib/openstack/lib/python3.12/site-packages/oslo_service/sslutils.py:24: DeprecationWarning: The 'oslo_service.sslutils' module usage is deprecated and will be removed in version '2026.2': The 'oslo_service.sslutils' module is deprecated and will be removed in version 2026.2. removals.removed_module( /var/lib/openstack/lib/python3.12/site-packages/oslo_service/wsgi.py:40: DeprecationWarning: The 'oslo_service.wsgi' module usage is deprecated and will be removed in version '2026.2', please use uwsgi instead: The 'oslo_service.wsgi' module is deprecated and will be removed in version 2026.2. We recommend transitioning to 'uwsgi' for serving WSGI applications. removals.removed_module( /var/lib/openstack/lib/python3.12/site-packages/oslo_service/eventlet_backdoor.py:36: DeprecationWarning: The 'oslo_service.eventlet_backdoor' module usage is deprecated and will be removed in version '2026.2': The 'eventlet_backdoor' module is deprecated and will be removed in version 2026.2. This module is not being replaced. Please migrate away from using it and remove any dependencies on this module. removals.removed_module( /var/lib/openstack/lib/python3.12/site-packages/oslo_service/sslutils.py:24: DeprecationWarning: The 'oslo_service.sslutils' module usage is deprecated and will be removed in version '2026.2': The 'oslo_service.sslutils' module is deprecated and will be removed in version 2026.2. removals.removed_module( /var/lib/openstack/lib/python3.12/site-packages/oslo_service/wsgi.py:40: DeprecationWarning: The 'oslo_service.wsgi' module usage is deprecated and will be removed in version '2026.2', please use uwsgi instead: The 'oslo_service.wsgi' module is deprecated and will be removed in version 2026.2. We recommend transitioning to 'uwsgi' for serving WSGI applications. removals.removed_module( /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:1591: DeprecationWarning: volume_extension:quotas:show deprecated without deprecated_reason or deprecated_since. This will be an error in a future release warnings.warn( /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:1591: DeprecationWarning: volume_extension:quotas:show deprecated without deprecated_reason or deprecated_since. This will be an error in a future release warnings.warn( simplejson unavailable, fall-back to standard python json simplejson unavailable, fall-back to standard python json /var/lib/openstack/lib/python3.12/site-packages/cinder/db/sqlalchemy/models.py:37: MovedIn20Warning: The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base(). (deprecated since: 2.0) (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9) BASE = declarative_base() /var/lib/openstack/lib/python3.12/site-packages/cinder/db/sqlalchemy/models.py:37: MovedIn20Warning: The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base(). (deprecated since: 2.0) (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9) BASE = declarative_base() 2026-09-12 04:36:29.454 8 WARNING cinder.api [-] The v1 API has been removed and is no longer available. Client applications should be using v3, which is currently the only supported version of the Block Storage API. 2026-09-12 04:36:29.455 8 WARNING cinder.api [-] The v2 API has been removed and is no longer available. Client applications must now use the v3 API only. The 'enable_v2_api' option has been removed and is ignored in the cinder.conf file. /var/lib/openstack/lib/python3.12/site-packages/cinder/api/validation/validators.py:126: DeprecationWarning: FormatChecker.cls_checks is deprecated. Call FormatChecker.checks on a specific FormatChecker instance instead. @jsonschema.FormatChecker.cls_checks('date-time') 2026-09-12 04:36:29.669 7 WARNING cinder.api [-] The v1 API has been removed and is no longer available. Client applications should be using v3, which is currently the only supported version of the Block Storage API. 2026-09-12 04:36:29.669 7 WARNING cinder.api [-] The v2 API has been removed and is no longer available. Client applications must now use the v3 API only. The 'enable_v2_api' option has been removed and is ignored in the cinder.conf file. /var/lib/openstack/lib/python3.12/site-packages/cinder/api/validation/validators.py:126: DeprecationWarning: FormatChecker.cls_checks is deprecated. Call FormatChecker.checks on a specific FormatChecker instance instead. @jsonschema.FormatChecker.cls_checks('date-time') 2026-09-12 04:36:30.720 8 INFO cinder.rpc [None req-13b6ea2b-281c-49c9-bbf9-6091f00cf861 - - - - - -] Automatically selected cinder-scheduler objects version 1.39 as minimum service version. 2026-09-12 04:36:30.723 8 INFO cinder.rpc [None req-13b6ea2b-281c-49c9-bbf9-6091f00cf861 - - - - - -] Automatically selected cinder-scheduler RPC version 3.12 as minimum service version. 2026-09-12 04:36:30.725 8 INFO cinder.rpc [None req-13b6ea2b-281c-49c9-bbf9-6091f00cf861 - - - - - -] Automatically selected cinder-volume objects version 1.39 as minimum service version. 2026-09-12 04:36:30.727 8 INFO cinder.rpc [None req-13b6ea2b-281c-49c9-bbf9-6091f00cf861 - - - - - -] Automatically selected cinder-volume RPC version 3.20 as minimum service version. 2026-09-12 04:36:30.740 8 INFO cinder.rpc [None req-13b6ea2b-281c-49c9-bbf9-6091f00cf861 - - - - - -] Automatically selected cinder-backup objects version 1.39 as minimum service version. 2026-09-12 04:36:30.742 8 INFO cinder.rpc [None req-13b6ea2b-281c-49c9-bbf9-6091f00cf861 - - - - - -] Automatically selected cinder-backup RPC version 2.4 as minimum service version. 2026-09-12 04:36:30.788 8 WARNING cinder.api.contrib.hosts [None req-13b6ea2b-281c-49c9-bbf9-6091f00cf861 - - - - - -] Deprecated: The Host API is deprecated and will be be removed in a future version. 2026-09-12 04:36:30.822 8 WARNING keystonemiddleware._common.config [None req-13b6ea2b-281c-49c9-bbf9-6091f00cf861 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-09-12 04:36:30.831 8 WARNING oslo_config.cfg [None req-13b6ea2b-281c-49c9-bbf9-6091f00cf861 - - - - - -] 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 0x7f6f4b875668 pid: 8 (default app) 2026-09-12 04:36:30.834 8 INFO cinder.api.openstack.wsgi [None req-13b6ea2b-281c-49c9-bbf9-6091f00cf861 - - - - - -] GET http://10.0.0.19:8776/ 2026-09-12 04:36:30.835 8 INFO cinder.api.openstack.wsgi [None req-13b6ea2b-281c-49c9-bbf9-6091f00cf861 - - - - - -] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:36:31.009 7 INFO cinder.rpc [None req-2ded31ab-f5e1-4704-92a9-dee10c45f000 - - - - - -] Automatically selected cinder-scheduler objects version 1.39 as minimum service version. 2026-09-12 04:36:31.013 7 INFO cinder.rpc [None req-2ded31ab-f5e1-4704-92a9-dee10c45f000 - - - - - -] Automatically selected cinder-scheduler RPC version 3.12 as minimum service version. 2026-09-12 04:36:31.015 7 INFO cinder.rpc [None req-2ded31ab-f5e1-4704-92a9-dee10c45f000 - - - - - -] Automatically selected cinder-volume objects version 1.39 as minimum service version. 2026-09-12 04:36:31.018 7 INFO cinder.rpc [None req-2ded31ab-f5e1-4704-92a9-dee10c45f000 - - - - - -] Automatically selected cinder-volume RPC version 3.20 as minimum service version. 2026-09-12 04:36:31.031 7 INFO cinder.rpc [None req-2ded31ab-f5e1-4704-92a9-dee10c45f000 - - - - - -] Automatically selected cinder-backup objects version 1.39 as minimum service version. 2026-09-12 04:36:31.034 7 INFO cinder.rpc [None req-2ded31ab-f5e1-4704-92a9-dee10c45f000 - - - - - -] Automatically selected cinder-backup RPC version 2.4 as minimum service version. 2026-09-12 04:36:31.093 7 WARNING cinder.api.contrib.hosts [None req-2ded31ab-f5e1-4704-92a9-dee10c45f000 - - - - - -] Deprecated: The Host API is deprecated and will be be removed in a future version. 2026-09-12 04:36:31.152 7 WARNING keystonemiddleware._common.config [None req-2ded31ab-f5e1-4704-92a9-dee10c45f000 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-09-12 04:36:31.162 7 WARNING oslo_config.cfg [None req-2ded31ab-f5e1-4704-92a9-dee10c45f000 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 6 seconds on interpreter 0x7f6f4b875668 pid: 7 (default app) 2026-09-12 04:36:40.436 8 INFO cinder.api.openstack.wsgi [None req-13b6ea2b-281c-49c9-bbf9-6091f00cf861 - - - - - -] GET http://10.0.0.19:8776/ 2026-09-12 04:36:40.437 8 INFO cinder.api.openstack.wsgi [None req-13b6ea2b-281c-49c9-bbf9-6091f00cf861 - - - - - -] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:36:50.436 7 INFO cinder.api.openstack.wsgi [None req-2ded31ab-f5e1-4704-92a9-dee10c45f000 - - - - - -] GET http://10.0.0.19:8776/ 2026-09-12 04:36:50.438 7 INFO cinder.api.openstack.wsgi [None req-2ded31ab-f5e1-4704-92a9-dee10c45f000 - - - - - -] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:37:00.435 7 INFO cinder.api.openstack.wsgi [None req-2ded31ab-f5e1-4704-92a9-dee10c45f000 - - - - - -] GET http://10.0.0.19:8776/ 2026-09-12 04:37:00.435 8 INFO cinder.api.openstack.wsgi [None req-13b6ea2b-281c-49c9-bbf9-6091f00cf861 - - - - - -] GET http://10.0.0.19:8776/ 2026-09-12 04:37:00.436 7 INFO cinder.api.openstack.wsgi [None req-2ded31ab-f5e1-4704-92a9-dee10c45f000 - - - - - -] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:37:00.436 8 INFO cinder.api.openstack.wsgi [None req-13b6ea2b-281c-49c9-bbf9-6091f00cf861 - - - - - -] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:37:10.435 7 INFO cinder.api.openstack.wsgi [None req-2ded31ab-f5e1-4704-92a9-dee10c45f000 - - - - - -] GET http://10.0.0.19:8776/ 2026-09-12 04:37:10.436 8 INFO cinder.api.openstack.wsgi [None req-13b6ea2b-281c-49c9-bbf9-6091f00cf861 - - - - - -] GET http://10.0.0.19:8776/ 2026-09-12 04:37:10.437 7 INFO cinder.api.openstack.wsgi [None req-2ded31ab-f5e1-4704-92a9-dee10c45f000 - - - - - -] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:37:10.437 8 INFO cinder.api.openstack.wsgi [None req-13b6ea2b-281c-49c9-bbf9-6091f00cf861 - - - - - -] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:37:20.435 7 INFO cinder.api.openstack.wsgi [None req-2ded31ab-f5e1-4704-92a9-dee10c45f000 - - - - - -] GET http://10.0.0.19:8776/ 2026-09-12 04:37:20.435 8 INFO cinder.api.openstack.wsgi [None req-13b6ea2b-281c-49c9-bbf9-6091f00cf861 - - - - - -] GET http://10.0.0.19:8776/ 2026-09-12 04:37:20.436 7 INFO cinder.api.openstack.wsgi [None req-2ded31ab-f5e1-4704-92a9-dee10c45f000 - - - - - -] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:37:20.437 8 INFO cinder.api.openstack.wsgi [None req-13b6ea2b-281c-49c9-bbf9-6091f00cf861 - - - - - -] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:37:30.436 7 INFO cinder.api.openstack.wsgi [None req-2ded31ab-f5e1-4704-92a9-dee10c45f000 - - - - - -] GET http://10.0.0.19:8776/ 2026-09-12 04:37:30.436 8 INFO cinder.api.openstack.wsgi [None req-13b6ea2b-281c-49c9-bbf9-6091f00cf861 - - - - - -] GET http://10.0.0.19:8776/ 2026-09-12 04:37:30.437 7 INFO cinder.api.openstack.wsgi [None req-2ded31ab-f5e1-4704-92a9-dee10c45f000 - - - - - -] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:37:30.437 8 INFO cinder.api.openstack.wsgi [None req-13b6ea2b-281c-49c9-bbf9-6091f00cf861 - - - - - -] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:37:40.440 7 INFO cinder.api.openstack.wsgi [None req-2ded31ab-f5e1-4704-92a9-dee10c45f000 - - - - - -] GET http://10.0.0.19:8776/ 2026-09-12 04:37:40.440 8 INFO cinder.api.openstack.wsgi [None req-13b6ea2b-281c-49c9-bbf9-6091f00cf861 - - - - - -] GET http://10.0.0.19:8776/ 2026-09-12 04:37:40.441 8 INFO cinder.api.openstack.wsgi [None req-13b6ea2b-281c-49c9-bbf9-6091f00cf861 - - - - - -] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:37:40.441 7 INFO cinder.api.openstack.wsgi [None req-2ded31ab-f5e1-4704-92a9-dee10c45f000 - - - - - -] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:37:50.435 8 INFO cinder.api.openstack.wsgi [None req-13b6ea2b-281c-49c9-bbf9-6091f00cf861 - - - - - -] GET http://10.0.0.19:8776/ 2026-09-12 04:37:50.435 7 INFO cinder.api.openstack.wsgi [None req-2ded31ab-f5e1-4704-92a9-dee10c45f000 - - - - - -] GET http://10.0.0.19:8776/ 2026-09-12 04:37:50.436 8 INFO cinder.api.openstack.wsgi [None req-13b6ea2b-281c-49c9-bbf9-6091f00cf861 - - - - - -] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:37:50.436 7 INFO cinder.api.openstack.wsgi [None req-2ded31ab-f5e1-4704-92a9-dee10c45f000 - - - - - -] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:38:00.436 8 INFO cinder.api.openstack.wsgi [None req-13b6ea2b-281c-49c9-bbf9-6091f00cf861 - - - - - -] GET http://10.0.0.19:8776/ 2026-09-12 04:38:00.436 7 INFO cinder.api.openstack.wsgi [None req-2ded31ab-f5e1-4704-92a9-dee10c45f000 - - - - - -] GET http://10.0.0.19:8776/ 2026-09-12 04:38:00.437 7 INFO cinder.api.openstack.wsgi [None req-2ded31ab-f5e1-4704-92a9-dee10c45f000 - - - - - -] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:38:00.437 8 INFO cinder.api.openstack.wsgi [None req-13b6ea2b-281c-49c9-bbf9-6091f00cf861 - - - - - -] http://10.0.0.19:8776/ returned with HTTP 300 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_create":"" was deprecated in X in favor of "volume:attachment_create":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_update":"rule:admin_or_owner" was deprecated in X in favor of "volume:attachment_update":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_delete":"rule:admin_or_owner" was deprecated in X in favor of "volume:attachment_delete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_complete":"rule:admin_or_owner" was deprecated in X in favor of "volume:attachment_complete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:multiattach_bootable_volume":"rule:admin_or_owner" was deprecated in X in favor of "volume:multiattach_bootable_volume":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:get_all":"rule:admin_or_owner" was deprecated in X in favor of "message:get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:get":"rule:admin_or_owner" was deprecated in X in favor of "message:get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:delete":"rule:admin_or_owner" was deprecated in X in favor of "message:delete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_snapshot_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_snapshot_metadata":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_snapshot_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:update_snapshot_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_snapshot_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete_snapshot_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all_snapshots":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_all_snapshots":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:extended_snapshot_attributes":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:extended_snapshot_attributes":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:create_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_snapshot":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:update_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "snapshot_extension:snapshot_actions:update_snapshot_status":"" was deprecated in X in favor of "snapshot_extension:snapshot_actions:update_snapshot_status":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:get_all":"rule:admin_or_owner" was deprecated in X in favor of "backup:get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:create":"" was deprecated in X in favor of "backup:create":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:get":"rule:admin_or_owner" was deprecated in X in favor of "backup:get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:update":"rule:admin_or_owner" was deprecated in X in favor of "backup:update":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:restore":"rule:admin_or_owner" was deprecated in X in favor of "backup:restore":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_all":"rule:admin_or_owner" was deprecated in X in favor of "group:get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:create":"" was deprecated in X in favor of "group:create":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get":"rule:admin_or_owner" was deprecated in X in favor of "group:get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:update":"rule:admin_or_owner" was deprecated in X in favor of "group:update":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_all_group_snapshots":"rule:admin_or_owner" was deprecated in X in favor of "group:get_all_group_snapshots":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:create_group_snapshot":"" was deprecated in X in favor of "group:create_group_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_group_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "group:get_group_snapshot":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:delete_group_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "group:delete_group_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:update_group_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "group:update_group_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:delete":"rule:admin_or_owner" was deprecated in X in favor of "group:delete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:enable_replication":"rule:admin_or_owner" was deprecated in X in favor of "group:enable_replication":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:disable_replication":"rule:admin_or_owner" was deprecated in X in favor of "group:disable_replication":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:failover_replication":"rule:admin_or_owner" was deprecated in X in favor of "group:failover_replication":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:list_replication_targets":"rule:admin_or_owner" was deprecated in X in favor of "group:list_replication_targets":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:quotas:show":"rule:admin_or_owner" was deprecated in None in favor of "volume_extension:quotas:show":"rule:xena_system_admin_or_project_reader". Reason: None. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "limits_extension:used_limits":"rule:admin_or_owner" was deprecated in X in favor of "limits_extension:used_limits":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:type_get":"" was deprecated in X in favor of "volume_extension:type_get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:type_get_all":"" was deprecated in X in favor of "volume_extension:type_get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:access_types_extra_specs":"rule:admin_api" was deprecated in X in favor of "volume_extension:access_types_extra_specs":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:create":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:create":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:get":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:get":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:update":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:update":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:delete":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:delete":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_access":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_type_access":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_access:get_all_for_type":"volume_extension:volume_type_access" was deprecated in X in favor of "volume_extension:volume_type_access:get_all_for_type":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_access:get_all_for_type' is a new policy that protects an API call formerly governed by 'volume_extension:volume_type_access', but which has been separated for finer-grained policy control.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:extend":"rule:admin_or_owner" was deprecated in X in favor of "volume:extend":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:extend_attached_volume":"rule:admin_or_owner" was deprecated in X in favor of "volume:extend_attached_volume":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:revert_to_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:revert_to_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:retype":"rule:admin_or_owner" was deprecated in X in favor of "volume:retype":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_readonly_flag":"rule:admin_or_owner" was deprecated in X in favor of "volume:update_readonly_flag":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:upload_image":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:upload_image":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:initialize_connection":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:initialize_connection":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:terminate_connection":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:terminate_connection":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:roll_detaching":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:roll_detaching":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:reserve":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:reserve":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:unreserve":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:unreserve":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:begin_detaching":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:begin_detaching":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:attach":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:attach":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:detach":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:detach":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all_transfers":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_all_transfers":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_transfer":"rule:admin_or_owner" was deprecated in X in favor of "volume:create_transfer":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_transfer":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_transfer":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:accept_transfer":"" was deprecated in X in favor of "volume:accept_transfer":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_transfer":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete_transfer":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_volume_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_volume_metadata":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_volume_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:create_volume_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_volume_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:update_volume_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_volume_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete_volume_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:show":"rule:xena_system_admin_or_project_reader". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:set":"rule:xena_system_admin_or_project_member". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:remove":"rule:xena_system_admin_or_project_member". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:types_extra_specs:index":"" was deprecated in X in favor of "volume_extension:types_extra_specs:index":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:types_extra_specs:show":"" was deprecated in X in favor of "volume_extension:types_extra_specs:show":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create":"" was deprecated in X in favor of "volume:create":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_from_image":"" was deprecated in X in favor of "volume:create_from_image":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get":"rule:admin_or_owner" was deprecated in X in favor of "volume:get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update":"rule:admin_or_owner" was deprecated in X in favor of "volume:update":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_tenant_attribute":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_tenant_attribute":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_encryption_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_encryption_metadata":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:multiattach":"rule:admin_or_owner" was deprecated in X in favor of "volume:multiattach":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_set_or_update":"rule:system_or_domain_or_project_admin" was deprecated in X in favor of "volume_extension:default_set_or_update":"rule:admin_api". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_get":"rule:system_or_domain_or_project_admin" was deprecated in X in favor of "volume_extension:default_get":"rule:admin_api". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_get_all":"role:admin and system_scope:all" was deprecated in X in favor of "volume_extension:default_get_all":"rule:admin_api". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_unset":"rule:system_or_domain_or_project_admin" was deprecated in X in favor of "volume_extension:default_unset":"rule:admin_api". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) 2026-09-12 04:38:04.621 7 INFO cinder.api.openstack.wsgi [None req-6b3a4543-fbab-4bc2-8653-e810899141ea 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/types/rbd1 2026-09-12 04:38:04.644 7 INFO cinder.api.openstack.wsgi [None req-6b3a4543-fbab-4bc2-8653-e810899141ea 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/types/rbd1 returned with HTTP 404 [pid: 7|app: 0|req: 9/18] 10.0.0.247 () {30 vars in 682 bytes} [Sat Sep 12 04:38:03 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/types/rbd1 => generated 82 bytes in 954 msecs (HTTP/1.1 404) 7 headers in 291 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_create":"" was deprecated in X in favor of "volume:attachment_create":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_update":"rule:admin_or_owner" was deprecated in X in favor of "volume:attachment_update":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_delete":"rule:admin_or_owner" was deprecated in X in favor of "volume:attachment_delete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_complete":"rule:admin_or_owner" was deprecated in X in favor of "volume:attachment_complete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:multiattach_bootable_volume":"rule:admin_or_owner" was deprecated in X in favor of "volume:multiattach_bootable_volume":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:get_all":"rule:admin_or_owner" was deprecated in X in favor of "message:get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:get":"rule:admin_or_owner" was deprecated in X in favor of "message:get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:delete":"rule:admin_or_owner" was deprecated in X in favor of "message:delete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_snapshot_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_snapshot_metadata":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_snapshot_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:update_snapshot_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_snapshot_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete_snapshot_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all_snapshots":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_all_snapshots":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:extended_snapshot_attributes":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:extended_snapshot_attributes":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:create_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_snapshot":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:update_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "snapshot_extension:snapshot_actions:update_snapshot_status":"" was deprecated in X in favor of "snapshot_extension:snapshot_actions:update_snapshot_status":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:get_all":"rule:admin_or_owner" was deprecated in X in favor of "backup:get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:create":"" was deprecated in X in favor of "backup:create":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:get":"rule:admin_or_owner" was deprecated in X in favor of "backup:get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:update":"rule:admin_or_owner" was deprecated in X in favor of "backup:update":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:restore":"rule:admin_or_owner" was deprecated in X in favor of "backup:restore":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_all":"rule:admin_or_owner" was deprecated in X in favor of "group:get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:create":"" was deprecated in X in favor of "group:create":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get":"rule:admin_or_owner" was deprecated in X in favor of "group:get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:update":"rule:admin_or_owner" was deprecated in X in favor of "group:update":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_all_group_snapshots":"rule:admin_or_owner" was deprecated in X in favor of "group:get_all_group_snapshots":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:create_group_snapshot":"" was deprecated in X in favor of "group:create_group_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_group_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "group:get_group_snapshot":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:delete_group_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "group:delete_group_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:update_group_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "group:update_group_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:delete":"rule:admin_or_owner" was deprecated in X in favor of "group:delete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:enable_replication":"rule:admin_or_owner" was deprecated in X in favor of "group:enable_replication":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:disable_replication":"rule:admin_or_owner" was deprecated in X in favor of "group:disable_replication":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:failover_replication":"rule:admin_or_owner" was deprecated in X in favor of "group:failover_replication":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:list_replication_targets":"rule:admin_or_owner" was deprecated in X in favor of "group:list_replication_targets":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:quotas:show":"rule:admin_or_owner" was deprecated in None in favor of "volume_extension:quotas:show":"rule:xena_system_admin_or_project_reader". Reason: None. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "limits_extension:used_limits":"rule:admin_or_owner" was deprecated in X in favor of "limits_extension:used_limits":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:type_get":"" was deprecated in X in favor of "volume_extension:type_get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:type_get_all":"" was deprecated in X in favor of "volume_extension:type_get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:access_types_extra_specs":"rule:admin_api" was deprecated in X in favor of "volume_extension:access_types_extra_specs":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:create":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:create":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:get":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:get":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:update":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:update":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:delete":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:delete":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_access":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_type_access":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_access:get_all_for_type":"volume_extension:volume_type_access" was deprecated in X in favor of "volume_extension:volume_type_access:get_all_for_type":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_access:get_all_for_type' is a new policy that protects an API call formerly governed by 'volume_extension:volume_type_access', but which has been separated for finer-grained policy control.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:extend":"rule:admin_or_owner" was deprecated in X in favor of "volume:extend":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:extend_attached_volume":"rule:admin_or_owner" was deprecated in X in favor of "volume:extend_attached_volume":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:revert_to_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:revert_to_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:retype":"rule:admin_or_owner" was deprecated in X in favor of "volume:retype":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_readonly_flag":"rule:admin_or_owner" was deprecated in X in favor of "volume:update_readonly_flag":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:upload_image":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:upload_image":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:initialize_connection":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:initialize_connection":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:terminate_connection":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:terminate_connection":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:roll_detaching":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:roll_detaching":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:reserve":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:reserve":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:unreserve":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:unreserve":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:begin_detaching":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:begin_detaching":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:attach":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:attach":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:detach":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:detach":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all_transfers":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_all_transfers":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_transfer":"rule:admin_or_owner" was deprecated in X in favor of "volume:create_transfer":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_transfer":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_transfer":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:accept_transfer":"" was deprecated in X in favor of "volume:accept_transfer":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_transfer":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete_transfer":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_volume_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_volume_metadata":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_volume_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:create_volume_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_volume_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:update_volume_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_volume_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete_volume_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:show":"rule:xena_system_admin_or_project_reader". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:set":"rule:xena_system_admin_or_project_member". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:remove":"rule:xena_system_admin_or_project_member". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:types_extra_specs:index":"" was deprecated in X in favor of "volume_extension:types_extra_specs:index":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:types_extra_specs:show":"" was deprecated in X in favor of "volume_extension:types_extra_specs:show":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create":"" was deprecated in X in favor of "volume:create":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_from_image":"" was deprecated in X in favor of "volume:create_from_image":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get":"rule:admin_or_owner" was deprecated in X in favor of "volume:get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update":"rule:admin_or_owner" was deprecated in X in favor of "volume:update":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_tenant_attribute":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_tenant_attribute":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_encryption_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_encryption_metadata":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:multiattach":"rule:admin_or_owner" was deprecated in X in favor of "volume:multiattach":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_set_or_update":"rule:system_or_domain_or_project_admin" was deprecated in X in favor of "volume_extension:default_set_or_update":"rule:admin_api". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_get":"rule:system_or_domain_or_project_admin" was deprecated in X in favor of "volume_extension:default_get":"rule:admin_api". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_get_all":"role:admin and system_scope:all" was deprecated in X in favor of "volume_extension:default_get_all":"rule:admin_api". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_unset":"rule:system_or_domain_or_project_admin" was deprecated in X in favor of "volume_extension:default_unset":"rule:admin_api". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) 2026-09-12 04:38:05.108 8 INFO cinder.api.openstack.wsgi [None req-0da00305-091c-470a-b7f8-8ad7636acf20 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/types?name=rbd1&is_public=None /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 04:38:05.136 8 INFO cinder.api.openstack.wsgi [None req-0da00305-091c-470a-b7f8-8ad7636acf20 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/types?name=rbd1&is_public=None returned with HTTP 200 [pid: 8|app: 0|req: 10/19] 10.0.0.247 () {30 vars in 721 bytes} [Sat Sep 12 04:38:04 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/types?name=rbd1&is_public=None => generated 20 bytes in 487 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 04:38:07.169 7 INFO cinder.api.openstack.wsgi [None req-e18308a6-41a0-405a-b45a-740711fa1228 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/types /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 04:38:07.208 7 INFO cinder.api.openstack.wsgi [None req-e18308a6-41a0-405a-b45a-740711fa1228 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/types returned with HTTP 200 [pid: 7|app: 0|req: 10/20] 10.0.0.247 () {34 vars in 725 bytes} [Sat Sep 12 04:38:07 2026] POST /v3/7b61f90f072d48bdbd340d0f88bf2409/types => generated 179 bytes in 88 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 04:38:07.229 8 INFO cinder.api.openstack.wsgi [req-e18308a6-41a0-405a-b45a-740711fa1228 req-59073852-c9e8-4b90-9970-f8f185c726d0 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/types/97b0b745-06f4-4cf9-8e09-05fc45d9311d/extra_specs 2026-09-12 04:38:07.343 8 INFO cinder.api.openstack.wsgi [req-e18308a6-41a0-405a-b45a-740711fa1228 req-59073852-c9e8-4b90-9970-f8f185c726d0 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/types/97b0b745-06f4-4cf9-8e09-05fc45d9311d/extra_specs returned with HTTP 200 [pid: 8|app: 0|req: 11/21] 10.0.0.247 () {36 vars in 894 bytes} [Sat Sep 12 04:38:07 2026] POST /v3/7b61f90f072d48bdbd340d0f88bf2409/types/97b0b745-06f4-4cf9-8e09-05fc45d9311d/extra_specs => generated 48 bytes in 125 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 04:38:09.223 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/types?is_public=None 2026-09-12 04:38:09.261 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/types?is_public=None returned with HTTP 200 [pid: 7|app: 0|req: 11/22] 10.0.0.247 () {30 vars in 701 bytes} [Sat Sep 12 04:38:09 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/types?is_public=None => generated 443 bytes in 84 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 04:38:10.436 8 INFO cinder.api.openstack.wsgi [req-e18308a6-41a0-405a-b45a-740711fa1228 req-59073852-c9e8-4b90-9970-f8f185c726d0 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:38:10.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:38:10.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:38:10.437 8 INFO cinder.api.openstack.wsgi [req-e18308a6-41a0-405a-b45a-740711fa1228 req-59073852-c9e8-4b90-9970-f8f185c726d0 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:38:11.327 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/qos-specs 2026-09-12 04:38:11.345 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/qos-specs returned with HTTP 200 [pid: 8|app: 0|req: 13/25] 10.0.0.247 () {30 vars in 680 bytes} [Sat Sep 12 04:38:10 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/qos-specs => generated 17 bytes in 410 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 04:38:20.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:38:20.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:38:20.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:38:20.437 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:38:30.434 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:38:30.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:38:30.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:38:30.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:38:40.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:38:40.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:38:40.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:38:40.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:38:50.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:38:50.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:38:50.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:38:50.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:39:00.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:39:00.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:39:00.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:39:00.437 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:39:10.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:39:10.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:39:10.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:39:10.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:39:20.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:39:20.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:39:20.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:39:20.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:39:30.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:39:30.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:39:30.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:39:30.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:39:40.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:39:40.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:39:40.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:39:40.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:39:50.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:39:50.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:39:50.437 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:39:50.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:40:00.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:40:00.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:40:00.438 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:40:00.438 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:40:10.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:40:10.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:40:10.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:40:10.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:40:20.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:40:20.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:40:20.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:40:20.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:40:30.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:40:30.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:40:30.437 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:40:30.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:40:40.440 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:40:40.440 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:40:40.440 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:40:40.441 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:40:50.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:40:50.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:40:50.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:40:50.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:41:00.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:41:00.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:41:00.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:41:00.437 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:41:10.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:41:10.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:41:10.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:41:10.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:41:20.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:41:20.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:41:20.440 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:41:20.441 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:41:30.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:41:30.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:41:30.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:41:30.437 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:41:40.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:41:40.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:41:40.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:41:40.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:41:50.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:41:50.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:41:50.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:41:50.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:42:00.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:42:00.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:42:00.437 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:42:00.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:42:10.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:42:10.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:42:10.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:42:10.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:42:20.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:42:20.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:42:20.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:42:20.437 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:42:30.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:42:30.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:42:30.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:42:30.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:42:40.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:42:40.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:42:40.437 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:42:40.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:42:50.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:42:50.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:42:50.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:42:50.437 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:43:00.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:43:00.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:43:00.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:43:00.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:43:10.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:43:10.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:43:10.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:43:10.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:43:20.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:43:20.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:43:20.437 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:43:20.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:43:30.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:43:30.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:43:30.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:43:30.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:43:40.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:43:40.437 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:43:40.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:43:40.438 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:43:50.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:43:50.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:43:50.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:43:50.437 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:44:00.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:44:00.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:44:00.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:44:00.437 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:44:10.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:44:10.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:44:10.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:44:10.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:44:20.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:44:20.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:44:20.437 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:44:20.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:44:30.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:44:30.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:44:30.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:44:30.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:44:40.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:44:40.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:44:40.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:44:40.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:44:50.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:44:50.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:44:50.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:44:50.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:45:00.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:45:00.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:45:00.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:45:00.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:45:10.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:45:10.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:45:10.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:45:10.437 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:45:20.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:45:20.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:45:20.437 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:45:20.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:45:30.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:45:30.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:45:30.437 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:45:30.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:45:40.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:45:40.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:45:40.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:45:40.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:45:50.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:45:50.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:45:50.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:45:50.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:46:00.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:46:00.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:46:00.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:46:00.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:46:10.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:46:10.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:46:10.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:46:10.437 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:46:20.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:46:20.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:46:20.437 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:46:20.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:46:30.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:46:30.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:46:30.437 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:46:30.438 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:46:40.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:46:40.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:46:40.437 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:46:40.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:46:50.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:46:50.438 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:46:50.438 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:46:50.439 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:47:00.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:47:00.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:47:00.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:47:00.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:47:10.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:47:10.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:47:10.437 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:47:10.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:47:20.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:47:20.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:47:20.437 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:47:20.438 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:47:30.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:47:30.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:47:30.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:47:30.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:47:40.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:47:40.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:47:40.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:47:40.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:47:50.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:47:50.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:47:50.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:47:50.437 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:48:00.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:48:00.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:48:00.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:48:00.437 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:48:10.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:48:10.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:48:10.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:48:10.438 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:48:20.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:48:20.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:48:20.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:48:20.437 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:48:30.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:48:30.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:48:30.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:48:30.437 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:48:40.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:48:40.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:48:40.437 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:48:40.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:48:50.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:48:50.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:48:50.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:48:50.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:49:00.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:49:00.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:49:00.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:49:00.437 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:49:10.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:49:10.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:49:10.437 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:49:10.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:49:20.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:49:20.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:49:20.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:49:20.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:49:30.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:49:30.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:49:30.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:49:30.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:49:40.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:49:40.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:49:40.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:49:40.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:49:50.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:49:50.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:49:50.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:49:50.438 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:50:00.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:50:00.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:50:00.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:50:00.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:50:10.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:50:10.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:50:10.437 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:50:10.438 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:50:20.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:50:20.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:50:20.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:50:20.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:50:30.434 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:50:30.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:50:30.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:50:30.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:50:40.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:50:40.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:50:40.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:50:40.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:50:50.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:50:50.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:50:50.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:50:50.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:51:00.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:51:00.437 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:51:00.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:51:00.438 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:51:10.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:51:10.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:51:10.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:51:10.437 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:51:20.440 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:51:20.440 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:51:20.440 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:51:20.442 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:51:30.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:51:30.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:51:30.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:51:30.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:51:40.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:51:40.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:51:40.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:51:40.437 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:51:50.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:51:50.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:51:50.438 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:51:50.439 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:52:00.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:52:00.437 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:52:00.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:52:00.440 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:52:10.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:52:10.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:52:10.438 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:52:10.439 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:52:20.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:52:20.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:52:20.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:52:20.438 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:52:30.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:52:30.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:52:30.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:52:30.437 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:52:40.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:52:40.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:52:40.437 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:52:40.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:52:50.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:52:50.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:52:50.437 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:52:50.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:53:00.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:53:00.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:53:00.437 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:53:00.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:53:10.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:53:10.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:53:10.437 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:53:10.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:53:20.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:53:20.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:53:20.439 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:53:20.441 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:53:30.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:53:30.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:53:30.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:53:30.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:53:40.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:53:40.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:53:40.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:53:40.437 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:53:50.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:53:50.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:53:50.437 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:53:50.439 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:54:00.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:54:00.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:54:00.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:54:00.437 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:54:10.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:54:10.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:54:10.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:54:10.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:54:20.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:54:20.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:54:20.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:54:20.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:54:30.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:54:30.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:54:30.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:54:30.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:54:40.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:54:40.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:54:40.437 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:54:40.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:54:50.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:54:50.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:54:50.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:54:50.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:55:00.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:55:00.435 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:55:00.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:55:00.437 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:55:10.435 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:55:10.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:55:10.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:55:10.437 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:55:20.436 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:55:20.436 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:55:20.437 7 INFO cinder.api.openstack.wsgi [None req-940c7958-7842-4af5-8be1-cd5ba37dbfe7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:55:20.437 8 INFO cinder.api.openstack.wsgi [None req-41faaef8-d9a4-411d-9340-7124f876e1c2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-12 04:55:25.324 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET https://volume.162-253-55-242.nip.io/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=False 2026-09-12 04:55:25.369 7 WARNING cinder.quota [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Deprecated: Default quota for resource: volumes_rbd1 is set by the default quota flag: quota_volumes_rbd1, it is now deprecated. Please use the default quota class for default quota. 2026-09-12 04:55:25.370 7 WARNING cinder.quota [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Deprecated: Default quota for resource: gigabytes_rbd1 is set by the default quota flag: quota_gigabytes_rbd1, it is now deprecated. Please use the default quota class for default quota. 2026-09-12 04:55:25.371 7 WARNING cinder.quota [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Deprecated: Default quota for resource: snapshots_rbd1 is set by the default quota flag: quota_snapshots_rbd1, it is now deprecated. Please use the default quota class for default quota. 2026-09-12 04:55:25.371 7 WARNING cinder.quota [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Deprecated: Default quota for resource: volumes___DEFAULT__ is set by the default quota flag: quota_volumes___DEFAULT__, it is now deprecated. Please use the default quota class for default quota. 2026-09-12 04:55:25.372 7 WARNING cinder.quota [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Deprecated: Default quota for resource: gigabytes___DEFAULT__ is set by the default quota flag: quota_gigabytes___DEFAULT__, it is now deprecated. Please use the default quota class for default quota. 2026-09-12 04:55:25.373 7 WARNING cinder.quota [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Deprecated: Default quota for resource: snapshots___DEFAULT__ is set by the default quota flag: quota_snapshots___DEFAULT__, it is now deprecated. Please use the default quota class for default quota. 2026-09-12 04:55:25.381 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] https://volume.162-253-55-242.nip.io/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=False returned with HTTP 200 [pid: 7|app: 0|req: 116/232] 162.253.55.242 () {44 vars in 1068 bytes} [Sat Sep 12 04:55:25 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=False => generated 340 bytes in 242 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-12 04:55:25.644 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] PUT https://volume.162-253-55-242.nip.io/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409 2026-09-12 04:55:25.745 8 WARNING cinder.quota [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Deprecated: Default quota for resource: volumes_rbd1 is set by the default quota flag: quota_volumes_rbd1, it is now deprecated. Please use the default quota class for default quota. 2026-09-12 04:55:25.746 8 WARNING cinder.quota [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Deprecated: Default quota for resource: gigabytes_rbd1 is set by the default quota flag: quota_gigabytes_rbd1, it is now deprecated. Please use the default quota class for default quota. 2026-09-12 04:55:25.747 8 WARNING cinder.quota [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Deprecated: Default quota for resource: snapshots_rbd1 is set by the default quota flag: quota_snapshots_rbd1, it is now deprecated. Please use the default quota class for default quota. 2026-09-12 04:55:25.747 8 WARNING cinder.quota [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Deprecated: Default quota for resource: volumes___DEFAULT__ is set by the default quota flag: quota_volumes___DEFAULT__, it is now deprecated. Please use the default quota class for default quota. 2026-09-12 04:55:25.748 8 WARNING cinder.quota [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Deprecated: Default quota for resource: gigabytes___DEFAULT__ is set by the default quota flag: quota_gigabytes___DEFAULT__, it is now deprecated. Please use the default quota class for default quota. 2026-09-12 04:55:25.749 8 WARNING cinder.quota [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Deprecated: Default quota for resource: snapshots___DEFAULT__ is set by the default quota flag: quota_snapshots___DEFAULT__, it is now deprecated. Please use the default quota class for default quota. 2026-09-12 04:55:25.758 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] https://volume.162-253-55-242.nip.io/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409 returned with HTTP 200 [pid: 8|app: 0|req: 117/233] 162.253.55.242 () {48 vars in 1097 bytes} [Sat Sep 12 04:55:25 2026] PUT /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409 => generated 296 bytes in 133 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 04:55:30.435 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:55:30.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:55:30.437 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:55:30.437 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:55:40.435 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:55:40.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:55:40.437 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:55:40.438 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:55:50.435 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:55:50.435 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:55:50.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:55:50.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:56:00.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:56:00.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:56:00.437 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:56:00.437 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:56:10.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:56:10.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:56:10.437 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:56:10.437 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:56:20.439 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:56:20.440 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:56:20.444 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:56:20.445 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:56:30.435 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:56:30.435 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:56:30.437 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:56:30.439 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:56:40.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:56:40.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:56:40.437 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:56:40.437 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:56:50.435 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:56:50.435 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:56:50.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:56:50.437 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:57:00.435 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:57:00.435 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:57:00.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:57:00.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:57:10.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:57:10.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:57:10.437 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:57:10.437 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:57:20.435 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:57:20.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:57:20.437 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:57:20.437 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:57:30.435 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:57:30.435 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:57:30.437 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:57:30.437 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:57:40.435 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:57:40.435 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:57:40.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:57:40.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:57:50.435 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:57:50.435 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:57:50.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:57:50.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:58:00.435 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:58:00.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:58:00.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:58:00.438 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:58:10.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:58:10.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:58:10.437 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:58:10.438 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:58:20.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:58:20.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:58:20.437 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:58:20.437 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:58:30.435 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:58:30.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:58:30.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:58:30.438 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:58:40.435 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:58:40.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:58:40.437 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:58:40.437 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:58:50.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:58:50.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:58:50.437 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:58:50.437 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:59:00.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:59:00.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:59:00.442 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:59:00.449 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:59:10.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:59:10.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:59:10.437 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:59:10.438 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:59:20.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:59:20.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:59:20.437 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:59:20.438 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:59:30.435 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:59:30.435 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:59:30.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:59:30.437 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:59:40.435 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:59:40.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:59:40.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:59:40.437 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:59:50.435 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:59:50.435 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 04:59:50.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 04:59:50.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:00:00.435 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:00:00.435 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:00:00.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:00:00.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:00:10.435 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:00:10.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:00:10.441 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:00:10.442 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:00:20.435 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:00:20.435 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:00:20.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:00:20.437 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:00:30.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:00:30.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:00:30.437 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:00:30.437 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:00:40.435 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:00:40.435 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:00:40.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:00:40.437 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:00:50.435 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:00:50.435 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:00:50.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:00:50.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:01:00.435 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:01:00.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:01:00.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:01:00.437 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:01:10.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:01:10.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:01:10.437 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:01:10.437 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:01:20.435 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:01:20.435 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:01:20.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:01:20.437 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:01:30.440 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:01:30.441 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:01:30.441 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:01:30.443 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:01:40.435 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:01:40.435 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:01:40.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:01:40.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:01:50.435 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:01:50.435 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:01:50.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:01:50.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:02:00.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:02:00.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:02:00.437 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:02:00.438 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:02:10.435 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:02:10.435 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:02:10.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:02:10.437 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:02:20.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:02:20.437 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:02:20.437 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:02:20.438 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:02:30.435 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:02:30.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:02:30.437 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:02:30.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:02:40.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:02:40.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:02:40.437 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:02:40.437 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:02:50.435 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:02:50.435 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:02:50.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:02:50.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:03:00.435 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:03:00.435 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:03:00.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:03:00.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:03:10.435 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:03:10.435 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:03:10.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:03:10.437 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:03:20.435 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:03:20.435 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:03:20.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:03:20.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:03:30.435 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:03:30.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:03:30.437 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:03:30.438 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:03:40.435 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:03:40.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:03:40.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:03:40.437 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:03:50.435 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:03:50.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:03:50.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:03:50.438 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:04:00.435 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:04:00.435 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:04:00.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:04:00.437 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:04:10.435 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:04:10.435 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:04:10.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:04:10.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:04:20.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:04:20.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:04:20.437 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:04:20.437 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:04:30.434 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:04:30.435 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:04:30.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:04:30.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:04:40.435 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:04:40.435 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:04:40.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:04:40.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:04:50.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:04:50.437 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:04:50.437 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:04:50.438 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:05:00.435 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:05:00.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:05:00.435 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:05:00.437 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:05:10.435 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:05:10.435 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:05:10.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:05:10.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:05:20.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:05:20.437 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:05:20.438 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:05:20.438 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:05:30.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:05:30.435 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:05:30.438 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:05:30.438 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:05:40.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:05:40.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:05:40.437 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:05:40.438 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:05:50.435 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:05:50.435 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:05:50.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:05:50.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:06:00.435 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:06:00.435 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:06:00.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:06:00.437 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:06:10.435 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:06:10.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:06:10.437 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:06:10.437 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:06:20.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:06:20.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:06:20.437 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:06:20.437 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:06:30.435 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:06:30.435 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:06:30.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:06:30.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:06:40.435 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:06:40.435 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:06:40.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:06:40.437 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:06:50.435 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:06:50.435 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:06:50.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:06:50.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:07:00.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:07:00.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:07:00.437 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:07:00.437 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:07:10.435 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:07:10.435 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:07:10.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:07:10.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:07:20.436 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:07:20.436 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:07:20.437 8 INFO cinder.api.openstack.wsgi [None req-61b3dda2-1a4d-4429-b6d1-f9cb3a5a299d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:07:20.437 7 INFO cinder.api.openstack.wsgi [None req-6672eff5-72ff-47ca-a506-831ea7e79565 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:07:21.912 8 INFO cinder.api.openstack.wsgi [None req-3173e359-9786-461d-8489-247ff5c41247 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET https://volume.162-253-55-242.nip.io/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=False 2026-09-12 05:07:21.941 8 INFO cinder.api.openstack.wsgi [None req-3173e359-9786-461d-8489-247ff5c41247 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] https://volume.162-253-55-242.nip.io/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=False returned with HTTP 200 [pid: 8|app: 0|req: 190/378] 162.253.55.242 () {44 vars in 1068 bytes} [Sat Sep 12 05:07:21 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=False => generated 340 bytes in 181 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:07:22.790 7 INFO cinder.api.openstack.wsgi [None req-57f3a836-674a-4b17-b6f9-643935c703ee 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] PUT https://volume.162-253-55-242.nip.io/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d 2026-09-12 05:07:22.879 7 INFO cinder.api.openstack.wsgi [None req-57f3a836-674a-4b17-b6f9-643935c703ee 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] https://volume.162-253-55-242.nip.io/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d returned with HTTP 200 [pid: 7|app: 0|req: 189/379] 162.253.55.242 () {48 vars in 1097 bytes} [Sat Sep 12 05:07:22 2026] PUT /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d => generated 296 bytes in 105 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:07:30.436 8 INFO cinder.api.openstack.wsgi [None req-3173e359-9786-461d-8489-247ff5c41247 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:07:30.436 7 INFO cinder.api.openstack.wsgi [None req-57f3a836-674a-4b17-b6f9-643935c703ee 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:07:30.437 7 INFO cinder.api.openstack.wsgi [None req-57f3a836-674a-4b17-b6f9-643935c703ee 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:07:30.438 8 INFO cinder.api.openstack.wsgi [None req-3173e359-9786-461d-8489-247ff5c41247 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:07:40.435 8 INFO cinder.api.openstack.wsgi [None req-3173e359-9786-461d-8489-247ff5c41247 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:07:40.435 7 INFO cinder.api.openstack.wsgi [None req-57f3a836-674a-4b17-b6f9-643935c703ee 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:07:40.436 8 INFO cinder.api.openstack.wsgi [None req-3173e359-9786-461d-8489-247ff5c41247 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:07:40.436 7 INFO cinder.api.openstack.wsgi [None req-57f3a836-674a-4b17-b6f9-643935c703ee 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:07:50.435 8 INFO cinder.api.openstack.wsgi [None req-3173e359-9786-461d-8489-247ff5c41247 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:07:50.435 7 INFO cinder.api.openstack.wsgi [None req-57f3a836-674a-4b17-b6f9-643935c703ee 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:07:50.436 8 INFO cinder.api.openstack.wsgi [None req-3173e359-9786-461d-8489-247ff5c41247 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:07:50.436 7 INFO cinder.api.openstack.wsgi [None req-57f3a836-674a-4b17-b6f9-643935c703ee 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:08:00.435 7 INFO cinder.api.openstack.wsgi [None req-57f3a836-674a-4b17-b6f9-643935c703ee 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:08:00.436 7 INFO cinder.api.openstack.wsgi [None req-57f3a836-674a-4b17-b6f9-643935c703ee 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:08:00.436 8 INFO cinder.api.openstack.wsgi [None req-3173e359-9786-461d-8489-247ff5c41247 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:08:00.437 8 INFO cinder.api.openstack.wsgi [None req-3173e359-9786-461d-8489-247ff5c41247 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:08:10.436 8 INFO cinder.api.openstack.wsgi [None req-3173e359-9786-461d-8489-247ff5c41247 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:08:10.436 7 INFO cinder.api.openstack.wsgi [None req-57f3a836-674a-4b17-b6f9-643935c703ee 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:08:10.437 8 INFO cinder.api.openstack.wsgi [None req-3173e359-9786-461d-8489-247ff5c41247 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:08:10.437 7 INFO cinder.api.openstack.wsgi [None req-57f3a836-674a-4b17-b6f9-643935c703ee 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:08:20.435 8 INFO cinder.api.openstack.wsgi [None req-3173e359-9786-461d-8489-247ff5c41247 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:08:20.436 7 INFO cinder.api.openstack.wsgi [None req-57f3a836-674a-4b17-b6f9-643935c703ee 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:08:20.437 8 INFO cinder.api.openstack.wsgi [None req-3173e359-9786-461d-8489-247ff5c41247 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:08:20.437 7 INFO cinder.api.openstack.wsgi [None req-57f3a836-674a-4b17-b6f9-643935c703ee 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:08:30.441 8 INFO cinder.api.openstack.wsgi [None req-3173e359-9786-461d-8489-247ff5c41247 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:08:30.442 7 INFO cinder.api.openstack.wsgi [None req-57f3a836-674a-4b17-b6f9-643935c703ee 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:08:30.442 8 INFO cinder.api.openstack.wsgi [None req-3173e359-9786-461d-8489-247ff5c41247 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:08:30.443 7 INFO cinder.api.openstack.wsgi [None req-57f3a836-674a-4b17-b6f9-643935c703ee 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:08:40.435 8 INFO cinder.api.openstack.wsgi [None req-3173e359-9786-461d-8489-247ff5c41247 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:08:40.435 7 INFO cinder.api.openstack.wsgi [None req-57f3a836-674a-4b17-b6f9-643935c703ee 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:08:40.436 8 INFO cinder.api.openstack.wsgi [None req-3173e359-9786-461d-8489-247ff5c41247 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:08:40.436 7 INFO cinder.api.openstack.wsgi [None req-57f3a836-674a-4b17-b6f9-643935c703ee 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:08:48.080 8 INFO cinder.api.openstack.wsgi [None req-25c8a879-afd9-4e95-8a6d-945a61dfc824 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:08:48.135 8 INFO cinder.volume.api [None req-25c8a879-afd9-4e95-8a6d-945a61dfc824 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:08:48.139 8 INFO cinder.api.openstack.wsgi [None req-25c8a879-afd9-4e95-8a6d-945a61dfc824 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 199/396] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:08:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true => generated 15 bytes in 119 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:08:48.156 7 INFO cinder.api.openstack.wsgi [None req-9a9a2503-5685-4830-859e-94c83986d759 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services 2026-09-12 05:08:48.163 7 INFO cinder.api.openstack.wsgi [None req-9a9a2503-5685-4830-859e-94c83986d759 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services returned with HTTP 200 [pid: 7|app: 0|req: 198/397] 10.0.0.199 () {28 vars in 645 bytes} [Sat Sep 12 05:08:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-services => generated 646 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:08:48.175 8 INFO cinder.api.openstack.wsgi [None req-e71b487c-354b-4b8f-838a-26217f50d22f 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:08:48.193 8 INFO cinder.volume.api [None req-e71b487c-354b-4b8f-838a-26217f50d22f 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:08:48.196 8 INFO cinder.api.openstack.wsgi [None req-e71b487c-354b-4b8f-838a-26217f50d22f 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 200/398] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:08:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true => generated 15 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:08:48.206 7 INFO cinder.api.openstack.wsgi [None req-59295199-3a28-4489-8420-dde206b628cb 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true 2026-09-12 05:08:48.225 7 INFO cinder.volume.api [None req-59295199-3a28-4489-8420-dde206b628cb 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all snapshots completed successfully. 2026-09-12 05:08:48.235 7 INFO cinder.api.openstack.wsgi [None req-59295199-3a28-4489-8420-dde206b628cb 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 199/399] 10.0.0.199 () {28 vars in 674 bytes} [Sat Sep 12 05:08:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true => generated 17 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:08:48.250 8 INFO cinder.api.openstack.wsgi [None req-d3c9412f-8010-4970-9938-715c012baa0d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true 2026-09-12 05:08:48.811 8 INFO cinder.api.openstack.wsgi [None req-d3c9412f-8010-4970-9938-715c012baa0d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 201/400] 10.0.0.199 () {28 vars in 696 bytes} [Sat Sep 12 05:08:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true => generated 670 bytes in 569 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:08:48.876 7 INFO cinder.api.openstack.wsgi [None req-9dfa9a5d-a718-423c-9b68-bde2432903c1 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true 2026-09-12 05:08:48.913 7 INFO cinder.api.openstack.wsgi [None req-9dfa9a5d-a718-423c-9b68-bde2432903c1 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 200/401] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:08:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true => generated 847 bytes in 48 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:08:48.932 8 INFO cinder.api.openstack.wsgi [None req-6cb081a2-19b6-47e4-a9a6-c8848c4fd675 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true 2026-09-12 05:08:48.966 8 INFO cinder.api.openstack.wsgi [None req-6cb081a2-19b6-47e4-a9a6-c8848c4fd675 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 202/402] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:08:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true => generated 845 bytes in 44 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:08:48.982 7 INFO cinder.api.openstack.wsgi [None req-b7f77a34-15af-4c57-9c3a-505552f37964 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true 2026-09-12 05:08:49.005 7 INFO cinder.api.openstack.wsgi [None req-b7f77a34-15af-4c57-9c3a-505552f37964 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 201/403] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:08:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true => generated 845 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:08:50.437 8 INFO cinder.api.openstack.wsgi [None req-6cb081a2-19b6-47e4-a9a6-c8848c4fd675 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:08:50.437 7 INFO cinder.api.openstack.wsgi [None req-b7f77a34-15af-4c57-9c3a-505552f37964 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:08:50.438 8 INFO cinder.api.openstack.wsgi [None req-6cb081a2-19b6-47e4-a9a6-c8848c4fd675 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:08:50.438 7 INFO cinder.api.openstack.wsgi [None req-b7f77a34-15af-4c57-9c3a-505552f37964 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:09:00.435 8 INFO cinder.api.openstack.wsgi [None req-6cb081a2-19b6-47e4-a9a6-c8848c4fd675 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:09:00.435 7 INFO cinder.api.openstack.wsgi [None req-b7f77a34-15af-4c57-9c3a-505552f37964 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:09:00.436 8 INFO cinder.api.openstack.wsgi [None req-6cb081a2-19b6-47e4-a9a6-c8848c4fd675 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:09:00.437 7 INFO cinder.api.openstack.wsgi [None req-b7f77a34-15af-4c57-9c3a-505552f37964 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:09:10.436 8 INFO cinder.api.openstack.wsgi [None req-6cb081a2-19b6-47e4-a9a6-c8848c4fd675 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:09:10.436 7 INFO cinder.api.openstack.wsgi [None req-b7f77a34-15af-4c57-9c3a-505552f37964 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:09:10.437 8 INFO cinder.api.openstack.wsgi [None req-6cb081a2-19b6-47e4-a9a6-c8848c4fd675 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:09:10.437 7 INFO cinder.api.openstack.wsgi [None req-b7f77a34-15af-4c57-9c3a-505552f37964 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:09:20.436 8 INFO cinder.api.openstack.wsgi [None req-6cb081a2-19b6-47e4-a9a6-c8848c4fd675 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:09:20.436 7 INFO cinder.api.openstack.wsgi [None req-b7f77a34-15af-4c57-9c3a-505552f37964 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:09:20.437 7 INFO cinder.api.openstack.wsgi [None req-b7f77a34-15af-4c57-9c3a-505552f37964 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:09:20.437 8 INFO cinder.api.openstack.wsgi [None req-6cb081a2-19b6-47e4-a9a6-c8848c4fd675 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:09:30.436 7 INFO cinder.api.openstack.wsgi [None req-b7f77a34-15af-4c57-9c3a-505552f37964 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:09:30.436 8 INFO cinder.api.openstack.wsgi [None req-6cb081a2-19b6-47e4-a9a6-c8848c4fd675 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:09:30.437 7 INFO cinder.api.openstack.wsgi [None req-b7f77a34-15af-4c57-9c3a-505552f37964 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:09:30.437 8 INFO cinder.api.openstack.wsgi [None req-6cb081a2-19b6-47e4-a9a6-c8848c4fd675 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:09:40.437 7 INFO cinder.api.openstack.wsgi [None req-b7f77a34-15af-4c57-9c3a-505552f37964 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:09:40.437 8 INFO cinder.api.openstack.wsgi [None req-6cb081a2-19b6-47e4-a9a6-c8848c4fd675 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:09:40.438 7 INFO cinder.api.openstack.wsgi [None req-b7f77a34-15af-4c57-9c3a-505552f37964 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:09:40.439 8 INFO cinder.api.openstack.wsgi [None req-6cb081a2-19b6-47e4-a9a6-c8848c4fd675 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:09:48.067 7 INFO cinder.api.openstack.wsgi [None req-624ee978-d314-431a-90eb-fe55c1d99db5 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services 2026-09-12 05:09:48.075 7 INFO cinder.api.openstack.wsgi [None req-624ee978-d314-431a-90eb-fe55c1d99db5 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services returned with HTTP 200 [pid: 7|app: 0|req: 208/416] 10.0.0.199 () {28 vars in 645 bytes} [Sat Sep 12 05:09:47 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-services => generated 646 bytes in 78 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:09:48.088 8 INFO cinder.api.openstack.wsgi [None req-c4334185-617c-4644-b211-a560dffd55a1 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:09:48.101 8 INFO cinder.volume.api [None req-c4334185-617c-4644-b211-a560dffd55a1 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:09:48.104 8 INFO cinder.api.openstack.wsgi [None req-c4334185-617c-4644-b211-a560dffd55a1 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 209/417] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:09:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:09:48.170 7 INFO cinder.api.openstack.wsgi [None req-204efa6d-aba5-4ad4-8421-d8e696f62bcb 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true 2026-09-12 05:09:48.200 7 INFO cinder.api.openstack.wsgi [None req-204efa6d-aba5-4ad4-8421-d8e696f62bcb 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 209/418] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:09:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true => generated 847 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:09:48.225 8 INFO cinder.api.openstack.wsgi [None req-c7be927a-ccc3-4adb-b074-636f45863c6c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true 2026-09-12 05:09:48.273 8 INFO cinder.api.openstack.wsgi [None req-c7be927a-ccc3-4adb-b074-636f45863c6c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 210/419] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:09:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true => generated 845 bytes in 67 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:09:48.294 7 INFO cinder.api.openstack.wsgi [None req-4e5ea80c-a187-4d8a-891f-9f058292bca9 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true 2026-09-12 05:09:48.342 7 INFO cinder.api.openstack.wsgi [None req-4e5ea80c-a187-4d8a-891f-9f058292bca9 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 210/420] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:09:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true => generated 845 bytes in 65 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:09:48.361 8 INFO cinder.api.openstack.wsgi [None req-e5b54969-d356-4ebc-87b4-41f7c3c2f905 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true 2026-09-12 05:09:48.389 8 INFO cinder.volume.api [None req-e5b54969-d356-4ebc-87b4-41f7c3c2f905 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all snapshots completed successfully. 2026-09-12 05:09:48.390 8 INFO cinder.api.openstack.wsgi [None req-e5b54969-d356-4ebc-87b4-41f7c3c2f905 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 211/421] 10.0.0.199 () {28 vars in 674 bytes} [Sat Sep 12 05:09:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true => generated 17 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:09:48.409 7 INFO cinder.api.openstack.wsgi [None req-cb77a54b-4f3b-4962-a1dc-74f26f3c281c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:09:48.471 7 INFO cinder.volume.api [None req-cb77a54b-4f3b-4962-a1dc-74f26f3c281c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:09:48.473 7 INFO cinder.api.openstack.wsgi [None req-cb77a54b-4f3b-4962-a1dc-74f26f3c281c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 211/422] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:09:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true => generated 15 bytes in 74 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:09:48.483 8 INFO cinder.api.openstack.wsgi [None req-8a005799-8648-4391-ba6f-e9275d5f883a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true 2026-09-12 05:09:48.987 8 INFO cinder.api.openstack.wsgi [None req-8a005799-8648-4391-ba6f-e9275d5f883a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 212/423] 10.0.0.199 () {28 vars in 696 bytes} [Sat Sep 12 05:09:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:09:50.435 7 INFO cinder.api.openstack.wsgi [None req-cb77a54b-4f3b-4962-a1dc-74f26f3c281c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:09:50.435 8 INFO cinder.api.openstack.wsgi [None req-8a005799-8648-4391-ba6f-e9275d5f883a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:09:50.436 8 INFO cinder.api.openstack.wsgi [None req-8a005799-8648-4391-ba6f-e9275d5f883a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:09:50.436 7 INFO cinder.api.openstack.wsgi [None req-cb77a54b-4f3b-4962-a1dc-74f26f3c281c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:10:00.435 8 INFO cinder.api.openstack.wsgi [None req-8a005799-8648-4391-ba6f-e9275d5f883a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:10:00.435 7 INFO cinder.api.openstack.wsgi [None req-cb77a54b-4f3b-4962-a1dc-74f26f3c281c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:10:00.437 8 INFO cinder.api.openstack.wsgi [None req-8a005799-8648-4391-ba6f-e9275d5f883a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:10:00.437 7 INFO cinder.api.openstack.wsgi [None req-cb77a54b-4f3b-4962-a1dc-74f26f3c281c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:10:10.436 8 INFO cinder.api.openstack.wsgi [None req-8a005799-8648-4391-ba6f-e9275d5f883a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:10:10.436 7 INFO cinder.api.openstack.wsgi [None req-cb77a54b-4f3b-4962-a1dc-74f26f3c281c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:10:10.437 8 INFO cinder.api.openstack.wsgi [None req-8a005799-8648-4391-ba6f-e9275d5f883a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:10:10.438 7 INFO cinder.api.openstack.wsgi [None req-cb77a54b-4f3b-4962-a1dc-74f26f3c281c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:10:20.435 7 INFO cinder.api.openstack.wsgi [None req-cb77a54b-4f3b-4962-a1dc-74f26f3c281c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:10:20.436 8 INFO cinder.api.openstack.wsgi [None req-8a005799-8648-4391-ba6f-e9275d5f883a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:10:20.437 8 INFO cinder.api.openstack.wsgi [None req-8a005799-8648-4391-ba6f-e9275d5f883a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:10:20.437 7 INFO cinder.api.openstack.wsgi [None req-cb77a54b-4f3b-4962-a1dc-74f26f3c281c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:10:30.435 8 INFO cinder.api.openstack.wsgi [None req-8a005799-8648-4391-ba6f-e9275d5f883a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:10:30.435 7 INFO cinder.api.openstack.wsgi [None req-cb77a54b-4f3b-4962-a1dc-74f26f3c281c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:10:30.436 8 INFO cinder.api.openstack.wsgi [None req-8a005799-8648-4391-ba6f-e9275d5f883a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:10:30.436 7 INFO cinder.api.openstack.wsgi [None req-cb77a54b-4f3b-4962-a1dc-74f26f3c281c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:10:40.436 8 INFO cinder.api.openstack.wsgi [None req-8a005799-8648-4391-ba6f-e9275d5f883a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:10:40.436 7 INFO cinder.api.openstack.wsgi [None req-cb77a54b-4f3b-4962-a1dc-74f26f3c281c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:10:40.437 8 INFO cinder.api.openstack.wsgi [None req-8a005799-8648-4391-ba6f-e9275d5f883a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:10:40.437 7 INFO cinder.api.openstack.wsgi [None req-cb77a54b-4f3b-4962-a1dc-74f26f3c281c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:10:48.124 8 INFO cinder.api.openstack.wsgi [None req-5bab6afc-c3dd-4372-a6a1-d3c2b8f2aa67 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services 2026-09-12 05:10:48.135 8 INFO cinder.api.openstack.wsgi [None req-5bab6afc-c3dd-4372-a6a1-d3c2b8f2aa67 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services returned with HTTP 200 [pid: 8|app: 0|req: 219/436] 10.0.0.199 () {28 vars in 645 bytes} [Sat Sep 12 05:10:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-services => generated 646 bytes in 77 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:10:48.154 7 INFO cinder.api.openstack.wsgi [None req-09a23a4a-eab6-4703-9d58-442f7d644eab 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true 2026-09-12 05:10:48.708 7 INFO cinder.api.openstack.wsgi [None req-09a23a4a-eab6-4703-9d58-442f7d644eab 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 218/437] 10.0.0.199 () {28 vars in 696 bytes} [Sat Sep 12 05:10:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true => generated 670 bytes in 566 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:10:48.757 8 INFO cinder.api.openstack.wsgi [None req-ffa80b1d-a937-431f-b66d-a7345e44087e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true 2026-09-12 05:10:48.794 8 INFO cinder.api.openstack.wsgi [None req-ffa80b1d-a937-431f-b66d-a7345e44087e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 220/438] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:10:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true => generated 847 bytes in 47 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:10:48.807 7 INFO cinder.api.openstack.wsgi [None req-b88cbe29-700e-4605-a81d-bb764406c8f9 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true 2026-09-12 05:10:48.837 7 INFO cinder.api.openstack.wsgi [None req-b88cbe29-700e-4605-a81d-bb764406c8f9 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 219/439] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:10:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true => generated 845 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:10:48.852 8 INFO cinder.api.openstack.wsgi [None req-aa917208-2a66-4bb3-a206-266a98db2853 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true 2026-09-12 05:10:48.881 8 INFO cinder.api.openstack.wsgi [None req-aa917208-2a66-4bb3-a206-266a98db2853 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 221/440] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:10:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true => generated 845 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:10:48.893 7 INFO cinder.api.openstack.wsgi [None req-ca19e845-db12-4ba7-9b4b-a6fbfb0262a5 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:10:48.903 7 INFO cinder.volume.api [None req-ca19e845-db12-4ba7-9b4b-a6fbfb0262a5 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:10:48.905 7 INFO cinder.api.openstack.wsgi [None req-ca19e845-db12-4ba7-9b4b-a6fbfb0262a5 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 220/441] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:10:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:10:48.919 8 INFO cinder.api.openstack.wsgi [None req-6598ca0e-c05b-4cbd-94f5-f395edf77e21 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true 2026-09-12 05:10:48.929 8 INFO cinder.volume.api [None req-6598ca0e-c05b-4cbd-94f5-f395edf77e21 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all snapshots completed successfully. 2026-09-12 05:10:48.930 8 INFO cinder.api.openstack.wsgi [None req-6598ca0e-c05b-4cbd-94f5-f395edf77e21 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 222/442] 10.0.0.199 () {28 vars in 674 bytes} [Sat Sep 12 05:10:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:10:48.940 7 INFO cinder.api.openstack.wsgi [None req-d68b6f43-477c-459d-94fd-26ee38eabed5 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:10:48.950 7 INFO cinder.volume.api [None req-d68b6f43-477c-459d-94fd-26ee38eabed5 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:10:48.952 7 INFO cinder.api.openstack.wsgi [None req-d68b6f43-477c-459d-94fd-26ee38eabed5 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 221/443] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:10:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:10:50.435 8 INFO cinder.api.openstack.wsgi [None req-6598ca0e-c05b-4cbd-94f5-f395edf77e21 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:10:50.436 7 INFO cinder.api.openstack.wsgi [None req-d68b6f43-477c-459d-94fd-26ee38eabed5 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:10:50.437 8 INFO cinder.api.openstack.wsgi [None req-6598ca0e-c05b-4cbd-94f5-f395edf77e21 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:10:50.437 7 INFO cinder.api.openstack.wsgi [None req-d68b6f43-477c-459d-94fd-26ee38eabed5 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:11:00.435 7 INFO cinder.api.openstack.wsgi [None req-d68b6f43-477c-459d-94fd-26ee38eabed5 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:11:00.435 8 INFO cinder.api.openstack.wsgi [None req-6598ca0e-c05b-4cbd-94f5-f395edf77e21 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:11:00.436 7 INFO cinder.api.openstack.wsgi [None req-d68b6f43-477c-459d-94fd-26ee38eabed5 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:11:00.436 8 INFO cinder.api.openstack.wsgi [None req-6598ca0e-c05b-4cbd-94f5-f395edf77e21 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:11:10.435 7 INFO cinder.api.openstack.wsgi [None req-d68b6f43-477c-459d-94fd-26ee38eabed5 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:11:10.435 8 INFO cinder.api.openstack.wsgi [None req-6598ca0e-c05b-4cbd-94f5-f395edf77e21 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:11:10.436 8 INFO cinder.api.openstack.wsgi [None req-6598ca0e-c05b-4cbd-94f5-f395edf77e21 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:11:10.436 7 INFO cinder.api.openstack.wsgi [None req-d68b6f43-477c-459d-94fd-26ee38eabed5 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:11:20.435 8 INFO cinder.api.openstack.wsgi [None req-6598ca0e-c05b-4cbd-94f5-f395edf77e21 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:11:20.436 7 INFO cinder.api.openstack.wsgi [None req-d68b6f43-477c-459d-94fd-26ee38eabed5 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:11:20.436 8 INFO cinder.api.openstack.wsgi [None req-6598ca0e-c05b-4cbd-94f5-f395edf77e21 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:11:20.437 7 INFO cinder.api.openstack.wsgi [None req-d68b6f43-477c-459d-94fd-26ee38eabed5 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:11:30.436 8 INFO cinder.api.openstack.wsgi [None req-6598ca0e-c05b-4cbd-94f5-f395edf77e21 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:11:30.436 7 INFO cinder.api.openstack.wsgi [None req-d68b6f43-477c-459d-94fd-26ee38eabed5 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:11:30.437 7 INFO cinder.api.openstack.wsgi [None req-d68b6f43-477c-459d-94fd-26ee38eabed5 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:11:30.437 8 INFO cinder.api.openstack.wsgi [None req-6598ca0e-c05b-4cbd-94f5-f395edf77e21 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:11:40.435 7 INFO cinder.api.openstack.wsgi [None req-d68b6f43-477c-459d-94fd-26ee38eabed5 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:11:40.435 8 INFO cinder.api.openstack.wsgi [None req-6598ca0e-c05b-4cbd-94f5-f395edf77e21 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:11:40.436 7 INFO cinder.api.openstack.wsgi [None req-d68b6f43-477c-459d-94fd-26ee38eabed5 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:11:40.437 8 INFO cinder.api.openstack.wsgi [None req-6598ca0e-c05b-4cbd-94f5-f395edf77e21 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:11:48.107 7 INFO cinder.api.openstack.wsgi [None req-5b366c72-fc4f-4127-ac42-0ca8aa8c209d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:11:48.118 7 INFO cinder.volume.api [None req-5b366c72-fc4f-4127-ac42-0ca8aa8c209d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:11:48.123 7 INFO cinder.api.openstack.wsgi [None req-5b366c72-fc4f-4127-ac42-0ca8aa8c209d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 228/456] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:11:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true => generated 15 bytes in 69 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:11:48.136 8 INFO cinder.api.openstack.wsgi [None req-cb222804-f78a-4c4e-9b4c-7658b319e123 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services 2026-09-12 05:11:48.142 8 INFO cinder.api.openstack.wsgi [None req-cb222804-f78a-4c4e-9b4c-7658b319e123 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services returned with HTTP 200 [pid: 8|app: 0|req: 229/457] 10.0.0.199 () {28 vars in 645 bytes} [Sat Sep 12 05:11:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-services => generated 646 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:11:48.156 7 INFO cinder.api.openstack.wsgi [None req-0ba07071-59b1-408b-9643-2d34843206f0 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:11:48.169 7 INFO cinder.volume.api [None req-0ba07071-59b1-408b-9643-2d34843206f0 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:11:48.171 7 INFO cinder.api.openstack.wsgi [None req-0ba07071-59b1-408b-9643-2d34843206f0 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 229/458] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:11:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:11:48.184 8 INFO cinder.api.openstack.wsgi [None req-f1785e9e-e68d-4004-adda-6a5c6efceb4b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true 2026-09-12 05:11:48.688 8 INFO cinder.api.openstack.wsgi [None req-f1785e9e-e68d-4004-adda-6a5c6efceb4b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 230/459] 10.0.0.199 () {28 vars in 696 bytes} [Sat Sep 12 05:11:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:11:48.747 7 INFO cinder.api.openstack.wsgi [None req-7f2e39ff-a2fa-4590-8822-01310e4ffeb0 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true 2026-09-12 05:11:48.775 7 INFO cinder.api.openstack.wsgi [None req-7f2e39ff-a2fa-4590-8822-01310e4ffeb0 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 230/460] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:11:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true => generated 847 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:11:48.786 8 INFO cinder.api.openstack.wsgi [None req-20a5822e-5bf7-4d2a-9698-3d69c6bb7722 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true 2026-09-12 05:11:48.812 8 INFO cinder.api.openstack.wsgi [None req-20a5822e-5bf7-4d2a-9698-3d69c6bb7722 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 231/461] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:11:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true => generated 845 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:11:48.828 7 INFO cinder.api.openstack.wsgi [None req-5e73d95a-8a84-45cb-bd33-c1445aa72013 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true 2026-09-12 05:11:48.866 7 INFO cinder.api.openstack.wsgi [None req-5e73d95a-8a84-45cb-bd33-c1445aa72013 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 231/462] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:11:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true => generated 845 bytes in 50 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:11:48.879 8 INFO cinder.api.openstack.wsgi [None req-ac2375a2-e39c-4053-b556-32c499751081 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true 2026-09-12 05:11:48.886 8 INFO cinder.volume.api [None req-ac2375a2-e39c-4053-b556-32c499751081 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all snapshots completed successfully. 2026-09-12 05:11:48.886 8 INFO cinder.api.openstack.wsgi [None req-ac2375a2-e39c-4053-b556-32c499751081 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 232/463] 10.0.0.199 () {28 vars in 674 bytes} [Sat Sep 12 05:11:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:11:50.439 8 INFO cinder.api.openstack.wsgi [None req-ac2375a2-e39c-4053-b556-32c499751081 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:11:50.439 7 INFO cinder.api.openstack.wsgi [None req-5e73d95a-8a84-45cb-bd33-c1445aa72013 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:11:50.440 8 INFO cinder.api.openstack.wsgi [None req-ac2375a2-e39c-4053-b556-32c499751081 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:11:50.440 7 INFO cinder.api.openstack.wsgi [None req-5e73d95a-8a84-45cb-bd33-c1445aa72013 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:12:00.435 8 INFO cinder.api.openstack.wsgi [None req-ac2375a2-e39c-4053-b556-32c499751081 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:12:00.435 7 INFO cinder.api.openstack.wsgi [None req-5e73d95a-8a84-45cb-bd33-c1445aa72013 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:12:00.437 8 INFO cinder.api.openstack.wsgi [None req-ac2375a2-e39c-4053-b556-32c499751081 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:12:00.437 7 INFO cinder.api.openstack.wsgi [None req-5e73d95a-8a84-45cb-bd33-c1445aa72013 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:12:10.435 8 INFO cinder.api.openstack.wsgi [None req-ac2375a2-e39c-4053-b556-32c499751081 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:12:10.435 7 INFO cinder.api.openstack.wsgi [None req-5e73d95a-8a84-45cb-bd33-c1445aa72013 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:12:10.437 8 INFO cinder.api.openstack.wsgi [None req-ac2375a2-e39c-4053-b556-32c499751081 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:12:10.437 7 INFO cinder.api.openstack.wsgi [None req-5e73d95a-8a84-45cb-bd33-c1445aa72013 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:12:20.436 7 INFO cinder.api.openstack.wsgi [None req-5e73d95a-8a84-45cb-bd33-c1445aa72013 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:12:20.436 8 INFO cinder.api.openstack.wsgi [None req-ac2375a2-e39c-4053-b556-32c499751081 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:12:20.437 7 INFO cinder.api.openstack.wsgi [None req-5e73d95a-8a84-45cb-bd33-c1445aa72013 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:12:20.437 8 INFO cinder.api.openstack.wsgi [None req-ac2375a2-e39c-4053-b556-32c499751081 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:12:30.435 7 INFO cinder.api.openstack.wsgi [None req-5e73d95a-8a84-45cb-bd33-c1445aa72013 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:12:30.436 7 INFO cinder.api.openstack.wsgi [None req-5e73d95a-8a84-45cb-bd33-c1445aa72013 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:12:30.436 8 INFO cinder.api.openstack.wsgi [None req-ac2375a2-e39c-4053-b556-32c499751081 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:12:30.437 8 INFO cinder.api.openstack.wsgi [None req-ac2375a2-e39c-4053-b556-32c499751081 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:12:40.435 7 INFO cinder.api.openstack.wsgi [None req-5e73d95a-8a84-45cb-bd33-c1445aa72013 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:12:40.435 8 INFO cinder.api.openstack.wsgi [None req-ac2375a2-e39c-4053-b556-32c499751081 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:12:40.436 8 INFO cinder.api.openstack.wsgi [None req-ac2375a2-e39c-4053-b556-32c499751081 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:12:40.437 7 INFO cinder.api.openstack.wsgi [None req-5e73d95a-8a84-45cb-bd33-c1445aa72013 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:12:48.062 8 INFO cinder.api.openstack.wsgi [None req-4a62985c-1d88-47ab-8b57-97e555a93f4b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:12:48.078 8 INFO cinder.volume.api [None req-4a62985c-1d88-47ab-8b57-97e555a93f4b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:12:48.080 8 INFO cinder.api.openstack.wsgi [None req-4a62985c-1d88-47ab-8b57-97e555a93f4b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 239/476] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:12:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true => generated 15 bytes in 71 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:12:48.097 7 INFO cinder.api.openstack.wsgi [None req-1c713827-5209-4d96-85c9-13a03db9ebf5 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true 2026-09-12 05:12:48.603 7 INFO cinder.api.openstack.wsgi [None req-1c713827-5209-4d96-85c9-13a03db9ebf5 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 238/477] 10.0.0.199 () {28 vars in 696 bytes} [Sat Sep 12 05:12:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true => generated 670 bytes in 518 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:12:48.624 8 INFO cinder.api.openstack.wsgi [None req-32346924-b7e1-46de-8104-0fd09435741c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:12:48.647 8 INFO cinder.volume.api [None req-32346924-b7e1-46de-8104-0fd09435741c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:12:48.651 8 INFO cinder.api.openstack.wsgi [None req-32346924-b7e1-46de-8104-0fd09435741c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 240/478] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:12:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true => generated 15 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:12:48.666 7 INFO cinder.api.openstack.wsgi [None req-310cb5cf-837d-457a-a784-9cdb87f8ae0d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true 2026-09-12 05:12:48.675 7 INFO cinder.volume.api [None req-310cb5cf-837d-457a-a784-9cdb87f8ae0d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all snapshots completed successfully. 2026-09-12 05:12:48.676 7 INFO cinder.api.openstack.wsgi [None req-310cb5cf-837d-457a-a784-9cdb87f8ae0d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 239/479] 10.0.0.199 () {28 vars in 674 bytes} [Sat Sep 12 05:12:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:12:48.693 8 INFO cinder.api.openstack.wsgi [None req-e08834a0-36d2-40bb-ac0b-404c8bbc653c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services 2026-09-12 05:12:48.704 8 INFO cinder.api.openstack.wsgi [None req-e08834a0-36d2-40bb-ac0b-404c8bbc653c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services returned with HTTP 200 [pid: 8|app: 0|req: 241/480] 10.0.0.199 () {28 vars in 645 bytes} [Sat Sep 12 05:12:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-services => generated 646 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:12:48.753 7 INFO cinder.api.openstack.wsgi [None req-406abbaa-1a2a-4c53-bd24-794466d9cdc7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true 2026-09-12 05:12:48.790 7 INFO cinder.api.openstack.wsgi [None req-406abbaa-1a2a-4c53-bd24-794466d9cdc7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 240/481] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:12:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true => generated 847 bytes in 46 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:12:48.800 8 INFO cinder.api.openstack.wsgi [None req-dc9606e1-7558-440c-80aa-b18010896c6a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true 2026-09-12 05:12:48.830 8 INFO cinder.api.openstack.wsgi [None req-dc9606e1-7558-440c-80aa-b18010896c6a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 242/482] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:12:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true => generated 845 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:12:48.846 7 INFO cinder.api.openstack.wsgi [None req-6d763ccf-5acc-4d6a-b047-4d17b698d14c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true 2026-09-12 05:12:48.874 7 INFO cinder.api.openstack.wsgi [None req-6d763ccf-5acc-4d6a-b047-4d17b698d14c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 241/483] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:12:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true => generated 845 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:12:50.435 7 INFO cinder.api.openstack.wsgi [None req-6d763ccf-5acc-4d6a-b047-4d17b698d14c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:12:50.435 8 INFO cinder.api.openstack.wsgi [None req-dc9606e1-7558-440c-80aa-b18010896c6a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:12:50.436 7 INFO cinder.api.openstack.wsgi [None req-6d763ccf-5acc-4d6a-b047-4d17b698d14c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:12:50.436 8 INFO cinder.api.openstack.wsgi [None req-dc9606e1-7558-440c-80aa-b18010896c6a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:13:00.435 7 INFO cinder.api.openstack.wsgi [None req-6d763ccf-5acc-4d6a-b047-4d17b698d14c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:13:00.435 8 INFO cinder.api.openstack.wsgi [None req-dc9606e1-7558-440c-80aa-b18010896c6a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:13:00.436 7 INFO cinder.api.openstack.wsgi [None req-6d763ccf-5acc-4d6a-b047-4d17b698d14c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:13:00.437 8 INFO cinder.api.openstack.wsgi [None req-dc9606e1-7558-440c-80aa-b18010896c6a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:13:10.435 8 INFO cinder.api.openstack.wsgi [None req-dc9606e1-7558-440c-80aa-b18010896c6a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:13:10.435 7 INFO cinder.api.openstack.wsgi [None req-6d763ccf-5acc-4d6a-b047-4d17b698d14c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:13:10.437 7 INFO cinder.api.openstack.wsgi [None req-6d763ccf-5acc-4d6a-b047-4d17b698d14c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:13:10.437 8 INFO cinder.api.openstack.wsgi [None req-dc9606e1-7558-440c-80aa-b18010896c6a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:13:20.435 7 INFO cinder.api.openstack.wsgi [None req-6d763ccf-5acc-4d6a-b047-4d17b698d14c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:13:20.435 8 INFO cinder.api.openstack.wsgi [None req-dc9606e1-7558-440c-80aa-b18010896c6a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:13:20.437 7 INFO cinder.api.openstack.wsgi [None req-6d763ccf-5acc-4d6a-b047-4d17b698d14c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:13:20.437 8 INFO cinder.api.openstack.wsgi [None req-dc9606e1-7558-440c-80aa-b18010896c6a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:13:30.435 8 INFO cinder.api.openstack.wsgi [None req-dc9606e1-7558-440c-80aa-b18010896c6a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:13:30.435 7 INFO cinder.api.openstack.wsgi [None req-6d763ccf-5acc-4d6a-b047-4d17b698d14c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:13:30.435 8 INFO cinder.api.openstack.wsgi [None req-dc9606e1-7558-440c-80aa-b18010896c6a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:13:30.436 7 INFO cinder.api.openstack.wsgi [None req-6d763ccf-5acc-4d6a-b047-4d17b698d14c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:13:40.435 8 INFO cinder.api.openstack.wsgi [None req-dc9606e1-7558-440c-80aa-b18010896c6a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:13:40.435 7 INFO cinder.api.openstack.wsgi [None req-6d763ccf-5acc-4d6a-b047-4d17b698d14c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:13:40.436 7 INFO cinder.api.openstack.wsgi [None req-6d763ccf-5acc-4d6a-b047-4d17b698d14c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:13:40.437 8 INFO cinder.api.openstack.wsgi [None req-dc9606e1-7558-440c-80aa-b18010896c6a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:13:48.062 7 INFO cinder.api.openstack.wsgi [None req-eca21b8a-2409-448c-b9ca-937dc2eecc48 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:13:48.084 7 INFO cinder.volume.api [None req-eca21b8a-2409-448c-b9ca-937dc2eecc48 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:13:48.086 7 INFO cinder.api.openstack.wsgi [None req-eca21b8a-2409-448c-b9ca-937dc2eecc48 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 248/496] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:13:47 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true => generated 15 bytes in 100 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:13:48.103 8 INFO cinder.api.openstack.wsgi [None req-709a6935-812c-45a3-9bf4-b0d5c3b64ef4 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:13:48.120 8 INFO cinder.volume.api [None req-709a6935-812c-45a3-9bf4-b0d5c3b64ef4 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:13:48.123 8 INFO cinder.api.openstack.wsgi [None req-709a6935-812c-45a3-9bf4-b0d5c3b64ef4 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 249/497] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:13:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true => generated 15 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:13:48.135 7 INFO cinder.api.openstack.wsgi [None req-b7df0d5f-ae4e-4ec6-9791-3e67bfb7236b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true 2026-09-12 05:13:48.642 7 INFO cinder.api.openstack.wsgi [None req-b7df0d5f-ae4e-4ec6-9791-3e67bfb7236b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 249/498] 10.0.0.199 () {28 vars in 696 bytes} [Sat Sep 12 05:13:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true => generated 670 bytes in 516 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:13:48.656 8 INFO cinder.api.openstack.wsgi [None req-e9b82830-8551-4b86-91bc-268b1f6f112a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true 2026-09-12 05:13:48.664 8 INFO cinder.volume.api [None req-e9b82830-8551-4b86-91bc-268b1f6f112a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all snapshots completed successfully. 2026-09-12 05:13:48.665 8 INFO cinder.api.openstack.wsgi [None req-e9b82830-8551-4b86-91bc-268b1f6f112a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 250/499] 10.0.0.199 () {28 vars in 674 bytes} [Sat Sep 12 05:13:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true => generated 17 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:13:48.712 7 INFO cinder.api.openstack.wsgi [None req-06b79097-b18f-4f95-bc30-d221e6d41bfa 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true 2026-09-12 05:13:48.744 7 INFO cinder.api.openstack.wsgi [None req-06b79097-b18f-4f95-bc30-d221e6d41bfa 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 250/500] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:13:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true => generated 847 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:13:48.760 8 INFO cinder.api.openstack.wsgi [None req-24bb5f0a-8191-40fe-a88e-6a244e168fd0 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true 2026-09-12 05:13:48.793 8 INFO cinder.api.openstack.wsgi [None req-24bb5f0a-8191-40fe-a88e-6a244e168fd0 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 251/501] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:13:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true => generated 845 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:13:48.808 7 INFO cinder.api.openstack.wsgi [None req-6204c148-cd36-43f9-9b10-87d0b5e47a97 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true 2026-09-12 05:13:48.843 7 INFO cinder.api.openstack.wsgi [None req-6204c148-cd36-43f9-9b10-87d0b5e47a97 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 251/502] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:13:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true => generated 845 bytes in 50 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:13:48.867 8 INFO cinder.api.openstack.wsgi [None req-5e76cb84-49fd-4379-baa5-8ef6939b34af 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services 2026-09-12 05:13:48.873 8 INFO cinder.api.openstack.wsgi [None req-5e76cb84-49fd-4379-baa5-8ef6939b34af 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services returned with HTTP 200 [pid: 8|app: 0|req: 252/503] 10.0.0.199 () {28 vars in 645 bytes} [Sat Sep 12 05:13:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-services => generated 646 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:13:50.435 8 INFO cinder.api.openstack.wsgi [None req-5e76cb84-49fd-4379-baa5-8ef6939b34af 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:13:50.435 7 INFO cinder.api.openstack.wsgi [None req-6204c148-cd36-43f9-9b10-87d0b5e47a97 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:13:50.436 8 INFO cinder.api.openstack.wsgi [None req-5e76cb84-49fd-4379-baa5-8ef6939b34af 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:13:50.436 7 INFO cinder.api.openstack.wsgi [None req-6204c148-cd36-43f9-9b10-87d0b5e47a97 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:14:00.435 8 INFO cinder.api.openstack.wsgi [None req-5e76cb84-49fd-4379-baa5-8ef6939b34af 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:14:00.435 8 INFO cinder.api.openstack.wsgi [None req-5e76cb84-49fd-4379-baa5-8ef6939b34af 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:14:00.435 7 INFO cinder.api.openstack.wsgi [None req-6204c148-cd36-43f9-9b10-87d0b5e47a97 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:14:00.436 7 INFO cinder.api.openstack.wsgi [None req-6204c148-cd36-43f9-9b10-87d0b5e47a97 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:14:10.435 7 INFO cinder.api.openstack.wsgi [None req-6204c148-cd36-43f9-9b10-87d0b5e47a97 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:14:10.436 7 INFO cinder.api.openstack.wsgi [None req-6204c148-cd36-43f9-9b10-87d0b5e47a97 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:14:10.436 8 INFO cinder.api.openstack.wsgi [None req-5e76cb84-49fd-4379-baa5-8ef6939b34af 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:14:10.437 8 INFO cinder.api.openstack.wsgi [None req-5e76cb84-49fd-4379-baa5-8ef6939b34af 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:14:20.435 7 INFO cinder.api.openstack.wsgi [None req-6204c148-cd36-43f9-9b10-87d0b5e47a97 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:14:20.436 7 INFO cinder.api.openstack.wsgi [None req-6204c148-cd36-43f9-9b10-87d0b5e47a97 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:14:20.438 8 INFO cinder.api.openstack.wsgi [None req-5e76cb84-49fd-4379-baa5-8ef6939b34af 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:14:20.439 8 INFO cinder.api.openstack.wsgi [None req-5e76cb84-49fd-4379-baa5-8ef6939b34af 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:14:30.436 8 INFO cinder.api.openstack.wsgi [None req-5e76cb84-49fd-4379-baa5-8ef6939b34af 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:14:30.436 7 INFO cinder.api.openstack.wsgi [None req-6204c148-cd36-43f9-9b10-87d0b5e47a97 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:14:30.437 8 INFO cinder.api.openstack.wsgi [None req-5e76cb84-49fd-4379-baa5-8ef6939b34af 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:14:30.437 7 INFO cinder.api.openstack.wsgi [None req-6204c148-cd36-43f9-9b10-87d0b5e47a97 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:14:40.435 8 INFO cinder.api.openstack.wsgi [None req-5e76cb84-49fd-4379-baa5-8ef6939b34af 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:14:40.435 7 INFO cinder.api.openstack.wsgi [None req-6204c148-cd36-43f9-9b10-87d0b5e47a97 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:14:40.436 8 INFO cinder.api.openstack.wsgi [None req-5e76cb84-49fd-4379-baa5-8ef6939b34af 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:14:40.437 7 INFO cinder.api.openstack.wsgi [None req-6204c148-cd36-43f9-9b10-87d0b5e47a97 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:14:48.155 8 INFO cinder.api.openstack.wsgi [None req-01e7c264-73cc-4487-8b18-6fdf0a19f962 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true 2026-09-12 05:14:48.663 8 INFO cinder.api.openstack.wsgi [None req-01e7c264-73cc-4487-8b18-6fdf0a19f962 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 259/516] 10.0.0.199 () {28 vars in 696 bytes} [Sat Sep 12 05:14:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true => generated 670 bytes in 562 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:14:48.678 7 INFO cinder.api.openstack.wsgi [None req-2f32215b-d152-431c-bb9f-20e984be3854 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:14:48.689 7 INFO cinder.volume.api [None req-2f32215b-d152-431c-bb9f-20e984be3854 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:14:48.691 7 INFO cinder.api.openstack.wsgi [None req-2f32215b-d152-431c-bb9f-20e984be3854 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 258/517] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:14:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:14:48.699 8 INFO cinder.api.openstack.wsgi [None req-7e0b2505-d71e-41b6-bb1f-c59987caba45 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:14:48.706 8 INFO cinder.volume.api [None req-7e0b2505-d71e-41b6-bb1f-c59987caba45 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:14:48.708 8 INFO cinder.api.openstack.wsgi [None req-7e0b2505-d71e-41b6-bb1f-c59987caba45 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 260/518] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:14:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true => generated 15 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:14:48.716 7 INFO cinder.api.openstack.wsgi [None req-5878ba09-bf51-410c-bf7d-6d36ff92f425 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true 2026-09-12 05:14:48.721 7 INFO cinder.volume.api [None req-5878ba09-bf51-410c-bf7d-6d36ff92f425 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all snapshots completed successfully. 2026-09-12 05:14:48.721 7 INFO cinder.api.openstack.wsgi [None req-5878ba09-bf51-410c-bf7d-6d36ff92f425 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 259/519] 10.0.0.199 () {28 vars in 674 bytes} [Sat Sep 12 05:14:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true => generated 17 bytes in 9 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:14:48.734 8 INFO cinder.api.openstack.wsgi [None req-9bbd4e59-4ae4-4c85-9f44-361556b7320c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services 2026-09-12 05:14:48.738 8 INFO cinder.api.openstack.wsgi [None req-9bbd4e59-4ae4-4c85-9f44-361556b7320c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services returned with HTTP 200 [pid: 8|app: 0|req: 261/520] 10.0.0.199 () {28 vars in 645 bytes} [Sat Sep 12 05:14:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-services => generated 646 bytes in 9 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:14:48.771 7 INFO cinder.api.openstack.wsgi [None req-aaa2f952-210f-4439-b3e0-2a0f08c0e084 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true 2026-09-12 05:14:48.787 7 INFO cinder.api.openstack.wsgi [None req-aaa2f952-210f-4439-b3e0-2a0f08c0e084 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 260/521] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:14:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true => generated 847 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:14:48.794 8 INFO cinder.api.openstack.wsgi [None req-ed2dc2e5-69d1-49ad-8cea-421df563c362 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true 2026-09-12 05:14:48.811 8 INFO cinder.api.openstack.wsgi [None req-ed2dc2e5-69d1-49ad-8cea-421df563c362 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 262/522] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:14:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true => generated 845 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:14:48.820 7 INFO cinder.api.openstack.wsgi [None req-8715fef3-4d9a-42ee-9e32-a650173421d3 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true 2026-09-12 05:14:48.842 7 INFO cinder.api.openstack.wsgi [None req-8715fef3-4d9a-42ee-9e32-a650173421d3 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 261/523] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:14:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true => generated 845 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:14:50.435 7 INFO cinder.api.openstack.wsgi [None req-8715fef3-4d9a-42ee-9e32-a650173421d3 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:14:50.435 8 INFO cinder.api.openstack.wsgi [None req-ed2dc2e5-69d1-49ad-8cea-421df563c362 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:14:50.436 7 INFO cinder.api.openstack.wsgi [None req-8715fef3-4d9a-42ee-9e32-a650173421d3 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:14:50.437 8 INFO cinder.api.openstack.wsgi [None req-ed2dc2e5-69d1-49ad-8cea-421df563c362 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:15:00.435 8 INFO cinder.api.openstack.wsgi [None req-ed2dc2e5-69d1-49ad-8cea-421df563c362 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:15:00.435 7 INFO cinder.api.openstack.wsgi [None req-8715fef3-4d9a-42ee-9e32-a650173421d3 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:15:00.436 8 INFO cinder.api.openstack.wsgi [None req-ed2dc2e5-69d1-49ad-8cea-421df563c362 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:15:00.437 7 INFO cinder.api.openstack.wsgi [None req-8715fef3-4d9a-42ee-9e32-a650173421d3 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:15:10.435 7 INFO cinder.api.openstack.wsgi [None req-8715fef3-4d9a-42ee-9e32-a650173421d3 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:15:10.435 8 INFO cinder.api.openstack.wsgi [None req-ed2dc2e5-69d1-49ad-8cea-421df563c362 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:15:10.436 8 INFO cinder.api.openstack.wsgi [None req-ed2dc2e5-69d1-49ad-8cea-421df563c362 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:15:10.436 7 INFO cinder.api.openstack.wsgi [None req-8715fef3-4d9a-42ee-9e32-a650173421d3 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:15:20.434 8 INFO cinder.api.openstack.wsgi [None req-ed2dc2e5-69d1-49ad-8cea-421df563c362 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:15:20.434 7 INFO cinder.api.openstack.wsgi [None req-8715fef3-4d9a-42ee-9e32-a650173421d3 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:15:20.436 7 INFO cinder.api.openstack.wsgi [None req-8715fef3-4d9a-42ee-9e32-a650173421d3 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:15:20.436 8 INFO cinder.api.openstack.wsgi [None req-ed2dc2e5-69d1-49ad-8cea-421df563c362 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:15:30.435 7 INFO cinder.api.openstack.wsgi [None req-8715fef3-4d9a-42ee-9e32-a650173421d3 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:15:30.435 8 INFO cinder.api.openstack.wsgi [None req-ed2dc2e5-69d1-49ad-8cea-421df563c362 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:15:30.436 8 INFO cinder.api.openstack.wsgi [None req-ed2dc2e5-69d1-49ad-8cea-421df563c362 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:15:30.436 7 INFO cinder.api.openstack.wsgi [None req-8715fef3-4d9a-42ee-9e32-a650173421d3 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:15:40.435 7 INFO cinder.api.openstack.wsgi [None req-8715fef3-4d9a-42ee-9e32-a650173421d3 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:15:40.435 8 INFO cinder.api.openstack.wsgi [None req-ed2dc2e5-69d1-49ad-8cea-421df563c362 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:15:40.436 8 INFO cinder.api.openstack.wsgi [None req-ed2dc2e5-69d1-49ad-8cea-421df563c362 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:15:40.436 7 INFO cinder.api.openstack.wsgi [None req-8715fef3-4d9a-42ee-9e32-a650173421d3 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:15:48.142 8 INFO cinder.api.openstack.wsgi [None req-eb021fb0-491f-47ca-b74f-0412cc729118 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services 2026-09-12 05:15:48.155 8 INFO cinder.api.openstack.wsgi [None req-eb021fb0-491f-47ca-b74f-0412cc729118 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services returned with HTTP 200 [pid: 8|app: 0|req: 269/536] 10.0.0.199 () {28 vars in 645 bytes} [Sat Sep 12 05:15:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-services => generated 646 bytes in 85 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:15:48.168 7 INFO cinder.api.openstack.wsgi [None req-0bb1b3c2-4e1b-4f10-a9c5-d375fe0e2938 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true 2026-09-12 05:15:48.673 7 INFO cinder.api.openstack.wsgi [None req-0bb1b3c2-4e1b-4f10-a9c5-d375fe0e2938 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 268/537] 10.0.0.199 () {28 vars in 696 bytes} [Sat Sep 12 05:15:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true => generated 670 bytes in 514 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:15:48.689 8 INFO cinder.api.openstack.wsgi [None req-aa8a7aad-102b-4994-9269-ed5540592fb3 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:15:48.704 8 INFO cinder.volume.api [None req-aa8a7aad-102b-4994-9269-ed5540592fb3 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:15:48.707 8 INFO cinder.api.openstack.wsgi [None req-aa8a7aad-102b-4994-9269-ed5540592fb3 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 270/538] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:15:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:15:48.719 7 INFO cinder.api.openstack.wsgi [None req-c44ce05f-bea4-4849-8fd6-3e312ac8c295 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true 2026-09-12 05:15:48.727 7 INFO cinder.volume.api [None req-c44ce05f-bea4-4849-8fd6-3e312ac8c295 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all snapshots completed successfully. 2026-09-12 05:15:48.728 7 INFO cinder.api.openstack.wsgi [None req-c44ce05f-bea4-4849-8fd6-3e312ac8c295 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 269/539] 10.0.0.199 () {28 vars in 674 bytes} [Sat Sep 12 05:15:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:15:48.740 8 INFO cinder.api.openstack.wsgi [None req-9b67bd8f-f7e4-4456-9f4c-e391bb3cbfe4 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:15:48.753 8 INFO cinder.volume.api [None req-9b67bd8f-f7e4-4456-9f4c-e391bb3cbfe4 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:15:48.758 8 INFO cinder.api.openstack.wsgi [None req-9b67bd8f-f7e4-4456-9f4c-e391bb3cbfe4 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 271/540] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:15:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:15:48.821 7 INFO cinder.api.openstack.wsgi [None req-584b9a0a-f3b1-43a1-975b-8a5b335a7b8a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true 2026-09-12 05:15:48.852 7 INFO cinder.api.openstack.wsgi [None req-584b9a0a-f3b1-43a1-975b-8a5b335a7b8a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 270/541] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:15:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true => generated 847 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:15:48.866 8 INFO cinder.api.openstack.wsgi [None req-9b085744-3f57-476b-ad4c-64056e71877c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true 2026-09-12 05:15:48.899 8 INFO cinder.api.openstack.wsgi [None req-9b085744-3f57-476b-ad4c-64056e71877c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 272/542] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:15:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true => generated 845 bytes in 42 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:15:48.914 7 INFO cinder.api.openstack.wsgi [None req-3f1252c3-223a-49cb-831a-b98bbcc80ae8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true 2026-09-12 05:15:48.943 7 INFO cinder.api.openstack.wsgi [None req-3f1252c3-223a-49cb-831a-b98bbcc80ae8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 271/543] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:15:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true => generated 845 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:15:50.435 7 INFO cinder.api.openstack.wsgi [None req-3f1252c3-223a-49cb-831a-b98bbcc80ae8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:15:50.435 8 INFO cinder.api.openstack.wsgi [None req-9b085744-3f57-476b-ad4c-64056e71877c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:15:50.436 7 INFO cinder.api.openstack.wsgi [None req-3f1252c3-223a-49cb-831a-b98bbcc80ae8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:15:50.437 8 INFO cinder.api.openstack.wsgi [None req-9b085744-3f57-476b-ad4c-64056e71877c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:16:00.435 8 INFO cinder.api.openstack.wsgi [None req-9b085744-3f57-476b-ad4c-64056e71877c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:16:00.435 7 INFO cinder.api.openstack.wsgi [None req-3f1252c3-223a-49cb-831a-b98bbcc80ae8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:16:00.436 8 INFO cinder.api.openstack.wsgi [None req-9b085744-3f57-476b-ad4c-64056e71877c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:16:00.437 7 INFO cinder.api.openstack.wsgi [None req-3f1252c3-223a-49cb-831a-b98bbcc80ae8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:16:10.435 7 INFO cinder.api.openstack.wsgi [None req-3f1252c3-223a-49cb-831a-b98bbcc80ae8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:16:10.435 8 INFO cinder.api.openstack.wsgi [None req-9b085744-3f57-476b-ad4c-64056e71877c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:16:10.436 7 INFO cinder.api.openstack.wsgi [None req-3f1252c3-223a-49cb-831a-b98bbcc80ae8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:16:10.437 8 INFO cinder.api.openstack.wsgi [None req-9b085744-3f57-476b-ad4c-64056e71877c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:16:20.436 7 INFO cinder.api.openstack.wsgi [None req-3f1252c3-223a-49cb-831a-b98bbcc80ae8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:16:20.437 7 INFO cinder.api.openstack.wsgi [None req-3f1252c3-223a-49cb-831a-b98bbcc80ae8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:16:20.439 8 INFO cinder.api.openstack.wsgi [None req-9b085744-3f57-476b-ad4c-64056e71877c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:16:20.440 8 INFO cinder.api.openstack.wsgi [None req-9b085744-3f57-476b-ad4c-64056e71877c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:16:30.435 8 INFO cinder.api.openstack.wsgi [None req-9b085744-3f57-476b-ad4c-64056e71877c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:16:30.435 7 INFO cinder.api.openstack.wsgi [None req-3f1252c3-223a-49cb-831a-b98bbcc80ae8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:16:30.436 8 INFO cinder.api.openstack.wsgi [None req-9b085744-3f57-476b-ad4c-64056e71877c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:16:30.436 7 INFO cinder.api.openstack.wsgi [None req-3f1252c3-223a-49cb-831a-b98bbcc80ae8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:16:40.435 8 INFO cinder.api.openstack.wsgi [None req-9b085744-3f57-476b-ad4c-64056e71877c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:16:40.435 7 INFO cinder.api.openstack.wsgi [None req-3f1252c3-223a-49cb-831a-b98bbcc80ae8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:16:40.435 8 INFO cinder.api.openstack.wsgi [None req-9b085744-3f57-476b-ad4c-64056e71877c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:16:40.436 7 INFO cinder.api.openstack.wsgi [None req-3f1252c3-223a-49cb-831a-b98bbcc80ae8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:16:48.191 8 INFO cinder.api.openstack.wsgi [None req-5b82379a-c790-41f0-8e3e-ea17fb964a69 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:16:48.221 8 INFO cinder.volume.api [None req-5b82379a-c790-41f0-8e3e-ea17fb964a69 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:16:48.228 8 INFO cinder.api.openstack.wsgi [None req-5b82379a-c790-41f0-8e3e-ea17fb964a69 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 279/556] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:16:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true => generated 15 bytes in 100 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:16:48.247 7 INFO cinder.api.openstack.wsgi [None req-9e77f818-2f54-410c-9cd9-492dbf95c8df 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services 2026-09-12 05:16:48.259 7 INFO cinder.api.openstack.wsgi [None req-9e77f818-2f54-410c-9cd9-492dbf95c8df 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services returned with HTTP 200 [pid: 7|app: 0|req: 278/557] 10.0.0.199 () {28 vars in 645 bytes} [Sat Sep 12 05:16:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-services => generated 646 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:16:48.270 8 INFO cinder.api.openstack.wsgi [None req-eb812112-2582-41a5-bdd9-638cef1fc9fd 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:16:48.284 8 INFO cinder.volume.api [None req-eb812112-2582-41a5-bdd9-638cef1fc9fd 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:16:48.286 8 INFO cinder.api.openstack.wsgi [None req-eb812112-2582-41a5-bdd9-638cef1fc9fd 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 280/558] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:16:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true => generated 15 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:16:48.299 7 INFO cinder.api.openstack.wsgi [None req-8eacad6f-f5b0-4e0f-ad71-90894907133e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true 2026-09-12 05:16:48.807 7 INFO cinder.api.openstack.wsgi [None req-8eacad6f-f5b0-4e0f-ad71-90894907133e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 279/559] 10.0.0.199 () {28 vars in 696 bytes} [Sat Sep 12 05:16:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:16:48.820 8 INFO cinder.api.openstack.wsgi [None req-7628117c-d210-4470-854d-6993dab4ddc3 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true 2026-09-12 05:16:48.826 8 INFO cinder.volume.api [None req-7628117c-d210-4470-854d-6993dab4ddc3 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all snapshots completed successfully. 2026-09-12 05:16:48.826 8 INFO cinder.api.openstack.wsgi [None req-7628117c-d210-4470-854d-6993dab4ddc3 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 281/560] 10.0.0.199 () {28 vars in 674 bytes} [Sat Sep 12 05:16:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true => generated 17 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:16:48.883 7 INFO cinder.api.openstack.wsgi [None req-b59797d6-f7aa-40b6-b3d0-e2a5bb91665e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true 2026-09-12 05:16:48.928 7 INFO cinder.api.openstack.wsgi [None req-b59797d6-f7aa-40b6-b3d0-e2a5bb91665e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 280/561] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:16:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true => generated 847 bytes in 54 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:16:48.947 8 INFO cinder.api.openstack.wsgi [None req-af9ceed0-7c53-4ab3-ba32-fb6bd03dcca9 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true 2026-09-12 05:16:48.977 8 INFO cinder.api.openstack.wsgi [None req-af9ceed0-7c53-4ab3-ba32-fb6bd03dcca9 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 282/562] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:16:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true => generated 845 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:16:48.992 7 INFO cinder.api.openstack.wsgi [None req-b9861abc-8247-42fb-bd1b-fca9361f0211 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true 2026-09-12 05:16:49.027 7 INFO cinder.api.openstack.wsgi [None req-b9861abc-8247-42fb-bd1b-fca9361f0211 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 281/563] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:16:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true => generated 845 bytes in 46 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:16:50.435 8 INFO cinder.api.openstack.wsgi [None req-af9ceed0-7c53-4ab3-ba32-fb6bd03dcca9 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:16:50.436 7 INFO cinder.api.openstack.wsgi [None req-b9861abc-8247-42fb-bd1b-fca9361f0211 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:16:50.437 8 INFO cinder.api.openstack.wsgi [None req-af9ceed0-7c53-4ab3-ba32-fb6bd03dcca9 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:16:50.437 7 INFO cinder.api.openstack.wsgi [None req-b9861abc-8247-42fb-bd1b-fca9361f0211 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:17:00.435 8 INFO cinder.api.openstack.wsgi [None req-af9ceed0-7c53-4ab3-ba32-fb6bd03dcca9 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:17:00.435 7 INFO cinder.api.openstack.wsgi [None req-b9861abc-8247-42fb-bd1b-fca9361f0211 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:17:00.436 8 INFO cinder.api.openstack.wsgi [None req-af9ceed0-7c53-4ab3-ba32-fb6bd03dcca9 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:17:00.437 7 INFO cinder.api.openstack.wsgi [None req-b9861abc-8247-42fb-bd1b-fca9361f0211 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:17:10.435 8 INFO cinder.api.openstack.wsgi [None req-af9ceed0-7c53-4ab3-ba32-fb6bd03dcca9 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:17:10.436 7 INFO cinder.api.openstack.wsgi [None req-b9861abc-8247-42fb-bd1b-fca9361f0211 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:17:10.437 8 INFO cinder.api.openstack.wsgi [None req-af9ceed0-7c53-4ab3-ba32-fb6bd03dcca9 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:17:10.437 7 INFO cinder.api.openstack.wsgi [None req-b9861abc-8247-42fb-bd1b-fca9361f0211 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:17:20.435 7 INFO cinder.api.openstack.wsgi [None req-b9861abc-8247-42fb-bd1b-fca9361f0211 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:17:20.436 7 INFO cinder.api.openstack.wsgi [None req-b9861abc-8247-42fb-bd1b-fca9361f0211 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:17:20.435 8 INFO cinder.api.openstack.wsgi [None req-af9ceed0-7c53-4ab3-ba32-fb6bd03dcca9 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:17:20.438 8 INFO cinder.api.openstack.wsgi [None req-af9ceed0-7c53-4ab3-ba32-fb6bd03dcca9 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:17:30.435 8 INFO cinder.api.openstack.wsgi [None req-af9ceed0-7c53-4ab3-ba32-fb6bd03dcca9 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:17:30.436 7 INFO cinder.api.openstack.wsgi [None req-b9861abc-8247-42fb-bd1b-fca9361f0211 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:17:30.436 8 INFO cinder.api.openstack.wsgi [None req-af9ceed0-7c53-4ab3-ba32-fb6bd03dcca9 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:17:30.438 7 INFO cinder.api.openstack.wsgi [None req-b9861abc-8247-42fb-bd1b-fca9361f0211 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:17:40.436 8 INFO cinder.api.openstack.wsgi [None req-af9ceed0-7c53-4ab3-ba32-fb6bd03dcca9 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:17:40.436 7 INFO cinder.api.openstack.wsgi [None req-b9861abc-8247-42fb-bd1b-fca9361f0211 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:17:40.437 7 INFO cinder.api.openstack.wsgi [None req-b9861abc-8247-42fb-bd1b-fca9361f0211 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:17:40.437 8 INFO cinder.api.openstack.wsgi [None req-af9ceed0-7c53-4ab3-ba32-fb6bd03dcca9 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:17:48.276 7 INFO cinder.api.openstack.wsgi [None req-1995c178-0fcf-489e-9309-0346b1abcc02 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:17:48.316 7 INFO cinder.volume.api [None req-1995c178-0fcf-489e-9309-0346b1abcc02 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:17:48.318 7 INFO cinder.api.openstack.wsgi [None req-1995c178-0fcf-489e-9309-0346b1abcc02 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 288/576] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:17:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true => generated 15 bytes in 280 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:17:48.332 8 INFO cinder.api.openstack.wsgi [None req-8ca0429a-5a22-45d5-9938-c5da50dbf980 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true 2026-09-12 05:17:48.349 8 INFO cinder.volume.api [None req-8ca0429a-5a22-45d5-9938-c5da50dbf980 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all snapshots completed successfully. 2026-09-12 05:17:48.350 8 INFO cinder.api.openstack.wsgi [None req-8ca0429a-5a22-45d5-9938-c5da50dbf980 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 289/577] 10.0.0.199 () {28 vars in 674 bytes} [Sat Sep 12 05:17:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:17:48.361 7 INFO cinder.api.openstack.wsgi [None req-32e74121-ceae-4bd4-97a2-50ca36090b1d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services 2026-09-12 05:17:48.366 7 INFO cinder.api.openstack.wsgi [None req-32e74121-ceae-4bd4-97a2-50ca36090b1d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services returned with HTTP 200 [pid: 7|app: 0|req: 289/578] 10.0.0.199 () {28 vars in 645 bytes} [Sat Sep 12 05:17:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-services => generated 646 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:17:48.379 8 INFO cinder.api.openstack.wsgi [None req-30e1a809-84de-495d-9581-bec50f6ce240 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true 2026-09-12 05:17:48.883 8 INFO cinder.api.openstack.wsgi [None req-30e1a809-84de-495d-9581-bec50f6ce240 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 290/579] 10.0.0.199 () {28 vars in 696 bytes} [Sat Sep 12 05:17:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:17:48.896 7 INFO cinder.api.openstack.wsgi [None req-76f5ba01-e5dc-4b1a-b292-43daaaca2ecc 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:17:48.910 7 INFO cinder.volume.api [None req-76f5ba01-e5dc-4b1a-b292-43daaaca2ecc 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:17:48.914 7 INFO cinder.api.openstack.wsgi [None req-76f5ba01-e5dc-4b1a-b292-43daaaca2ecc 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 290/580] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:17:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:17:48.962 8 INFO cinder.api.openstack.wsgi [None req-9746f91f-0f16-4912-b085-30aa16c5daa3 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true 2026-09-12 05:17:48.999 8 INFO cinder.api.openstack.wsgi [None req-9746f91f-0f16-4912-b085-30aa16c5daa3 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 291/581] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:17:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true => generated 847 bytes in 50 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:17:49.015 7 INFO cinder.api.openstack.wsgi [None req-aaa1ce51-7d04-4e54-a4f9-412813e198cd 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true 2026-09-12 05:17:49.048 7 INFO cinder.api.openstack.wsgi [None req-aaa1ce51-7d04-4e54-a4f9-412813e198cd 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 291/582] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:17:49 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true => generated 845 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:17:49.075 8 INFO cinder.api.openstack.wsgi [None req-7a8a3493-146f-4fe2-806e-9ca2b5177454 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true 2026-09-12 05:17:49.110 8 INFO cinder.api.openstack.wsgi [None req-7a8a3493-146f-4fe2-806e-9ca2b5177454 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 292/583] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:17:49 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true => generated 845 bytes in 53 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:17:50.435 8 INFO cinder.api.openstack.wsgi [None req-7a8a3493-146f-4fe2-806e-9ca2b5177454 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:17:50.435 7 INFO cinder.api.openstack.wsgi [None req-aaa1ce51-7d04-4e54-a4f9-412813e198cd 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:17:50.437 7 INFO cinder.api.openstack.wsgi [None req-aaa1ce51-7d04-4e54-a4f9-412813e198cd 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:17:50.437 8 INFO cinder.api.openstack.wsgi [None req-7a8a3493-146f-4fe2-806e-9ca2b5177454 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:18:00.435 7 INFO cinder.api.openstack.wsgi [None req-aaa1ce51-7d04-4e54-a4f9-412813e198cd 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:18:00.435 8 INFO cinder.api.openstack.wsgi [None req-7a8a3493-146f-4fe2-806e-9ca2b5177454 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:18:00.436 8 INFO cinder.api.openstack.wsgi [None req-7a8a3493-146f-4fe2-806e-9ca2b5177454 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:18:00.438 7 INFO cinder.api.openstack.wsgi [None req-aaa1ce51-7d04-4e54-a4f9-412813e198cd 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:18:10.435 7 INFO cinder.api.openstack.wsgi [None req-aaa1ce51-7d04-4e54-a4f9-412813e198cd 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:18:10.435 8 INFO cinder.api.openstack.wsgi [None req-7a8a3493-146f-4fe2-806e-9ca2b5177454 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:18:10.436 7 INFO cinder.api.openstack.wsgi [None req-aaa1ce51-7d04-4e54-a4f9-412813e198cd 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:18:10.437 8 INFO cinder.api.openstack.wsgi [None req-7a8a3493-146f-4fe2-806e-9ca2b5177454 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:18:20.435 7 INFO cinder.api.openstack.wsgi [None req-aaa1ce51-7d04-4e54-a4f9-412813e198cd 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:18:20.435 8 INFO cinder.api.openstack.wsgi [None req-7a8a3493-146f-4fe2-806e-9ca2b5177454 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:18:20.435 7 INFO cinder.api.openstack.wsgi [None req-aaa1ce51-7d04-4e54-a4f9-412813e198cd 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:18:20.436 8 INFO cinder.api.openstack.wsgi [None req-7a8a3493-146f-4fe2-806e-9ca2b5177454 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:18:30.435 8 INFO cinder.api.openstack.wsgi [None req-7a8a3493-146f-4fe2-806e-9ca2b5177454 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:18:30.435 7 INFO cinder.api.openstack.wsgi [None req-aaa1ce51-7d04-4e54-a4f9-412813e198cd 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:18:30.436 8 INFO cinder.api.openstack.wsgi [None req-7a8a3493-146f-4fe2-806e-9ca2b5177454 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:18:30.437 7 INFO cinder.api.openstack.wsgi [None req-aaa1ce51-7d04-4e54-a4f9-412813e198cd 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:18:40.436 7 INFO cinder.api.openstack.wsgi [None req-aaa1ce51-7d04-4e54-a4f9-412813e198cd 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:18:40.436 8 INFO cinder.api.openstack.wsgi [None req-7a8a3493-146f-4fe2-806e-9ca2b5177454 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:18:40.437 7 INFO cinder.api.openstack.wsgi [None req-aaa1ce51-7d04-4e54-a4f9-412813e198cd 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:18:40.437 8 INFO cinder.api.openstack.wsgi [None req-7a8a3493-146f-4fe2-806e-9ca2b5177454 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:18:48.111 7 INFO cinder.api.openstack.wsgi [None req-7eb7d151-b816-4b57-963e-8f4be86280a7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true 2026-09-12 05:18:48.118 7 INFO cinder.volume.api [None req-7eb7d151-b816-4b57-963e-8f4be86280a7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all snapshots completed successfully. 2026-09-12 05:18:48.118 7 INFO cinder.api.openstack.wsgi [None req-7eb7d151-b816-4b57-963e-8f4be86280a7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 298/596] 10.0.0.199 () {28 vars in 674 bytes} [Sat Sep 12 05:18:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true => generated 17 bytes in 47 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:18:48.130 8 INFO cinder.api.openstack.wsgi [None req-11b24f4d-e246-43d0-9256-df1f7d22cecf 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:18:48.143 8 INFO cinder.volume.api [None req-11b24f4d-e246-43d0-9256-df1f7d22cecf 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:18:48.145 8 INFO cinder.api.openstack.wsgi [None req-11b24f4d-e246-43d0-9256-df1f7d22cecf 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 299/597] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:18:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true => generated 15 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:18:48.158 7 INFO cinder.api.openstack.wsgi [None req-05ba68d7-a53a-4493-9654-da5829a200d5 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true 2026-09-12 05:18:48.664 7 INFO cinder.api.openstack.wsgi [None req-05ba68d7-a53a-4493-9654-da5829a200d5 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 299/598] 10.0.0.199 () {28 vars in 696 bytes} [Sat Sep 12 05:18:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true => generated 670 bytes in 515 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:18:48.732 8 INFO cinder.api.openstack.wsgi [None req-b6abad18-4fe4-4530-b2a5-4c0722e57be4 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true 2026-09-12 05:18:48.759 8 INFO cinder.api.openstack.wsgi [None req-b6abad18-4fe4-4530-b2a5-4c0722e57be4 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 300/599] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:18:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true => generated 847 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:18:48.774 7 INFO cinder.api.openstack.wsgi [None req-c05f0197-51e4-46c5-8e84-7f280b3f5b8d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true 2026-09-12 05:18:48.831 7 INFO cinder.api.openstack.wsgi [None req-c05f0197-51e4-46c5-8e84-7f280b3f5b8d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 300/600] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:18:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true => generated 845 bytes in 65 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:18:48.850 8 INFO cinder.api.openstack.wsgi [None req-656e8b4e-42f7-4777-bee8-0c37f5369b59 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true 2026-09-12 05:18:48.883 8 INFO cinder.api.openstack.wsgi [None req-656e8b4e-42f7-4777-bee8-0c37f5369b59 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 301/601] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:18:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true => generated 845 bytes in 47 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:18:48.898 7 INFO cinder.api.openstack.wsgi [None req-a99e4c73-e782-40de-b695-ef3baf44b74e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:18:48.915 7 INFO cinder.volume.api [None req-a99e4c73-e782-40de-b695-ef3baf44b74e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:18:48.919 7 INFO cinder.api.openstack.wsgi [None req-a99e4c73-e782-40de-b695-ef3baf44b74e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 301/602] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:18:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true => generated 15 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:18:48.938 8 INFO cinder.api.openstack.wsgi [None req-16edbd13-7dbe-4865-ac28-21320c70df9e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services 2026-09-12 05:18:48.948 8 INFO cinder.api.openstack.wsgi [None req-16edbd13-7dbe-4865-ac28-21320c70df9e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services returned with HTTP 200 [pid: 8|app: 0|req: 302/603] 10.0.0.199 () {28 vars in 645 bytes} [Sat Sep 12 05:18:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-services => generated 646 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:18:50.435 7 INFO cinder.api.openstack.wsgi [None req-a99e4c73-e782-40de-b695-ef3baf44b74e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:18:50.436 7 INFO cinder.api.openstack.wsgi [None req-a99e4c73-e782-40de-b695-ef3baf44b74e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:18:50.436 8 INFO cinder.api.openstack.wsgi [None req-16edbd13-7dbe-4865-ac28-21320c70df9e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:18:50.438 8 INFO cinder.api.openstack.wsgi [None req-16edbd13-7dbe-4865-ac28-21320c70df9e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:19:00.434 7 INFO cinder.api.openstack.wsgi [None req-a99e4c73-e782-40de-b695-ef3baf44b74e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:19:00.435 8 INFO cinder.api.openstack.wsgi [None req-16edbd13-7dbe-4865-ac28-21320c70df9e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:19:00.435 7 INFO cinder.api.openstack.wsgi [None req-a99e4c73-e782-40de-b695-ef3baf44b74e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:19:00.435 8 INFO cinder.api.openstack.wsgi [None req-16edbd13-7dbe-4865-ac28-21320c70df9e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:19:10.435 7 INFO cinder.api.openstack.wsgi [None req-a99e4c73-e782-40de-b695-ef3baf44b74e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:19:10.436 7 INFO cinder.api.openstack.wsgi [None req-a99e4c73-e782-40de-b695-ef3baf44b74e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:19:10.436 8 INFO cinder.api.openstack.wsgi [None req-16edbd13-7dbe-4865-ac28-21320c70df9e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:19:10.437 8 INFO cinder.api.openstack.wsgi [None req-16edbd13-7dbe-4865-ac28-21320c70df9e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:19:20.435 7 INFO cinder.api.openstack.wsgi [None req-a99e4c73-e782-40de-b695-ef3baf44b74e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:19:20.436 7 INFO cinder.api.openstack.wsgi [None req-a99e4c73-e782-40de-b695-ef3baf44b74e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:19:20.440 8 INFO cinder.api.openstack.wsgi [None req-16edbd13-7dbe-4865-ac28-21320c70df9e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:19:20.441 8 INFO cinder.api.openstack.wsgi [None req-16edbd13-7dbe-4865-ac28-21320c70df9e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:19:30.435 7 INFO cinder.api.openstack.wsgi [None req-a99e4c73-e782-40de-b695-ef3baf44b74e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:19:30.436 7 INFO cinder.api.openstack.wsgi [None req-a99e4c73-e782-40de-b695-ef3baf44b74e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:19:30.439 8 INFO cinder.api.openstack.wsgi [None req-16edbd13-7dbe-4865-ac28-21320c70df9e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:19:30.441 8 INFO cinder.api.openstack.wsgi [None req-16edbd13-7dbe-4865-ac28-21320c70df9e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:19:40.435 7 INFO cinder.api.openstack.wsgi [None req-a99e4c73-e782-40de-b695-ef3baf44b74e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:19:40.435 8 INFO cinder.api.openstack.wsgi [None req-16edbd13-7dbe-4865-ac28-21320c70df9e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:19:40.436 7 INFO cinder.api.openstack.wsgi [None req-a99e4c73-e782-40de-b695-ef3baf44b74e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:19:40.438 8 INFO cinder.api.openstack.wsgi [None req-16edbd13-7dbe-4865-ac28-21320c70df9e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:19:48.190 7 INFO cinder.api.openstack.wsgi [None req-2d5296c7-cfbf-425e-8e92-7d19f9ceb895 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true 2026-09-12 05:19:48.199 7 INFO cinder.volume.api [None req-2d5296c7-cfbf-425e-8e92-7d19f9ceb895 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all snapshots completed successfully. 2026-09-12 05:19:48.200 7 INFO cinder.api.openstack.wsgi [None req-2d5296c7-cfbf-425e-8e92-7d19f9ceb895 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 308/616] 10.0.0.199 () {28 vars in 674 bytes} [Sat Sep 12 05:19:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true => generated 17 bytes in 116 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:19:48.215 8 INFO cinder.api.openstack.wsgi [None req-5e1933cf-3fa2-430f-8713-41a4b282be8e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:19:48.226 8 INFO cinder.volume.api [None req-5e1933cf-3fa2-430f-8713-41a4b282be8e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:19:48.227 8 INFO cinder.api.openstack.wsgi [None req-5e1933cf-3fa2-430f-8713-41a4b282be8e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 309/617] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:19:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true => generated 15 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:19:48.244 7 INFO cinder.api.openstack.wsgi [None req-c4bedf1e-2121-47e1-ba4e-913e3944db3f 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true 2026-09-12 05:19:48.749 7 INFO cinder.api.openstack.wsgi [None req-c4bedf1e-2121-47e1-ba4e-913e3944db3f 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 309/618] 10.0.0.199 () {28 vars in 696 bytes} [Sat Sep 12 05:19:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true => generated 668 bytes in 518 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:19:48.762 8 INFO cinder.api.openstack.wsgi [None req-04c39441-dbf9-4189-a175-cf70225a3b34 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:19:48.777 8 INFO cinder.volume.api [None req-04c39441-dbf9-4189-a175-cf70225a3b34 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:19:48.781 8 INFO cinder.api.openstack.wsgi [None req-04c39441-dbf9-4189-a175-cf70225a3b34 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 310/619] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:19:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true => generated 15 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:19:48.795 7 INFO cinder.api.openstack.wsgi [None req-32cce943-1865-4ad8-91af-8d907e3f60ca 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services 2026-09-12 05:19:48.804 7 INFO cinder.api.openstack.wsgi [None req-32cce943-1865-4ad8-91af-8d907e3f60ca 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services returned with HTTP 200 [pid: 7|app: 0|req: 310/620] 10.0.0.199 () {28 vars in 645 bytes} [Sat Sep 12 05:19:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-services => generated 646 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:19:48.861 8 INFO cinder.api.openstack.wsgi [None req-7c269d0b-fbc6-4574-9033-131a2a992128 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true 2026-09-12 05:19:48.896 8 INFO cinder.api.openstack.wsgi [None req-7c269d0b-fbc6-4574-9033-131a2a992128 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 311/621] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:19:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true => generated 847 bytes in 45 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:19:48.912 7 INFO cinder.api.openstack.wsgi [None req-aefab4a2-b345-404d-9d23-617f282ff693 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true 2026-09-12 05:19:48.945 7 INFO cinder.api.openstack.wsgi [None req-aefab4a2-b345-404d-9d23-617f282ff693 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 311/622] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:19:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true => generated 845 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:19:48.960 8 INFO cinder.api.openstack.wsgi [None req-e82c34a9-a149-47b9-8c96-26626386d8f9 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true 2026-09-12 05:19:48.987 8 INFO cinder.api.openstack.wsgi [None req-e82c34a9-a149-47b9-8c96-26626386d8f9 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 312/623] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:19:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true => generated 845 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:19:50.435 7 INFO cinder.api.openstack.wsgi [None req-aefab4a2-b345-404d-9d23-617f282ff693 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:19:50.436 8 INFO cinder.api.openstack.wsgi [None req-e82c34a9-a149-47b9-8c96-26626386d8f9 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:19:50.437 7 INFO cinder.api.openstack.wsgi [None req-aefab4a2-b345-404d-9d23-617f282ff693 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:19:50.437 8 INFO cinder.api.openstack.wsgi [None req-e82c34a9-a149-47b9-8c96-26626386d8f9 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:20:00.436 7 INFO cinder.api.openstack.wsgi [None req-aefab4a2-b345-404d-9d23-617f282ff693 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:20:00.436 8 INFO cinder.api.openstack.wsgi [None req-e82c34a9-a149-47b9-8c96-26626386d8f9 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:20:00.437 7 INFO cinder.api.openstack.wsgi [None req-aefab4a2-b345-404d-9d23-617f282ff693 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:20:00.437 8 INFO cinder.api.openstack.wsgi [None req-e82c34a9-a149-47b9-8c96-26626386d8f9 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:20:10.435 7 INFO cinder.api.openstack.wsgi [None req-aefab4a2-b345-404d-9d23-617f282ff693 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:20:10.435 8 INFO cinder.api.openstack.wsgi [None req-e82c34a9-a149-47b9-8c96-26626386d8f9 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:20:10.436 8 INFO cinder.api.openstack.wsgi [None req-e82c34a9-a149-47b9-8c96-26626386d8f9 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:20:10.436 7 INFO cinder.api.openstack.wsgi [None req-aefab4a2-b345-404d-9d23-617f282ff693 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:20:20.435 8 INFO cinder.api.openstack.wsgi [None req-e82c34a9-a149-47b9-8c96-26626386d8f9 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:20:20.436 7 INFO cinder.api.openstack.wsgi [None req-aefab4a2-b345-404d-9d23-617f282ff693 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:20:20.437 8 INFO cinder.api.openstack.wsgi [None req-e82c34a9-a149-47b9-8c96-26626386d8f9 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:20:20.437 7 INFO cinder.api.openstack.wsgi [None req-aefab4a2-b345-404d-9d23-617f282ff693 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:20:30.435 8 INFO cinder.api.openstack.wsgi [None req-e82c34a9-a149-47b9-8c96-26626386d8f9 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:20:30.435 7 INFO cinder.api.openstack.wsgi [None req-aefab4a2-b345-404d-9d23-617f282ff693 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:20:30.436 8 INFO cinder.api.openstack.wsgi [None req-e82c34a9-a149-47b9-8c96-26626386d8f9 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:20:30.437 7 INFO cinder.api.openstack.wsgi [None req-aefab4a2-b345-404d-9d23-617f282ff693 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:20:40.435 7 INFO cinder.api.openstack.wsgi [None req-aefab4a2-b345-404d-9d23-617f282ff693 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:20:40.435 8 INFO cinder.api.openstack.wsgi [None req-e82c34a9-a149-47b9-8c96-26626386d8f9 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:20:40.436 7 INFO cinder.api.openstack.wsgi [None req-aefab4a2-b345-404d-9d23-617f282ff693 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:20:40.436 8 INFO cinder.api.openstack.wsgi [None req-e82c34a9-a149-47b9-8c96-26626386d8f9 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:20:48.103 7 INFO cinder.api.openstack.wsgi [None req-76478e1a-6bdc-4d4b-aea7-8317a1b88d71 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true 2026-09-12 05:20:48.608 7 INFO cinder.api.openstack.wsgi [None req-76478e1a-6bdc-4d4b-aea7-8317a1b88d71 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 318/636] 10.0.0.199 () {28 vars in 696 bytes} [Sat Sep 12 05:20:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true => generated 668 bytes in 561 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:20:48.653 8 INFO cinder.api.openstack.wsgi [None req-f4879abf-f9a8-4c45-8dc2-4fc9be46c7d1 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true 2026-09-12 05:20:48.682 8 INFO cinder.api.openstack.wsgi [None req-f4879abf-f9a8-4c45-8dc2-4fc9be46c7d1 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 319/637] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:20:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true => generated 847 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:20:48.695 7 INFO cinder.api.openstack.wsgi [None req-62bf4d75-e8ae-4199-981c-1b99f0c6dfd1 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true 2026-09-12 05:20:48.725 7 INFO cinder.api.openstack.wsgi [None req-62bf4d75-e8ae-4199-981c-1b99f0c6dfd1 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 319/638] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:20:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true => generated 845 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:20:48.740 8 INFO cinder.api.openstack.wsgi [None req-8d8c4b98-b16b-46e8-954d-60fc4fb8947d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true 2026-09-12 05:20:48.780 8 INFO cinder.api.openstack.wsgi [None req-8d8c4b98-b16b-46e8-954d-60fc4fb8947d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 320/639] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:20:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true => generated 845 bytes in 51 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:20:48.794 7 INFO cinder.api.openstack.wsgi [None req-27eb220a-5017-491c-bfd9-a8228f15ab61 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true 2026-09-12 05:20:48.803 7 INFO cinder.volume.api [None req-27eb220a-5017-491c-bfd9-a8228f15ab61 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all snapshots completed successfully. 2026-09-12 05:20:48.804 7 INFO cinder.api.openstack.wsgi [None req-27eb220a-5017-491c-bfd9-a8228f15ab61 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 320/640] 10.0.0.199 () {28 vars in 674 bytes} [Sat Sep 12 05:20:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true => generated 17 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:20:48.817 8 INFO cinder.api.openstack.wsgi [None req-d2fd62ba-3e08-499e-9f9a-7d57a953f553 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services 2026-09-12 05:20:48.822 8 INFO cinder.api.openstack.wsgi [None req-d2fd62ba-3e08-499e-9f9a-7d57a953f553 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services returned with HTTP 200 [pid: 8|app: 0|req: 321/641] 10.0.0.199 () {28 vars in 645 bytes} [Sat Sep 12 05:20:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-services => generated 646 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:20:48.833 7 INFO cinder.api.openstack.wsgi [None req-a4937012-ea6e-4c99-9c6f-cfd88c10276a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:20:48.844 7 INFO cinder.volume.api [None req-a4937012-ea6e-4c99-9c6f-cfd88c10276a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:20:48.847 7 INFO cinder.api.openstack.wsgi [None req-a4937012-ea6e-4c99-9c6f-cfd88c10276a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 321/642] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:20:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true => generated 15 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:20:48.856 8 INFO cinder.api.openstack.wsgi [None req-8ff98179-7eec-4fd2-a171-1ab787159987 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:20:48.867 8 INFO cinder.volume.api [None req-8ff98179-7eec-4fd2-a171-1ab787159987 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:20:48.869 8 INFO cinder.api.openstack.wsgi [None req-8ff98179-7eec-4fd2-a171-1ab787159987 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 322/643] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:20:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:20:50.435 7 INFO cinder.api.openstack.wsgi [None req-a4937012-ea6e-4c99-9c6f-cfd88c10276a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:20:50.435 8 INFO cinder.api.openstack.wsgi [None req-8ff98179-7eec-4fd2-a171-1ab787159987 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:20:50.436 7 INFO cinder.api.openstack.wsgi [None req-a4937012-ea6e-4c99-9c6f-cfd88c10276a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:20:50.437 8 INFO cinder.api.openstack.wsgi [None req-8ff98179-7eec-4fd2-a171-1ab787159987 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:21:00.435 8 INFO cinder.api.openstack.wsgi [None req-8ff98179-7eec-4fd2-a171-1ab787159987 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:21:00.435 7 INFO cinder.api.openstack.wsgi [None req-a4937012-ea6e-4c99-9c6f-cfd88c10276a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:21:00.436 8 INFO cinder.api.openstack.wsgi [None req-8ff98179-7eec-4fd2-a171-1ab787159987 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:21:00.437 7 INFO cinder.api.openstack.wsgi [None req-a4937012-ea6e-4c99-9c6f-cfd88c10276a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:21:10.435 8 INFO cinder.api.openstack.wsgi [None req-8ff98179-7eec-4fd2-a171-1ab787159987 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:21:10.435 7 INFO cinder.api.openstack.wsgi [None req-a4937012-ea6e-4c99-9c6f-cfd88c10276a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:21:10.436 7 INFO cinder.api.openstack.wsgi [None req-a4937012-ea6e-4c99-9c6f-cfd88c10276a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:21:10.436 8 INFO cinder.api.openstack.wsgi [None req-8ff98179-7eec-4fd2-a171-1ab787159987 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:21:20.435 7 INFO cinder.api.openstack.wsgi [None req-a4937012-ea6e-4c99-9c6f-cfd88c10276a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:21:20.435 7 INFO cinder.api.openstack.wsgi [None req-a4937012-ea6e-4c99-9c6f-cfd88c10276a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:21:20.435 8 INFO cinder.api.openstack.wsgi [None req-8ff98179-7eec-4fd2-a171-1ab787159987 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:21:20.437 8 INFO cinder.api.openstack.wsgi [None req-8ff98179-7eec-4fd2-a171-1ab787159987 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:21:30.436 7 INFO cinder.api.openstack.wsgi [None req-a4937012-ea6e-4c99-9c6f-cfd88c10276a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:21:30.436 8 INFO cinder.api.openstack.wsgi [None req-8ff98179-7eec-4fd2-a171-1ab787159987 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:21:30.437 7 INFO cinder.api.openstack.wsgi [None req-a4937012-ea6e-4c99-9c6f-cfd88c10276a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:21:30.437 8 INFO cinder.api.openstack.wsgi [None req-8ff98179-7eec-4fd2-a171-1ab787159987 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:21:40.435 7 INFO cinder.api.openstack.wsgi [None req-a4937012-ea6e-4c99-9c6f-cfd88c10276a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:21:40.435 8 INFO cinder.api.openstack.wsgi [None req-8ff98179-7eec-4fd2-a171-1ab787159987 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:21:40.436 7 INFO cinder.api.openstack.wsgi [None req-a4937012-ea6e-4c99-9c6f-cfd88c10276a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:21:40.436 8 INFO cinder.api.openstack.wsgi [None req-8ff98179-7eec-4fd2-a171-1ab787159987 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:21:48.054 7 INFO cinder.api.openstack.wsgi [None req-33064023-62b8-4ead-9910-6739a63a54cc 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true 2026-09-12 05:21:48.063 7 INFO cinder.volume.api [None req-33064023-62b8-4ead-9910-6739a63a54cc 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all snapshots completed successfully. 2026-09-12 05:21:48.064 7 INFO cinder.api.openstack.wsgi [None req-33064023-62b8-4ead-9910-6739a63a54cc 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 328/656] 10.0.0.199 () {28 vars in 674 bytes} [Sat Sep 12 05:21:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true => generated 17 bytes in 49 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:21:48.077 8 INFO cinder.api.openstack.wsgi [None req-16aaa1ae-972a-4b51-b8fd-433a43596952 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:21:48.092 8 INFO cinder.volume.api [None req-16aaa1ae-972a-4b51-b8fd-433a43596952 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:21:48.097 8 INFO cinder.api.openstack.wsgi [None req-16aaa1ae-972a-4b51-b8fd-433a43596952 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 329/657] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:21:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:21:48.151 7 INFO cinder.api.openstack.wsgi [None req-b48fba65-6ae2-492e-9cbc-f47017e5a946 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true 2026-09-12 05:21:48.249 7 INFO cinder.api.openstack.wsgi [None req-b48fba65-6ae2-492e-9cbc-f47017e5a946 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 329/658] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:21:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true => generated 847 bytes in 107 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:21:48.266 8 INFO cinder.api.openstack.wsgi [None req-a85e0d5d-3b0f-4fbd-a63d-b40c6d8ffff7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true 2026-09-12 05:21:48.286 8 INFO cinder.api.openstack.wsgi [None req-a85e0d5d-3b0f-4fbd-a63d-b40c6d8ffff7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 330/659] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:21:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true => generated 845 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:21:48.298 7 INFO cinder.api.openstack.wsgi [None req-a47e125e-3184-42c7-8b03-f575ec2efddb 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true 2026-09-12 05:21:48.349 7 INFO cinder.api.openstack.wsgi [None req-a47e125e-3184-42c7-8b03-f575ec2efddb 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 330/660] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:21:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true => generated 845 bytes in 60 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:21:48.373 8 INFO cinder.api.openstack.wsgi [None req-06b55864-d3b2-4001-b537-a0d50cebbb04 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true 2026-09-12 05:21:48.880 8 INFO cinder.api.openstack.wsgi [None req-06b55864-d3b2-4001-b537-a0d50cebbb04 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 331/661] 10.0.0.199 () {28 vars in 696 bytes} [Sat Sep 12 05:21:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true => generated 668 bytes in 522 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:21:48.896 7 INFO cinder.api.openstack.wsgi [None req-99b15b4f-b631-43fe-971d-de15a3509422 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:21:48.912 7 INFO cinder.volume.api [None req-99b15b4f-b631-43fe-971d-de15a3509422 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:21:48.916 7 INFO cinder.api.openstack.wsgi [None req-99b15b4f-b631-43fe-971d-de15a3509422 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 331/662] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:21:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true => generated 15 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:21:48.930 8 INFO cinder.api.openstack.wsgi [None req-f09a09d7-a246-42fb-b79f-77a16d47adcd 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services 2026-09-12 05:21:48.936 8 INFO cinder.api.openstack.wsgi [None req-f09a09d7-a246-42fb-b79f-77a16d47adcd 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services returned with HTTP 200 [pid: 8|app: 0|req: 332/663] 10.0.0.199 () {28 vars in 645 bytes} [Sat Sep 12 05:21:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-services => generated 646 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:21:50.435 7 INFO cinder.api.openstack.wsgi [None req-99b15b4f-b631-43fe-971d-de15a3509422 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:21:50.436 8 INFO cinder.api.openstack.wsgi [None req-f09a09d7-a246-42fb-b79f-77a16d47adcd 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:21:50.436 8 INFO cinder.api.openstack.wsgi [None req-f09a09d7-a246-42fb-b79f-77a16d47adcd 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:21:50.437 7 INFO cinder.api.openstack.wsgi [None req-99b15b4f-b631-43fe-971d-de15a3509422 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:22:00.435 8 INFO cinder.api.openstack.wsgi [None req-f09a09d7-a246-42fb-b79f-77a16d47adcd 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:22:00.435 7 INFO cinder.api.openstack.wsgi [None req-99b15b4f-b631-43fe-971d-de15a3509422 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:22:00.436 8 INFO cinder.api.openstack.wsgi [None req-f09a09d7-a246-42fb-b79f-77a16d47adcd 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:22:00.436 7 INFO cinder.api.openstack.wsgi [None req-99b15b4f-b631-43fe-971d-de15a3509422 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:22:10.436 7 INFO cinder.api.openstack.wsgi [None req-99b15b4f-b631-43fe-971d-de15a3509422 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:22:10.436 8 INFO cinder.api.openstack.wsgi [None req-f09a09d7-a246-42fb-b79f-77a16d47adcd 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:22:10.438 7 INFO cinder.api.openstack.wsgi [None req-99b15b4f-b631-43fe-971d-de15a3509422 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:22:10.438 8 INFO cinder.api.openstack.wsgi [None req-f09a09d7-a246-42fb-b79f-77a16d47adcd 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:22:20.435 7 INFO cinder.api.openstack.wsgi [None req-99b15b4f-b631-43fe-971d-de15a3509422 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:22:20.435 8 INFO cinder.api.openstack.wsgi [None req-f09a09d7-a246-42fb-b79f-77a16d47adcd 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:22:20.436 7 INFO cinder.api.openstack.wsgi [None req-99b15b4f-b631-43fe-971d-de15a3509422 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:22:20.437 8 INFO cinder.api.openstack.wsgi [None req-f09a09d7-a246-42fb-b79f-77a16d47adcd 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:22:30.435 7 INFO cinder.api.openstack.wsgi [None req-99b15b4f-b631-43fe-971d-de15a3509422 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:22:30.435 8 INFO cinder.api.openstack.wsgi [None req-f09a09d7-a246-42fb-b79f-77a16d47adcd 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:22:30.436 7 INFO cinder.api.openstack.wsgi [None req-99b15b4f-b631-43fe-971d-de15a3509422 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:22:30.436 8 INFO cinder.api.openstack.wsgi [None req-f09a09d7-a246-42fb-b79f-77a16d47adcd 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:22:32.057 7 INFO cinder.api.openstack.wsgi [None req-d20a1680-e9e6-41bd-bb8a-4aef3cfdf791 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET https://volume.162-253-55-242.nip.io/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=False 2026-09-12 05:22:32.087 7 INFO cinder.api.openstack.wsgi [None req-d20a1680-e9e6-41bd-bb8a-4aef3cfdf791 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] https://volume.162-253-55-242.nip.io/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=False returned with HTTP 200 [pid: 7|app: 0|req: 337/674] 162.253.55.242 () {44 vars in 1068 bytes} [Sat Sep 12 05:22:32 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=False => generated 338 bytes in 87 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:22:40.435 8 INFO cinder.api.openstack.wsgi [None req-f09a09d7-a246-42fb-b79f-77a16d47adcd 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:22:40.436 7 INFO cinder.api.openstack.wsgi [None req-d20a1680-e9e6-41bd-bb8a-4aef3cfdf791 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:22:40.436 8 INFO cinder.api.openstack.wsgi [None req-f09a09d7-a246-42fb-b79f-77a16d47adcd 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:22:40.438 7 INFO cinder.api.openstack.wsgi [None req-d20a1680-e9e6-41bd-bb8a-4aef3cfdf791 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:22:48.090 8 INFO cinder.api.openstack.wsgi [None req-7726fd1f-3824-44ce-a1cf-cd16d41b3c71 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:22:48.113 8 INFO cinder.volume.api [None req-7726fd1f-3824-44ce-a1cf-cd16d41b3c71 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:22:48.117 8 INFO cinder.api.openstack.wsgi [None req-7726fd1f-3824-44ce-a1cf-cd16d41b3c71 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 339/677] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:22:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true => generated 15 bytes in 97 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:22:48.134 7 INFO cinder.api.openstack.wsgi [None req-8da42366-4cc3-4968-a9e1-9c49f01904cd 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services 2026-09-12 05:22:48.141 7 INFO cinder.api.openstack.wsgi [None req-8da42366-4cc3-4968-a9e1-9c49f01904cd 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services returned with HTTP 200 [pid: 7|app: 0|req: 339/678] 10.0.0.199 () {28 vars in 645 bytes} [Sat Sep 12 05:22:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-services => generated 646 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:22:48.156 8 INFO cinder.api.openstack.wsgi [None req-11814dc9-0239-44cf-bb7f-e6e155234758 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:22:48.171 8 INFO cinder.volume.api [None req-11814dc9-0239-44cf-bb7f-e6e155234758 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:22:48.183 8 INFO cinder.api.openstack.wsgi [None req-11814dc9-0239-44cf-bb7f-e6e155234758 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 340/679] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:22:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true => generated 15 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:22:48.241 7 INFO cinder.api.openstack.wsgi [None req-8fb4a490-62b1-4fb8-be9f-db6da2baa25b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true 2026-09-12 05:22:48.282 7 INFO cinder.api.openstack.wsgi [None req-8fb4a490-62b1-4fb8-be9f-db6da2baa25b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 340/680] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:22:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true => generated 847 bytes in 50 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:22:48.300 8 INFO cinder.api.openstack.wsgi [None req-228cd7c1-8494-43aa-8d22-4c32afcd6fd4 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true 2026-09-12 05:22:48.334 8 INFO cinder.api.openstack.wsgi [None req-228cd7c1-8494-43aa-8d22-4c32afcd6fd4 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 341/681] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:22:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true => generated 845 bytes in 46 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:22:48.353 7 INFO cinder.api.openstack.wsgi [None req-c00d14ba-3335-413f-854c-8f0cf57c2dc3 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true 2026-09-12 05:22:48.384 7 INFO cinder.api.openstack.wsgi [None req-c00d14ba-3335-413f-854c-8f0cf57c2dc3 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 341/682] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:22:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true => generated 845 bytes in 46 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:22:48.395 8 INFO cinder.api.openstack.wsgi [None req-ed2158bc-85a2-4d49-81c8-d932188b2e2d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true 2026-09-12 05:22:48.402 8 INFO cinder.volume.api [None req-ed2158bc-85a2-4d49-81c8-d932188b2e2d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all snapshots completed successfully. 2026-09-12 05:22:48.402 8 INFO cinder.api.openstack.wsgi [None req-ed2158bc-85a2-4d49-81c8-d932188b2e2d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 342/683] 10.0.0.199 () {28 vars in 674 bytes} [Sat Sep 12 05:22:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:22:48.415 7 INFO cinder.api.openstack.wsgi [None req-46961877-1dc5-45cc-906b-514ec4d8f490 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true 2026-09-12 05:22:48.919 7 INFO cinder.api.openstack.wsgi [None req-46961877-1dc5-45cc-906b-514ec4d8f490 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 342/684] 10.0.0.199 () {28 vars in 696 bytes} [Sat Sep 12 05:22:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true => generated 668 bytes in 514 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:22:50.434 8 INFO cinder.api.openstack.wsgi [None req-ed2158bc-85a2-4d49-81c8-d932188b2e2d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:22:50.435 7 INFO cinder.api.openstack.wsgi [None req-46961877-1dc5-45cc-906b-514ec4d8f490 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:22:50.435 8 INFO cinder.api.openstack.wsgi [None req-ed2158bc-85a2-4d49-81c8-d932188b2e2d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:22:50.436 7 INFO cinder.api.openstack.wsgi [None req-46961877-1dc5-45cc-906b-514ec4d8f490 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:23:00.435 7 INFO cinder.api.openstack.wsgi [None req-46961877-1dc5-45cc-906b-514ec4d8f490 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:23:00.435 8 INFO cinder.api.openstack.wsgi [None req-ed2158bc-85a2-4d49-81c8-d932188b2e2d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:23:00.436 7 INFO cinder.api.openstack.wsgi [None req-46961877-1dc5-45cc-906b-514ec4d8f490 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:23:00.437 8 INFO cinder.api.openstack.wsgi [None req-ed2158bc-85a2-4d49-81c8-d932188b2e2d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:23:10.435 7 INFO cinder.api.openstack.wsgi [None req-46961877-1dc5-45cc-906b-514ec4d8f490 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:23:10.436 7 INFO cinder.api.openstack.wsgi [None req-46961877-1dc5-45cc-906b-514ec4d8f490 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:23:10.440 8 INFO cinder.api.openstack.wsgi [None req-ed2158bc-85a2-4d49-81c8-d932188b2e2d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:23:10.447 8 INFO cinder.api.openstack.wsgi [None req-ed2158bc-85a2-4d49-81c8-d932188b2e2d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:23:20.435 7 INFO cinder.api.openstack.wsgi [None req-46961877-1dc5-45cc-906b-514ec4d8f490 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:23:20.435 8 INFO cinder.api.openstack.wsgi [None req-ed2158bc-85a2-4d49-81c8-d932188b2e2d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:23:20.436 8 INFO cinder.api.openstack.wsgi [None req-ed2158bc-85a2-4d49-81c8-d932188b2e2d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:23:20.436 7 INFO cinder.api.openstack.wsgi [None req-46961877-1dc5-45cc-906b-514ec4d8f490 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:23:30.434 8 INFO cinder.api.openstack.wsgi [None req-ed2158bc-85a2-4d49-81c8-d932188b2e2d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:23:30.434 7 INFO cinder.api.openstack.wsgi [None req-46961877-1dc5-45cc-906b-514ec4d8f490 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:23:30.435 8 INFO cinder.api.openstack.wsgi [None req-ed2158bc-85a2-4d49-81c8-d932188b2e2d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:23:30.436 7 INFO cinder.api.openstack.wsgi [None req-46961877-1dc5-45cc-906b-514ec4d8f490 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:23:40.435 8 INFO cinder.api.openstack.wsgi [None req-ed2158bc-85a2-4d49-81c8-d932188b2e2d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:23:40.436 8 INFO cinder.api.openstack.wsgi [None req-ed2158bc-85a2-4d49-81c8-d932188b2e2d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:23:40.436 7 INFO cinder.api.openstack.wsgi [None req-46961877-1dc5-45cc-906b-514ec4d8f490 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:23:40.437 7 INFO cinder.api.openstack.wsgi [None req-46961877-1dc5-45cc-906b-514ec4d8f490 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:23:44.993 8 INFO cinder.api.openstack.wsgi [None req-4d006ff7-7838-4423-a5de-78fc08f6bdec 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET https://volume.162-253-55-242.nip.io/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=False 2026-09-12 05:23:45.010 8 INFO cinder.api.openstack.wsgi [None req-4d006ff7-7838-4423-a5de-78fc08f6bdec 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] https://volume.162-253-55-242.nip.io/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=False returned with HTTP 200 [pid: 8|app: 0|req: 349/697] 162.253.55.242 () {44 vars in 1068 bytes} [Sat Sep 12 05:23:44 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=False => generated 338 bytes in 66 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:23:48.006 7 INFO cinder.api.openstack.wsgi [None req-b0ef9726-a0c6-4ae7-af05-dcae761b1929 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services 2026-09-12 05:23:48.015 7 INFO cinder.api.openstack.wsgi [None req-b0ef9726-a0c6-4ae7-af05-dcae761b1929 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services returned with HTTP 200 [pid: 7|app: 0|req: 349/698] 10.0.0.199 () {28 vars in 645 bytes} [Sat Sep 12 05:23:47 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-services => generated 646 bytes in 61 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:23:48.061 8 INFO cinder.api.openstack.wsgi [None req-816cf093-733e-48c6-a868-75d047c1e1cf 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true 2026-09-12 05:23:48.083 8 INFO cinder.api.openstack.wsgi [None req-816cf093-733e-48c6-a868-75d047c1e1cf 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 350/699] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:23:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true => generated 847 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:23:48.096 7 INFO cinder.api.openstack.wsgi [None req-d272ef1b-d4b7-4de0-a809-b4e1f85fde0c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true 2026-09-12 05:23:48.126 7 INFO cinder.api.openstack.wsgi [None req-d272ef1b-d4b7-4de0-a809-b4e1f85fde0c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 350/700] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:23:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true => generated 845 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:23:48.143 8 INFO cinder.api.openstack.wsgi [None req-3ef1f64b-164f-45a5-a485-b6dad4ff68b4 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true 2026-09-12 05:23:48.167 8 INFO cinder.api.openstack.wsgi [None req-3ef1f64b-164f-45a5-a485-b6dad4ff68b4 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 351/701] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:23:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true => generated 845 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:23:48.175 7 INFO cinder.api.openstack.wsgi [None req-b1e0be0e-1e1a-4213-a188-b49560916666 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:23:48.186 7 INFO cinder.volume.api [None req-b1e0be0e-1e1a-4213-a188-b49560916666 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:23:48.187 7 INFO cinder.api.openstack.wsgi [None req-b1e0be0e-1e1a-4213-a188-b49560916666 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 351/702] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:23:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:23:48.200 8 INFO cinder.api.openstack.wsgi [None req-04a8fa2f-b4ca-425f-a86d-e732d3c63bb4 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true 2026-09-12 05:23:48.704 8 INFO cinder.api.openstack.wsgi [None req-04a8fa2f-b4ca-425f-a86d-e732d3c63bb4 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 352/703] 10.0.0.199 () {28 vars in 696 bytes} [Sat Sep 12 05:23:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true => generated 668 bytes in 514 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:23:48.716 7 INFO cinder.api.openstack.wsgi [None req-1cad5f36-055a-40b7-9ccc-1f6e74133947 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:23:48.727 7 INFO cinder.volume.api [None req-1cad5f36-055a-40b7-9ccc-1f6e74133947 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:23:48.728 7 INFO cinder.api.openstack.wsgi [None req-1cad5f36-055a-40b7-9ccc-1f6e74133947 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 352/704] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:23:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:23:48.741 8 INFO cinder.api.openstack.wsgi [None req-276899f9-5395-44dc-8151-faca317a547d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true 2026-09-12 05:23:48.748 8 INFO cinder.volume.api [None req-276899f9-5395-44dc-8151-faca317a547d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all snapshots completed successfully. 2026-09-12 05:23:48.749 8 INFO cinder.api.openstack.wsgi [None req-276899f9-5395-44dc-8151-faca317a547d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 353/705] 10.0.0.199 () {28 vars in 674 bytes} [Sat Sep 12 05:23:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:23:50.434 7 INFO cinder.api.openstack.wsgi [None req-1cad5f36-055a-40b7-9ccc-1f6e74133947 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:23:50.434 8 INFO cinder.api.openstack.wsgi [None req-276899f9-5395-44dc-8151-faca317a547d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:23:50.435 7 INFO cinder.api.openstack.wsgi [None req-1cad5f36-055a-40b7-9ccc-1f6e74133947 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:23:50.436 8 INFO cinder.api.openstack.wsgi [None req-276899f9-5395-44dc-8151-faca317a547d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:24:00.435 7 INFO cinder.api.openstack.wsgi [None req-1cad5f36-055a-40b7-9ccc-1f6e74133947 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:24:00.436 8 INFO cinder.api.openstack.wsgi [None req-276899f9-5395-44dc-8151-faca317a547d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:24:00.436 7 INFO cinder.api.openstack.wsgi [None req-1cad5f36-055a-40b7-9ccc-1f6e74133947 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:24:00.437 8 INFO cinder.api.openstack.wsgi [None req-276899f9-5395-44dc-8151-faca317a547d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:24:10.435 7 INFO cinder.api.openstack.wsgi [None req-1cad5f36-055a-40b7-9ccc-1f6e74133947 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:24:10.436 7 INFO cinder.api.openstack.wsgi [None req-1cad5f36-055a-40b7-9ccc-1f6e74133947 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:24:10.436 8 INFO cinder.api.openstack.wsgi [None req-276899f9-5395-44dc-8151-faca317a547d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:24:10.437 8 INFO cinder.api.openstack.wsgi [None req-276899f9-5395-44dc-8151-faca317a547d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:24:20.435 7 INFO cinder.api.openstack.wsgi [None req-1cad5f36-055a-40b7-9ccc-1f6e74133947 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:24:20.436 8 INFO cinder.api.openstack.wsgi [None req-276899f9-5395-44dc-8151-faca317a547d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:24:20.437 7 INFO cinder.api.openstack.wsgi [None req-1cad5f36-055a-40b7-9ccc-1f6e74133947 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:24:20.438 8 INFO cinder.api.openstack.wsgi [None req-276899f9-5395-44dc-8151-faca317a547d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:24:30.435 8 INFO cinder.api.openstack.wsgi [None req-276899f9-5395-44dc-8151-faca317a547d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:24:30.435 7 INFO cinder.api.openstack.wsgi [None req-1cad5f36-055a-40b7-9ccc-1f6e74133947 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:24:30.436 8 INFO cinder.api.openstack.wsgi [None req-276899f9-5395-44dc-8151-faca317a547d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:24:30.437 7 INFO cinder.api.openstack.wsgi [None req-1cad5f36-055a-40b7-9ccc-1f6e74133947 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:24:40.434 7 INFO cinder.api.openstack.wsgi [None req-1cad5f36-055a-40b7-9ccc-1f6e74133947 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:24:40.434 8 INFO cinder.api.openstack.wsgi [None req-276899f9-5395-44dc-8151-faca317a547d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:24:40.435 7 INFO cinder.api.openstack.wsgi [None req-1cad5f36-055a-40b7-9ccc-1f6e74133947 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:24:40.435 8 INFO cinder.api.openstack.wsgi [None req-276899f9-5395-44dc-8151-faca317a547d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:24:48.307 8 INFO cinder.api.openstack.wsgi [None req-0350873a-1597-4dc7-9ae3-813d3b1b11f8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:24:48.328 8 INFO cinder.volume.api [None req-0350873a-1597-4dc7-9ae3-813d3b1b11f8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:24:48.331 8 INFO cinder.api.openstack.wsgi [None req-0350873a-1597-4dc7-9ae3-813d3b1b11f8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 360/718] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:24:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true => generated 15 bytes in 177 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:24:48.346 7 INFO cinder.api.openstack.wsgi [None req-dbfd1652-267a-404e-93e4-be9a88e23543 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true 2026-09-12 05:24:48.850 7 INFO cinder.api.openstack.wsgi [None req-dbfd1652-267a-404e-93e4-be9a88e23543 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 359/719] 10.0.0.199 () {28 vars in 696 bytes} [Sat Sep 12 05:24:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true => generated 668 bytes in 517 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:24:48.861 8 INFO cinder.api.openstack.wsgi [None req-a478fc67-33e9-40bc-b90c-1b92442464c7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true 2026-09-12 05:24:48.867 8 INFO cinder.volume.api [None req-a478fc67-33e9-40bc-b90c-1b92442464c7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all snapshots completed successfully. 2026-09-12 05:24:48.867 8 INFO cinder.api.openstack.wsgi [None req-a478fc67-33e9-40bc-b90c-1b92442464c7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 361/720] 10.0.0.199 () {28 vars in 674 bytes} [Sat Sep 12 05:24:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true => generated 17 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:24:48.883 7 INFO cinder.api.openstack.wsgi [None req-eb49cea0-5b27-4960-b395-ece4f03ec6d0 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:24:48.896 7 INFO cinder.volume.api [None req-eb49cea0-5b27-4960-b395-ece4f03ec6d0 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:24:48.899 7 INFO cinder.api.openstack.wsgi [None req-eb49cea0-5b27-4960-b395-ece4f03ec6d0 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 360/721] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:24:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true => generated 15 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:24:48.912 8 INFO cinder.api.openstack.wsgi [None req-a02e0ea4-0638-40a4-a273-d3e1e73506b2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services 2026-09-12 05:24:48.923 8 INFO cinder.api.openstack.wsgi [None req-a02e0ea4-0638-40a4-a273-d3e1e73506b2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services returned with HTTP 200 [pid: 8|app: 0|req: 362/722] 10.0.0.199 () {28 vars in 645 bytes} [Sat Sep 12 05:24:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-services => generated 646 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:24:48.980 7 INFO cinder.api.openstack.wsgi [None req-6be67226-fd21-4eb4-93c4-f1da80f2073b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true 2026-09-12 05:24:49.013 7 INFO cinder.api.openstack.wsgi [None req-6be67226-fd21-4eb4-93c4-f1da80f2073b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 361/723] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:24:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true => generated 847 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:24:49.026 8 INFO cinder.api.openstack.wsgi [None req-3af2e654-db5e-4d04-b919-da38e3235be2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true 2026-09-12 05:24:49.065 8 INFO cinder.api.openstack.wsgi [None req-3af2e654-db5e-4d04-b919-da38e3235be2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 363/724] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:24:49 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true => generated 845 bytes in 48 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:24:49.076 7 INFO cinder.api.openstack.wsgi [None req-be055b60-ad99-4ebf-af2b-81991357669c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true 2026-09-12 05:24:49.104 7 INFO cinder.api.openstack.wsgi [None req-be055b60-ad99-4ebf-af2b-81991357669c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 362/725] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:24:49 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true => generated 845 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:24:50.435 7 INFO cinder.api.openstack.wsgi [None req-be055b60-ad99-4ebf-af2b-81991357669c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:24:50.435 8 INFO cinder.api.openstack.wsgi [None req-3af2e654-db5e-4d04-b919-da38e3235be2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:24:50.435 7 INFO cinder.api.openstack.wsgi [None req-be055b60-ad99-4ebf-af2b-81991357669c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:24:50.436 8 INFO cinder.api.openstack.wsgi [None req-3af2e654-db5e-4d04-b919-da38e3235be2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:25:00.435 7 INFO cinder.api.openstack.wsgi [None req-be055b60-ad99-4ebf-af2b-81991357669c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:25:00.435 8 INFO cinder.api.openstack.wsgi [None req-3af2e654-db5e-4d04-b919-da38e3235be2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:25:00.436 7 INFO cinder.api.openstack.wsgi [None req-be055b60-ad99-4ebf-af2b-81991357669c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:25:00.437 8 INFO cinder.api.openstack.wsgi [None req-3af2e654-db5e-4d04-b919-da38e3235be2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:25:10.435 7 INFO cinder.api.openstack.wsgi [None req-be055b60-ad99-4ebf-af2b-81991357669c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:25:10.435 8 INFO cinder.api.openstack.wsgi [None req-3af2e654-db5e-4d04-b919-da38e3235be2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:25:10.436 7 INFO cinder.api.openstack.wsgi [None req-be055b60-ad99-4ebf-af2b-81991357669c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:25:10.437 8 INFO cinder.api.openstack.wsgi [None req-3af2e654-db5e-4d04-b919-da38e3235be2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:25:20.435 7 INFO cinder.api.openstack.wsgi [None req-be055b60-ad99-4ebf-af2b-81991357669c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:25:20.436 8 INFO cinder.api.openstack.wsgi [None req-3af2e654-db5e-4d04-b919-da38e3235be2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:25:20.437 7 INFO cinder.api.openstack.wsgi [None req-be055b60-ad99-4ebf-af2b-81991357669c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:25:20.437 8 INFO cinder.api.openstack.wsgi [None req-3af2e654-db5e-4d04-b919-da38e3235be2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:25:26.261 7 INFO cinder.api.openstack.wsgi [None req-6be9d4b2-f208-4462-9293-ba26fef56859 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots 2026-09-12 05:25:26.287 7 INFO cinder.volume.api [None req-6be9d4b2-f208-4462-9293-ba26fef56859 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all snapshots completed successfully. 2026-09-12 05:25:26.288 7 INFO cinder.api.openstack.wsgi [None req-6be9d4b2-f208-4462-9293-ba26fef56859 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots returned with HTTP 200 [pid: 7|app: 0|req: 367/734] 10.0.0.200 () {32 vars in 705 bytes} [Sat Sep 12 05:25:26 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots => generated 17 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:25:26.303 8 INFO cinder.api.openstack.wsgi [None req-d489738c-4cdc-4c8c-be2d-1a4d9c083a20 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes 2026-09-12 05:25:26.349 8 INFO cinder.volume.api [None req-d489738c-4cdc-4c8c-be2d-1a4d9c083a20 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:25:26.350 8 INFO cinder.api.openstack.wsgi [None req-d489738c-4cdc-4c8c-be2d-1a4d9c083a20 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes returned with HTTP 200 [pid: 8|app: 0|req: 368/735] 10.0.0.200 () {32 vars in 701 bytes} [Sat Sep 12 05:25:26 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes => generated 15 bytes in 53 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:25:30.436 8 INFO cinder.api.openstack.wsgi [None req-d489738c-4cdc-4c8c-be2d-1a4d9c083a20 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:25:30.436 7 INFO cinder.api.openstack.wsgi [None req-6be9d4b2-f208-4462-9293-ba26fef56859 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:25:30.438 8 INFO cinder.api.openstack.wsgi [None req-d489738c-4cdc-4c8c-be2d-1a4d9c083a20 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:25:30.438 7 INFO cinder.api.openstack.wsgi [None req-6be9d4b2-f208-4462-9293-ba26fef56859 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:25:40.435 8 INFO cinder.api.openstack.wsgi [None req-d489738c-4cdc-4c8c-be2d-1a4d9c083a20 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:25:40.435 7 INFO cinder.api.openstack.wsgi [None req-6be9d4b2-f208-4462-9293-ba26fef56859 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:25:40.436 8 INFO cinder.api.openstack.wsgi [None req-d489738c-4cdc-4c8c-be2d-1a4d9c083a20 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:25:40.436 7 INFO cinder.api.openstack.wsgi [None req-6be9d4b2-f208-4462-9293-ba26fef56859 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:25:48.137 8 INFO cinder.api.openstack.wsgi [None req-0960611f-fd34-476a-b604-90edca68544b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true 2026-09-12 05:25:48.159 8 INFO cinder.api.openstack.wsgi [None req-0960611f-fd34-476a-b604-90edca68544b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 371/740] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:25:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true => generated 847 bytes in 123 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:25:48.173 7 INFO cinder.api.openstack.wsgi [None req-ede7e7e3-cd89-4aec-94b9-493d575eb575 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/6c726e839f15408aa8fbe4f9b87e8b4a?usage=true 2026-09-12 05:25:48.211 7 INFO cinder.api.openstack.wsgi [None req-ede7e7e3-cd89-4aec-94b9-493d575eb575 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/6c726e839f15408aa8fbe4f9b87e8b4a?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 370/741] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:25:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/6c726e839f15408aa8fbe4f9b87e8b4a?usage=true => generated 847 bytes in 49 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:25:48.226 8 INFO cinder.api.openstack.wsgi [None req-f066aa5d-6f2b-48b6-bc6c-7d35ac6f4101 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true 2026-09-12 05:25:48.261 8 INFO cinder.api.openstack.wsgi [None req-f066aa5d-6f2b-48b6-bc6c-7d35ac6f4101 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 372/742] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:25:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true => generated 845 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:25:48.280 7 INFO cinder.api.openstack.wsgi [None req-fa64367b-f28e-433c-adf3-8c154505b90e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true 2026-09-12 05:25:48.311 7 INFO cinder.api.openstack.wsgi [None req-fa64367b-f28e-433c-adf3-8c154505b90e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 371/743] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:25:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true => generated 845 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:25:48.323 8 INFO cinder.api.openstack.wsgi [None req-48965f3e-887c-4b62-ae58-6fd13c1a4694 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/d05779704e794e408ff7386afd8f1646?usage=true 2026-09-12 05:25:48.362 8 INFO cinder.api.openstack.wsgi [None req-48965f3e-887c-4b62-ae58-6fd13c1a4694 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/d05779704e794e408ff7386afd8f1646?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 373/744] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:25:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/d05779704e794e408ff7386afd8f1646?usage=true => generated 847 bytes in 49 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:25:48.374 7 INFO cinder.api.openstack.wsgi [None req-a783a442-48c4-43b0-87ee-05a2e749a4f4 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/d0e2f3417f8a48a6840b61d615e40b19?usage=true 2026-09-12 05:25:48.396 7 INFO cinder.api.openstack.wsgi [None req-a783a442-48c4-43b0-87ee-05a2e749a4f4 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/d0e2f3417f8a48a6840b61d615e40b19?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 372/745] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:25:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/d0e2f3417f8a48a6840b61d615e40b19?usage=true => generated 847 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:25:48.405 8 INFO cinder.api.openstack.wsgi [None req-9e8eeb0d-03e1-4ed0-b8e9-0128ee2d501d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/e94ce95a995340e38073fdf632b84f19?usage=true 2026-09-12 05:25:48.422 8 INFO cinder.api.openstack.wsgi [None req-9e8eeb0d-03e1-4ed0-b8e9-0128ee2d501d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/e94ce95a995340e38073fdf632b84f19?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 374/746] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:25:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/e94ce95a995340e38073fdf632b84f19?usage=true => generated 847 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:25:48.436 7 INFO cinder.api.openstack.wsgi [None req-f1e51c26-ddb6-48dc-9e9c-76ef5284d34e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:25:48.445 7 INFO cinder.volume.api [None req-f1e51c26-ddb6-48dc-9e9c-76ef5284d34e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:25:48.446 7 INFO cinder.api.openstack.wsgi [None req-f1e51c26-ddb6-48dc-9e9c-76ef5284d34e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 373/747] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:25:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:25:48.456 8 INFO cinder.api.openstack.wsgi [None req-6c83b09f-9933-4286-9be4-9e9b8b3b06e4 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true 2026-09-12 05:25:48.461 8 INFO cinder.volume.api [None req-6c83b09f-9933-4286-9be4-9e9b8b3b06e4 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all snapshots completed successfully. 2026-09-12 05:25:48.461 8 INFO cinder.api.openstack.wsgi [None req-6c83b09f-9933-4286-9be4-9e9b8b3b06e4 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 375/748] 10.0.0.199 () {28 vars in 674 bytes} [Sat Sep 12 05:25:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:25:48.473 7 INFO cinder.api.openstack.wsgi [None req-3c0725fb-c03c-410d-a9a9-b07093c87f14 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true 2026-09-12 05:25:48.977 7 INFO cinder.api.openstack.wsgi [None req-3c0725fb-c03c-410d-a9a9-b07093c87f14 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 374/749] 10.0.0.199 () {28 vars in 696 bytes} [Sat Sep 12 05:25:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:25:48.995 8 INFO cinder.api.openstack.wsgi [None req-cb222af6-2296-44e1-97ba-720deaad1583 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:25:49.010 8 INFO cinder.volume.api [None req-cb222af6-2296-44e1-97ba-720deaad1583 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:25:49.012 8 INFO cinder.api.openstack.wsgi [None req-cb222af6-2296-44e1-97ba-720deaad1583 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 376/750] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:25:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true => generated 15 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:25:49.028 7 INFO cinder.api.openstack.wsgi [None req-24025ce5-64bd-4ca4-b649-cfbcb99a72fe 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services 2026-09-12 05:25:49.033 7 INFO cinder.api.openstack.wsgi [None req-24025ce5-64bd-4ca4-b649-cfbcb99a72fe 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services returned with HTTP 200 [pid: 7|app: 0|req: 375/751] 10.0.0.199 () {28 vars in 645 bytes} [Sat Sep 12 05:25:49 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-services => generated 646 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:25:50.435 8 INFO cinder.api.openstack.wsgi [None req-cb222af6-2296-44e1-97ba-720deaad1583 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:25:50.436 7 INFO cinder.api.openstack.wsgi [None req-24025ce5-64bd-4ca4-b649-cfbcb99a72fe 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:25:50.437 8 INFO cinder.api.openstack.wsgi [None req-cb222af6-2296-44e1-97ba-720deaad1583 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:25:50.437 7 INFO cinder.api.openstack.wsgi [None req-24025ce5-64bd-4ca4-b649-cfbcb99a72fe 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:25:57.112 8 INFO cinder.api.openstack.wsgi [None req-d33f84f0-2c0a-4f00-9de2-275f4caded61 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/d05779704e794e408ff7386afd8f1646/volumes 2026-09-12 05:25:57.789 8 INFO cinder.api.v3.volumes [None req-d33f84f0-2c0a-4f00-9de2-275f4caded61 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] Create volume of 1 GB 2026-09-12 05:25:57.814 8 INFO cinder.volume.api [None req-d33f84f0-2c0a-4f00-9de2-275f4caded61 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] Availability Zones retrieved successfully. 2026-09-12 05:25:58.276 8 INFO cinder.volume.api [None req-d33f84f0-2c0a-4f00-9de2-275f4caded61 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] Create volume request issued successfully. 2026-09-12 05:25:58.278 8 INFO cinder.api.openstack.wsgi [None req-d33f84f0-2c0a-4f00-9de2-275f4caded61 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/d05779704e794e408ff7386afd8f1646/volumes returned with HTTP 202 [pid: 8|app: 0|req: 378/754] 10.0.0.200 () {34 vars in 723 bytes} [Sat Sep 12 05:25:57 2026] POST /v3/d05779704e794e408ff7386afd8f1646/volumes => generated 865 bytes in 1175 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) 2026-09-12 05:25:58.306 7 INFO cinder.api.openstack.wsgi [None req-16eb222d-f01c-4c5d-aa6f-8d892e83216d 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/d05779704e794e408ff7386afd8f1646/volumes/4f5a6134-389f-44d7-90ed-6bfed333222f /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:25:58.359 7 INFO cinder.volume.api [None req-16eb222d-f01c-4c5d-aa6f-8d892e83216d 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] Volume info retrieved successfully. 2026-09-12 05:25:58.373 7 INFO cinder.api.openstack.wsgi [None req-16eb222d-f01c-4c5d-aa6f-8d892e83216d 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/d05779704e794e408ff7386afd8f1646/volumes/4f5a6134-389f-44d7-90ed-6bfed333222f returned with HTTP 200 [pid: 7|app: 0|req: 377/755] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:25:58 2026] GET /v3/d05779704e794e408ff7386afd8f1646/volumes/4f5a6134-389f-44d7-90ed-6bfed333222f => generated 933 bytes in 75 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-09-12 05:25:59.402 8 INFO cinder.api.openstack.wsgi [None req-5e8d2617-9f5c-41cc-a871-e819222a8e7a 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/d05779704e794e408ff7386afd8f1646/volumes/4f5a6134-389f-44d7-90ed-6bfed333222f /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:25:59.422 8 INFO cinder.volume.api [None req-5e8d2617-9f5c-41cc-a871-e819222a8e7a 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] Volume info retrieved successfully. 2026-09-12 05:25:59.430 8 INFO cinder.api.openstack.wsgi [None req-5e8d2617-9f5c-41cc-a871-e819222a8e7a 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/d05779704e794e408ff7386afd8f1646/volumes/4f5a6134-389f-44d7-90ed-6bfed333222f returned with HTTP 200 [pid: 8|app: 0|req: 379/756] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:25:59 2026] GET /v3/d05779704e794e408ff7386afd8f1646/volumes/4f5a6134-389f-44d7-90ed-6bfed333222f => generated 957 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:26:00.436 8 INFO cinder.api.openstack.wsgi [None req-5e8d2617-9f5c-41cc-a871-e819222a8e7a 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:26:00.436 7 INFO cinder.api.openstack.wsgi [None req-16eb222d-f01c-4c5d-aa6f-8d892e83216d 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:26:00.437 8 INFO cinder.api.openstack.wsgi [None req-5e8d2617-9f5c-41cc-a871-e819222a8e7a 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:26:00.437 7 INFO cinder.api.openstack.wsgi [None req-16eb222d-f01c-4c5d-aa6f-8d892e83216d 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] http://10.0.0.19: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-09-12 05:26:00.451 8 INFO cinder.api.openstack.wsgi [None req-f38f6bd3-1bd0-49d4-9655-aa010bca6604 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/d05779704e794e408ff7386afd8f1646/volumes/4f5a6134-389f-44d7-90ed-6bfed333222f /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:26:00.473 8 INFO cinder.volume.api [None req-f38f6bd3-1bd0-49d4-9655-aa010bca6604 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] Volume info retrieved successfully. 2026-09-12 05:26:00.479 8 INFO cinder.api.openstack.wsgi [None req-f38f6bd3-1bd0-49d4-9655-aa010bca6604 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/d05779704e794e408ff7386afd8f1646/volumes/4f5a6134-389f-44d7-90ed-6bfed333222f returned with HTTP 200 [pid: 8|app: 0|req: 381/759] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:26:00 2026] GET /v3/d05779704e794e408ff7386afd8f1646/volumes/4f5a6134-389f-44d7-90ed-6bfed333222f => generated 957 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-09-12 05:26:01.501 7 INFO cinder.api.openstack.wsgi [None req-3f9aaf7d-7d70-43c4-b5e7-d203e7fce668 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/d05779704e794e408ff7386afd8f1646/volumes/4f5a6134-389f-44d7-90ed-6bfed333222f /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:26:01.521 7 INFO cinder.volume.api [None req-3f9aaf7d-7d70-43c4-b5e7-d203e7fce668 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] Volume info retrieved successfully. 2026-09-12 05:26:01.530 7 INFO cinder.api.openstack.wsgi [None req-3f9aaf7d-7d70-43c4-b5e7-d203e7fce668 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/d05779704e794e408ff7386afd8f1646/volumes/4f5a6134-389f-44d7-90ed-6bfed333222f returned with HTTP 200 [pid: 7|app: 0|req: 379/760] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:26:01 2026] GET /v3/d05779704e794e408ff7386afd8f1646/volumes/4f5a6134-389f-44d7-90ed-6bfed333222f => generated 1483 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-12 05:26:01.651 8 INFO cinder.api.openstack.wsgi [req-f8b6f3b5-d6ef-48a6-9151-a8a190343821 req-a37e4c6c-3b20-4540-9d20-feed8c9da025 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/d05779704e794e408ff7386afd8f1646/volumes/4f5a6134-389f-44d7-90ed-6bfed333222f /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:26:01.672 8 INFO cinder.volume.api [req-f8b6f3b5-d6ef-48a6-9151-a8a190343821 req-a37e4c6c-3b20-4540-9d20-feed8c9da025 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] Volume info retrieved successfully. 2026-09-12 05:26:01.681 8 INFO cinder.api.openstack.wsgi [req-f8b6f3b5-d6ef-48a6-9151-a8a190343821 req-a37e4c6c-3b20-4540-9d20-feed8c9da025 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/d05779704e794e408ff7386afd8f1646/volumes/4f5a6134-389f-44d7-90ed-6bfed333222f returned with HTTP 200 [pid: 8|app: 0|req: 382/761] 10.0.0.113 () {34 vars in 1028 bytes} [Sat Sep 12 05:26:01 2026] GET /v3/d05779704e794e408ff7386afd8f1646/volumes/4f5a6134-389f-44d7-90ed-6bfed333222f => generated 1483 bytes in 42 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-12 05:26:02.190 7 INFO cinder.api.openstack.wsgi [req-f8b6f3b5-d6ef-48a6-9151-a8a190343821 req-58cf1fd0-a930-4dee-ade6-927348423e6b 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/d05779704e794e408ff7386afd8f1646/volumes/4f5a6134-389f-44d7-90ed-6bfed333222f /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:26:02.207 7 INFO cinder.volume.api [req-f8b6f3b5-d6ef-48a6-9151-a8a190343821 req-58cf1fd0-a930-4dee-ade6-927348423e6b 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] Volume info retrieved successfully. 2026-09-12 05:26:02.216 7 INFO cinder.api.openstack.wsgi [req-f8b6f3b5-d6ef-48a6-9151-a8a190343821 req-58cf1fd0-a930-4dee-ade6-927348423e6b 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/d05779704e794e408ff7386afd8f1646/volumes/4f5a6134-389f-44d7-90ed-6bfed333222f returned with HTTP 200 [pid: 7|app: 0|req: 380/762] 10.0.0.113 () {34 vars in 1028 bytes} [Sat Sep 12 05:26:02 2026] GET /v3/d05779704e794e408ff7386afd8f1646/volumes/4f5a6134-389f-44d7-90ed-6bfed333222f => generated 1483 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-09-12 05:26:02.228 8 INFO cinder.api.openstack.wsgi [req-f8b6f3b5-d6ef-48a6-9151-a8a190343821 req-a37e4c6c-3b20-4540-9d20-feed8c9da025 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-09-12 05:26:02.230 8 INFO cinder.api.openstack.wsgi [req-f8b6f3b5-d6ef-48a6-9151-a8a190343821 req-a37e4c6c-3b20-4540-9d20-feed8c9da025 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 8|app: 0|req: 383/763] 10.0.0.113 () {32 vars in 829 bytes} [Sat Sep 12 05:26:02 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-09-12 05:26:02.251 7 INFO cinder.api.openstack.wsgi [req-f8b6f3b5-d6ef-48a6-9151-a8a190343821 req-e560e0d5-4c43-4422-9e29-60d7cd42f8e3 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/d05779704e794e408ff7386afd8f1646/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-09-12 05:26:02.324 7 INFO cinder.api.openstack.wsgi [req-f8b6f3b5-d6ef-48a6-9151-a8a190343821 req-e560e0d5-4c43-4422-9e29-60d7cd42f8e3 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/d05779704e794e408ff7386afd8f1646/attachments returned with HTTP 200 [pid: 7|app: 0|req: 381/764] 10.0.0.113 () {40 vars in 1057 bytes} [Sat Sep 12 05:26:02 2026] POST /v3/d05779704e794e408ff7386afd8f1646/attachments => generated 273 bytes in 80 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-09-12 05:26:08.443 8 INFO cinder.api.openstack.wsgi [req-f8b6f3b5-d6ef-48a6-9151-a8a190343821 req-a37e4c6c-3b20-4540-9d20-feed8c9da025 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-09-12 05:26:08.444 8 INFO cinder.api.openstack.wsgi [req-f8b6f3b5-d6ef-48a6-9151-a8a190343821 req-a37e4c6c-3b20-4540-9d20-feed8c9da025 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 8|app: 0|req: 384/765] 162.253.55.242 () {32 vars in 840 bytes} [Sat Sep 12 05:26:08 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-09-12 05:26:08.513 7 INFO cinder.api.openstack.wsgi [req-f8b6f3b5-d6ef-48a6-9151-a8a190343821 req-261b43ed-4711-4272-8a35-fa62d77ce129 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/d05779704e794e408ff7386afd8f1646/volumes/4f5a6134-389f-44d7-90ed-6bfed333222f /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:26:08.545 7 INFO cinder.volume.api [req-f8b6f3b5-d6ef-48a6-9151-a8a190343821 req-261b43ed-4711-4272-8a35-fa62d77ce129 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] Volume info retrieved successfully. 2026-09-12 05:26:08.552 7 INFO cinder.api.openstack.wsgi [req-f8b6f3b5-d6ef-48a6-9151-a8a190343821 req-261b43ed-4711-4272-8a35-fa62d77ce129 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/d05779704e794e408ff7386afd8f1646/volumes/4f5a6134-389f-44d7-90ed-6bfed333222f returned with HTTP 200 [pid: 7|app: 0|req: 382/766] 162.253.55.242 () {36 vars in 1073 bytes} [Sat Sep 12 05:26:08 2026] GET /v3/d05779704e794e408ff7386afd8f1646/volumes/4f5a6134-389f-44d7-90ed-6bfed333222f => generated 1663 bytes in 47 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) 2026-09-12 05:26:10.434 8 INFO cinder.api.openstack.wsgi [req-f8b6f3b5-d6ef-48a6-9151-a8a190343821 req-a37e4c6c-3b20-4540-9d20-feed8c9da025 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:26:10.434 7 INFO cinder.api.openstack.wsgi [req-f8b6f3b5-d6ef-48a6-9151-a8a190343821 req-261b43ed-4711-4272-8a35-fa62d77ce129 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:26:10.435 8 INFO cinder.api.openstack.wsgi [req-f8b6f3b5-d6ef-48a6-9151-a8a190343821 req-a37e4c6c-3b20-4540-9d20-feed8c9da025 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:26:10.435 7 INFO cinder.api.openstack.wsgi [req-f8b6f3b5-d6ef-48a6-9151-a8a190343821 req-261b43ed-4711-4272-8a35-fa62d77ce129 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] http://10.0.0.19: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-09-12 05:26:10.491 8 INFO cinder.api.openstack.wsgi [req-f8b6f3b5-d6ef-48a6-9151-a8a190343821 req-ba32f04d-521a-41ce-844d-9475ce06eddb 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/d05779704e794e408ff7386afd8f1646/attachments/8d80152a-3000-4b40-97ba-f5c614563508 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:26:11.554 8 INFO cinder.api.openstack.wsgi [req-f8b6f3b5-d6ef-48a6-9151-a8a190343821 req-ba32f04d-521a-41ce-844d-9475ce06eddb 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/d05779704e794e408ff7386afd8f1646/attachments/8d80152a-3000-4b40-97ba-f5c614563508 returned with HTTP 200 [pid: 8|app: 0|req: 386/769] 162.253.55.242 () {40 vars in 1135 bytes} [Sat Sep 12 05:26:10 2026] PUT /v3/d05779704e794e408ff7386afd8f1646/attachments/8d80152a-3000-4b40-97ba-f5c614563508 => generated 802 bytes in 1071 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-09-12 05:26:12.081 7 INFO cinder.api.openstack.wsgi [req-f8b6f3b5-d6ef-48a6-9151-a8a190343821 req-525da100-5dff-475e-a44b-bf24d4be696c 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/d05779704e794e408ff7386afd8f1646/attachments/8d80152a-3000-4b40-97ba-f5c614563508/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-09-12 05:26:12.175 7 INFO cinder.api.openstack.wsgi [req-f8b6f3b5-d6ef-48a6-9151-a8a190343821 req-525da100-5dff-475e-a44b-bf24d4be696c 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/d05779704e794e408ff7386afd8f1646/attachments/8d80152a-3000-4b40-97ba-f5c614563508/action returned with HTTP 204 [pid: 7|app: 0|req: 384/770] 162.253.55.242 () {40 vars in 1148 bytes} [Sat Sep 12 05:26:12 2026] POST /v3/d05779704e794e408ff7386afd8f1646/attachments/8d80152a-3000-4b40-97ba-f5c614563508/action => generated 0 bytes in 110 msecs (HTTP/1.1 204) 7 headers in 292 bytes (1 switches on core 0) 2026-09-12 05:26:20.435 7 INFO cinder.api.openstack.wsgi [req-f8b6f3b5-d6ef-48a6-9151-a8a190343821 req-525da100-5dff-475e-a44b-bf24d4be696c 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:26:20.435 8 INFO cinder.api.openstack.wsgi [req-f8b6f3b5-d6ef-48a6-9151-a8a190343821 req-ba32f04d-521a-41ce-844d-9475ce06eddb 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:26:20.436 8 INFO cinder.api.openstack.wsgi [req-f8b6f3b5-d6ef-48a6-9151-a8a190343821 req-ba32f04d-521a-41ce-844d-9475ce06eddb 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:26:20.436 7 INFO cinder.api.openstack.wsgi [req-f8b6f3b5-d6ef-48a6-9151-a8a190343821 req-525da100-5dff-475e-a44b-bf24d4be696c 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] http://10.0.0.19: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-09-12 05:26:24.805 8 INFO cinder.api.openstack.wsgi [req-c0cf4d47-9028-49a3-a492-d9b6e0871a48 req-74ef0279-d953-494b-9b5b-9e12281e253b 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/d05779704e794e408ff7386afd8f1646/attachments/8d80152a-3000-4b40-97ba-f5c614563508 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:26:25.377 8 INFO cinder.api.openstack.wsgi [req-c0cf4d47-9028-49a3-a492-d9b6e0871a48 req-74ef0279-d953-494b-9b5b-9e12281e253b 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/d05779704e794e408ff7386afd8f1646/attachments/8d80152a-3000-4b40-97ba-f5c614563508 returned with HTTP 200 [pid: 8|app: 0|req: 388/773] 162.253.55.242 () {38 vars in 1103 bytes} [Sat Sep 12 05:26:24 2026] DELETE /v3/d05779704e794e408ff7386afd8f1646/attachments/8d80152a-3000-4b40-97ba-f5c614563508 => generated 19 bytes in 580 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-09-12 05:26:25.394 7 INFO cinder.api.openstack.wsgi [req-c0cf4d47-9028-49a3-a492-d9b6e0871a48 req-ba82bd10-bc47-4428-9730-391a7210d57f 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/d05779704e794e408ff7386afd8f1646/volumes/4f5a6134-389f-44d7-90ed-6bfed333222f 2026-09-12 05:26:25.395 7 INFO cinder.api.v3.volumes [req-c0cf4d47-9028-49a3-a492-d9b6e0871a48 req-ba82bd10-bc47-4428-9730-391a7210d57f 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] Delete volume with id: 4f5a6134-389f-44d7-90ed-6bfed333222f /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:26:25.410 7 INFO cinder.volume.api [req-c0cf4d47-9028-49a3-a492-d9b6e0871a48 req-ba82bd10-bc47-4428-9730-391a7210d57f 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] Volume info retrieved successfully. 2026-09-12 05:26:25.453 7 INFO cinder.volume.api [req-c0cf4d47-9028-49a3-a492-d9b6e0871a48 req-ba82bd10-bc47-4428-9730-391a7210d57f 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] Delete volume request issued successfully. 2026-09-12 05:26:25.454 7 INFO cinder.api.openstack.wsgi [req-c0cf4d47-9028-49a3-a492-d9b6e0871a48 req-ba82bd10-bc47-4428-9730-391a7210d57f 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/d05779704e794e408ff7386afd8f1646/volumes/4f5a6134-389f-44d7-90ed-6bfed333222f returned with HTTP 202 [pid: 7|app: 0|req: 386/774] 162.253.55.242 () {36 vars in 1054 bytes} [Sat Sep 12 05:26:25 2026] DELETE /v3/d05779704e794e408ff7386afd8f1646/volumes/4f5a6134-389f-44d7-90ed-6bfed333222f => generated 0 bytes in 70 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) 2026-09-12 05:26:30.436 8 INFO cinder.api.openstack.wsgi [req-c0cf4d47-9028-49a3-a492-d9b6e0871a48 req-74ef0279-d953-494b-9b5b-9e12281e253b 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:26:30.436 7 INFO cinder.api.openstack.wsgi [req-c0cf4d47-9028-49a3-a492-d9b6e0871a48 req-ba82bd10-bc47-4428-9730-391a7210d57f 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:26:30.436 8 INFO cinder.api.openstack.wsgi [req-c0cf4d47-9028-49a3-a492-d9b6e0871a48 req-74ef0279-d953-494b-9b5b-9e12281e253b 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:26:30.437 7 INFO cinder.api.openstack.wsgi [req-c0cf4d47-9028-49a3-a492-d9b6e0871a48 req-ba82bd10-bc47-4428-9730-391a7210d57f 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] http://10.0.0.19: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-09-12 05:26:33.900 8 INFO cinder.api.openstack.wsgi [req-1609ed6f-42c6-45a8-91b0-98cbf29cb65c req-3499ea25-59ef-493b-bbcf-99a1612f8158 e180ccc1081e464783e8b1ffb8bbbcf5 6c726e839f15408aa8fbe4f9b87e8b4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/6c726e839f15408aa8fbe4f9b87e8b4a/attachments?instance_id=f33ca445-3315-4365-80f3-1c354c6ad19c 2026-09-12 05:26:33.922 8 INFO cinder.api.openstack.wsgi [req-1609ed6f-42c6-45a8-91b0-98cbf29cb65c req-3499ea25-59ef-493b-bbcf-99a1612f8158 e180ccc1081e464783e8b1ffb8bbbcf5 6c726e839f15408aa8fbe4f9b87e8b4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/6c726e839f15408aa8fbe4f9b87e8b4a/attachments?instance_id=f33ca445-3315-4365-80f3-1c354c6ad19c returned with HTTP 200 [pid: 8|app: 0|req: 390/777] 162.253.55.242 () {36 vars in 1104 bytes} [Sat Sep 12 05:26:33 2026] GET /v3/6c726e839f15408aa8fbe4f9b87e8b4a/attachments?instance_id=f33ca445-3315-4365-80f3-1c354c6ad19c => generated 19 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:26:40.436 7 INFO cinder.api.openstack.wsgi [req-c0cf4d47-9028-49a3-a492-d9b6e0871a48 req-ba82bd10-bc47-4428-9730-391a7210d57f 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:26:40.436 8 INFO cinder.api.openstack.wsgi [req-1609ed6f-42c6-45a8-91b0-98cbf29cb65c req-3499ea25-59ef-493b-bbcf-99a1612f8158 e180ccc1081e464783e8b1ffb8bbbcf5 6c726e839f15408aa8fbe4f9b87e8b4a - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:26:40.437 7 INFO cinder.api.openstack.wsgi [req-c0cf4d47-9028-49a3-a492-d9b6e0871a48 req-ba82bd10-bc47-4428-9730-391a7210d57f 7a9ff6f121e9471894701bc7baf77f21 d05779704e794e408ff7386afd8f1646 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:26:40.437 8 INFO cinder.api.openstack.wsgi [req-1609ed6f-42c6-45a8-91b0-98cbf29cb65c req-3499ea25-59ef-493b-bbcf-99a1612f8158 e180ccc1081e464783e8b1ffb8bbbcf5 6c726e839f15408aa8fbe4f9b87e8b4a - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:26:48.285 8 INFO cinder.api.openstack.wsgi [None req-f676564d-ed9d-4e64-91ca-13c4158eb96e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:26:48.296 8 INFO cinder.volume.api [None req-f676564d-ed9d-4e64-91ca-13c4158eb96e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:26:48.298 8 INFO cinder.api.openstack.wsgi [None req-f676564d-ed9d-4e64-91ca-13c4158eb96e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 392/780] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:26:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true => generated 15 bytes in 132 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-09-12 05:26:48.319 7 INFO cinder.api.openstack.wsgi [None req-e8b4d830-16d1-4a0c-bc93-48f27a8f684a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true 2026-09-12 05:26:48.827 7 INFO cinder.api.openstack.wsgi [None req-e8b4d830-16d1-4a0c-bc93-48f27a8f684a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 389/781] 10.0.0.199 () {28 vars in 696 bytes} [Sat Sep 12 05:26:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true => generated 668 bytes in 522 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:26:48.836 8 INFO cinder.api.openstack.wsgi [None req-0d3bad94-3bf4-48cd-924c-01a76ab9adca 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true 2026-09-12 05:26:48.842 8 INFO cinder.volume.api [None req-0d3bad94-3bf4-48cd-924c-01a76ab9adca 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all snapshots completed successfully. 2026-09-12 05:26:48.842 8 INFO cinder.api.openstack.wsgi [None req-0d3bad94-3bf4-48cd-924c-01a76ab9adca 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 393/782] 10.0.0.199 () {28 vars in 674 bytes} [Sat Sep 12 05:26:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:26:48.853 7 INFO cinder.api.openstack.wsgi [None req-5e21faa3-2625-4b2a-955f-793b650de4f8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services 2026-09-12 05:26:48.859 7 INFO cinder.api.openstack.wsgi [None req-5e21faa3-2625-4b2a-955f-793b650de4f8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services returned with HTTP 200 [pid: 7|app: 0|req: 390/783] 10.0.0.199 () {28 vars in 645 bytes} [Sat Sep 12 05:26:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-services => generated 646 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:26:48.867 8 INFO cinder.api.openstack.wsgi [None req-e926d38b-af74-4164-b941-1bc200424c7b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:26:48.875 8 INFO cinder.volume.api [None req-e926d38b-af74-4164-b941-1bc200424c7b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:26:48.877 8 INFO cinder.api.openstack.wsgi [None req-e926d38b-af74-4164-b941-1bc200424c7b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 394/784] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:26:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:26:48.926 7 INFO cinder.api.openstack.wsgi [None req-3b8f1875-2f3b-48c2-825e-0ee3c2b333ae 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/250534466b2a405eaad9b091be575ca2?usage=true 2026-09-12 05:26:48.956 7 INFO cinder.api.openstack.wsgi [None req-3b8f1875-2f3b-48c2-825e-0ee3c2b333ae 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/250534466b2a405eaad9b091be575ca2?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 391/785] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:26:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/250534466b2a405eaad9b091be575ca2?usage=true => generated 847 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:26:48.967 8 INFO cinder.api.openstack.wsgi [None req-7745df9a-ae48-498f-8dbf-370c3949cd8f 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true 2026-09-12 05:26:48.990 8 INFO cinder.api.openstack.wsgi [None req-7745df9a-ae48-498f-8dbf-370c3949cd8f 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 395/786] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:26:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true => generated 847 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:26:48.999 7 INFO cinder.api.openstack.wsgi [None req-9a944fd0-03df-4f01-b62f-94429a0f4002 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/6c726e839f15408aa8fbe4f9b87e8b4a?usage=true 2026-09-12 05:26:49.025 7 INFO cinder.api.openstack.wsgi [None req-9a944fd0-03df-4f01-b62f-94429a0f4002 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/6c726e839f15408aa8fbe4f9b87e8b4a?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 392/787] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:26:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/6c726e839f15408aa8fbe4f9b87e8b4a?usage=true => generated 847 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:26:49.034 8 INFO cinder.api.openstack.wsgi [None req-625206a5-9aab-4893-ad5a-7764c7b55e23 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true 2026-09-12 05:26:49.059 8 INFO cinder.api.openstack.wsgi [None req-625206a5-9aab-4893-ad5a-7764c7b55e23 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 396/788] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:26:49 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true => generated 845 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:26:49.073 7 INFO cinder.api.openstack.wsgi [None req-890811c0-27d8-4587-ab95-7f457d623814 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true 2026-09-12 05:26:49.095 7 INFO cinder.api.openstack.wsgi [None req-890811c0-27d8-4587-ab95-7f457d623814 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 393/789] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:26:49 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true => generated 845 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:26:49.106 8 INFO cinder.api.openstack.wsgi [None req-ddd3087b-df39-4205-ae73-8a135c0cf64e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/d0e2f3417f8a48a6840b61d615e40b19?usage=true 2026-09-12 05:26:49.124 8 INFO cinder.api.openstack.wsgi [None req-ddd3087b-df39-4205-ae73-8a135c0cf64e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/d0e2f3417f8a48a6840b61d615e40b19?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 397/790] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:26:49 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/d0e2f3417f8a48a6840b61d615e40b19?usage=true => generated 847 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:26:49.136 7 INFO cinder.api.openstack.wsgi [None req-a0019f56-06e8-4668-8199-bdbe4258c134 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/df147edf373d487da48a88e82489dff6?usage=true 2026-09-12 05:26:49.172 7 INFO cinder.api.openstack.wsgi [None req-a0019f56-06e8-4668-8199-bdbe4258c134 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/df147edf373d487da48a88e82489dff6?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 394/791] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:26:49 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/df147edf373d487da48a88e82489dff6?usage=true => generated 847 bytes in 44 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:26:50.435 8 INFO cinder.api.openstack.wsgi [None req-ddd3087b-df39-4205-ae73-8a135c0cf64e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:26:50.436 8 INFO cinder.api.openstack.wsgi [None req-ddd3087b-df39-4205-ae73-8a135c0cf64e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:26:50.436 7 INFO cinder.api.openstack.wsgi [None req-a0019f56-06e8-4668-8199-bdbe4258c134 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:26:50.437 7 INFO cinder.api.openstack.wsgi [None req-a0019f56-06e8-4668-8199-bdbe4258c134 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:27:00.435 7 INFO cinder.api.openstack.wsgi [None req-a0019f56-06e8-4668-8199-bdbe4258c134 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:27:00.435 8 INFO cinder.api.openstack.wsgi [None req-ddd3087b-df39-4205-ae73-8a135c0cf64e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:27:00.436 7 INFO cinder.api.openstack.wsgi [None req-a0019f56-06e8-4668-8199-bdbe4258c134 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:27:00.437 8 INFO cinder.api.openstack.wsgi [None req-ddd3087b-df39-4205-ae73-8a135c0cf64e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:27:05.846 7 INFO cinder.api.openstack.wsgi [None req-a0019f56-06e8-4668-8199-bdbe4258c134 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-09-12 05:27:05.847 7 INFO cinder.api.openstack.wsgi [None req-a0019f56-06e8-4668-8199-bdbe4258c134 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 7|app: 0|req: 397/796] 10.0.0.94 () {28 vars in 375 bytes} [Sat Sep 12 05:27:05 2026] GET / => generated 411 bytes in 2 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) 2026-09-12 05:27:05.862 8 INFO cinder.api.openstack.wsgi [None req-fd0fa378-1c0f-40e2-b91a-fde875d256fa 53496c7ccd0d4a6485d3c6eadf418db3 96a4d7c05c1a4f9b8b921761135aca9b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/96a4d7c05c1a4f9b8b921761135aca9b/limits?tenant_id=96a4d7c05c1a4f9b8b921761135aca9b 2026-09-12 05:27:05.889 8 INFO cinder.api.openstack.wsgi [None req-fd0fa378-1c0f-40e2-b91a-fde875d256fa 53496c7ccd0d4a6485d3c6eadf418db3 96a4d7c05c1a4f9b8b921761135aca9b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/96a4d7c05c1a4f9b8b921761135aca9b/limits?tenant_id=96a4d7c05c1a4f9b8b921761135aca9b returned with HTTP 200 [pid: 8|app: 0|req: 400/797] 10.0.0.94 () {34 vars in 878 bytes} [Sat Sep 12 05:27:05 2026] GET /v3/96a4d7c05c1a4f9b8b921761135aca9b/limits?tenant_id=96a4d7c05c1a4f9b8b921761135aca9b => generated 302 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-09-12 05:27:07.753 7 INFO cinder.api.openstack.wsgi [None req-a0019f56-06e8-4668-8199-bdbe4258c134 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-09-12 05:27:07.755 7 INFO cinder.api.openstack.wsgi [None req-a0019f56-06e8-4668-8199-bdbe4258c134 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 7|app: 0|req: 398/798] 10.0.0.94 () {28 vars in 375 bytes} [Sat Sep 12 05:27:07 2026] GET / => generated 411 bytes in 6 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) 2026-09-12 05:27:07.776 8 INFO cinder.api.openstack.wsgi [None req-fd0fa378-1c0f-40e2-b91a-fde875d256fa 53496c7ccd0d4a6485d3c6eadf418db3 96a4d7c05c1a4f9b8b921761135aca9b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-09-12 05:27:07.777 8 INFO cinder.api.openstack.wsgi [None req-fd0fa378-1c0f-40e2-b91a-fde875d256fa 53496c7ccd0d4a6485d3c6eadf418db3 96a4d7c05c1a4f9b8b921761135aca9b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 8|app: 0|req: 401/799] 10.0.0.94 () {28 vars in 375 bytes} [Sat Sep 12 05:27:07 2026] GET / => generated 411 bytes in 2 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) 2026-09-12 05:27:08.536 7 INFO cinder.api.openstack.wsgi [None req-a0019f56-06e8-4668-8199-bdbe4258c134 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-09-12 05:27:08.537 7 INFO cinder.api.openstack.wsgi [None req-a0019f56-06e8-4668-8199-bdbe4258c134 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 7|app: 0|req: 399/800] 10.0.0.94 () {28 vars in 375 bytes} [Sat Sep 12 05:27:08 2026] GET / => generated 411 bytes in 1 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) 2026-09-12 05:27:08.548 8 INFO cinder.api.openstack.wsgi [None req-3d57a627-79b8-4fca-9c84-a307c4bb2431 53496c7ccd0d4a6485d3c6eadf418db3 96a4d7c05c1a4f9b8b921761135aca9b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/96a4d7c05c1a4f9b8b921761135aca9b/limits?tenant_id=96a4d7c05c1a4f9b8b921761135aca9b 2026-09-12 05:27:08.578 8 INFO cinder.api.openstack.wsgi [None req-3d57a627-79b8-4fca-9c84-a307c4bb2431 53496c7ccd0d4a6485d3c6eadf418db3 96a4d7c05c1a4f9b8b921761135aca9b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/96a4d7c05c1a4f9b8b921761135aca9b/limits?tenant_id=96a4d7c05c1a4f9b8b921761135aca9b returned with HTTP 200 [pid: 8|app: 0|req: 402/801] 10.0.0.94 () {34 vars in 878 bytes} [Sat Sep 12 05:27:08 2026] GET /v3/96a4d7c05c1a4f9b8b921761135aca9b/limits?tenant_id=96a4d7c05c1a4f9b8b921761135aca9b => generated 302 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-09-12 05:27:10.362 7 INFO cinder.api.openstack.wsgi [None req-a0019f56-06e8-4668-8199-bdbe4258c134 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-09-12 05:27:10.363 7 INFO cinder.api.openstack.wsgi [None req-a0019f56-06e8-4668-8199-bdbe4258c134 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 7|app: 0|req: 400/802] 10.0.0.94 () {28 vars in 375 bytes} [Sat Sep 12 05:27:10 2026] GET / => generated 411 bytes in 2 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) 2026-09-12 05:27:10.369 8 INFO cinder.api.openstack.wsgi [None req-3d57a627-79b8-4fca-9c84-a307c4bb2431 53496c7ccd0d4a6485d3c6eadf418db3 96a4d7c05c1a4f9b8b921761135aca9b - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-09-12 05:27:10.370 8 INFO cinder.api.openstack.wsgi [None req-3d57a627-79b8-4fca-9c84-a307c4bb2431 53496c7ccd0d4a6485d3c6eadf418db3 96a4d7c05c1a4f9b8b921761135aca9b - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 8|app: 0|req: 403/803] 10.0.0.94 () {28 vars in 375 bytes} [Sat Sep 12 05:27:10 2026] GET / => generated 411 bytes in 2 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) 2026-09-12 05:27:10.435 8 INFO cinder.api.openstack.wsgi [None req-3d57a627-79b8-4fca-9c84-a307c4bb2431 53496c7ccd0d4a6485d3c6eadf418db3 96a4d7c05c1a4f9b8b921761135aca9b - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:27:10.435 7 INFO cinder.api.openstack.wsgi [None req-a0019f56-06e8-4668-8199-bdbe4258c134 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:27:10.436 8 INFO cinder.api.openstack.wsgi [None req-3d57a627-79b8-4fca-9c84-a307c4bb2431 53496c7ccd0d4a6485d3c6eadf418db3 96a4d7c05c1a4f9b8b921761135aca9b - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:27:10.437 7 INFO cinder.api.openstack.wsgi [None req-a0019f56-06e8-4668-8199-bdbe4258c134 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:27:20.435 7 INFO cinder.api.openstack.wsgi [None req-a0019f56-06e8-4668-8199-bdbe4258c134 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:27:20.436 7 INFO cinder.api.openstack.wsgi [None req-a0019f56-06e8-4668-8199-bdbe4258c134 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:27:20.435 8 INFO cinder.api.openstack.wsgi [None req-3d57a627-79b8-4fca-9c84-a307c4bb2431 53496c7ccd0d4a6485d3c6eadf418db3 96a4d7c05c1a4f9b8b921761135aca9b - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:27:20.437 8 INFO cinder.api.openstack.wsgi [None req-3d57a627-79b8-4fca-9c84-a307c4bb2431 53496c7ccd0d4a6485d3c6eadf418db3 96a4d7c05c1a4f9b8b921761135aca9b - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:27:30.435 7 INFO cinder.api.openstack.wsgi [None req-a0019f56-06e8-4668-8199-bdbe4258c134 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:27:30.436 8 INFO cinder.api.openstack.wsgi [None req-3d57a627-79b8-4fca-9c84-a307c4bb2431 53496c7ccd0d4a6485d3c6eadf418db3 96a4d7c05c1a4f9b8b921761135aca9b - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:27:30.436 7 INFO cinder.api.openstack.wsgi [None req-a0019f56-06e8-4668-8199-bdbe4258c134 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:27:30.437 8 INFO cinder.api.openstack.wsgi [None req-3d57a627-79b8-4fca-9c84-a307c4bb2431 53496c7ccd0d4a6485d3c6eadf418db3 96a4d7c05c1a4f9b8b921761135aca9b - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:27:40.436 7 INFO cinder.api.openstack.wsgi [None req-a0019f56-06e8-4668-8199-bdbe4258c134 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:27:40.437 7 INFO cinder.api.openstack.wsgi [None req-a0019f56-06e8-4668-8199-bdbe4258c134 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:27:40.437 8 INFO cinder.api.openstack.wsgi [None req-3d57a627-79b8-4fca-9c84-a307c4bb2431 53496c7ccd0d4a6485d3c6eadf418db3 96a4d7c05c1a4f9b8b921761135aca9b - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:27:40.439 8 INFO cinder.api.openstack.wsgi [None req-3d57a627-79b8-4fca-9c84-a307c4bb2431 53496c7ccd0d4a6485d3c6eadf418db3 96a4d7c05c1a4f9b8b921761135aca9b - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:27:48.247 7 INFO cinder.api.openstack.wsgi [None req-5502c93b-483e-42ef-b11c-855c721c381c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true 2026-09-12 05:27:48.257 7 INFO cinder.volume.api [None req-5502c93b-483e-42ef-b11c-855c721c381c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all snapshots completed successfully. 2026-09-12 05:27:48.258 7 INFO cinder.api.openstack.wsgi [None req-5502c93b-483e-42ef-b11c-855c721c381c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 405/812] 10.0.0.199 () {28 vars in 674 bytes} [Sat Sep 12 05:27:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true => generated 17 bytes in 137 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:27:48.274 8 INFO cinder.api.openstack.wsgi [None req-e2d5736e-1709-4f27-ad65-52f0f9c41aa9 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services 2026-09-12 05:27:48.282 8 INFO cinder.api.openstack.wsgi [None req-e2d5736e-1709-4f27-ad65-52f0f9c41aa9 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services returned with HTTP 200 [pid: 8|app: 0|req: 408/813] 10.0.0.199 () {28 vars in 645 bytes} [Sat Sep 12 05:27:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-services => generated 646 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:27:48.293 7 INFO cinder.api.openstack.wsgi [None req-cdd69e91-e7c6-4e7a-b188-172f6adbac61 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:27:48.308 7 INFO cinder.volume.api [None req-cdd69e91-e7c6-4e7a-b188-172f6adbac61 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:27:48.311 7 INFO cinder.api.openstack.wsgi [None req-cdd69e91-e7c6-4e7a-b188-172f6adbac61 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 406/814] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:27:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true => generated 15 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:27:48.326 8 INFO cinder.api.openstack.wsgi [None req-1d92392e-4ebc-4f11-a792-9de03ca3b48b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:27:48.340 8 INFO cinder.volume.api [None req-1d92392e-4ebc-4f11-a792-9de03ca3b48b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:27:48.344 8 INFO cinder.api.openstack.wsgi [None req-1d92392e-4ebc-4f11-a792-9de03ca3b48b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 409/815] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:27:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true => generated 15 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:27:48.360 7 INFO cinder.api.openstack.wsgi [None req-20ed7502-76a3-4e0e-85d1-b4d8d8a67744 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true 2026-09-12 05:27:48.865 7 INFO cinder.api.openstack.wsgi [None req-20ed7502-76a3-4e0e-85d1-b4d8d8a67744 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 407/816] 10.0.0.199 () {28 vars in 696 bytes} [Sat Sep 12 05:27:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:27:48.921 8 INFO cinder.api.openstack.wsgi [None req-40289b85-bc30-43d9-8d11-5c4c42df3c25 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/1fcb1fb9fa0f4144b147ea53f2d343c9?usage=true 2026-09-12 05:27:48.982 8 INFO cinder.api.openstack.wsgi [None req-40289b85-bc30-43d9-8d11-5c4c42df3c25 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/1fcb1fb9fa0f4144b147ea53f2d343c9?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 410/817] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:27:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/1fcb1fb9fa0f4144b147ea53f2d343c9?usage=true => generated 847 bytes in 73 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:27:48.996 7 INFO cinder.api.openstack.wsgi [None req-5a169fa7-ed97-4529-b7d4-4445554033dc 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true 2026-09-12 05:27:49.030 7 INFO cinder.api.openstack.wsgi [None req-5a169fa7-ed97-4529-b7d4-4445554033dc 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 408/818] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:27:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true => generated 847 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:27:49.044 8 INFO cinder.api.openstack.wsgi [None req-3e1a32cc-ef39-42dc-a539-079a78523934 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true 2026-09-12 05:27:49.076 8 INFO cinder.api.openstack.wsgi [None req-3e1a32cc-ef39-42dc-a539-079a78523934 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 411/819] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:27:49 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true => generated 845 bytes in 42 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:27:49.091 7 INFO cinder.api.openstack.wsgi [None req-39c8a77c-632b-4985-8025-a370bbcaa454 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true 2026-09-12 05:27:49.135 7 INFO cinder.api.openstack.wsgi [None req-39c8a77c-632b-4985-8025-a370bbcaa454 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 409/820] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:27:49 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true => generated 845 bytes in 53 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:27:49.148 8 INFO cinder.api.openstack.wsgi [None req-3a3fa74d-c89e-450c-acce-010d82cc368a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/971063975b4a41eb945626533831d39f?usage=true 2026-09-12 05:27:49.171 8 INFO cinder.api.openstack.wsgi [None req-3a3fa74d-c89e-450c-acce-010d82cc368a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/971063975b4a41eb945626533831d39f?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 412/821] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:27:49 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/971063975b4a41eb945626533831d39f?usage=true => generated 847 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:27:49.184 7 INFO cinder.api.openstack.wsgi [None req-c43da6c9-8207-45c4-99af-fd669e99ffdb 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/a3df7f44d9304dfb990270803f10766f?usage=true 2026-09-12 05:27:49.208 7 INFO cinder.api.openstack.wsgi [None req-c43da6c9-8207-45c4-99af-fd669e99ffdb 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/a3df7f44d9304dfb990270803f10766f?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 410/822] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:27:49 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/a3df7f44d9304dfb990270803f10766f?usage=true => generated 847 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:27:49.222 8 INFO cinder.api.openstack.wsgi [None req-1cd735ec-5cf9-40e4-b0d6-fd6425fe88b4 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/be33e9d95ed64c6ab0c74f8982c240c9?usage=true 2026-09-12 05:27:49.252 8 INFO cinder.api.openstack.wsgi [None req-1cd735ec-5cf9-40e4-b0d6-fd6425fe88b4 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/be33e9d95ed64c6ab0c74f8982c240c9?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 413/823] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:27:49 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/be33e9d95ed64c6ab0c74f8982c240c9?usage=true => generated 847 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:27:50.436 8 INFO cinder.api.openstack.wsgi [None req-1cd735ec-5cf9-40e4-b0d6-fd6425fe88b4 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:27:50.437 7 INFO cinder.api.openstack.wsgi [None req-c43da6c9-8207-45c4-99af-fd669e99ffdb 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:27:50.437 8 INFO cinder.api.openstack.wsgi [None req-1cd735ec-5cf9-40e4-b0d6-fd6425fe88b4 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:27:50.439 7 INFO cinder.api.openstack.wsgi [None req-c43da6c9-8207-45c4-99af-fd669e99ffdb 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:28:00.435 8 INFO cinder.api.openstack.wsgi [None req-1cd735ec-5cf9-40e4-b0d6-fd6425fe88b4 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:28:00.436 8 INFO cinder.api.openstack.wsgi [None req-1cd735ec-5cf9-40e4-b0d6-fd6425fe88b4 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:28:00.436 7 INFO cinder.api.openstack.wsgi [None req-c43da6c9-8207-45c4-99af-fd669e99ffdb 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:28:00.437 7 INFO cinder.api.openstack.wsgi [None req-c43da6c9-8207-45c4-99af-fd669e99ffdb 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:28:10.436 8 INFO cinder.api.openstack.wsgi [None req-1cd735ec-5cf9-40e4-b0d6-fd6425fe88b4 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:28:10.436 7 INFO cinder.api.openstack.wsgi [None req-c43da6c9-8207-45c4-99af-fd669e99ffdb 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:28:10.437 8 INFO cinder.api.openstack.wsgi [None req-1cd735ec-5cf9-40e4-b0d6-fd6425fe88b4 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:28:10.437 7 INFO cinder.api.openstack.wsgi [None req-c43da6c9-8207-45c4-99af-fd669e99ffdb 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:28:20.435 7 INFO cinder.api.openstack.wsgi [None req-c43da6c9-8207-45c4-99af-fd669e99ffdb 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:28:20.436 8 INFO cinder.api.openstack.wsgi [None req-1cd735ec-5cf9-40e4-b0d6-fd6425fe88b4 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:28:20.436 7 INFO cinder.api.openstack.wsgi [None req-c43da6c9-8207-45c4-99af-fd669e99ffdb 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:28:20.436 8 INFO cinder.api.openstack.wsgi [None req-1cd735ec-5cf9-40e4-b0d6-fd6425fe88b4 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:28:30.435 8 INFO cinder.api.openstack.wsgi [None req-1cd735ec-5cf9-40e4-b0d6-fd6425fe88b4 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:28:30.435 7 INFO cinder.api.openstack.wsgi [None req-c43da6c9-8207-45c4-99af-fd669e99ffdb 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:28:30.435 8 INFO cinder.api.openstack.wsgi [None req-1cd735ec-5cf9-40e4-b0d6-fd6425fe88b4 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:28:30.435 7 INFO cinder.api.openstack.wsgi [None req-c43da6c9-8207-45c4-99af-fd669e99ffdb 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:28:39.394 8 INFO cinder.api.openstack.wsgi [None req-1cd735ec-5cf9-40e4-b0d6-fd6425fe88b4 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-09-12 05:28:39.395 8 INFO cinder.api.openstack.wsgi [None req-1cd735ec-5cf9-40e4-b0d6-fd6425fe88b4 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 8|app: 0|req: 419/834] 10.0.0.200 () {30 vars in 411 bytes} [Sat Sep 12 05:28:39 2026] GET / => generated 411 bytes in 1 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) 2026-09-12 05:28:40.435 8 INFO cinder.api.openstack.wsgi [None req-1cd735ec-5cf9-40e4-b0d6-fd6425fe88b4 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:28:40.435 7 INFO cinder.api.openstack.wsgi [None req-c43da6c9-8207-45c4-99af-fd669e99ffdb 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:28:40.435 8 INFO cinder.api.openstack.wsgi [None req-1cd735ec-5cf9-40e4-b0d6-fd6425fe88b4 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:28:40.436 7 INFO cinder.api.openstack.wsgi [None req-c43da6c9-8207-45c4-99af-fd669e99ffdb 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:28:42.747 8 INFO cinder.api.openstack.wsgi [None req-00f24723-5fc4-40e0-836f-a2cc61ea7576 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes 2026-09-12 05:28:42.751 8 INFO cinder.api.v3.volumes [None req-00f24723-5fc4-40e0-836f-a2cc61ea7576 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Create volume of 1 GB 2026-09-12 05:28:42.760 8 INFO cinder.volume.api [None req-00f24723-5fc4-40e0-836f-a2cc61ea7576 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Availability Zones retrieved successfully. 2026-09-12 05:28:42.955 8 INFO cinder.volume.api [None req-00f24723-5fc4-40e0-836f-a2cc61ea7576 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Create volume request issued successfully. 2026-09-12 05:28:42.956 8 INFO cinder.api.openstack.wsgi [None req-00f24723-5fc4-40e0-836f-a2cc61ea7576 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes returned with HTTP 202 [pid: 8|app: 0|req: 421/837] 10.0.0.200 () {34 vars in 723 bytes} [Sat Sep 12 05:28:42 2026] POST /v3/8674fa962525467dad548a286fc9ad3c/volumes => generated 871 bytes in 372 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) 2026-09-12 05:28:42.973 7 INFO cinder.api.openstack.wsgi [None req-17f5f7bb-f2d1-455a-aa53-d1a513a10f5d aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/fdb1b101-8bca-47b1-a647-8688384fe4e9 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:28:42.988 7 INFO cinder.volume.api [None req-17f5f7bb-f2d1-455a-aa53-d1a513a10f5d aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Volume info retrieved successfully. 2026-09-12 05:28:42.994 7 INFO cinder.api.openstack.wsgi [None req-17f5f7bb-f2d1-455a-aa53-d1a513a10f5d aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/fdb1b101-8bca-47b1-a647-8688384fe4e9 returned with HTTP 200 [pid: 7|app: 0|req: 417/838] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:28:42 2026] GET /v3/8674fa962525467dad548a286fc9ad3c/volumes/fdb1b101-8bca-47b1-a647-8688384fe4e9 => generated 939 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-09-12 05:28:44.009 8 INFO cinder.api.openstack.wsgi [None req-4aa0dbfb-bba5-4fdf-89bb-b8bc09e702ef aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/fdb1b101-8bca-47b1-a647-8688384fe4e9 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:28:44.027 8 INFO cinder.volume.api [None req-4aa0dbfb-bba5-4fdf-89bb-b8bc09e702ef aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Volume info retrieved successfully. 2026-09-12 05:28:44.033 8 INFO cinder.api.openstack.wsgi [None req-4aa0dbfb-bba5-4fdf-89bb-b8bc09e702ef aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/fdb1b101-8bca-47b1-a647-8688384fe4e9 returned with HTTP 200 [pid: 8|app: 0|req: 422/839] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:28:44 2026] GET /v3/8674fa962525467dad548a286fc9ad3c/volumes/fdb1b101-8bca-47b1-a647-8688384fe4e9 => generated 964 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-09-12 05:28:44.055 7 INFO cinder.api.openstack.wsgi [None req-08cef8c7-5d0b-46c0-bf03-5fae1f68a3bc aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/fdb1b101-8bca-47b1-a647-8688384fe4e9 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:28:44.075 7 INFO cinder.volume.api [None req-08cef8c7-5d0b-46c0-bf03-5fae1f68a3bc aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Volume info retrieved successfully. 2026-09-12 05:28:44.082 7 INFO cinder.api.openstack.wsgi [None req-08cef8c7-5d0b-46c0-bf03-5fae1f68a3bc aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/fdb1b101-8bca-47b1-a647-8688384fe4e9 returned with HTTP 200 [pid: 7|app: 0|req: 418/840] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:28:44 2026] GET /v3/8674fa962525467dad548a286fc9ad3c/volumes/fdb1b101-8bca-47b1-a647-8688384fe4e9 => generated 964 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-09-12 05:28:44.102 8 INFO cinder.api.openstack.wsgi [None req-cabafac0-a8fd-4cae-9c70-bc2c39914283 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/fdb1b101-8bca-47b1-a647-8688384fe4e9 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:28:44.119 8 INFO cinder.volume.api [None req-cabafac0-a8fd-4cae-9c70-bc2c39914283 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Volume info retrieved successfully. 2026-09-12 05:28:44.128 8 INFO cinder.volume.api [None req-cabafac0-a8fd-4cae-9c70-bc2c39914283 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Volume updated successfully. 2026-09-12 05:28:44.128 8 INFO cinder.api.openstack.wsgi [None req-cabafac0-a8fd-4cae-9c70-bc2c39914283 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/fdb1b101-8bca-47b1-a647-8688384fe4e9 returned with HTTP 200 [pid: 8|app: 0|req: 423/841] 10.0.0.200 () {34 vars in 795 bytes} [Sat Sep 12 05:28:44 2026] PUT /v3/8674fa962525467dad548a286fc9ad3c/volumes/fdb1b101-8bca-47b1-a647-8688384fe4e9 => generated 896 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-09-12 05:28:44.149 7 INFO cinder.api.openstack.wsgi [None req-1349b3d6-5a2f-4aa5-9b3b-d21c37da82f2 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/fdb1b101-8bca-47b1-a647-8688384fe4e9 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:28:44.173 7 INFO cinder.volume.api [None req-1349b3d6-5a2f-4aa5-9b3b-d21c37da82f2 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Volume info retrieved successfully. 2026-09-12 05:28:44.183 7 INFO cinder.volume.api [None req-1349b3d6-5a2f-4aa5-9b3b-d21c37da82f2 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Volume updated successfully. 2026-09-12 05:28:44.184 7 INFO cinder.api.openstack.wsgi [None req-1349b3d6-5a2f-4aa5-9b3b-d21c37da82f2 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/fdb1b101-8bca-47b1-a647-8688384fe4e9 returned with HTTP 200 [pid: 7|app: 0|req: 419/842] 10.0.0.200 () {34 vars in 796 bytes} [Sat Sep 12 05:28:44 2026] PUT /v3/8674fa962525467dad548a286fc9ad3c/volumes/fdb1b101-8bca-47b1-a647-8688384fe4e9 => generated 935 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-09-12 05:28:44.203 8 INFO cinder.api.openstack.wsgi [None req-879da1f3-d8c3-4b32-87b9-aa992b8ac705 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/fdb1b101-8bca-47b1-a647-8688384fe4e9 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:28:44.222 8 INFO cinder.volume.api [None req-879da1f3-d8c3-4b32-87b9-aa992b8ac705 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Volume info retrieved successfully. 2026-09-12 05:28:44.230 8 INFO cinder.api.openstack.wsgi [None req-879da1f3-d8c3-4b32-87b9-aa992b8ac705 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/fdb1b101-8bca-47b1-a647-8688384fe4e9 returned with HTTP 200 [pid: 8|app: 0|req: 424/843] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:28:44 2026] GET /v3/8674fa962525467dad548a286fc9ad3c/volumes/fdb1b101-8bca-47b1-a647-8688384fe4e9 => generated 1003 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-12 05:28:44.248 7 INFO cinder.api.openstack.wsgi [None req-8bb8f929-c72c-46d1-bea9-35d2a4e0f009 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes 2026-09-12 05:28:44.251 7 INFO cinder.api.v3.volumes [None req-8bb8f929-c72c-46d1-bea9-35d2a4e0f009 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Create volume of 1 GB 2026-09-12 05:28:44.269 7 INFO cinder.volume.api [None req-8bb8f929-c72c-46d1-bea9-35d2a4e0f009 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Availability Zones retrieved successfully. 2026-09-12 05:28:44.589 7 INFO cinder.volume.api [None req-8bb8f929-c72c-46d1-bea9-35d2a4e0f009 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Create volume request issued successfully. 2026-09-12 05:28:44.590 7 INFO cinder.api.openstack.wsgi [None req-8bb8f929-c72c-46d1-bea9-35d2a4e0f009 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes returned with HTTP 202 [pid: 7|app: 0|req: 420/844] 10.0.0.200 () {34 vars in 723 bytes} [Sat Sep 12 05:28:44 2026] POST /v3/8674fa962525467dad548a286fc9ad3c/volumes => generated 890 bytes in 348 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-09-12 05:28:44.614 8 INFO cinder.api.openstack.wsgi [None req-41b207f1-99f8-4523-b615-5bfd129b1504 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/334e4a94-51ef-4190-9e33-e1cc56b4ada0 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:28:44.765 8 INFO cinder.volume.api [None req-41b207f1-99f8-4523-b615-5bfd129b1504 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Volume info retrieved successfully. 2026-09-12 05:28:44.770 8 INFO cinder.api.openstack.wsgi [None req-41b207f1-99f8-4523-b615-5bfd129b1504 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/334e4a94-51ef-4190-9e33-e1cc56b4ada0 returned with HTTP 200 [pid: 8|app: 0|req: 425/845] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:28:44 2026] GET /v3/8674fa962525467dad548a286fc9ad3c/volumes/334e4a94-51ef-4190-9e33-e1cc56b4ada0 => generated 958 bytes in 162 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-09-12 05:28:45.790 7 INFO cinder.api.openstack.wsgi [None req-fc191377-40b2-4b6e-8f66-8577742909ec aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/334e4a94-51ef-4190-9e33-e1cc56b4ada0 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:28:45.811 7 INFO cinder.volume.api [None req-fc191377-40b2-4b6e-8f66-8577742909ec aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Volume info retrieved successfully. 2026-09-12 05:28:45.818 7 INFO cinder.api.openstack.wsgi [None req-fc191377-40b2-4b6e-8f66-8577742909ec aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/334e4a94-51ef-4190-9e33-e1cc56b4ada0 returned with HTTP 200 [pid: 7|app: 0|req: 421/846] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:28:45 2026] GET /v3/8674fa962525467dad548a286fc9ad3c/volumes/334e4a94-51ef-4190-9e33-e1cc56b4ada0 => generated 983 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-09-12 05:28:45.841 8 INFO cinder.api.openstack.wsgi [None req-0f32218d-71fa-4533-91ba-b350a42e66a0 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/334e4a94-51ef-4190-9e33-e1cc56b4ada0 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:28:45.891 8 INFO cinder.volume.api [None req-0f32218d-71fa-4533-91ba-b350a42e66a0 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Volume info retrieved successfully. 2026-09-12 05:28:45.969 8 INFO cinder.volume.api [None req-0f32218d-71fa-4533-91ba-b350a42e66a0 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Volume updated successfully. 2026-09-12 05:28:45.970 8 INFO cinder.api.openstack.wsgi [None req-0f32218d-71fa-4533-91ba-b350a42e66a0 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/334e4a94-51ef-4190-9e33-e1cc56b4ada0 returned with HTTP 200 [pid: 8|app: 0|req: 426/847] 10.0.0.200 () {34 vars in 795 bytes} [Sat Sep 12 05:28:45 2026] PUT /v3/8674fa962525467dad548a286fc9ad3c/volumes/334e4a94-51ef-4190-9e33-e1cc56b4ada0 => generated 882 bytes in 134 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-09-12 05:28:45.987 7 INFO cinder.api.openstack.wsgi [None req-97ea8dd6-2ab4-4aa6-af2d-7b85674d12fa aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/334e4a94-51ef-4190-9e33-e1cc56b4ada0 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:28:46.009 7 INFO cinder.volume.api [None req-97ea8dd6-2ab4-4aa6-af2d-7b85674d12fa aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Volume info retrieved successfully. 2026-09-12 05:28:46.019 7 INFO cinder.api.openstack.wsgi [None req-97ea8dd6-2ab4-4aa6-af2d-7b85674d12fa aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/334e4a94-51ef-4190-9e33-e1cc56b4ada0 returned with HTTP 200 [pid: 7|app: 0|req: 422/848] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:28:45 2026] GET /v3/8674fa962525467dad548a286fc9ad3c/volumes/334e4a94-51ef-4190-9e33-e1cc56b4ada0 => generated 950 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-09-12 05:28:46.040 8 INFO cinder.api.openstack.wsgi [None req-bf388925-d6a9-4d70-bf21-10619149589c aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/334e4a94-51ef-4190-9e33-e1cc56b4ada0 2026-09-12 05:28:46.040 8 INFO cinder.api.v3.volumes [None req-bf388925-d6a9-4d70-bf21-10619149589c aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Delete volume with id: 334e4a94-51ef-4190-9e33-e1cc56b4ada0 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:28:46.054 8 INFO cinder.volume.api [None req-bf388925-d6a9-4d70-bf21-10619149589c aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Volume info retrieved successfully. 2026-09-12 05:28:46.203 8 INFO cinder.volume.api [None req-bf388925-d6a9-4d70-bf21-10619149589c aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Delete volume request issued successfully. 2026-09-12 05:28:46.204 8 INFO cinder.api.openstack.wsgi [None req-bf388925-d6a9-4d70-bf21-10619149589c aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/334e4a94-51ef-4190-9e33-e1cc56b4ada0 returned with HTTP 202 [pid: 8|app: 0|req: 427/849] 10.0.0.200 () {32 vars in 778 bytes} [Sat Sep 12 05:28:46 2026] DELETE /v3/8674fa962525467dad548a286fc9ad3c/volumes/334e4a94-51ef-4190-9e33-e1cc56b4ada0 => generated 0 bytes in 170 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-09-12 05:28:46.220 7 INFO cinder.api.openstack.wsgi [None req-e12259da-5122-425d-b65a-f99f3848d2c2 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/334e4a94-51ef-4190-9e33-e1cc56b4ada0 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:28:46.254 7 INFO cinder.volume.api [None req-e12259da-5122-425d-b65a-f99f3848d2c2 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Volume info retrieved successfully. 2026-09-12 05:28:46.260 7 INFO cinder.api.openstack.wsgi [None req-e12259da-5122-425d-b65a-f99f3848d2c2 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/334e4a94-51ef-4190-9e33-e1cc56b4ada0 returned with HTTP 200 [pid: 7|app: 0|req: 423/850] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:28:46 2026] GET /v3/8674fa962525467dad548a286fc9ad3c/volumes/334e4a94-51ef-4190-9e33-e1cc56b4ada0 => generated 949 bytes in 48 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-09-12 05:28:47.288 8 INFO cinder.api.openstack.wsgi [None req-9799cd1f-e424-48a6-82ea-8e48294f6fc0 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/334e4a94-51ef-4190-9e33-e1cc56b4ada0 2026-09-12 05:28:47.297 8 INFO cinder.api.openstack.wsgi [None req-9799cd1f-e424-48a6-82ea-8e48294f6fc0 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/334e4a94-51ef-4190-9e33-e1cc56b4ada0 returned with HTTP 404 [pid: 8|app: 0|req: 428/851] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:28:47 2026] GET /v3/8674fa962525467dad548a286fc9ad3c/volumes/334e4a94-51ef-4190-9e33-e1cc56b4ada0 => generated 109 bytes in 22 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-09-12 05:28:47.312 7 INFO cinder.api.openstack.wsgi [None req-25878169-fd18-46e2-94b9-a6cf6aa64edc aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/fdb1b101-8bca-47b1-a647-8688384fe4e9 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:28:47.335 7 INFO cinder.volume.api [None req-25878169-fd18-46e2-94b9-a6cf6aa64edc aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Volume info retrieved successfully. 2026-09-12 05:28:47.346 7 INFO cinder.api.openstack.wsgi [None req-25878169-fd18-46e2-94b9-a6cf6aa64edc aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/fdb1b101-8bca-47b1-a647-8688384fe4e9 returned with HTTP 200 [pid: 7|app: 0|req: 424/852] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:28:47 2026] GET /v3/8674fa962525467dad548a286fc9ad3c/volumes/fdb1b101-8bca-47b1-a647-8688384fe4e9 => generated 1003 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-09-12 05:28:47.365 8 INFO cinder.api.openstack.wsgi [None req-68259ad5-4c84-47eb-8a13-a4cf6895c1ab aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/fdb1b101-8bca-47b1-a647-8688384fe4e9 2026-09-12 05:28:47.366 8 INFO cinder.api.v3.volumes [None req-68259ad5-4c84-47eb-8a13-a4cf6895c1ab aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Delete volume with id: fdb1b101-8bca-47b1-a647-8688384fe4e9 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:28:47.373 8 INFO cinder.volume.api [None req-68259ad5-4c84-47eb-8a13-a4cf6895c1ab aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Volume info retrieved successfully. 2026-09-12 05:28:47.394 8 INFO cinder.volume.api [None req-68259ad5-4c84-47eb-8a13-a4cf6895c1ab aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Delete volume request issued successfully. 2026-09-12 05:28:47.394 8 INFO cinder.api.openstack.wsgi [None req-68259ad5-4c84-47eb-8a13-a4cf6895c1ab aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/fdb1b101-8bca-47b1-a647-8688384fe4e9 returned with HTTP 202 [pid: 8|app: 0|req: 429/853] 10.0.0.200 () {32 vars in 778 bytes} [Sat Sep 12 05:28:47 2026] DELETE /v3/8674fa962525467dad548a286fc9ad3c/volumes/fdb1b101-8bca-47b1-a647-8688384fe4e9 => generated 0 bytes in 33 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-09-12 05:28:47.408 7 INFO cinder.api.openstack.wsgi [None req-ffa238a0-409e-4279-a1ee-5a8547ed17f0 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/fdb1b101-8bca-47b1-a647-8688384fe4e9 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:28:47.423 7 INFO cinder.volume.api [None req-ffa238a0-409e-4279-a1ee-5a8547ed17f0 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Volume info retrieved successfully. 2026-09-12 05:28:47.428 7 INFO cinder.api.openstack.wsgi [None req-ffa238a0-409e-4279-a1ee-5a8547ed17f0 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/fdb1b101-8bca-47b1-a647-8688384fe4e9 returned with HTTP 200 [pid: 7|app: 0|req: 425/854] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:28:47 2026] GET /v3/8674fa962525467dad548a286fc9ad3c/volumes/fdb1b101-8bca-47b1-a647-8688384fe4e9 => generated 1002 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-09-12 05:28:48.291 8 INFO cinder.api.openstack.wsgi [None req-21838abd-92a5-456b-b78f-f7deffe09cf6 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true 2026-09-12 05:28:48.304 8 INFO cinder.volume.api [None req-21838abd-92a5-456b-b78f-f7deffe09cf6 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all snapshots completed successfully. 2026-09-12 05:28:48.305 8 INFO cinder.api.openstack.wsgi [None req-21838abd-92a5-456b-b78f-f7deffe09cf6 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 430/855] 10.0.0.199 () {28 vars in 674 bytes} [Sat Sep 12 05:28:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true => generated 17 bytes in 277 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-09-12 05:28:48.373 7 INFO cinder.api.openstack.wsgi [None req-fbc02dd7-3c09-4498-b8bd-27adef16e729 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/0ffc3f527f6142f3a65e76c6fe68b198?usage=true 2026-09-12 05:28:48.416 7 INFO cinder.api.openstack.wsgi [None req-fbc02dd7-3c09-4498-b8bd-27adef16e729 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/0ffc3f527f6142f3a65e76c6fe68b198?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 426/856] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:28:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/0ffc3f527f6142f3a65e76c6fe68b198?usage=true => generated 847 bytes in 50 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:28:48.435 8 INFO cinder.api.openstack.wsgi [None req-c7f8975c-66b3-49aa-98de-66403e596bfe 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true 2026-09-12 05:28:48.448 7 INFO cinder.api.openstack.wsgi [None req-e533a77e-4d9b-47ac-8e41-0e2c2a59c1e0 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/fdb1b101-8bca-47b1-a647-8688384fe4e9 2026-09-12 05:28:48.463 7 INFO cinder.api.openstack.wsgi [None req-e533a77e-4d9b-47ac-8e41-0e2c2a59c1e0 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/fdb1b101-8bca-47b1-a647-8688384fe4e9 returned with HTTP 404 [pid: 7|app: 0|req: 427/857] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:28:48 2026] GET /v3/8674fa962525467dad548a286fc9ad3c/volumes/fdb1b101-8bca-47b1-a647-8688384fe4e9 => generated 109 bytes in 22 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) 2026-09-12 05:28:48.478 8 INFO cinder.api.openstack.wsgi [None req-c7f8975c-66b3-49aa-98de-66403e596bfe 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 431/858] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:28:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true => generated 847 bytes in 56 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:28:48.489 7 INFO cinder.api.openstack.wsgi [None req-acacf778-1632-4852-be61-496217e70dce 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/5866dd7748f448f28124eda22909d54c?usage=true 2026-09-12 05:28:48.515 7 INFO cinder.api.openstack.wsgi [None req-acacf778-1632-4852-be61-496217e70dce 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/5866dd7748f448f28124eda22909d54c?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 428/859] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:28:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/5866dd7748f448f28124eda22909d54c?usage=true => generated 847 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:28:48.524 8 INFO cinder.api.openstack.wsgi [None req-847a9354-613f-4b7f-bce4-f9454e15484b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true 2026-09-12 05:28:48.532 7 INFO cinder.api.openstack.wsgi [None req-adc9d161-1317-43ac-b6f8-80da24ae4ffd aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes 2026-09-12 05:28:48.546 8 INFO cinder.api.openstack.wsgi [None req-847a9354-613f-4b7f-bce4-f9454e15484b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 432/860] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:28:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true => generated 845 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:28:48.557 8 INFO cinder.api.openstack.wsgi [None req-c53ab79a-1033-4e56-be88-5ec207eafc10 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8674fa962525467dad548a286fc9ad3c?usage=true 2026-09-12 05:28:48.572 8 INFO cinder.api.openstack.wsgi [None req-c53ab79a-1033-4e56-be88-5ec207eafc10 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8674fa962525467dad548a286fc9ad3c?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 433/861] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:28:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8674fa962525467dad548a286fc9ad3c?usage=true => generated 847 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:28:48.580 8 INFO cinder.api.openstack.wsgi [None req-3cc67e96-2a89-489f-8f66-a6a80c9cea7e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true 2026-09-12 05:28:48.603 8 INFO cinder.api.openstack.wsgi [None req-3cc67e96-2a89-489f-8f66-a6a80c9cea7e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 434/862] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:28:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true => generated 845 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:28:48.612 8 INFO cinder.api.openstack.wsgi [None req-7b2ab830-acdd-466f-92d4-8322c4d4f96e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/9d97c63c7062457ba247afdb5176cb54?usage=true 2026-09-12 05:28:48.630 8 INFO cinder.api.openstack.wsgi [None req-7b2ab830-acdd-466f-92d4-8322c4d4f96e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/9d97c63c7062457ba247afdb5176cb54?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 435/863] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:28:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/9d97c63c7062457ba247afdb5176cb54?usage=true => generated 847 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:28:48.659 8 INFO cinder.api.openstack.wsgi [None req-5c81b331-3c66-4b09-b2fe-b1586c969a61 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes 2026-09-12 05:28:48.685 8 INFO cinder.volume.api [None req-5c81b331-3c66-4b09-b2fe-b1586c969a61 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] Get all volumes completed successfully. 2026-09-12 05:28:48.686 8 INFO cinder.api.openstack.wsgi [None req-5c81b331-3c66-4b09-b2fe-b1586c969a61 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes returned with HTTP 200 [pid: 8|app: 0|req: 436/864] 10.0.0.200 () {32 vars in 701 bytes} [Sat Sep 12 05:28:48 2026] GET /v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes => generated 15 bytes in 54 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:28:48.690 8 INFO cinder.api.openstack.wsgi [None req-a7f75138-9ec5-4b48-a569-ee332672bb70 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/ee9e6f09dc234e8b8c454b655fa3c8c1?usage=true 2026-09-12 05:28:48.709 8 INFO cinder.api.openstack.wsgi [None req-a7f75138-9ec5-4b48-a569-ee332672bb70 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/ee9e6f09dc234e8b8c454b655fa3c8c1?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 437/865] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:28:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/ee9e6f09dc234e8b8c454b655fa3c8c1?usage=true => generated 847 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:28:48.713 8 INFO cinder.api.openstack.wsgi [None req-9982ed3d-e751-4762-ae27-9cb636c332ae 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes 2026-09-12 05:28:48.715 8 INFO cinder.api.v3.volumes [None req-9982ed3d-e751-4762-ae27-9cb636c332ae 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] Create volume of 1 GB 2026-09-12 05:28:48.720 8 INFO cinder.volume.api [None req-9982ed3d-e751-4762-ae27-9cb636c332ae 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] Availability Zones retrieved successfully. 2026-09-12 05:28:48.889 8 INFO cinder.volume.api [None req-9982ed3d-e751-4762-ae27-9cb636c332ae 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] Create volume request issued successfully. 2026-09-12 05:28:48.890 8 INFO cinder.api.openstack.wsgi [None req-9982ed3d-e751-4762-ae27-9cb636c332ae 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes returned with HTTP 202 [pid: 8|app: 0|req: 438/866] 10.0.0.200 () {34 vars in 723 bytes} [Sat Sep 12 05:28:48 2026] POST /v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes => generated 875 bytes in 181 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-09-12 05:28:48.896 8 INFO cinder.api.openstack.wsgi [None req-3f7dcde6-6a38-45b6-9deb-937e1e9b9716 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:28:48.905 8 INFO cinder.volume.api [None req-3f7dcde6-6a38-45b6-9deb-937e1e9b9716 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - 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-09-12 05:28:48.912 8 INFO cinder.api.openstack.wsgi [None req-3f7dcde6-6a38-45b6-9deb-937e1e9b9716 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 439/867] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:28:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true => generated 1083 bytes in 22 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-09-12 05:28:48.918 8 INFO cinder.api.openstack.wsgi [None req-884e7212-3808-496a-a151-6d54eff2c60b 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/941141bc-a4f6-49ab-b03b-bf8f3670323e /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:28:48.934 8 INFO cinder.volume.api [None req-884e7212-3808-496a-a151-6d54eff2c60b 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] Volume info retrieved successfully. 2026-09-12 05:28:48.940 8 INFO cinder.api.openstack.wsgi [None req-884e7212-3808-496a-a151-6d54eff2c60b 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/941141bc-a4f6-49ab-b03b-bf8f3670323e returned with HTTP 200 [pid: 8|app: 0|req: 440/868] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:28:48 2026] GET /v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/941141bc-a4f6-49ab-b03b-bf8f3670323e => generated 943 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-12 05:28:48.948 8 INFO cinder.api.openstack.wsgi [None req-e0197324-8455-4827-86f2-59d7d8fb65f4 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true 2026-09-12 05:28:49.029 7 INFO cinder.api.v3.volumes [None req-adc9d161-1317-43ac-b6f8-80da24ae4ffd aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Create volume of 1 GB 2026-09-12 05:28:49.039 7 INFO cinder.volume.api [None req-adc9d161-1317-43ac-b6f8-80da24ae4ffd aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Availability Zones retrieved successfully. 2026-09-12 05:28:49.232 7 INFO cinder.volume.api [None req-adc9d161-1317-43ac-b6f8-80da24ae4ffd aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Create volume request issued successfully. 2026-09-12 05:28:49.233 7 INFO cinder.api.openstack.wsgi [None req-adc9d161-1317-43ac-b6f8-80da24ae4ffd aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes returned with HTTP 202 [pid: 7|app: 0|req: 429/869] 10.0.0.200 () {34 vars in 723 bytes} [Sat Sep 12 05:28:48 2026] POST /v3/8674fa962525467dad548a286fc9ad3c/volumes => generated 870 bytes in 709 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-09-12 05:28:49.254 7 INFO cinder.api.openstack.wsgi [None req-ce03d835-ef46-4b7b-a5cf-bea88e2cba21 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/b6d1c58b-41bb-470b-aa0d-eed3faf4f943 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:28:49.271 7 INFO cinder.volume.api [None req-ce03d835-ef46-4b7b-a5cf-bea88e2cba21 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Volume info retrieved successfully. 2026-09-12 05:28:49.277 7 INFO cinder.api.openstack.wsgi [None req-ce03d835-ef46-4b7b-a5cf-bea88e2cba21 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/b6d1c58b-41bb-470b-aa0d-eed3faf4f943 returned with HTTP 200 [pid: 7|app: 0|req: 430/870] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:28:49 2026] GET /v3/8674fa962525467dad548a286fc9ad3c/volumes/b6d1c58b-41bb-470b-aa0d-eed3faf4f943 => generated 938 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:28:49.451 8 INFO cinder.api.openstack.wsgi [None req-e0197324-8455-4827-86f2-59d7d8fb65f4 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 441/871] 10.0.0.199 () {28 vars in 696 bytes} [Sat Sep 12 05:28:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-12 05:28:49.466 7 INFO cinder.api.openstack.wsgi [None req-33e1269d-a9c1-4225-a6bf-7ac7080a4ff0 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services 2026-09-12 05:28:49.472 7 INFO cinder.api.openstack.wsgi [None req-33e1269d-a9c1-4225-a6bf-7ac7080a4ff0 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services returned with HTTP 200 [pid: 7|app: 0|req: 431/872] 10.0.0.199 () {28 vars in 645 bytes} [Sat Sep 12 05:28:49 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-services => generated 646 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:28:49.484 8 INFO cinder.api.openstack.wsgi [None req-34f504e5-2802-42ab-a027-76251d555c2f 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:28:49.499 8 INFO cinder.volume.api [None req-34f504e5-2802-42ab-a027-76251d555c2f 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - 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-09-12 05:28:49.509 8 INFO cinder.api.openstack.wsgi [None req-34f504e5-2802-42ab-a027-76251d555c2f 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 442/873] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:28:49 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true => generated 2253 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-09-12 05:28:49.962 7 INFO cinder.api.openstack.wsgi [None req-2fffac43-f06f-4d8a-865c-2f6b26766951 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/941141bc-a4f6-49ab-b03b-bf8f3670323e /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:28:49.983 7 INFO cinder.volume.api [None req-2fffac43-f06f-4d8a-865c-2f6b26766951 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] Volume info retrieved successfully. 2026-09-12 05:28:49.992 7 INFO cinder.api.openstack.wsgi [None req-2fffac43-f06f-4d8a-865c-2f6b26766951 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/941141bc-a4f6-49ab-b03b-bf8f3670323e returned with HTTP 200 [pid: 7|app: 0|req: 432/874] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:28:49 2026] GET /v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/941141bc-a4f6-49ab-b03b-bf8f3670323e => generated 968 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-09-12 05:28:50.013 8 INFO cinder.api.openstack.wsgi [None req-10697ffa-0ab0-4a1a-9507-020fe3e51fd8 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/941141bc-a4f6-49ab-b03b-bf8f3670323e /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:28:50.033 8 INFO cinder.volume.api [None req-10697ffa-0ab0-4a1a-9507-020fe3e51fd8 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] Volume info retrieved successfully. 2026-09-12 05:28:50.041 8 INFO cinder.api.openstack.wsgi [None req-10697ffa-0ab0-4a1a-9507-020fe3e51fd8 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/941141bc-a4f6-49ab-b03b-bf8f3670323e returned with HTTP 200 [pid: 8|app: 0|req: 443/875] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:28:50 2026] GET /v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/941141bc-a4f6-49ab-b03b-bf8f3670323e => generated 968 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-09-12 05:28:50.068 7 INFO cinder.api.openstack.wsgi [None req-6d97fcd7-d8c6-4032-83c3-19b4f64a9873 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes 2026-09-12 05:28:50.070 7 INFO cinder.api.v3.volumes [None req-6d97fcd7-d8c6-4032-83c3-19b4f64a9873 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] Create volume of 1 GB 2026-09-12 05:28:50.085 7 INFO cinder.volume.api [None req-6d97fcd7-d8c6-4032-83c3-19b4f64a9873 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] Availability Zones retrieved successfully. 2026-09-12 05:28:50.272 7 INFO cinder.volume.api [None req-6d97fcd7-d8c6-4032-83c3-19b4f64a9873 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] Create volume request issued successfully. 2026-09-12 05:28:50.274 7 INFO cinder.api.openstack.wsgi [None req-6d97fcd7-d8c6-4032-83c3-19b4f64a9873 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes returned with HTTP 202 [pid: 7|app: 0|req: 433/876] 10.0.0.200 () {34 vars in 723 bytes} [Sat Sep 12 05:28:50 2026] POST /v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes => generated 876 bytes in 220 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-12 05:28:50.297 8 INFO cinder.api.openstack.wsgi [None req-a604936f-2741-453b-b3ba-f43757970d04 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/3b9359c8-46d9-47c7-a6cc-830c44959467 2026-09-12 05:28:50.300 7 INFO cinder.api.openstack.wsgi [None req-40d61f5d-14dc-41da-8dbe-e52e6e75d1d5 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/b6d1c58b-41bb-470b-aa0d-eed3faf4f943 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:28:50.322 7 INFO cinder.volume.api [None req-40d61f5d-14dc-41da-8dbe-e52e6e75d1d5 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Volume info retrieved successfully. 2026-09-12 05:28:50.324 8 INFO cinder.volume.api [None req-a604936f-2741-453b-b3ba-f43757970d04 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] Volume info retrieved successfully. 2026-09-12 05:28:50.329 8 INFO cinder.api.openstack.wsgi [None req-a604936f-2741-453b-b3ba-f43757970d04 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/3b9359c8-46d9-47c7-a6cc-830c44959467 returned with HTTP 200 2026-09-12 05:28:50.330 7 INFO cinder.api.openstack.wsgi [None req-40d61f5d-14dc-41da-8dbe-e52e6e75d1d5 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/b6d1c58b-41bb-470b-aa0d-eed3faf4f943 returned with HTTP 200 [pid: 7|app: 0|req: 434/877] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:28:50 2026] GET /v3/8674fa962525467dad548a286fc9ad3c/volumes/b6d1c58b-41bb-470b-aa0d-eed3faf4f943 => generated 1488 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/878] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:28:50 2026] GET /v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/3b9359c8-46d9-47c7-a6cc-830c44959467 => generated 944 bytes in 43 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-09-12 05:28:50.351 7 INFO cinder.api.openstack.wsgi [None req-a3ced1de-e7ac-4939-ab1e-b399409917ef aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/b6d1c58b-41bb-470b-aa0d-eed3faf4f943 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:28:50.373 7 INFO cinder.volume.api [None req-a3ced1de-e7ac-4939-ab1e-b399409917ef aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Volume info retrieved successfully. 2026-09-12 05:28:50.380 7 INFO cinder.api.openstack.wsgi [None req-a3ced1de-e7ac-4939-ab1e-b399409917ef aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/b6d1c58b-41bb-470b-aa0d-eed3faf4f943 returned with HTTP 200 [pid: 7|app: 0|req: 435/879] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:28:50 2026] GET /v3/8674fa962525467dad548a286fc9ad3c/volumes/b6d1c58b-41bb-470b-aa0d-eed3faf4f943 => generated 1488 bytes in 37 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-09-12 05:28:50.401 8 INFO cinder.api.openstack.wsgi [None req-a051c243-7dc6-4342-a9ee-bf8e611c05e8 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/b6d1c58b-41bb-470b-aa0d-eed3faf4f943 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:28:50.430 8 INFO cinder.volume.api [None req-a051c243-7dc6-4342-a9ee-bf8e611c05e8 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Volume info retrieved successfully. 2026-09-12 05:28:50.436 7 INFO cinder.api.openstack.wsgi [None req-a3ced1de-e7ac-4939-ab1e-b399409917ef aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:28:50.437 8 INFO cinder.volume.api [None req-a051c243-7dc6-4342-a9ee-bf8e611c05e8 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Volume updated successfully. 2026-09-12 05:28:50.438 7 INFO cinder.api.openstack.wsgi [None req-a3ced1de-e7ac-4939-ab1e-b399409917ef aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:28:50.439 8 INFO cinder.api.openstack.wsgi [None req-a051c243-7dc6-4342-a9ee-bf8e611c05e8 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/b6d1c58b-41bb-470b-aa0d-eed3faf4f943 returned with HTTP 200 2026-09-12 05:28:50.440 7 INFO cinder.api.openstack.wsgi [None req-a3ced1de-e7ac-4939-ab1e-b399409917ef aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] GET http://10.0.0.19:8776/ [pid: 8|app: 0|req: 445/881] 10.0.0.200 () {34 vars in 795 bytes} [Sat Sep 12 05:28:50 2026] PUT /v3/8674fa962525467dad548a286fc9ad3c/volumes/b6d1c58b-41bb-470b-aa0d-eed3faf4f943 => generated 894 bytes in 45 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:28:50.441 7 INFO cinder.api.openstack.wsgi [None req-a3ced1de-e7ac-4939-ab1e-b399409917ef aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] http://10.0.0.19: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-09-12 05:28:50.461 8 INFO cinder.api.openstack.wsgi [None req-7532d708-8fc9-41f6-a9e6-9609d2b39084 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/b6d1c58b-41bb-470b-aa0d-eed3faf4f943 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:28:50.477 8 INFO cinder.volume.api [None req-7532d708-8fc9-41f6-a9e6-9609d2b39084 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Volume info retrieved successfully. 2026-09-12 05:28:50.486 8 INFO cinder.volume.api [None req-7532d708-8fc9-41f6-a9e6-9609d2b39084 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Volume updated successfully. 2026-09-12 05:28:50.487 8 INFO cinder.api.openstack.wsgi [None req-7532d708-8fc9-41f6-a9e6-9609d2b39084 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/b6d1c58b-41bb-470b-aa0d-eed3faf4f943 returned with HTTP 200 [pid: 8|app: 0|req: 446/883] 10.0.0.200 () {34 vars in 796 bytes} [Sat Sep 12 05:28:50 2026] PUT /v3/8674fa962525467dad548a286fc9ad3c/volumes/b6d1c58b-41bb-470b-aa0d-eed3faf4f943 => generated 934 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-09-12 05:28:50.502 7 INFO cinder.api.openstack.wsgi [None req-3ac17460-41b7-4d45-9727-1fdc7b868d97 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/b6d1c58b-41bb-470b-aa0d-eed3faf4f943 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:28:50.517 7 INFO cinder.volume.api [None req-3ac17460-41b7-4d45-9727-1fdc7b868d97 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Volume info retrieved successfully. 2026-09-12 05:28:50.533 7 INFO cinder.api.openstack.wsgi [None req-3ac17460-41b7-4d45-9727-1fdc7b868d97 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/b6d1c58b-41bb-470b-aa0d-eed3faf4f943 returned with HTTP 200 [pid: 7|app: 0|req: 438/884] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:28:50 2026] GET /v3/8674fa962525467dad548a286fc9ad3c/volumes/b6d1c58b-41bb-470b-aa0d-eed3faf4f943 => generated 1528 bytes in 37 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-09-12 05:28:50.554 8 INFO cinder.api.openstack.wsgi [None req-03e31a1c-d427-4e6e-95ab-77c662b209c6 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes 2026-09-12 05:28:50.557 8 INFO cinder.api.v3.volumes [None req-03e31a1c-d427-4e6e-95ab-77c662b209c6 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Create volume of 1 GB 2026-09-12 05:28:50.563 8 INFO cinder.volume.api [None req-03e31a1c-d427-4e6e-95ab-77c662b209c6 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Availability Zones retrieved successfully. 2026-09-12 05:28:50.732 8 INFO cinder.volume.api [None req-03e31a1c-d427-4e6e-95ab-77c662b209c6 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Create volume request issued successfully. 2026-09-12 05:28:50.734 8 INFO cinder.api.openstack.wsgi [None req-03e31a1c-d427-4e6e-95ab-77c662b209c6 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes returned with HTTP 202 [pid: 8|app: 0|req: 447/885] 10.0.0.200 () {34 vars in 723 bytes} [Sat Sep 12 05:28:50 2026] POST /v3/8674fa962525467dad548a286fc9ad3c/volumes => generated 891 bytes in 187 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-09-12 05:28:50.753 7 INFO cinder.api.openstack.wsgi [None req-4e6a7b01-533b-4dea-9db9-db3ca280529b aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/a3a76271-586b-4bc5-9e27-ed0bb3d5c8bb /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:28:50.777 7 INFO cinder.volume.api [None req-4e6a7b01-533b-4dea-9db9-db3ca280529b aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Volume info retrieved successfully. 2026-09-12 05:28:50.784 7 INFO cinder.api.openstack.wsgi [None req-4e6a7b01-533b-4dea-9db9-db3ca280529b aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/a3a76271-586b-4bc5-9e27-ed0bb3d5c8bb returned with HTTP 200 [pid: 7|app: 0|req: 439/886] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:28:50 2026] GET /v3/8674fa962525467dad548a286fc9ad3c/volumes/a3a76271-586b-4bc5-9e27-ed0bb3d5c8bb => generated 959 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-12 05:28:51.351 8 INFO cinder.api.openstack.wsgi [None req-a85df96c-371a-42d7-b5f2-4f38390b9ed6 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/3b9359c8-46d9-47c7-a6cc-830c44959467 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:28:51.370 8 INFO cinder.volume.api [None req-a85df96c-371a-42d7-b5f2-4f38390b9ed6 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] Volume info retrieved successfully. 2026-09-12 05:28:51.377 8 INFO cinder.api.openstack.wsgi [None req-a85df96c-371a-42d7-b5f2-4f38390b9ed6 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/3b9359c8-46d9-47c7-a6cc-830c44959467 returned with HTTP 200 [pid: 8|app: 0|req: 448/887] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:28:51 2026] GET /v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/3b9359c8-46d9-47c7-a6cc-830c44959467 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-12 05:28:51.392 7 INFO cinder.api.openstack.wsgi [None req-14536b74-4d8b-4a62-a86d-9ce482eb24b0 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/3b9359c8-46d9-47c7-a6cc-830c44959467 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:28:51.420 7 INFO cinder.volume.api [None req-14536b74-4d8b-4a62-a86d-9ce482eb24b0 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] Volume info retrieved successfully. 2026-09-12 05:28:51.426 7 INFO cinder.api.openstack.wsgi [None req-14536b74-4d8b-4a62-a86d-9ce482eb24b0 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/3b9359c8-46d9-47c7-a6cc-830c44959467 returned with HTTP 200 [pid: 7|app: 0|req: 440/888] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:28:51 2026] GET /v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/3b9359c8-46d9-47c7-a6cc-830c44959467 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-12 05:28:51.444 8 INFO cinder.api.openstack.wsgi [None req-e3e81ffe-d8d2-405f-831b-b6540f97ccd5 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes 2026-09-12 05:28:51.446 8 INFO cinder.api.v3.volumes [None req-e3e81ffe-d8d2-405f-831b-b6540f97ccd5 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] Create volume of 1 GB 2026-09-12 05:28:51.453 8 INFO cinder.volume.api [None req-e3e81ffe-d8d2-405f-831b-b6540f97ccd5 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] Availability Zones retrieved successfully. 2026-09-12 05:28:51.594 8 INFO cinder.volume.api [None req-e3e81ffe-d8d2-405f-831b-b6540f97ccd5 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] Create volume request issued successfully. 2026-09-12 05:28:51.594 8 INFO cinder.api.openstack.wsgi [None req-e3e81ffe-d8d2-405f-831b-b6540f97ccd5 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes returned with HTTP 202 [pid: 8|app: 0|req: 449/889] 10.0.0.200 () {34 vars in 723 bytes} [Sat Sep 12 05:28:51 2026] POST /v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes => generated 876 bytes in 156 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-09-12 05:28:51.629 7 INFO cinder.api.openstack.wsgi [None req-3844fe20-94f0-44cb-a6ce-c9700df736e3 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/d364c765-7db3-4192-b198-c6804bc9bdb6 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:28:51.653 7 INFO cinder.volume.api [None req-3844fe20-94f0-44cb-a6ce-c9700df736e3 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] Volume info retrieved successfully. 2026-09-12 05:28:51.660 7 INFO cinder.api.openstack.wsgi [None req-3844fe20-94f0-44cb-a6ce-c9700df736e3 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/d364c765-7db3-4192-b198-c6804bc9bdb6 returned with HTTP 200 [pid: 7|app: 0|req: 441/890] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:28:51 2026] GET /v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/d364c765-7db3-4192-b198-c6804bc9bdb6 => generated 944 bytes in 54 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-09-12 05:28:51.811 8 INFO cinder.api.openstack.wsgi [None req-5f48fe91-c711-4340-a6d1-cf5bb0044114 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/a3a76271-586b-4bc5-9e27-ed0bb3d5c8bb /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:28:51.824 8 INFO cinder.volume.api [None req-5f48fe91-c711-4340-a6d1-cf5bb0044114 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Volume info retrieved successfully. 2026-09-12 05:28:51.830 8 INFO cinder.api.openstack.wsgi [None req-5f48fe91-c711-4340-a6d1-cf5bb0044114 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/a3a76271-586b-4bc5-9e27-ed0bb3d5c8bb returned with HTTP 200 [pid: 8|app: 0|req: 450/891] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:28:51 2026] GET /v3/8674fa962525467dad548a286fc9ad3c/volumes/a3a76271-586b-4bc5-9e27-ed0bb3d5c8bb => generated 984 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-09-12 05:28:51.852 7 INFO cinder.api.openstack.wsgi [None req-54a47c7d-73ba-446b-93cd-48e9ae8ab08d aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/a3a76271-586b-4bc5-9e27-ed0bb3d5c8bb /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:28:51.871 7 INFO cinder.volume.api [None req-54a47c7d-73ba-446b-93cd-48e9ae8ab08d aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Volume info retrieved successfully. 2026-09-12 05:28:51.881 7 INFO cinder.volume.api [None req-54a47c7d-73ba-446b-93cd-48e9ae8ab08d aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Volume updated successfully. 2026-09-12 05:28:51.882 7 INFO cinder.api.openstack.wsgi [None req-54a47c7d-73ba-446b-93cd-48e9ae8ab08d aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/a3a76271-586b-4bc5-9e27-ed0bb3d5c8bb returned with HTTP 200 [pid: 7|app: 0|req: 442/892] 10.0.0.200 () {34 vars in 795 bytes} [Sat Sep 12 05:28:51 2026] PUT /v3/8674fa962525467dad548a286fc9ad3c/volumes/a3a76271-586b-4bc5-9e27-ed0bb3d5c8bb => generated 881 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-09-12 05:28:51.902 8 INFO cinder.api.openstack.wsgi [None req-61a4252d-02e2-497b-b9fa-1615a5780cb7 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/a3a76271-586b-4bc5-9e27-ed0bb3d5c8bb /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:28:51.918 8 INFO cinder.volume.api [None req-61a4252d-02e2-497b-b9fa-1615a5780cb7 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Volume info retrieved successfully. 2026-09-12 05:28:51.924 8 INFO cinder.api.openstack.wsgi [None req-61a4252d-02e2-497b-b9fa-1615a5780cb7 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/a3a76271-586b-4bc5-9e27-ed0bb3d5c8bb returned with HTTP 200 [pid: 8|app: 0|req: 451/893] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:28:51 2026] GET /v3/8674fa962525467dad548a286fc9ad3c/volumes/a3a76271-586b-4bc5-9e27-ed0bb3d5c8bb => generated 949 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-12 05:28:51.944 7 INFO cinder.api.openstack.wsgi [None req-a23485c5-d8bf-4a18-946e-71a4a7b41211 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/a3a76271-586b-4bc5-9e27-ed0bb3d5c8bb 2026-09-12 05:28:51.944 7 INFO cinder.api.v3.volumes [None req-a23485c5-d8bf-4a18-946e-71a4a7b41211 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Delete volume with id: a3a76271-586b-4bc5-9e27-ed0bb3d5c8bb /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:28:51.954 7 INFO cinder.volume.api [None req-a23485c5-d8bf-4a18-946e-71a4a7b41211 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Volume info retrieved successfully. 2026-09-12 05:28:52.096 7 INFO cinder.volume.api [None req-a23485c5-d8bf-4a18-946e-71a4a7b41211 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Delete volume request issued successfully. 2026-09-12 05:28:52.097 7 INFO cinder.api.openstack.wsgi [None req-a23485c5-d8bf-4a18-946e-71a4a7b41211 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/a3a76271-586b-4bc5-9e27-ed0bb3d5c8bb returned with HTTP 202 [pid: 7|app: 0|req: 443/894] 10.0.0.200 () {32 vars in 778 bytes} [Sat Sep 12 05:28:51 2026] DELETE /v3/8674fa962525467dad548a286fc9ad3c/volumes/a3a76271-586b-4bc5-9e27-ed0bb3d5c8bb => generated 0 bytes in 158 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-09-12 05:28:52.105 8 INFO cinder.api.openstack.wsgi [None req-944e8912-5f40-47e8-9584-fb630616af9b aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/a3a76271-586b-4bc5-9e27-ed0bb3d5c8bb /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:28:52.116 8 INFO cinder.volume.api [None req-944e8912-5f40-47e8-9584-fb630616af9b aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Volume info retrieved successfully. 2026-09-12 05:28:52.121 8 INFO cinder.api.openstack.wsgi [None req-944e8912-5f40-47e8-9584-fb630616af9b aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/a3a76271-586b-4bc5-9e27-ed0bb3d5c8bb returned with HTTP 200 [pid: 8|app: 0|req: 452/895] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:28:52 2026] GET /v3/8674fa962525467dad548a286fc9ad3c/volumes/a3a76271-586b-4bc5-9e27-ed0bb3d5c8bb => generated 948 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-12 05:28:52.681 7 INFO cinder.api.openstack.wsgi [None req-5b57c0d4-a31e-4fee-ad88-9bfc84d768b8 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/d364c765-7db3-4192-b198-c6804bc9bdb6 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:28:52.703 7 INFO cinder.volume.api [None req-5b57c0d4-a31e-4fee-ad88-9bfc84d768b8 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] Volume info retrieved successfully. 2026-09-12 05:28:52.716 7 INFO cinder.api.openstack.wsgi [None req-5b57c0d4-a31e-4fee-ad88-9bfc84d768b8 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/d364c765-7db3-4192-b198-c6804bc9bdb6 returned with HTTP 200 [pid: 7|app: 0|req: 444/896] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:28:52 2026] GET /v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/d364c765-7db3-4192-b198-c6804bc9bdb6 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-12 05:28:52.738 8 INFO cinder.api.openstack.wsgi [None req-39db0045-4eec-49cb-94e0-0dfc348fc53a 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/d364c765-7db3-4192-b198-c6804bc9bdb6 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:28:52.756 8 INFO cinder.volume.api [None req-39db0045-4eec-49cb-94e0-0dfc348fc53a 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] Volume info retrieved successfully. 2026-09-12 05:28:52.769 8 INFO cinder.api.openstack.wsgi [None req-39db0045-4eec-49cb-94e0-0dfc348fc53a 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/d364c765-7db3-4192-b198-c6804bc9bdb6 returned with HTTP 200 [pid: 8|app: 0|req: 453/897] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:28:52 2026] GET /v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/d364c765-7db3-4192-b198-c6804bc9bdb6 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-12 05:28:52.802 7 INFO cinder.api.openstack.wsgi [None req-9a734d87-9a1c-444b-aba0-13102a1510a1 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes 2026-09-12 05:28:52.837 7 INFO cinder.volume.api [None req-9a734d87-9a1c-444b-aba0-13102a1510a1 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] Get all volumes completed successfully. 2026-09-12 05:28:52.838 7 INFO cinder.api.openstack.wsgi [None req-9a734d87-9a1c-444b-aba0-13102a1510a1 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes returned with HTTP 200 [pid: 7|app: 0|req: 445/898] 10.0.0.200 () {32 vars in 701 bytes} [Sat Sep 12 05:28:52 2026] GET /v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes => generated 1323 bytes in 42 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-12 05:28:52.862 8 INFO cinder.api.openstack.wsgi [None req-e24a0ffe-a30f-4088-ab47-3066a93132a7 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/d364c765-7db3-4192-b198-c6804bc9bdb6 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:28:52.878 8 INFO cinder.volume.api [None req-e24a0ffe-a30f-4088-ab47-3066a93132a7 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] Volume info retrieved successfully. 2026-09-12 05:28:52.886 8 INFO cinder.api.openstack.wsgi [None req-e24a0ffe-a30f-4088-ab47-3066a93132a7 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/d364c765-7db3-4192-b198-c6804bc9bdb6 returned with HTTP 200 [pid: 8|app: 0|req: 454/899] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:28:52 2026] GET /v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/d364c765-7db3-4192-b198-c6804bc9bdb6 => generated 969 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-09-12 05:28:52.903 7 INFO cinder.api.openstack.wsgi [None req-7eb34508-a40b-45ce-8678-71dccafb579c 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/d364c765-7db3-4192-b198-c6804bc9bdb6 2026-09-12 05:28:52.904 7 INFO cinder.api.v3.volumes [None req-7eb34508-a40b-45ce-8678-71dccafb579c 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] Delete volume with id: d364c765-7db3-4192-b198-c6804bc9bdb6 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:28:52.918 7 INFO cinder.volume.api [None req-7eb34508-a40b-45ce-8678-71dccafb579c 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] Volume info retrieved successfully. 2026-09-12 05:28:52.943 7 INFO cinder.volume.api [None req-7eb34508-a40b-45ce-8678-71dccafb579c 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] Delete volume request issued successfully. 2026-09-12 05:28:52.943 7 INFO cinder.api.openstack.wsgi [None req-7eb34508-a40b-45ce-8678-71dccafb579c 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/d364c765-7db3-4192-b198-c6804bc9bdb6 returned with HTTP 202 [pid: 7|app: 0|req: 446/900] 10.0.0.200 () {32 vars in 778 bytes} [Sat Sep 12 05:28:52 2026] DELETE /v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/d364c765-7db3-4192-b198-c6804bc9bdb6 => 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-09-12 05:28:52.955 8 INFO cinder.api.openstack.wsgi [None req-d64803e9-6a94-4fb5-883f-d26fda28cd4b 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/d364c765-7db3-4192-b198-c6804bc9bdb6 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:28:52.975 8 INFO cinder.volume.api [None req-d64803e9-6a94-4fb5-883f-d26fda28cd4b 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] Volume info retrieved successfully. 2026-09-12 05:28:52.984 8 INFO cinder.api.openstack.wsgi [None req-d64803e9-6a94-4fb5-883f-d26fda28cd4b 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/d364c765-7db3-4192-b198-c6804bc9bdb6 returned with HTTP 200 [pid: 8|app: 0|req: 455/901] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:28:52 2026] GET /v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/d364c765-7db3-4192-b198-c6804bc9bdb6 => generated 968 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-12 05:28:53.137 7 INFO cinder.api.openstack.wsgi [None req-df30dfa5-d976-4eea-bf53-98f955264d07 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/a3a76271-586b-4bc5-9e27-ed0bb3d5c8bb 2026-09-12 05:28:53.145 7 INFO cinder.api.openstack.wsgi [None req-df30dfa5-d976-4eea-bf53-98f955264d07 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/a3a76271-586b-4bc5-9e27-ed0bb3d5c8bb returned with HTTP 404 [pid: 7|app: 0|req: 447/902] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:28:53 2026] GET /v3/8674fa962525467dad548a286fc9ad3c/volumes/a3a76271-586b-4bc5-9e27-ed0bb3d5c8bb => 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-09-12 05:28:53.157 8 INFO cinder.api.openstack.wsgi [None req-f286c3c4-8fed-4b42-9946-5a79886308b7 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/b6d1c58b-41bb-470b-aa0d-eed3faf4f943 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:28:53.175 8 INFO cinder.volume.api [None req-f286c3c4-8fed-4b42-9946-5a79886308b7 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Volume info retrieved successfully. 2026-09-12 05:28:53.183 8 INFO cinder.api.openstack.wsgi [None req-f286c3c4-8fed-4b42-9946-5a79886308b7 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/b6d1c58b-41bb-470b-aa0d-eed3faf4f943 returned with HTTP 200 [pid: 8|app: 0|req: 456/903] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:28:53 2026] GET /v3/8674fa962525467dad548a286fc9ad3c/volumes/b6d1c58b-41bb-470b-aa0d-eed3faf4f943 => generated 1528 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-09-12 05:28:53.203 7 INFO cinder.api.openstack.wsgi [None req-28a00f82-2e32-4ef2-a4fd-e976b1dde602 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/b6d1c58b-41bb-470b-aa0d-eed3faf4f943 2026-09-12 05:28:53.206 7 INFO cinder.api.v3.volumes [None req-28a00f82-2e32-4ef2-a4fd-e976b1dde602 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Delete volume with id: b6d1c58b-41bb-470b-aa0d-eed3faf4f943 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:28:53.222 7 INFO cinder.volume.api [None req-28a00f82-2e32-4ef2-a4fd-e976b1dde602 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Volume info retrieved successfully. 2026-09-12 05:28:53.253 7 INFO cinder.volume.api [None req-28a00f82-2e32-4ef2-a4fd-e976b1dde602 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Delete volume request issued successfully. 2026-09-12 05:28:53.254 7 INFO cinder.api.openstack.wsgi [None req-28a00f82-2e32-4ef2-a4fd-e976b1dde602 aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/b6d1c58b-41bb-470b-aa0d-eed3faf4f943 returned with HTTP 202 [pid: 7|app: 0|req: 448/904] 10.0.0.200 () {32 vars in 778 bytes} [Sat Sep 12 05:28:53 2026] DELETE /v3/8674fa962525467dad548a286fc9ad3c/volumes/b6d1c58b-41bb-470b-aa0d-eed3faf4f943 => generated 0 bytes in 57 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-09-12 05:28:53.266 8 INFO cinder.api.openstack.wsgi [None req-1fb5a0a3-af05-49a8-8bae-8d916534252d aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/b6d1c58b-41bb-470b-aa0d-eed3faf4f943 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:28:53.293 8 INFO cinder.volume.api [None req-1fb5a0a3-af05-49a8-8bae-8d916534252d aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] Volume info retrieved successfully. 2026-09-12 05:28:53.302 8 INFO cinder.api.openstack.wsgi [None req-1fb5a0a3-af05-49a8-8bae-8d916534252d aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/b6d1c58b-41bb-470b-aa0d-eed3faf4f943 returned with HTTP 200 [pid: 8|app: 0|req: 457/905] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:28:53 2026] GET /v3/8674fa962525467dad548a286fc9ad3c/volumes/b6d1c58b-41bb-470b-aa0d-eed3faf4f943 => 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-09-12 05:28:54.006 7 INFO cinder.api.openstack.wsgi [None req-e989ea3c-4709-4f93-9cf8-f037a387a981 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/d364c765-7db3-4192-b198-c6804bc9bdb6 2026-09-12 05:28:54.023 7 INFO cinder.api.openstack.wsgi [None req-e989ea3c-4709-4f93-9cf8-f037a387a981 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/d364c765-7db3-4192-b198-c6804bc9bdb6 returned with HTTP 404 [pid: 7|app: 0|req: 449/906] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:28:54 2026] GET /v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/d364c765-7db3-4192-b198-c6804bc9bdb6 => generated 109 bytes in 24 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-09-12 05:28:54.036 8 INFO cinder.api.openstack.wsgi [None req-90498926-a52d-43fa-83b8-4be706220188 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/3b9359c8-46d9-47c7-a6cc-830c44959467 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:28:54.054 8 INFO cinder.volume.api [None req-90498926-a52d-43fa-83b8-4be706220188 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] Volume info retrieved successfully. 2026-09-12 05:28:54.061 8 INFO cinder.api.openstack.wsgi [None req-90498926-a52d-43fa-83b8-4be706220188 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/3b9359c8-46d9-47c7-a6cc-830c44959467 returned with HTTP 200 [pid: 8|app: 0|req: 458/907] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:28:54 2026] GET /v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/3b9359c8-46d9-47c7-a6cc-830c44959467 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:28:54.086 7 INFO cinder.api.openstack.wsgi [None req-78542bcd-4cee-444c-ba8a-c4ecc556feeb 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/3b9359c8-46d9-47c7-a6cc-830c44959467 2026-09-12 05:28:54.090 7 INFO cinder.api.v3.volumes [None req-78542bcd-4cee-444c-ba8a-c4ecc556feeb 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] Delete volume with id: 3b9359c8-46d9-47c7-a6cc-830c44959467 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:28:54.108 7 INFO cinder.volume.api [None req-78542bcd-4cee-444c-ba8a-c4ecc556feeb 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] Volume info retrieved successfully. 2026-09-12 05:28:54.136 7 INFO cinder.volume.api [None req-78542bcd-4cee-444c-ba8a-c4ecc556feeb 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] Delete volume request issued successfully. 2026-09-12 05:28:54.137 7 INFO cinder.api.openstack.wsgi [None req-78542bcd-4cee-444c-ba8a-c4ecc556feeb 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/3b9359c8-46d9-47c7-a6cc-830c44959467 returned with HTTP 202 [pid: 7|app: 0|req: 450/908] 10.0.0.200 () {32 vars in 778 bytes} [Sat Sep 12 05:28:54 2026] DELETE /v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/3b9359c8-46d9-47c7-a6cc-830c44959467 => generated 0 bytes in 59 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-12 05:28:54.148 8 INFO cinder.api.openstack.wsgi [None req-dc5442b0-2f1e-48d8-a807-9d499ef6c325 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/3b9359c8-46d9-47c7-a6cc-830c44959467 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:28:54.171 8 INFO cinder.volume.api [None req-dc5442b0-2f1e-48d8-a807-9d499ef6c325 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] Volume info retrieved successfully. 2026-09-12 05:28:54.180 8 INFO cinder.api.openstack.wsgi [None req-dc5442b0-2f1e-48d8-a807-9d499ef6c325 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/3b9359c8-46d9-47c7-a6cc-830c44959467 returned with HTTP 200 [pid: 8|app: 0|req: 459/909] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:28:54 2026] GET /v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/3b9359c8-46d9-47c7-a6cc-830c44959467 => generated 968 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-12 05:28:54.330 7 INFO cinder.api.openstack.wsgi [None req-ab49420b-688d-4908-9da3-61a03b987f8b aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/b6d1c58b-41bb-470b-aa0d-eed3faf4f943 2026-09-12 05:28:54.343 7 INFO cinder.api.openstack.wsgi [None req-ab49420b-688d-4908-9da3-61a03b987f8b aed4d6c4315b4a3282dd6e75e3bbe505 8674fa962525467dad548a286fc9ad3c - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/8674fa962525467dad548a286fc9ad3c/volumes/b6d1c58b-41bb-470b-aa0d-eed3faf4f943 returned with HTTP 404 [pid: 7|app: 0|req: 451/910] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:28:54 2026] GET /v3/8674fa962525467dad548a286fc9ad3c/volumes/b6d1c58b-41bb-470b-aa0d-eed3faf4f943 => generated 109 bytes in 22 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-09-12 05:28:55.204 8 INFO cinder.api.openstack.wsgi [None req-fe36985f-6d7f-4519-afa3-6e7f5b1b184d 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/3b9359c8-46d9-47c7-a6cc-830c44959467 2026-09-12 05:28:55.212 8 INFO cinder.api.openstack.wsgi [None req-fe36985f-6d7f-4519-afa3-6e7f5b1b184d 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/3b9359c8-46d9-47c7-a6cc-830c44959467 returned with HTTP 404 [pid: 8|app: 0|req: 460/911] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:28:55 2026] GET /v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/3b9359c8-46d9-47c7-a6cc-830c44959467 => generated 109 bytes in 15 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) 2026-09-12 05:28:55.223 7 INFO cinder.api.openstack.wsgi [None req-c026f6de-b158-4a44-bfe9-4bffbd8df06e 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/941141bc-a4f6-49ab-b03b-bf8f3670323e /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:28:55.244 7 INFO cinder.volume.api [None req-c026f6de-b158-4a44-bfe9-4bffbd8df06e 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] Volume info retrieved successfully. 2026-09-12 05:28:55.256 7 INFO cinder.api.openstack.wsgi [None req-c026f6de-b158-4a44-bfe9-4bffbd8df06e 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/941141bc-a4f6-49ab-b03b-bf8f3670323e returned with HTTP 200 [pid: 7|app: 0|req: 452/912] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:28:55 2026] GET /v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/941141bc-a4f6-49ab-b03b-bf8f3670323e => generated 968 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:28:55.272 8 INFO cinder.api.openstack.wsgi [None req-9d55f735-9bab-4d8a-b13e-21fa84db6f92 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/941141bc-a4f6-49ab-b03b-bf8f3670323e 2026-09-12 05:28:55.273 8 INFO cinder.api.v3.volumes [None req-9d55f735-9bab-4d8a-b13e-21fa84db6f92 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] Delete volume with id: 941141bc-a4f6-49ab-b03b-bf8f3670323e /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:28:55.281 8 INFO cinder.volume.api [None req-9d55f735-9bab-4d8a-b13e-21fa84db6f92 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] Volume info retrieved successfully. 2026-09-12 05:28:55.311 8 INFO cinder.volume.api [None req-9d55f735-9bab-4d8a-b13e-21fa84db6f92 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] Delete volume request issued successfully. 2026-09-12 05:28:55.311 8 INFO cinder.api.openstack.wsgi [None req-9d55f735-9bab-4d8a-b13e-21fa84db6f92 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/941141bc-a4f6-49ab-b03b-bf8f3670323e returned with HTTP 202 [pid: 8|app: 0|req: 461/913] 10.0.0.200 () {32 vars in 778 bytes} [Sat Sep 12 05:28:55 2026] DELETE /v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/941141bc-a4f6-49ab-b03b-bf8f3670323e => generated 0 bytes in 43 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-09-12 05:28:55.327 7 INFO cinder.api.openstack.wsgi [None req-8dc618a4-c876-4df4-ae06-acd9b1e2d1db 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/941141bc-a4f6-49ab-b03b-bf8f3670323e /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:28:55.344 7 INFO cinder.volume.api [None req-8dc618a4-c876-4df4-ae06-acd9b1e2d1db 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] Volume info retrieved successfully. 2026-09-12 05:28:55.351 7 INFO cinder.api.openstack.wsgi [None req-8dc618a4-c876-4df4-ae06-acd9b1e2d1db 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/941141bc-a4f6-49ab-b03b-bf8f3670323e returned with HTTP 200 [pid: 7|app: 0|req: 453/914] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:28:55 2026] GET /v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/941141bc-a4f6-49ab-b03b-bf8f3670323e => generated 967 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-09-12 05:28:56.367 8 INFO cinder.api.openstack.wsgi [None req-8e53a790-a85e-4eb5-b575-3e806ba060f1 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/941141bc-a4f6-49ab-b03b-bf8f3670323e 2026-09-12 05:28:56.379 8 INFO cinder.api.openstack.wsgi [None req-8e53a790-a85e-4eb5-b575-3e806ba060f1 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/941141bc-a4f6-49ab-b03b-bf8f3670323e returned with HTTP 404 [pid: 8|app: 0|req: 462/915] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:28:56 2026] GET /v3/0ffc3f527f6142f3a65e76c6fe68b198/volumes/941141bc-a4f6-49ab-b03b-bf8f3670323e => generated 109 bytes in 16 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) 2026-09-12 05:29:00.435 7 INFO cinder.api.openstack.wsgi [None req-8dc618a4-c876-4df4-ae06-acd9b1e2d1db 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:29:00.435 8 INFO cinder.api.openstack.wsgi [None req-8e53a790-a85e-4eb5-b575-3e806ba060f1 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:29:00.436 7 INFO cinder.api.openstack.wsgi [None req-8dc618a4-c876-4df4-ae06-acd9b1e2d1db 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:29:00.436 8 INFO cinder.api.openstack.wsgi [None req-8e53a790-a85e-4eb5-b575-3e806ba060f1 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:29:10.435 7 INFO cinder.api.openstack.wsgi [None req-8dc618a4-c876-4df4-ae06-acd9b1e2d1db 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:29:10.435 8 INFO cinder.api.openstack.wsgi [None req-8e53a790-a85e-4eb5-b575-3e806ba060f1 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:29:10.436 7 INFO cinder.api.openstack.wsgi [None req-8dc618a4-c876-4df4-ae06-acd9b1e2d1db 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:29:10.436 8 INFO cinder.api.openstack.wsgi [None req-8e53a790-a85e-4eb5-b575-3e806ba060f1 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:29:20.435 8 INFO cinder.api.openstack.wsgi [None req-8e53a790-a85e-4eb5-b575-3e806ba060f1 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:29:20.435 7 INFO cinder.api.openstack.wsgi [None req-8dc618a4-c876-4df4-ae06-acd9b1e2d1db 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:29:20.436 8 INFO cinder.api.openstack.wsgi [None req-8e53a790-a85e-4eb5-b575-3e806ba060f1 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:29:20.436 7 INFO cinder.api.openstack.wsgi [None req-8dc618a4-c876-4df4-ae06-acd9b1e2d1db 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:29:30.435 7 INFO cinder.api.openstack.wsgi [None req-8dc618a4-c876-4df4-ae06-acd9b1e2d1db 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:29:30.435 8 INFO cinder.api.openstack.wsgi [None req-8e53a790-a85e-4eb5-b575-3e806ba060f1 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:29:30.436 7 INFO cinder.api.openstack.wsgi [None req-8dc618a4-c876-4df4-ae06-acd9b1e2d1db 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:29:30.436 8 INFO cinder.api.openstack.wsgi [None req-8e53a790-a85e-4eb5-b575-3e806ba060f1 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:29:40.435 7 INFO cinder.api.openstack.wsgi [None req-8dc618a4-c876-4df4-ae06-acd9b1e2d1db 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:29:40.436 8 INFO cinder.api.openstack.wsgi [None req-8e53a790-a85e-4eb5-b575-3e806ba060f1 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:29:40.436 7 INFO cinder.api.openstack.wsgi [None req-8dc618a4-c876-4df4-ae06-acd9b1e2d1db 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:29:40.437 8 INFO cinder.api.openstack.wsgi [None req-8e53a790-a85e-4eb5-b575-3e806ba060f1 01f758cdba5c4735810c485f7966c90d 0ffc3f527f6142f3a65e76c6fe68b198 - - default default] http://10.0.0.19: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-09-12 05:29:48.092 7 INFO cinder.api.openstack.wsgi [None req-6ba1bf45-5f02-4c1a-98b3-a572763a2c41 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:29:48.103 7 INFO cinder.volume.api [None req-6ba1bf45-5f02-4c1a-98b3-a572763a2c41 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:29:48.106 7 INFO cinder.api.openstack.wsgi [None req-6ba1bf45-5f02-4c1a-98b3-a572763a2c41 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 459/926] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:29:47 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true => generated 15 bytes in 118 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:29:48.115 8 INFO cinder.api.openstack.wsgi [None req-f352cdfc-2c9b-434a-848b-dbc5b8af08ce 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true 2026-09-12 05:29:48.121 8 INFO cinder.volume.api [None req-f352cdfc-2c9b-434a-848b-dbc5b8af08ce 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all snapshots completed successfully. 2026-09-12 05:29:48.123 8 INFO cinder.api.openstack.wsgi [None req-f352cdfc-2c9b-434a-848b-dbc5b8af08ce 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 468/927] 10.0.0.199 () {28 vars in 674 bytes} [Sat Sep 12 05:29:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:29:48.167 7 INFO cinder.api.openstack.wsgi [None req-943901ce-b5f4-435d-8528-1b30f4806ee7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/0f059834ad2b429ab65381d2fbc6c3fa?usage=true 2026-09-12 05:29:48.202 7 INFO cinder.api.openstack.wsgi [None req-943901ce-b5f4-435d-8528-1b30f4806ee7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/0f059834ad2b429ab65381d2fbc6c3fa?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 460/928] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:29:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/0f059834ad2b429ab65381d2fbc6c3fa?usage=true => generated 847 bytes in 44 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:29:48.216 8 INFO cinder.api.openstack.wsgi [None req-2ac03f49-61a8-4f01-8500-3b0ec1a93a22 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/1c339d56de884467a79fbfa9456933df?usage=true 2026-09-12 05:29:48.256 8 INFO cinder.api.openstack.wsgi [None req-2ac03f49-61a8-4f01-8500-3b0ec1a93a22 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/1c339d56de884467a79fbfa9456933df?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 469/929] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:29:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/1c339d56de884467a79fbfa9456933df?usage=true => generated 847 bytes in 49 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:29:48.267 7 INFO cinder.api.openstack.wsgi [None req-d954111f-e44f-4bb6-803e-540d78a4bcc1 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true 2026-09-12 05:29:48.300 7 INFO cinder.api.openstack.wsgi [None req-d954111f-e44f-4bb6-803e-540d78a4bcc1 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 461/930] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:29:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true => generated 847 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:29:48.309 8 INFO cinder.api.openstack.wsgi [None req-0b433525-47f1-4049-8854-c21897543dc8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/6551c49f222a436db0f00203d5b17de4?usage=true 2026-09-12 05:29:48.339 8 INFO cinder.api.openstack.wsgi [None req-0b433525-47f1-4049-8854-c21897543dc8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/6551c49f222a436db0f00203d5b17de4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 470/931] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:29:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/6551c49f222a436db0f00203d5b17de4?usage=true => generated 847 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:29:48.349 7 INFO cinder.api.openstack.wsgi [None req-4e8c6d41-4a11-48fe-82d0-a2a29a1774a5 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true 2026-09-12 05:29:48.378 7 INFO cinder.api.openstack.wsgi [None req-4e8c6d41-4a11-48fe-82d0-a2a29a1774a5 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 462/932] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:29:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true => generated 845 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:29:48.387 8 INFO cinder.api.openstack.wsgi [None req-e1363295-b51b-44fb-ace6-b28ff80641b0 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8590c7e99af54ed09f6aff6e92261f25?usage=true 2026-09-12 05:29:48.404 8 INFO cinder.api.openstack.wsgi [None req-e1363295-b51b-44fb-ace6-b28ff80641b0 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8590c7e99af54ed09f6aff6e92261f25?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 471/933] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:29:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8590c7e99af54ed09f6aff6e92261f25?usage=true => generated 847 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:29:48.412 7 INFO cinder.api.openstack.wsgi [None req-1f7bb42f-ce91-48b5-9e81-2601dca3b261 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/86dfef3b4b1b4fffaced0964da6fa8b5?usage=true 2026-09-12 05:29:48.427 7 INFO cinder.api.openstack.wsgi [None req-1f7bb42f-ce91-48b5-9e81-2601dca3b261 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/86dfef3b4b1b4fffaced0964da6fa8b5?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 463/934] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:29:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/86dfef3b4b1b4fffaced0964da6fa8b5?usage=true => generated 847 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:29:48.435 8 INFO cinder.api.openstack.wsgi [None req-d0ff7594-7bda-464b-958c-bacd2adc60e1 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true 2026-09-12 05:29:48.456 8 INFO cinder.api.openstack.wsgi [None req-d0ff7594-7bda-464b-958c-bacd2adc60e1 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 472/935] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:29:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true => generated 845 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:29:48.466 7 INFO cinder.api.openstack.wsgi [None req-6c4caf42-53de-4860-8b8f-0bdca9b8a42f 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/cfafdeffdc9e4dcb8e0b7e0e6856769f?usage=true 2026-09-12 05:29:48.483 7 INFO cinder.api.openstack.wsgi [None req-6c4caf42-53de-4860-8b8f-0bdca9b8a42f 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/cfafdeffdc9e4dcb8e0b7e0e6856769f?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 464/936] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:29:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/cfafdeffdc9e4dcb8e0b7e0e6856769f?usage=true => generated 847 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:29:48.492 8 INFO cinder.api.openstack.wsgi [None req-27cec570-3eca-4fc4-b02b-cffbb0c6ca68 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/d2ebd0493a694470aa526c4392757d03?usage=true 2026-09-12 05:29:48.511 8 INFO cinder.api.openstack.wsgi [None req-27cec570-3eca-4fc4-b02b-cffbb0c6ca68 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/d2ebd0493a694470aa526c4392757d03?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 473/937] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:29:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/d2ebd0493a694470aa526c4392757d03?usage=true => generated 847 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:29:48.520 7 INFO cinder.api.openstack.wsgi [None req-742d5451-c287-48bb-b122-08e0b038e9bb 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/e27f00f06c7445639d1513cefab3b97b?usage=true 2026-09-12 05:29:48.545 7 INFO cinder.api.openstack.wsgi [None req-742d5451-c287-48bb-b122-08e0b038e9bb 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/e27f00f06c7445639d1513cefab3b97b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 465/938] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:29:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/e27f00f06c7445639d1513cefab3b97b?usage=true => generated 847 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:29:48.555 8 INFO cinder.api.openstack.wsgi [None req-d55eecff-d0d4-4a2e-b2c7-41e94526778f 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true 2026-09-12 05:29:49.059 8 INFO cinder.api.openstack.wsgi [None req-d55eecff-d0d4-4a2e-b2c7-41e94526778f 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 474/939] 10.0.0.199 () {28 vars in 696 bytes} [Sat Sep 12 05:29:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true => generated 668 bytes in 512 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:29:49.074 7 INFO cinder.api.openstack.wsgi [None req-d69778a4-d312-446e-9681-12176e9d8e4f 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services 2026-09-12 05:29:49.082 7 INFO cinder.api.openstack.wsgi [None req-d69778a4-d312-446e-9681-12176e9d8e4f 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services returned with HTTP 200 [pid: 7|app: 0|req: 466/940] 10.0.0.199 () {28 vars in 645 bytes} [Sat Sep 12 05:29:49 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-services => generated 646 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:29:49.093 8 INFO cinder.api.openstack.wsgi [None req-68f58b97-ab06-47ff-b4b2-1a88867d901c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:29:49.101 8 INFO cinder.volume.api [None req-68f58b97-ab06-47ff-b4b2-1a88867d901c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:29:49.104 8 INFO cinder.api.openstack.wsgi [None req-68f58b97-ab06-47ff-b4b2-1a88867d901c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 475/941] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:29:49 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:29:50.435 8 INFO cinder.api.openstack.wsgi [None req-68f58b97-ab06-47ff-b4b2-1a88867d901c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:29:50.435 7 INFO cinder.api.openstack.wsgi [None req-d69778a4-d312-446e-9681-12176e9d8e4f 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:29:50.436 8 INFO cinder.api.openstack.wsgi [None req-68f58b97-ab06-47ff-b4b2-1a88867d901c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:29:50.436 7 INFO cinder.api.openstack.wsgi [None req-d69778a4-d312-446e-9681-12176e9d8e4f 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:30:00.435 8 INFO cinder.api.openstack.wsgi [None req-68f58b97-ab06-47ff-b4b2-1a88867d901c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:30:00.435 7 INFO cinder.api.openstack.wsgi [None req-d69778a4-d312-446e-9681-12176e9d8e4f 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:30:00.436 7 INFO cinder.api.openstack.wsgi [None req-d69778a4-d312-446e-9681-12176e9d8e4f 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:30:00.436 8 INFO cinder.api.openstack.wsgi [None req-68f58b97-ab06-47ff-b4b2-1a88867d901c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:30:10.436 8 INFO cinder.api.openstack.wsgi [None req-68f58b97-ab06-47ff-b4b2-1a88867d901c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:30:10.436 7 INFO cinder.api.openstack.wsgi [None req-d69778a4-d312-446e-9681-12176e9d8e4f 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:30:10.437 8 INFO cinder.api.openstack.wsgi [None req-68f58b97-ab06-47ff-b4b2-1a88867d901c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:30:10.438 7 INFO cinder.api.openstack.wsgi [None req-d69778a4-d312-446e-9681-12176e9d8e4f 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:30:17.202 8 INFO cinder.api.openstack.wsgi [None req-f5de4c14-fd5f-4620-afef-bcae5e04632f 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/59fbc463364d46c288bc3b5a758832bb/volumes 2026-09-12 05:30:17.207 8 INFO cinder.api.v3.volumes [None req-f5de4c14-fd5f-4620-afef-bcae5e04632f 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] Create volume of 1 GB 2026-09-12 05:30:17.221 8 INFO cinder.volume.api [None req-f5de4c14-fd5f-4620-afef-bcae5e04632f 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] Availability Zones retrieved successfully. 2026-09-12 05:30:17.439 8 INFO cinder.volume.api [None req-f5de4c14-fd5f-4620-afef-bcae5e04632f 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] Create volume request issued successfully. 2026-09-12 05:30:17.440 8 INFO cinder.api.openstack.wsgi [None req-f5de4c14-fd5f-4620-afef-bcae5e04632f 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/59fbc463364d46c288bc3b5a758832bb/volumes returned with HTTP 202 [pid: 8|app: 0|req: 479/948] 10.0.0.200 () {34 vars in 722 bytes} [Sat Sep 12 05:30:17 2026] POST /v3/59fbc463364d46c288bc3b5a758832bb/volumes => generated 861 bytes in 366 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) 2026-09-12 05:30:17.457 7 INFO cinder.api.openstack.wsgi [None req-8c2d9069-17d9-4d9e-aaee-85e295091f68 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/59fbc463364d46c288bc3b5a758832bb/volumes/e7838255-2672-4d3d-85b0-f7e2a7a188aa /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:30:17.479 7 INFO cinder.volume.api [None req-8c2d9069-17d9-4d9e-aaee-85e295091f68 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] Volume info retrieved successfully. 2026-09-12 05:30:17.487 7 INFO cinder.api.openstack.wsgi [None req-8c2d9069-17d9-4d9e-aaee-85e295091f68 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/59fbc463364d46c288bc3b5a758832bb/volumes/e7838255-2672-4d3d-85b0-f7e2a7a188aa returned with HTTP 200 [pid: 7|app: 0|req: 470/949] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:30:17 2026] GET /v3/59fbc463364d46c288bc3b5a758832bb/volumes/e7838255-2672-4d3d-85b0-f7e2a7a188aa => generated 929 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-09-12 05:30:18.506 8 INFO cinder.api.openstack.wsgi [None req-ff08edf5-30ec-457d-8a9a-00a7223cc742 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/59fbc463364d46c288bc3b5a758832bb/volumes/e7838255-2672-4d3d-85b0-f7e2a7a188aa /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:30:18.521 8 INFO cinder.volume.api [None req-ff08edf5-30ec-457d-8a9a-00a7223cc742 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] Volume info retrieved successfully. 2026-09-12 05:30:18.527 8 INFO cinder.api.openstack.wsgi [None req-ff08edf5-30ec-457d-8a9a-00a7223cc742 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/59fbc463364d46c288bc3b5a758832bb/volumes/e7838255-2672-4d3d-85b0-f7e2a7a188aa returned with HTTP 200 [pid: 8|app: 0|req: 480/950] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:30:18 2026] GET /v3/59fbc463364d46c288bc3b5a758832bb/volumes/e7838255-2672-4d3d-85b0-f7e2a7a188aa => generated 954 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:30:20.435 7 INFO cinder.api.openstack.wsgi [None req-8c2d9069-17d9-4d9e-aaee-85e295091f68 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:30:20.435 8 INFO cinder.api.openstack.wsgi [None req-ff08edf5-30ec-457d-8a9a-00a7223cc742 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:30:20.436 7 INFO cinder.api.openstack.wsgi [None req-8c2d9069-17d9-4d9e-aaee-85e295091f68 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:30:20.436 8 INFO cinder.api.openstack.wsgi [None req-ff08edf5-30ec-457d-8a9a-00a7223cc742 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:30:30.435 8 INFO cinder.api.openstack.wsgi [None req-ff08edf5-30ec-457d-8a9a-00a7223cc742 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:30:30.435 7 INFO cinder.api.openstack.wsgi [None req-8c2d9069-17d9-4d9e-aaee-85e295091f68 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:30:30.436 8 INFO cinder.api.openstack.wsgi [None req-ff08edf5-30ec-457d-8a9a-00a7223cc742 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:30:30.436 7 INFO cinder.api.openstack.wsgi [None req-8c2d9069-17d9-4d9e-aaee-85e295091f68 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] http://10.0.0.19: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-09-12 05:30:34.836 8 INFO cinder.api.openstack.wsgi [None req-2a9a62f6-1503-49d5-948d-2858785d94ac 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/59fbc463364d46c288bc3b5a758832bb/volumes/e7838255-2672-4d3d-85b0-f7e2a7a188aa/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-09-12 05:30:34.851 8 INFO cinder.volume.api [None req-2a9a62f6-1503-49d5-948d-2858785d94ac 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] Volume info retrieved successfully. 2026-09-12 05:30:34.869 8 INFO cinder.volume.api [None req-2a9a62f6-1503-49d5-948d-2858785d94ac 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] Update volume admin metadata completed successfully. 2026-09-12 05:30:35.374 8 INFO cinder.volume.api [None req-2a9a62f6-1503-49d5-948d-2858785d94ac 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] Attach volume completed successfully. 2026-09-12 05:30:35.374 8 INFO cinder.api.openstack.wsgi [None req-2a9a62f6-1503-49d5-948d-2858785d94ac 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/59fbc463364d46c288bc3b5a758832bb/volumes/e7838255-2672-4d3d-85b0-f7e2a7a188aa/action returned with HTTP 202 [pid: 8|app: 0|req: 483/955] 10.0.0.200 () {34 vars in 810 bytes} [Sat Sep 12 05:30:34 2026] POST /v3/59fbc463364d46c288bc3b5a758832bb/volumes/e7838255-2672-4d3d-85b0-f7e2a7a188aa/action => generated 0 bytes in 546 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-09-12 05:30:35.387 7 INFO cinder.api.openstack.wsgi [None req-7bfeea65-934d-45ae-a485-163bd2e34722 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/59fbc463364d46c288bc3b5a758832bb/volumes/e7838255-2672-4d3d-85b0-f7e2a7a188aa /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:30:35.433 7 INFO cinder.volume.api [None req-7bfeea65-934d-45ae-a485-163bd2e34722 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] Volume info retrieved successfully. 2026-09-12 05:30:35.443 7 INFO cinder.api.openstack.wsgi [None req-7bfeea65-934d-45ae-a485-163bd2e34722 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/59fbc463364d46c288bc3b5a758832bb/volumes/e7838255-2672-4d3d-85b0-f7e2a7a188aa returned with HTTP 200 [pid: 7|app: 0|req: 473/956] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:30:35 2026] GET /v3/59fbc463364d46c288bc3b5a758832bb/volumes/e7838255-2672-4d3d-85b0-f7e2a7a188aa => generated 1288 bytes in 60 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-09-12 05:30:35.467 8 INFO cinder.api.openstack.wsgi [None req-34b8a568-d3b0-421e-8338-dd4c019a1fdd 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/59fbc463364d46c288bc3b5a758832bb/volumes/e7838255-2672-4d3d-85b0-f7e2a7a188aa/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-09-12 05:30:35.499 8 INFO cinder.volume.api [None req-34b8a568-d3b0-421e-8338-dd4c019a1fdd 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] Volume info retrieved successfully. 2026-09-12 05:30:36.005 8 INFO cinder.volume.api [None req-34b8a568-d3b0-421e-8338-dd4c019a1fdd 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] Detach volume completed successfully. 2026-09-12 05:30:36.005 8 INFO cinder.api.openstack.wsgi [None req-34b8a568-d3b0-421e-8338-dd4c019a1fdd 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/59fbc463364d46c288bc3b5a758832bb/volumes/e7838255-2672-4d3d-85b0-f7e2a7a188aa/action returned with HTTP 202 [pid: 8|app: 0|req: 484/957] 10.0.0.200 () {34 vars in 810 bytes} [Sat Sep 12 05:30:35 2026] POST /v3/59fbc463364d46c288bc3b5a758832bb/volumes/e7838255-2672-4d3d-85b0-f7e2a7a188aa/action => generated 0 bytes in 545 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-09-12 05:30:36.018 7 INFO cinder.api.openstack.wsgi [None req-f31e2bae-5923-450a-bb4f-2ec01a2af3b9 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/59fbc463364d46c288bc3b5a758832bb/volumes/e7838255-2672-4d3d-85b0-f7e2a7a188aa /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:30:36.039 7 INFO cinder.volume.api [None req-f31e2bae-5923-450a-bb4f-2ec01a2af3b9 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] Volume info retrieved successfully. 2026-09-12 05:30:36.043 7 INFO cinder.api.openstack.wsgi [None req-f31e2bae-5923-450a-bb4f-2ec01a2af3b9 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/59fbc463364d46c288bc3b5a758832bb/volumes/e7838255-2672-4d3d-85b0-f7e2a7a188aa returned with HTTP 200 [pid: 7|app: 0|req: 474/958] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:30:36 2026] GET /v3/59fbc463364d46c288bc3b5a758832bb/volumes/e7838255-2672-4d3d-85b0-f7e2a7a188aa => generated 973 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:30:40.435 7 INFO cinder.api.openstack.wsgi [None req-f31e2bae-5923-450a-bb4f-2ec01a2af3b9 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:30:40.435 8 INFO cinder.api.openstack.wsgi [None req-34b8a568-d3b0-421e-8338-dd4c019a1fdd 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:30:40.436 8 INFO cinder.api.openstack.wsgi [None req-34b8a568-d3b0-421e-8338-dd4c019a1fdd 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:30:40.436 7 INFO cinder.api.openstack.wsgi [None req-f31e2bae-5923-450a-bb4f-2ec01a2af3b9 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] http://10.0.0.19: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-09-12 05:30:44.009 8 INFO cinder.api.openstack.wsgi [None req-897a4b2e-0817-4d43-81e6-b62072fb3264 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/59fbc463364d46c288bc3b5a758832bb/volumes/e7838255-2672-4d3d-85b0-f7e2a7a188aa /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:30:44.029 8 INFO cinder.volume.api [None req-897a4b2e-0817-4d43-81e6-b62072fb3264 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] Volume info retrieved successfully. 2026-09-12 05:30:44.039 8 INFO cinder.api.openstack.wsgi [None req-897a4b2e-0817-4d43-81e6-b62072fb3264 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/59fbc463364d46c288bc3b5a758832bb/volumes/e7838255-2672-4d3d-85b0-f7e2a7a188aa returned with HTTP 200 [pid: 8|app: 0|req: 486/961] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:30:44 2026] GET /v3/59fbc463364d46c288bc3b5a758832bb/volumes/e7838255-2672-4d3d-85b0-f7e2a7a188aa => generated 973 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-09-12 05:30:44.062 7 INFO cinder.api.openstack.wsgi [None req-7e3d9458-84ed-439f-9fd2-8888de9dc71f 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/59fbc463364d46c288bc3b5a758832bb/volumes/e7838255-2672-4d3d-85b0-f7e2a7a188aa 2026-09-12 05:30:44.063 7 INFO cinder.api.v3.volumes [None req-7e3d9458-84ed-439f-9fd2-8888de9dc71f 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] Delete volume with id: e7838255-2672-4d3d-85b0-f7e2a7a188aa /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:30:44.082 7 INFO cinder.volume.api [None req-7e3d9458-84ed-439f-9fd2-8888de9dc71f 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] Volume info retrieved successfully. 2026-09-12 05:30:44.115 7 INFO cinder.volume.api [None req-7e3d9458-84ed-439f-9fd2-8888de9dc71f 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] Delete volume request issued successfully. 2026-09-12 05:30:44.115 7 INFO cinder.api.openstack.wsgi [None req-7e3d9458-84ed-439f-9fd2-8888de9dc71f 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/59fbc463364d46c288bc3b5a758832bb/volumes/e7838255-2672-4d3d-85b0-f7e2a7a188aa returned with HTTP 202 [pid: 7|app: 0|req: 476/962] 10.0.0.200 () {32 vars in 778 bytes} [Sat Sep 12 05:30:44 2026] DELETE /v3/59fbc463364d46c288bc3b5a758832bb/volumes/e7838255-2672-4d3d-85b0-f7e2a7a188aa => generated 0 bytes in 66 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-09-12 05:30:44.126 8 INFO cinder.api.openstack.wsgi [None req-b41d8b00-5cee-4918-bc3c-94c2867d2000 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/59fbc463364d46c288bc3b5a758832bb/volumes/e7838255-2672-4d3d-85b0-f7e2a7a188aa /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:30:44.146 8 INFO cinder.volume.api [None req-b41d8b00-5cee-4918-bc3c-94c2867d2000 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] Volume info retrieved successfully. 2026-09-12 05:30:44.158 8 INFO cinder.api.openstack.wsgi [None req-b41d8b00-5cee-4918-bc3c-94c2867d2000 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/59fbc463364d46c288bc3b5a758832bb/volumes/e7838255-2672-4d3d-85b0-f7e2a7a188aa returned with HTTP 200 [pid: 8|app: 0|req: 487/963] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:30:44 2026] GET /v3/59fbc463364d46c288bc3b5a758832bb/volumes/e7838255-2672-4d3d-85b0-f7e2a7a188aa => generated 972 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-09-12 05:30:45.197 7 INFO cinder.api.openstack.wsgi [None req-fb4a2a20-5d6a-408d-8e20-878551e9f40a 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/59fbc463364d46c288bc3b5a758832bb/volumes/e7838255-2672-4d3d-85b0-f7e2a7a188aa 2026-09-12 05:30:45.218 7 INFO cinder.api.openstack.wsgi [None req-fb4a2a20-5d6a-408d-8e20-878551e9f40a 42116532f27746c9ab8b568a89b6acc2 59fbc463364d46c288bc3b5a758832bb - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/59fbc463364d46c288bc3b5a758832bb/volumes/e7838255-2672-4d3d-85b0-f7e2a7a188aa returned with HTTP 404 [pid: 7|app: 0|req: 477/964] 10.0.0.200 () {32 vars in 775 bytes} [Sat Sep 12 05:30:45 2026] GET /v3/59fbc463364d46c288bc3b5a758832bb/volumes/e7838255-2672-4d3d-85b0-f7e2a7a188aa => generated 109 bytes in 29 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-09-12 05:30:48.289 8 INFO cinder.api.openstack.wsgi [None req-96d9be96-f110-4fdf-91c7-dcc829ebffa0 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services 2026-09-12 05:30:48.306 8 INFO cinder.api.openstack.wsgi [None req-96d9be96-f110-4fdf-91c7-dcc829ebffa0 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services returned with HTTP 200 [pid: 8|app: 0|req: 488/965] 10.0.0.199 () {28 vars in 645 bytes} [Sat Sep 12 05:30:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-services => generated 646 bytes in 144 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:30:48.359 7 INFO cinder.api.openstack.wsgi [None req-c31c8e95-7c9a-48ab-a1da-00d6cfcde6b5 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/1d6bd99ef95540c19b06e2f782c95ecd?usage=true 2026-09-12 05:30:48.393 7 INFO cinder.api.openstack.wsgi [None req-c31c8e95-7c9a-48ab-a1da-00d6cfcde6b5 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/1d6bd99ef95540c19b06e2f782c95ecd?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 478/966] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:30:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/1d6bd99ef95540c19b06e2f782c95ecd?usage=true => generated 847 bytes in 45 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:30:48.420 8 INFO cinder.api.openstack.wsgi [None req-765bff99-d1e9-4a03-be0a-610c4644fdf0 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/1e1dc0d04fa54be986ea8325fb2098af?usage=true 2026-09-12 05:30:48.456 8 INFO cinder.api.openstack.wsgi [None req-765bff99-d1e9-4a03-be0a-610c4644fdf0 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/1e1dc0d04fa54be986ea8325fb2098af?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 489/967] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:30:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/1e1dc0d04fa54be986ea8325fb2098af?usage=true => generated 847 bytes in 55 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:30:48.471 7 INFO cinder.api.openstack.wsgi [None req-285d18da-612b-45f2-aee3-7b2aa10771c3 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/2a97e3bdf80649aeb802723f933dd4fa?usage=true 2026-09-12 05:30:48.522 7 INFO cinder.api.openstack.wsgi [None req-285d18da-612b-45f2-aee3-7b2aa10771c3 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/2a97e3bdf80649aeb802723f933dd4fa?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 479/968] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:30:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/2a97e3bdf80649aeb802723f933dd4fa?usage=true => generated 847 bytes in 61 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:30:48.538 8 INFO cinder.api.openstack.wsgi [None req-1b9d18c6-74a2-445b-bf65-6afaf133dc67 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true 2026-09-12 05:30:48.561 8 INFO cinder.api.openstack.wsgi [None req-1b9d18c6-74a2-445b-bf65-6afaf133dc67 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 490/969] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:30:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true => generated 847 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:30:48.572 7 INFO cinder.api.openstack.wsgi [None req-4be0c87c-8473-49d9-9b1d-f6dfad487af0 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/4036c9c810654cc8921a6a60db646852?usage=true 2026-09-12 05:30:48.602 7 INFO cinder.api.openstack.wsgi [None req-4be0c87c-8473-49d9-9b1d-f6dfad487af0 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/4036c9c810654cc8921a6a60db646852?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 480/970] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:30:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/4036c9c810654cc8921a6a60db646852?usage=true => generated 847 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:30:48.615 8 INFO cinder.api.openstack.wsgi [None req-2cc93807-b6bf-48af-8e54-4b4233f9c922 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/59fbc463364d46c288bc3b5a758832bb?usage=true 2026-09-12 05:30:48.642 8 INFO cinder.api.openstack.wsgi [None req-2cc93807-b6bf-48af-8e54-4b4233f9c922 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/59fbc463364d46c288bc3b5a758832bb?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 491/971] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:30:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/59fbc463364d46c288bc3b5a758832bb?usage=true => generated 847 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:30:48.673 7 INFO cinder.api.openstack.wsgi [None req-b273401c-f2e0-4a35-98d9-d62544dcfe5b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/5cdd9b20119e4921843459bd8be16c55?usage=true 2026-09-12 05:30:48.701 7 INFO cinder.api.openstack.wsgi [None req-b273401c-f2e0-4a35-98d9-d62544dcfe5b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/5cdd9b20119e4921843459bd8be16c55?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 481/972] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:30:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/5cdd9b20119e4921843459bd8be16c55?usage=true => generated 847 bytes in 45 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:30:48.712 8 INFO cinder.api.openstack.wsgi [None req-6f3ee0b7-7487-442c-ba71-792ff0ad4709 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/5e897576f5e04a4898d96e03d98c39a8?usage=true 2026-09-12 05:30:48.743 8 INFO cinder.api.openstack.wsgi [None req-6f3ee0b7-7487-442c-ba71-792ff0ad4709 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/5e897576f5e04a4898d96e03d98c39a8?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 492/973] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:30:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/5e897576f5e04a4898d96e03d98c39a8?usage=true => generated 847 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:30:48.758 7 INFO cinder.api.openstack.wsgi [None req-bf7d78f4-efaf-40fe-bf39-677eb8553052 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true 2026-09-12 05:30:48.781 7 INFO cinder.api.openstack.wsgi [None req-bf7d78f4-efaf-40fe-bf39-677eb8553052 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 482/974] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:30:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true => generated 845 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:30:48.794 8 INFO cinder.api.openstack.wsgi [None req-87cf3448-65e4-42a7-a867-35e420938b26 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true 2026-09-12 05:30:48.815 8 INFO cinder.api.openstack.wsgi [None req-87cf3448-65e4-42a7-a867-35e420938b26 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 493/975] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:30:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true => generated 845 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:30:48.830 7 INFO cinder.api.openstack.wsgi [None req-e6a7011a-121c-4f6d-a49a-3e1d32a34dbe 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/c6fca528fe474daf9efdf69f9a4d9696?usage=true 2026-09-12 05:30:48.867 7 INFO cinder.api.openstack.wsgi [None req-e6a7011a-121c-4f6d-a49a-3e1d32a34dbe 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/c6fca528fe474daf9efdf69f9a4d9696?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 483/976] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:30:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/c6fca528fe474daf9efdf69f9a4d9696?usage=true => generated 847 bytes in 46 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:30:48.885 8 INFO cinder.api.openstack.wsgi [None req-ad4cd3e5-2b5b-4148-950f-894ddfe897f8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/fe86e3b119f54b30ac0ddda6b65c7650?usage=true 2026-09-12 05:30:48.937 8 INFO cinder.api.openstack.wsgi [None req-ad4cd3e5-2b5b-4148-950f-894ddfe897f8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/fe86e3b119f54b30ac0ddda6b65c7650?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 494/977] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:30:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/fe86e3b119f54b30ac0ddda6b65c7650?usage=true => generated 847 bytes in 67 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:30:48.949 7 INFO cinder.api.openstack.wsgi [None req-9d53ec72-5c20-4bb6-a0d6-dc0b907fb094 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true 2026-09-12 05:30:48.958 7 INFO cinder.volume.api [None req-9d53ec72-5c20-4bb6-a0d6-dc0b907fb094 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all snapshots completed successfully. 2026-09-12 05:30:48.959 7 INFO cinder.api.openstack.wsgi [None req-9d53ec72-5c20-4bb6-a0d6-dc0b907fb094 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 484/978] 10.0.0.199 () {28 vars in 674 bytes} [Sat Sep 12 05:30:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:30:48.970 8 INFO cinder.api.openstack.wsgi [None req-e2ea4ef7-fe0e-4fd1-9115-fffce9794d29 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:30:48.980 8 INFO cinder.volume.api [None req-e2ea4ef7-fe0e-4fd1-9115-fffce9794d29 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:30:48.981 8 INFO cinder.api.openstack.wsgi [None req-e2ea4ef7-fe0e-4fd1-9115-fffce9794d29 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 495/979] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:30:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:30:48.991 7 INFO cinder.api.openstack.wsgi [None req-4532a11d-9790-4b6c-a442-11cc460f59c1 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true 2026-09-12 05:30:49.495 7 INFO cinder.api.openstack.wsgi [None req-4532a11d-9790-4b6c-a442-11cc460f59c1 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 485/980] 10.0.0.199 () {28 vars in 696 bytes} [Sat Sep 12 05:30:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:30:49.506 8 INFO cinder.api.openstack.wsgi [None req-af004395-1162-49d8-934a-71895a976e61 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:30:49.521 8 INFO cinder.volume.api [None req-af004395-1162-49d8-934a-71895a976e61 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:30:49.524 8 INFO cinder.api.openstack.wsgi [None req-af004395-1162-49d8-934a-71895a976e61 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 496/981] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:30:49 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:30:50.435 7 INFO cinder.api.openstack.wsgi [None req-4532a11d-9790-4b6c-a442-11cc460f59c1 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:30:50.435 8 INFO cinder.api.openstack.wsgi [None req-af004395-1162-49d8-934a-71895a976e61 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:30:50.436 7 INFO cinder.api.openstack.wsgi [None req-4532a11d-9790-4b6c-a442-11cc460f59c1 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:30:50.437 8 INFO cinder.api.openstack.wsgi [None req-af004395-1162-49d8-934a-71895a976e61 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:31:00.436 8 INFO cinder.api.openstack.wsgi [None req-af004395-1162-49d8-934a-71895a976e61 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:31:00.437 8 INFO cinder.api.openstack.wsgi [None req-af004395-1162-49d8-934a-71895a976e61 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:31:00.440 7 INFO cinder.api.openstack.wsgi [None req-4532a11d-9790-4b6c-a442-11cc460f59c1 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:31:00.441 7 INFO cinder.api.openstack.wsgi [None req-4532a11d-9790-4b6c-a442-11cc460f59c1 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:31:10.434 8 INFO cinder.api.openstack.wsgi [None req-af004395-1162-49d8-934a-71895a976e61 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:31:10.435 8 INFO cinder.api.openstack.wsgi [None req-af004395-1162-49d8-934a-71895a976e61 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:31:10.437 7 INFO cinder.api.openstack.wsgi [None req-4532a11d-9790-4b6c-a442-11cc460f59c1 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:31:10.438 7 INFO cinder.api.openstack.wsgi [None req-4532a11d-9790-4b6c-a442-11cc460f59c1 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:31:20.435 7 INFO cinder.api.openstack.wsgi [None req-4532a11d-9790-4b6c-a442-11cc460f59c1 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:31:20.435 8 INFO cinder.api.openstack.wsgi [None req-af004395-1162-49d8-934a-71895a976e61 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:31:20.436 7 INFO cinder.api.openstack.wsgi [None req-4532a11d-9790-4b6c-a442-11cc460f59c1 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:31:20.437 8 INFO cinder.api.openstack.wsgi [None req-af004395-1162-49d8-934a-71895a976e61 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:31:30.436 7 INFO cinder.api.openstack.wsgi [None req-4532a11d-9790-4b6c-a442-11cc460f59c1 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:31:30.437 8 INFO cinder.api.openstack.wsgi [None req-af004395-1162-49d8-934a-71895a976e61 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:31:30.439 8 INFO cinder.api.openstack.wsgi [None req-af004395-1162-49d8-934a-71895a976e61 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:31:30.441 7 INFO cinder.api.openstack.wsgi [None req-4532a11d-9790-4b6c-a442-11cc460f59c1 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:31:40.435 8 INFO cinder.api.openstack.wsgi [None req-af004395-1162-49d8-934a-71895a976e61 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:31:40.436 8 INFO cinder.api.openstack.wsgi [None req-af004395-1162-49d8-934a-71895a976e61 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:31:40.437 7 INFO cinder.api.openstack.wsgi [None req-4532a11d-9790-4b6c-a442-11cc460f59c1 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:31:40.437 7 INFO cinder.api.openstack.wsgi [None req-4532a11d-9790-4b6c-a442-11cc460f59c1 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:31:48.171 8 INFO cinder.api.openstack.wsgi [None req-d0a41787-4d3c-495d-820b-31af18120e00 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:31:48.182 8 INFO cinder.volume.api [None req-d0a41787-4d3c-495d-820b-31af18120e00 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:31:48.185 8 INFO cinder.api.openstack.wsgi [None req-d0a41787-4d3c-495d-820b-31af18120e00 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 503/994] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:31:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true => generated 15 bytes in 127 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:31:48.198 7 INFO cinder.api.openstack.wsgi [None req-d2134c7a-5d29-4071-bae9-ff675864a5a4 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services 2026-09-12 05:31:48.217 7 INFO cinder.api.openstack.wsgi [None req-d2134c7a-5d29-4071-bae9-ff675864a5a4 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services returned with HTTP 200 [pid: 7|app: 0|req: 492/995] 10.0.0.199 () {28 vars in 645 bytes} [Sat Sep 12 05:31:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-services => generated 646 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:31:48.228 8 INFO cinder.api.openstack.wsgi [None req-864c08e6-559f-431f-80be-5db7a4c88594 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:31:48.241 8 INFO cinder.volume.api [None req-864c08e6-559f-431f-80be-5db7a4c88594 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:31:48.243 8 INFO cinder.api.openstack.wsgi [None req-864c08e6-559f-431f-80be-5db7a4c88594 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 504/996] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:31:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true => generated 15 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:31:48.257 7 INFO cinder.api.openstack.wsgi [None req-49ce86cd-136d-4117-aacd-fd5e378f8a65 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true 2026-09-12 05:31:48.267 7 INFO cinder.volume.api [None req-49ce86cd-136d-4117-aacd-fd5e378f8a65 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all snapshots completed successfully. 2026-09-12 05:31:48.269 7 INFO cinder.api.openstack.wsgi [None req-49ce86cd-136d-4117-aacd-fd5e378f8a65 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 493/997] 10.0.0.199 () {28 vars in 674 bytes} [Sat Sep 12 05:31:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true => generated 17 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:31:48.291 8 INFO cinder.api.openstack.wsgi [None req-f10c0f4d-3e1d-4380-b1a1-e35116f44394 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true 2026-09-12 05:31:48.795 8 INFO cinder.api.openstack.wsgi [None req-f10c0f4d-3e1d-4380-b1a1-e35116f44394 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 505/998] 10.0.0.199 () {28 vars in 696 bytes} [Sat Sep 12 05:31:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true => generated 670 bytes in 520 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:31:48.858 7 INFO cinder.api.openstack.wsgi [None req-36b31f79-58c6-4da9-9496-e20c76d4f3c1 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/1d6bd99ef95540c19b06e2f782c95ecd?usage=true 2026-09-12 05:31:48.885 7 INFO cinder.api.openstack.wsgi [None req-36b31f79-58c6-4da9-9496-e20c76d4f3c1 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/1d6bd99ef95540c19b06e2f782c95ecd?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 494/999] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:31:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/1d6bd99ef95540c19b06e2f782c95ecd?usage=true => generated 847 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:31:48.898 8 INFO cinder.api.openstack.wsgi [None req-b7c0481b-2303-4ea7-8665-884215bdc781 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/1e1dc0d04fa54be986ea8325fb2098af?usage=true 2026-09-12 05:31:48.936 8 INFO cinder.api.openstack.wsgi [None req-b7c0481b-2303-4ea7-8665-884215bdc781 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/1e1dc0d04fa54be986ea8325fb2098af?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 506/1000] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:31:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/1e1dc0d04fa54be986ea8325fb2098af?usage=true => generated 847 bytes in 47 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:31:48.946 7 INFO cinder.api.openstack.wsgi [None req-81bb4b22-e1a3-40ee-81c0-cdce8e7c87d8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/2a97e3bdf80649aeb802723f933dd4fa?usage=true 2026-09-12 05:31:48.963 7 INFO cinder.api.openstack.wsgi [None req-81bb4b22-e1a3-40ee-81c0-cdce8e7c87d8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/2a97e3bdf80649aeb802723f933dd4fa?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 495/1001] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:31:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/2a97e3bdf80649aeb802723f933dd4fa?usage=true => generated 847 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:31:48.975 8 INFO cinder.api.openstack.wsgi [None req-130fb74b-d6ef-49b7-a6d3-84e3a71298cc 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true 2026-09-12 05:31:49.002 8 INFO cinder.api.openstack.wsgi [None req-130fb74b-d6ef-49b7-a6d3-84e3a71298cc 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 507/1002] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:31:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true => generated 847 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:31:49.016 7 INFO cinder.api.openstack.wsgi [None req-4a623929-459a-4e45-b2b5-b64dc4ca405e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/5cdd9b20119e4921843459bd8be16c55?usage=true 2026-09-12 05:31:49.035 7 INFO cinder.api.openstack.wsgi [None req-4a623929-459a-4e45-b2b5-b64dc4ca405e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/5cdd9b20119e4921843459bd8be16c55?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 496/1003] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:31:49 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/5cdd9b20119e4921843459bd8be16c55?usage=true => generated 847 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:31:49.047 8 INFO cinder.api.openstack.wsgi [None req-2bf62040-df32-4eae-b363-c3ee3db07af8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/5e897576f5e04a4898d96e03d98c39a8?usage=true 2026-09-12 05:31:49.076 8 INFO cinder.api.openstack.wsgi [None req-2bf62040-df32-4eae-b363-c3ee3db07af8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/5e897576f5e04a4898d96e03d98c39a8?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 508/1004] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:31:49 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/5e897576f5e04a4898d96e03d98c39a8?usage=true => generated 847 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:31:49.090 7 INFO cinder.api.openstack.wsgi [None req-bd17df7f-08e3-4664-b5b6-d39b50d221a5 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true 2026-09-12 05:31:49.127 7 INFO cinder.api.openstack.wsgi [None req-bd17df7f-08e3-4664-b5b6-d39b50d221a5 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 497/1005] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:31:49 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true => generated 845 bytes in 46 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:31:49.138 8 INFO cinder.api.openstack.wsgi [None req-d73fefd6-c234-4f93-875d-3bfd6c9797e9 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/89d377be657347168544fa384ac49707?usage=true 2026-09-12 05:31:49.156 8 INFO cinder.api.openstack.wsgi [None req-d73fefd6-c234-4f93-875d-3bfd6c9797e9 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/89d377be657347168544fa384ac49707?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 509/1006] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:31:49 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/89d377be657347168544fa384ac49707?usage=true => generated 847 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:31:49.168 7 INFO cinder.api.openstack.wsgi [None req-2b5a5d5c-6297-4f17-88a0-04118399b46c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true 2026-09-12 05:31:49.194 7 INFO cinder.api.openstack.wsgi [None req-2b5a5d5c-6297-4f17-88a0-04118399b46c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 498/1007] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:31:49 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true => generated 845 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:31:49.204 8 INFO cinder.api.openstack.wsgi [None req-f1be26d9-9b97-46a9-9361-fa9940e74be4 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/92a996b3262c4900bcd5e2a3fab0e54a?usage=true 2026-09-12 05:31:49.242 8 INFO cinder.api.openstack.wsgi [None req-f1be26d9-9b97-46a9-9361-fa9940e74be4 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/92a996b3262c4900bcd5e2a3fab0e54a?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 510/1008] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:31:49 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/92a996b3262c4900bcd5e2a3fab0e54a?usage=true => generated 847 bytes in 44 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:31:49.262 7 INFO cinder.api.openstack.wsgi [None req-e5e24d85-a631-46cb-af0f-088efc5c21dd 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/9deb89fb4f444f6a8aab22e343e60c28?usage=true 2026-09-12 05:31:49.294 7 INFO cinder.api.openstack.wsgi [None req-e5e24d85-a631-46cb-af0f-088efc5c21dd 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/9deb89fb4f444f6a8aab22e343e60c28?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 499/1009] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:31:49 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/9deb89fb4f444f6a8aab22e343e60c28?usage=true => generated 847 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:31:49.308 8 INFO cinder.api.openstack.wsgi [None req-ab577b24-2bed-4cef-bfd1-4bb2882cc9a8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/c6fca528fe474daf9efdf69f9a4d9696?usage=true 2026-09-12 05:31:49.340 8 INFO cinder.api.openstack.wsgi [None req-ab577b24-2bed-4cef-bfd1-4bb2882cc9a8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/c6fca528fe474daf9efdf69f9a4d9696?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 511/1010] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:31:49 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/c6fca528fe474daf9efdf69f9a4d9696?usage=true => generated 847 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:31:49.360 7 INFO cinder.api.openstack.wsgi [None req-0ce5640c-3000-4438-8c03-2cd644c32a0e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/fe86e3b119f54b30ac0ddda6b65c7650?usage=true 2026-09-12 05:31:49.387 7 INFO cinder.api.openstack.wsgi [None req-0ce5640c-3000-4438-8c03-2cd644c32a0e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/fe86e3b119f54b30ac0ddda6b65c7650?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 500/1011] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:31:49 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/fe86e3b119f54b30ac0ddda6b65c7650?usage=true => generated 847 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:31:50.436 8 INFO cinder.api.openstack.wsgi [None req-ab577b24-2bed-4cef-bfd1-4bb2882cc9a8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:31:50.436 7 INFO cinder.api.openstack.wsgi [None req-0ce5640c-3000-4438-8c03-2cd644c32a0e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:31:50.436 8 INFO cinder.api.openstack.wsgi [None req-ab577b24-2bed-4cef-bfd1-4bb2882cc9a8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:31:50.437 7 INFO cinder.api.openstack.wsgi [None req-0ce5640c-3000-4438-8c03-2cd644c32a0e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:32:00.436 7 INFO cinder.api.openstack.wsgi [None req-0ce5640c-3000-4438-8c03-2cd644c32a0e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:32:00.436 8 INFO cinder.api.openstack.wsgi [None req-ab577b24-2bed-4cef-bfd1-4bb2882cc9a8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:32:00.437 7 INFO cinder.api.openstack.wsgi [None req-0ce5640c-3000-4438-8c03-2cd644c32a0e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:32:00.437 8 INFO cinder.api.openstack.wsgi [None req-ab577b24-2bed-4cef-bfd1-4bb2882cc9a8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:32:04.245 7 INFO cinder.api.openstack.wsgi [None req-1a1bd2b0-8afc-4fd7-89a8-935cdca0d06e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes 2026-09-12 05:32:04.352 7 INFO cinder.api.v3.volumes [None req-1a1bd2b0-8afc-4fd7-89a8-935cdca0d06e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Create volume of 16 GB 2026-09-12 05:32:04.359 7 INFO cinder.volume.api [None req-1a1bd2b0-8afc-4fd7-89a8-935cdca0d06e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Availability Zones retrieved successfully. 2026-09-12 05:32:04.798 7 INFO cinder.volume.api [None req-1a1bd2b0-8afc-4fd7-89a8-935cdca0d06e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Create volume request issued successfully. 2026-09-12 05:32:04.799 7 INFO cinder.api.openstack.wsgi [None req-1a1bd2b0-8afc-4fd7-89a8-935cdca0d06e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes returned with HTTP 202 [pid: 7|app: 0|req: 503/1016] 162.253.55.242 () {34 vars in 734 bytes} [Sat Sep 12 05:32:04 2026] POST /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes => generated 846 bytes in 733 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) 2026-09-12 05:32:04.813 8 INFO cinder.api.openstack.wsgi [req-1a1bd2b0-8afc-4fd7-89a8-935cdca0d06e req-cc9c74e5-1ad5-41e7-a947-08497c9271bf 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/5adc2388-c92d-4f4d-81e9-e8130f41e19a /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:32:04.869 8 INFO cinder.volume.api [req-1a1bd2b0-8afc-4fd7-89a8-935cdca0d06e req-cc9c74e5-1ad5-41e7-a947-08497c9271bf 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Volume info retrieved successfully. 2026-09-12 05:32:04.874 8 INFO cinder.api.openstack.wsgi [req-1a1bd2b0-8afc-4fd7-89a8-935cdca0d06e req-cc9c74e5-1ad5-41e7-a947-08497c9271bf 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/5adc2388-c92d-4f4d-81e9-e8130f41e19a returned with HTTP 200 [pid: 8|app: 0|req: 514/1017] 162.253.55.242 () {32 vars in 825 bytes} [Sat Sep 12 05:32:04 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/5adc2388-c92d-4f4d-81e9-e8130f41e19a => generated 1025 bytes in 69 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-09-12 05:32:09.888 7 INFO cinder.api.openstack.wsgi [req-1a1bd2b0-8afc-4fd7-89a8-935cdca0d06e req-0a8eda5b-76ec-432d-ba3b-c3e9d27e6f3b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/5adc2388-c92d-4f4d-81e9-e8130f41e19a /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:32:09.906 7 INFO cinder.volume.api [req-1a1bd2b0-8afc-4fd7-89a8-935cdca0d06e req-0a8eda5b-76ec-432d-ba3b-c3e9d27e6f3b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Volume info retrieved successfully. 2026-09-12 05:32:09.911 7 INFO cinder.api.openstack.wsgi [req-1a1bd2b0-8afc-4fd7-89a8-935cdca0d06e req-0a8eda5b-76ec-432d-ba3b-c3e9d27e6f3b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/5adc2388-c92d-4f4d-81e9-e8130f41e19a returned with HTTP 200 [pid: 7|app: 0|req: 504/1018] 162.253.55.242 () {32 vars in 825 bytes} [Sat Sep 12 05:32:09 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/5adc2388-c92d-4f4d-81e9-e8130f41e19a => generated 1675 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-09-12 05:32:10.435 8 INFO cinder.api.openstack.wsgi [req-1a1bd2b0-8afc-4fd7-89a8-935cdca0d06e req-cc9c74e5-1ad5-41e7-a947-08497c9271bf 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:32:10.435 7 INFO cinder.api.openstack.wsgi [req-1a1bd2b0-8afc-4fd7-89a8-935cdca0d06e req-0a8eda5b-76ec-432d-ba3b-c3e9d27e6f3b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:32:10.435 8 INFO cinder.api.openstack.wsgi [req-1a1bd2b0-8afc-4fd7-89a8-935cdca0d06e req-cc9c74e5-1ad5-41e7-a947-08497c9271bf 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:32:10.436 7 INFO cinder.api.openstack.wsgi [req-1a1bd2b0-8afc-4fd7-89a8-935cdca0d06e req-0a8eda5b-76ec-432d-ba3b-c3e9d27e6f3b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19: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-09-12 05:32:10.507 8 INFO cinder.api.openstack.wsgi [req-abb24e8f-ebc4-48db-b52a-bf7219484dc6 req-3018f403-6714-4884-9f53-35acafc50d66 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/5adc2388-c92d-4f4d-81e9-e8130f41e19a /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:32:10.522 8 INFO cinder.volume.api [req-abb24e8f-ebc4-48db-b52a-bf7219484dc6 req-3018f403-6714-4884-9f53-35acafc50d66 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Volume info retrieved successfully. 2026-09-12 05:32:10.527 8 INFO cinder.api.openstack.wsgi [req-abb24e8f-ebc4-48db-b52a-bf7219484dc6 req-3018f403-6714-4884-9f53-35acafc50d66 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/5adc2388-c92d-4f4d-81e9-e8130f41e19a returned with HTTP 200 [pid: 8|app: 0|req: 516/1021] 10.0.0.113 () {34 vars in 1028 bytes} [Sat Sep 12 05:32:10 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/5adc2388-c92d-4f4d-81e9-e8130f41e19a => generated 1675 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-09-12 05:32:10.871 7 INFO cinder.api.openstack.wsgi [req-abb24e8f-ebc4-48db-b52a-bf7219484dc6 req-51b716db-02bc-441a-917d-62790fe489d7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/5adc2388-c92d-4f4d-81e9-e8130f41e19a /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:32:10.884 7 INFO cinder.volume.api [req-abb24e8f-ebc4-48db-b52a-bf7219484dc6 req-51b716db-02bc-441a-917d-62790fe489d7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Volume info retrieved successfully. 2026-09-12 05:32:10.889 7 INFO cinder.api.openstack.wsgi [req-abb24e8f-ebc4-48db-b52a-bf7219484dc6 req-51b716db-02bc-441a-917d-62790fe489d7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/5adc2388-c92d-4f4d-81e9-e8130f41e19a returned with HTTP 200 [pid: 7|app: 0|req: 506/1022] 10.0.0.113 () {34 vars in 1028 bytes} [Sat Sep 12 05:32:10 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/5adc2388-c92d-4f4d-81e9-e8130f41e19a => generated 1675 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-09-12 05:32:10.897 8 INFO cinder.api.openstack.wsgi [req-abb24e8f-ebc4-48db-b52a-bf7219484dc6 req-3018f403-6714-4884-9f53-35acafc50d66 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-09-12 05:32:10.898 8 INFO cinder.api.openstack.wsgi [req-abb24e8f-ebc4-48db-b52a-bf7219484dc6 req-3018f403-6714-4884-9f53-35acafc50d66 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 8|app: 0|req: 517/1023] 10.0.0.113 () {32 vars in 829 bytes} [Sat Sep 12 05:32:10 2026] GET / => generated 411 bytes in 1 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-12 05:32:10.908 7 INFO cinder.api.openstack.wsgi [req-abb24e8f-ebc4-48db-b52a-bf7219484dc6 req-58e499a1-92c6-4a4b-abb9-9f03fa33a7ec 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:32:11.008 7 INFO cinder.api.openstack.wsgi [req-abb24e8f-ebc4-48db-b52a-bf7219484dc6 req-58e499a1-92c6-4a4b-abb9-9f03fa33a7ec 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/attachments returned with HTTP 200 [pid: 7|app: 0|req: 507/1024] 10.0.0.113 () {40 vars in 1057 bytes} [Sat Sep 12 05:32:10 2026] POST /v3/7b61f90f072d48bdbd340d0f88bf2409/attachments => generated 273 bytes in 106 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-09-12 05:32:14.600 8 INFO cinder.api.openstack.wsgi [req-1a1bd2b0-8afc-4fd7-89a8-935cdca0d06e req-16c8f118-b262-4678-9c22-25d10c66d04a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/5adc2388-c92d-4f4d-81e9-e8130f41e19a /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:32:14.621 8 INFO cinder.volume.api [req-1a1bd2b0-8afc-4fd7-89a8-935cdca0d06e req-16c8f118-b262-4678-9c22-25d10c66d04a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Volume info retrieved successfully. 2026-09-12 05:32:14.628 8 INFO cinder.api.openstack.wsgi [req-1a1bd2b0-8afc-4fd7-89a8-935cdca0d06e req-16c8f118-b262-4678-9c22-25d10c66d04a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/5adc2388-c92d-4f4d-81e9-e8130f41e19a returned with HTTP 200 [pid: 8|app: 0|req: 518/1025] 162.253.55.242 () {32 vars in 825 bytes} [Sat Sep 12 05:32:14 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/5adc2388-c92d-4f4d-81e9-e8130f41e19a => generated 1674 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-09-12 05:32:16.402 7 INFO cinder.api.openstack.wsgi [req-abb24e8f-ebc4-48db-b52a-bf7219484dc6 req-58e499a1-92c6-4a4b-abb9-9f03fa33a7ec 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-09-12 05:32:16.403 7 INFO cinder.api.openstack.wsgi [req-abb24e8f-ebc4-48db-b52a-bf7219484dc6 req-58e499a1-92c6-4a4b-abb9-9f03fa33a7ec 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 7|app: 0|req: 508/1026] 162.253.55.242 () {32 vars in 840 bytes} [Sat Sep 12 05:32:16 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-09-12 05:32:16.415 8 INFO cinder.api.openstack.wsgi [req-abb24e8f-ebc4-48db-b52a-bf7219484dc6 req-089ead8c-5c02-4a7c-a06d-7c935a85fc01 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/5adc2388-c92d-4f4d-81e9-e8130f41e19a /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:32:16.431 8 INFO cinder.volume.api [req-abb24e8f-ebc4-48db-b52a-bf7219484dc6 req-089ead8c-5c02-4a7c-a06d-7c935a85fc01 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Volume info retrieved successfully. 2026-09-12 05:32:16.436 8 INFO cinder.api.openstack.wsgi [req-abb24e8f-ebc4-48db-b52a-bf7219484dc6 req-089ead8c-5c02-4a7c-a06d-7c935a85fc01 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/5adc2388-c92d-4f4d-81e9-e8130f41e19a returned with HTTP 200 [pid: 8|app: 0|req: 519/1027] 162.253.55.242 () {36 vars in 1073 bytes} [Sat Sep 12 05:32:16 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/5adc2388-c92d-4f4d-81e9-e8130f41e19a => generated 1898 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-12 05:32:16.493 7 INFO cinder.api.openstack.wsgi [req-abb24e8f-ebc4-48db-b52a-bf7219484dc6 req-6332308a-e622-4a23-ad6d-0ee9b2f3b99b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/attachments/c480c2ce-043e-468e-8947-a89e88127422 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:32:17.563 7 INFO cinder.api.openstack.wsgi [req-abb24e8f-ebc4-48db-b52a-bf7219484dc6 req-6332308a-e622-4a23-ad6d-0ee9b2f3b99b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/attachments/c480c2ce-043e-468e-8947-a89e88127422 returned with HTTP 200 [pid: 7|app: 0|req: 509/1028] 162.253.55.242 () {40 vars in 1135 bytes} [Sat Sep 12 05:32:16 2026] PUT /v3/7b61f90f072d48bdbd340d0f88bf2409/attachments/c480c2ce-043e-468e-8947-a89e88127422 => generated 802 bytes in 1076 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-09-12 05:32:18.077 8 INFO cinder.api.openstack.wsgi [req-abb24e8f-ebc4-48db-b52a-bf7219484dc6 req-d6706049-a3be-47c3-9e34-1dc2057e3f38 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/attachments/c480c2ce-043e-468e-8947-a89e88127422/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-09-12 05:32:18.128 8 INFO cinder.api.openstack.wsgi [req-abb24e8f-ebc4-48db-b52a-bf7219484dc6 req-d6706049-a3be-47c3-9e34-1dc2057e3f38 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/attachments/c480c2ce-043e-468e-8947-a89e88127422/action returned with HTTP 204 [pid: 8|app: 0|req: 520/1029] 162.253.55.242 () {40 vars in 1148 bytes} [Sat Sep 12 05:32:18 2026] POST /v3/7b61f90f072d48bdbd340d0f88bf2409/attachments/c480c2ce-043e-468e-8947-a89e88127422/action => generated 0 bytes in 59 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-09-12 05:32:18.249 7 INFO cinder.api.openstack.wsgi [req-1a1bd2b0-8afc-4fd7-89a8-935cdca0d06e req-b05eb62c-8eba-497f-8484-bbc750e600a1 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/5adc2388-c92d-4f4d-81e9-e8130f41e19a /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:32:18.267 7 INFO cinder.volume.api [req-1a1bd2b0-8afc-4fd7-89a8-935cdca0d06e req-b05eb62c-8eba-497f-8484-bbc750e600a1 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Volume info retrieved successfully. 2026-09-12 05:32:18.272 7 INFO cinder.api.openstack.wsgi [req-1a1bd2b0-8afc-4fd7-89a8-935cdca0d06e req-b05eb62c-8eba-497f-8484-bbc750e600a1 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/5adc2388-c92d-4f4d-81e9-e8130f41e19a returned with HTTP 200 [pid: 7|app: 0|req: 510/1030] 162.253.55.242 () {32 vars in 825 bytes} [Sat Sep 12 05:32:18 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/5adc2388-c92d-4f4d-81e9-e8130f41e19a => generated 1973 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-09-12 05:32:20.436 8 INFO cinder.api.openstack.wsgi [req-abb24e8f-ebc4-48db-b52a-bf7219484dc6 req-d6706049-a3be-47c3-9e34-1dc2057e3f38 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:32:20.436 7 INFO cinder.api.openstack.wsgi [req-1a1bd2b0-8afc-4fd7-89a8-935cdca0d06e req-b05eb62c-8eba-497f-8484-bbc750e600a1 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:32:20.437 7 INFO cinder.api.openstack.wsgi [req-1a1bd2b0-8afc-4fd7-89a8-935cdca0d06e req-b05eb62c-8eba-497f-8484-bbc750e600a1 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:32:20.437 8 INFO cinder.api.openstack.wsgi [req-abb24e8f-ebc4-48db-b52a-bf7219484dc6 req-d6706049-a3be-47c3-9e34-1dc2057e3f38 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19: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-09-12 05:32:21.315 7 INFO cinder.api.openstack.wsgi [req-1a1bd2b0-8afc-4fd7-89a8-935cdca0d06e req-4ef7a8e1-6529-4495-bf55-c34ac52b915a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/5adc2388-c92d-4f4d-81e9-e8130f41e19a /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:32:21.333 7 INFO cinder.volume.api [req-1a1bd2b0-8afc-4fd7-89a8-935cdca0d06e req-4ef7a8e1-6529-4495-bf55-c34ac52b915a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Volume info retrieved successfully. 2026-09-12 05:32:21.340 7 INFO cinder.api.openstack.wsgi [req-1a1bd2b0-8afc-4fd7-89a8-935cdca0d06e req-4ef7a8e1-6529-4495-bf55-c34ac52b915a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/5adc2388-c92d-4f4d-81e9-e8130f41e19a returned with HTTP 200 [pid: 7|app: 0|req: 512/1033] 162.253.55.242 () {32 vars in 825 bytes} [Sat Sep 12 05:32:21 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/5adc2388-c92d-4f4d-81e9-e8130f41e19a => generated 1973 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-09-12 05:32:25.958 8 INFO cinder.api.openstack.wsgi [req-1a1bd2b0-8afc-4fd7-89a8-935cdca0d06e req-59980263-46d5-4407-9693-66a5889af4ee 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/5adc2388-c92d-4f4d-81e9-e8130f41e19a /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:32:25.977 8 INFO cinder.volume.api [req-1a1bd2b0-8afc-4fd7-89a8-935cdca0d06e req-59980263-46d5-4407-9693-66a5889af4ee 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Volume info retrieved successfully. 2026-09-12 05:32:25.984 8 INFO cinder.api.openstack.wsgi [req-1a1bd2b0-8afc-4fd7-89a8-935cdca0d06e req-59980263-46d5-4407-9693-66a5889af4ee 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/5adc2388-c92d-4f4d-81e9-e8130f41e19a returned with HTTP 200 [pid: 8|app: 0|req: 522/1034] 162.253.55.242 () {32 vars in 825 bytes} [Sat Sep 12 05:32:25 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/5adc2388-c92d-4f4d-81e9-e8130f41e19a => generated 1973 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-09-12 05:32:30.435 8 INFO cinder.api.openstack.wsgi [req-1a1bd2b0-8afc-4fd7-89a8-935cdca0d06e req-59980263-46d5-4407-9693-66a5889af4ee 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:32:30.436 8 INFO cinder.api.openstack.wsgi [req-1a1bd2b0-8afc-4fd7-89a8-935cdca0d06e req-59980263-46d5-4407-9693-66a5889af4ee 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:32:30.434 7 INFO cinder.api.openstack.wsgi [req-1a1bd2b0-8afc-4fd7-89a8-935cdca0d06e req-4ef7a8e1-6529-4495-bf55-c34ac52b915a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:32:30.438 7 INFO cinder.api.openstack.wsgi [req-1a1bd2b0-8afc-4fd7-89a8-935cdca0d06e req-4ef7a8e1-6529-4495-bf55-c34ac52b915a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:32:40.436 8 INFO cinder.api.openstack.wsgi [req-1a1bd2b0-8afc-4fd7-89a8-935cdca0d06e req-59980263-46d5-4407-9693-66a5889af4ee 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:32:40.436 7 INFO cinder.api.openstack.wsgi [req-1a1bd2b0-8afc-4fd7-89a8-935cdca0d06e req-4ef7a8e1-6529-4495-bf55-c34ac52b915a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:32:40.437 8 INFO cinder.api.openstack.wsgi [req-1a1bd2b0-8afc-4fd7-89a8-935cdca0d06e req-59980263-46d5-4407-9693-66a5889af4ee 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:32:40.437 7 INFO cinder.api.openstack.wsgi [req-1a1bd2b0-8afc-4fd7-89a8-935cdca0d06e req-4ef7a8e1-6529-4495-bf55-c34ac52b915a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19: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-09-12 05:32:48.200 8 INFO cinder.api.openstack.wsgi [None req-6f6290c8-f391-478b-99ff-747d7a05c075 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true 2026-09-12 05:32:48.707 8 INFO cinder.api.openstack.wsgi [None req-6f6290c8-f391-478b-99ff-747d7a05c075 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 525/1039] 10.0.0.199 () {28 vars in 696 bytes} [Sat Sep 12 05:32:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true => generated 670 bytes in 648 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-09-12 05:32:48.807 7 INFO cinder.api.openstack.wsgi [None req-eaa5bccb-4766-4d4e-bcd3-1a50d12f8958 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/1d6bd99ef95540c19b06e2f782c95ecd?usage=true 2026-09-12 05:32:48.827 7 INFO cinder.api.openstack.wsgi [None req-eaa5bccb-4766-4d4e-bcd3-1a50d12f8958 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/1d6bd99ef95540c19b06e2f782c95ecd?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 515/1040] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:32:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/1d6bd99ef95540c19b06e2f782c95ecd?usage=true => generated 847 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:32:48.843 8 INFO cinder.api.openstack.wsgi [None req-c2296f39-5ddc-45a2-828c-bdb0363c64b0 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/1e1dc0d04fa54be986ea8325fb2098af?usage=true 2026-09-12 05:32:48.886 8 INFO cinder.api.openstack.wsgi [None req-c2296f39-5ddc-45a2-828c-bdb0363c64b0 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/1e1dc0d04fa54be986ea8325fb2098af?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 526/1041] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:32:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/1e1dc0d04fa54be986ea8325fb2098af?usage=true => generated 847 bytes in 53 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:32:48.899 7 INFO cinder.api.openstack.wsgi [None req-112d9303-fb62-4a7b-bf06-959b36b9e70f 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/2a97e3bdf80649aeb802723f933dd4fa?usage=true 2026-09-12 05:32:48.921 7 INFO cinder.api.openstack.wsgi [None req-112d9303-fb62-4a7b-bf06-959b36b9e70f 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/2a97e3bdf80649aeb802723f933dd4fa?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 516/1042] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:32:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/2a97e3bdf80649aeb802723f933dd4fa?usage=true => generated 847 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:32:48.933 8 INFO cinder.api.openstack.wsgi [None req-8ff6caeb-21f0-4e5f-80c5-719e1171cd28 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true 2026-09-12 05:32:48.950 8 INFO cinder.api.openstack.wsgi [None req-8ff6caeb-21f0-4e5f-80c5-719e1171cd28 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 527/1043] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:32:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true => generated 847 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:32:48.963 7 INFO cinder.api.openstack.wsgi [None req-9054ff06-5a41-4e10-b3ea-f0a0278ddbdf 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/5cdd9b20119e4921843459bd8be16c55?usage=true 2026-09-12 05:32:48.986 7 INFO cinder.api.openstack.wsgi [None req-9054ff06-5a41-4e10-b3ea-f0a0278ddbdf 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/5cdd9b20119e4921843459bd8be16c55?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 517/1044] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:32:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/5cdd9b20119e4921843459bd8be16c55?usage=true => generated 847 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:32:48.998 8 INFO cinder.api.openstack.wsgi [None req-a1eb3621-9d94-44ee-bbfc-e7184383bd84 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/5e897576f5e04a4898d96e03d98c39a8?usage=true 2026-09-12 05:32:49.015 8 INFO cinder.api.openstack.wsgi [None req-a1eb3621-9d94-44ee-bbfc-e7184383bd84 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/5e897576f5e04a4898d96e03d98c39a8?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 528/1045] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:32:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/5e897576f5e04a4898d96e03d98c39a8?usage=true => generated 847 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:32:49.028 7 INFO cinder.api.openstack.wsgi [None req-3134b436-c81c-4aaf-9f6a-8d308879a35a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true 2026-09-12 05:32:49.052 7 INFO cinder.api.openstack.wsgi [None req-3134b436-c81c-4aaf-9f6a-8d308879a35a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 518/1046] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:32:49 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true => generated 847 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:32:49.061 8 INFO cinder.api.openstack.wsgi [None req-b1a08cec-a999-4f79-bad8-5deef9f96397 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8bd28301d38c4665b6340e9cb24531a3?usage=true 2026-09-12 05:32:49.086 8 INFO cinder.api.openstack.wsgi [None req-b1a08cec-a999-4f79-bad8-5deef9f96397 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8bd28301d38c4665b6340e9cb24531a3?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 529/1047] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:32:49 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8bd28301d38c4665b6340e9cb24531a3?usage=true => generated 847 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:32:49.099 7 INFO cinder.api.openstack.wsgi [None req-211b1448-61f7-4e82-b6fc-4d2b6570f467 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true 2026-09-12 05:32:49.131 7 INFO cinder.api.openstack.wsgi [None req-211b1448-61f7-4e82-b6fc-4d2b6570f467 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 519/1048] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:32:49 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true => generated 845 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:32:49.142 8 INFO cinder.api.openstack.wsgi [None req-1299ba49-da66-4f59-91e4-3d3efe10158c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/9deb89fb4f444f6a8aab22e343e60c28?usage=true 2026-09-12 05:32:49.161 8 INFO cinder.api.openstack.wsgi [None req-1299ba49-da66-4f59-91e4-3d3efe10158c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/9deb89fb4f444f6a8aab22e343e60c28?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 530/1049] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:32:49 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/9deb89fb4f444f6a8aab22e343e60c28?usage=true => generated 847 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:32:49.173 7 INFO cinder.api.openstack.wsgi [None req-9b314138-bf37-4c96-9b53-5fb86aa6aec9 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/c6fca528fe474daf9efdf69f9a4d9696?usage=true 2026-09-12 05:32:49.202 7 INFO cinder.api.openstack.wsgi [None req-9b314138-bf37-4c96-9b53-5fb86aa6aec9 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/c6fca528fe474daf9efdf69f9a4d9696?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 520/1050] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:32:49 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/c6fca528fe474daf9efdf69f9a4d9696?usage=true => generated 847 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:32:49.216 8 INFO cinder.api.openstack.wsgi [None req-eb68aa9b-5a7a-4a3d-9c84-2a1024630ecc 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/fe86e3b119f54b30ac0ddda6b65c7650?usage=true 2026-09-12 05:32:49.238 8 INFO cinder.api.openstack.wsgi [None req-eb68aa9b-5a7a-4a3d-9c84-2a1024630ecc 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/fe86e3b119f54b30ac0ddda6b65c7650?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 531/1051] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:32:49 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/fe86e3b119f54b30ac0ddda6b65c7650?usage=true => generated 847 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:32:49.250 7 INFO cinder.api.openstack.wsgi [None req-26a99012-8392-4a9d-8f08-f9d9a70bf341 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true 2026-09-12 05:32:49.259 7 INFO cinder.volume.api [None req-26a99012-8392-4a9d-8f08-f9d9a70bf341 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all snapshots completed successfully. 2026-09-12 05:32:49.260 7 INFO cinder.api.openstack.wsgi [None req-26a99012-8392-4a9d-8f08-f9d9a70bf341 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 521/1052] 10.0.0.199 () {28 vars in 674 bytes} [Sat Sep 12 05:32:49 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:32:49.270 8 INFO cinder.api.openstack.wsgi [None req-0ecbc939-9f04-4c98-afcb-2f33b76b4295 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services 2026-09-12 05:32:49.278 8 INFO cinder.api.openstack.wsgi [None req-0ecbc939-9f04-4c98-afcb-2f33b76b4295 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services returned with HTTP 200 [pid: 8|app: 0|req: 532/1053] 10.0.0.199 () {28 vars in 645 bytes} [Sat Sep 12 05:32:49 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-services => generated 646 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:32:49.293 7 INFO cinder.api.openstack.wsgi [None req-20de7973-5aee-431d-957d-9f3710ce49b8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:32:49.315 7 INFO cinder.volume.api [None req-20de7973-5aee-431d-957d-9f3710ce49b8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - 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-09-12 05:32:49.332 7 INFO cinder.api.openstack.wsgi [None req-20de7973-5aee-431d-957d-9f3710ce49b8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 522/1054] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:32:49 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true => generated 1976 bytes in 50 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-09-12 05:32:49.346 8 INFO cinder.api.openstack.wsgi [None req-b744631c-d2a5-4f16-9c02-0c4e0d22d8a3 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:32:49.365 8 INFO cinder.volume.api [None req-b744631c-d2a5-4f16-9c02-0c4e0d22d8a3 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - 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-09-12 05:32:49.371 8 INFO cinder.api.openstack.wsgi [None req-b744631c-d2a5-4f16-9c02-0c4e0d22d8a3 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 533/1055] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:32:49 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true => generated 1976 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-09-12 05:32:50.435 7 INFO cinder.api.openstack.wsgi [None req-20de7973-5aee-431d-957d-9f3710ce49b8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:32:50.435 8 INFO cinder.api.openstack.wsgi [None req-b744631c-d2a5-4f16-9c02-0c4e0d22d8a3 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:32:50.436 7 INFO cinder.api.openstack.wsgi [None req-20de7973-5aee-431d-957d-9f3710ce49b8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:32:50.436 8 INFO cinder.api.openstack.wsgi [None req-b744631c-d2a5-4f16-9c02-0c4e0d22d8a3 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:33:00.435 7 INFO cinder.api.openstack.wsgi [None req-20de7973-5aee-431d-957d-9f3710ce49b8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:33:00.435 8 INFO cinder.api.openstack.wsgi [None req-b744631c-d2a5-4f16-9c02-0c4e0d22d8a3 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:33:00.435 7 INFO cinder.api.openstack.wsgi [None req-20de7973-5aee-431d-957d-9f3710ce49b8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:33:00.436 8 INFO cinder.api.openstack.wsgi [None req-b744631c-d2a5-4f16-9c02-0c4e0d22d8a3 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:33:10.435 8 INFO cinder.api.openstack.wsgi [None req-b744631c-d2a5-4f16-9c02-0c4e0d22d8a3 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:33:10.435 7 INFO cinder.api.openstack.wsgi [None req-20de7973-5aee-431d-957d-9f3710ce49b8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:33:10.436 8 INFO cinder.api.openstack.wsgi [None req-b744631c-d2a5-4f16-9c02-0c4e0d22d8a3 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:33:10.437 7 INFO cinder.api.openstack.wsgi [None req-20de7973-5aee-431d-957d-9f3710ce49b8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:33:20.435 8 INFO cinder.api.openstack.wsgi [None req-b744631c-d2a5-4f16-9c02-0c4e0d22d8a3 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:33:20.435 7 INFO cinder.api.openstack.wsgi [None req-20de7973-5aee-431d-957d-9f3710ce49b8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:33:20.436 7 INFO cinder.api.openstack.wsgi [None req-20de7973-5aee-431d-957d-9f3710ce49b8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:33:20.437 8 INFO cinder.api.openstack.wsgi [None req-b744631c-d2a5-4f16-9c02-0c4e0d22d8a3 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:33:30.435 7 INFO cinder.api.openstack.wsgi [None req-20de7973-5aee-431d-957d-9f3710ce49b8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:33:30.435 8 INFO cinder.api.openstack.wsgi [None req-b744631c-d2a5-4f16-9c02-0c4e0d22d8a3 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:33:30.436 8 INFO cinder.api.openstack.wsgi [None req-b744631c-d2a5-4f16-9c02-0c4e0d22d8a3 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:33:30.436 7 INFO cinder.api.openstack.wsgi [None req-20de7973-5aee-431d-957d-9f3710ce49b8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:33:40.435 8 INFO cinder.api.openstack.wsgi [None req-b744631c-d2a5-4f16-9c02-0c4e0d22d8a3 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:33:40.435 7 INFO cinder.api.openstack.wsgi [None req-20de7973-5aee-431d-957d-9f3710ce49b8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:33:40.436 7 INFO cinder.api.openstack.wsgi [None req-20de7973-5aee-431d-957d-9f3710ce49b8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:33:40.437 8 INFO cinder.api.openstack.wsgi [None req-b744631c-d2a5-4f16-9c02-0c4e0d22d8a3 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19: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-09-12 05:33:48.138 7 INFO cinder.api.openstack.wsgi [None req-f65a1509-724d-4b71-b74a-cefb5888a280 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:33:48.151 7 INFO cinder.volume.api [None req-f65a1509-724d-4b71-b74a-cefb5888a280 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - 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-09-12 05:33:48.155 7 INFO cinder.api.openstack.wsgi [None req-f65a1509-724d-4b71-b74a-cefb5888a280 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 529/1068] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:33:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true => generated 1976 bytes in 136 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-09-12 05:33:48.170 8 INFO cinder.api.openstack.wsgi [None req-140b1a0d-c0e4-499e-9421-2518e75c469c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true 2026-09-12 05:33:48.180 8 INFO cinder.volume.api [None req-140b1a0d-c0e4-499e-9421-2518e75c469c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all snapshots completed successfully. 2026-09-12 05:33:48.181 8 INFO cinder.api.openstack.wsgi [None req-140b1a0d-c0e4-499e-9421-2518e75c469c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 540/1069] 10.0.0.199 () {28 vars in 674 bytes} [Sat Sep 12 05:33:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true => generated 17 bytes in 19 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-09-12 05:33:48.192 7 INFO cinder.api.openstack.wsgi [None req-6d0e2710-1d45-4341-94df-b453adcaf294 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services 2026-09-12 05:33:48.199 7 INFO cinder.api.openstack.wsgi [None req-6d0e2710-1d45-4341-94df-b453adcaf294 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services returned with HTTP 200 [pid: 7|app: 0|req: 530/1070] 10.0.0.199 () {28 vars in 645 bytes} [Sat Sep 12 05:33:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-services => generated 646 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:33:48.258 8 INFO cinder.api.openstack.wsgi [None req-45250d7c-da8d-4af6-9d17-fde929368ff4 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/1d6bd99ef95540c19b06e2f782c95ecd?usage=true 2026-09-12 05:33:48.297 8 INFO cinder.api.openstack.wsgi [None req-45250d7c-da8d-4af6-9d17-fde929368ff4 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/1d6bd99ef95540c19b06e2f782c95ecd?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 541/1071] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:33:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/1d6bd99ef95540c19b06e2f782c95ecd?usage=true => generated 847 bytes in 50 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:33:48.310 7 INFO cinder.api.openstack.wsgi [None req-3007181c-b766-475b-b65b-01369c09c8c8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/1e1dc0d04fa54be986ea8325fb2098af?usage=true 2026-09-12 05:33:48.334 7 INFO cinder.api.openstack.wsgi [None req-3007181c-b766-475b-b65b-01369c09c8c8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/1e1dc0d04fa54be986ea8325fb2098af?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 531/1072] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:33:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/1e1dc0d04fa54be986ea8325fb2098af?usage=true => generated 847 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:33:48.347 8 INFO cinder.api.openstack.wsgi [None req-035e146d-da3a-4ca1-9d44-311ecc8fd919 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/2a97e3bdf80649aeb802723f933dd4fa?usage=true 2026-09-12 05:33:48.376 8 INFO cinder.api.openstack.wsgi [None req-035e146d-da3a-4ca1-9d44-311ecc8fd919 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/2a97e3bdf80649aeb802723f933dd4fa?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 542/1073] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:33:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/2a97e3bdf80649aeb802723f933dd4fa?usage=true => generated 847 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:33:48.388 7 INFO cinder.api.openstack.wsgi [None req-fe49e004-9706-402b-9af6-6a933d03faaf 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true 2026-09-12 05:33:48.413 7 INFO cinder.api.openstack.wsgi [None req-fe49e004-9706-402b-9af6-6a933d03faaf 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 532/1074] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:33:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true => generated 847 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:33:48.430 8 INFO cinder.api.openstack.wsgi [None req-55699938-0376-4aed-9339-3a4b96774278 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/5cdd9b20119e4921843459bd8be16c55?usage=true 2026-09-12 05:33:48.457 8 INFO cinder.api.openstack.wsgi [None req-55699938-0376-4aed-9339-3a4b96774278 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/5cdd9b20119e4921843459bd8be16c55?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 543/1075] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:33:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/5cdd9b20119e4921843459bd8be16c55?usage=true => generated 847 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:33:48.467 7 INFO cinder.api.openstack.wsgi [None req-f389c433-e905-456c-9612-1c1ca25f02e2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/5e897576f5e04a4898d96e03d98c39a8?usage=true 2026-09-12 05:33:48.495 7 INFO cinder.api.openstack.wsgi [None req-f389c433-e905-456c-9612-1c1ca25f02e2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/5e897576f5e04a4898d96e03d98c39a8?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 533/1076] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:33:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/5e897576f5e04a4898d96e03d98c39a8?usage=true => generated 847 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:33:48.507 8 INFO cinder.api.openstack.wsgi [None req-b66a26a6-245a-4feb-b5ef-6ceea97dc055 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true 2026-09-12 05:33:48.526 8 INFO cinder.api.openstack.wsgi [None req-b66a26a6-245a-4feb-b5ef-6ceea97dc055 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 544/1077] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:33:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true => generated 847 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:33:48.537 7 INFO cinder.api.openstack.wsgi [None req-f75f4971-dbac-4985-a9c0-ba71d2e6974c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true 2026-09-12 05:33:48.561 7 INFO cinder.api.openstack.wsgi [None req-f75f4971-dbac-4985-a9c0-ba71d2e6974c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 534/1078] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:33:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true => generated 845 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:33:48.573 8 INFO cinder.api.openstack.wsgi [None req-ed38c856-0cdd-4bea-be29-a43f2572b600 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/9deb89fb4f444f6a8aab22e343e60c28?usage=true 2026-09-12 05:33:48.605 8 INFO cinder.api.openstack.wsgi [None req-ed38c856-0cdd-4bea-be29-a43f2572b600 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/9deb89fb4f444f6a8aab22e343e60c28?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 545/1079] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:33:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/9deb89fb4f444f6a8aab22e343e60c28?usage=true => generated 847 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:33:48.618 7 INFO cinder.api.openstack.wsgi [None req-6fb92f33-2abf-41ac-a590-bff786afe6c3 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/c6fca528fe474daf9efdf69f9a4d9696?usage=true 2026-09-12 05:33:48.647 7 INFO cinder.api.openstack.wsgi [None req-6fb92f33-2abf-41ac-a590-bff786afe6c3 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/c6fca528fe474daf9efdf69f9a4d9696?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 535/1080] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:33:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/c6fca528fe474daf9efdf69f9a4d9696?usage=true => generated 847 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:33:48.661 8 INFO cinder.api.openstack.wsgi [None req-4215a59f-40b1-45d5-a95d-b5f7d5d8f41d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/fe86e3b119f54b30ac0ddda6b65c7650?usage=true 2026-09-12 05:33:48.694 8 INFO cinder.api.openstack.wsgi [None req-4215a59f-40b1-45d5-a95d-b5f7d5d8f41d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/fe86e3b119f54b30ac0ddda6b65c7650?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 546/1081] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:33:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/fe86e3b119f54b30ac0ddda6b65c7650?usage=true => generated 847 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:33:48.709 7 INFO cinder.api.openstack.wsgi [None req-145d5e87-f052-479d-89ff-388ae5d3b30c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true 2026-09-12 05:33:49.216 7 INFO cinder.api.openstack.wsgi [None req-145d5e87-f052-479d-89ff-388ae5d3b30c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 536/1082] 10.0.0.199 () {28 vars in 696 bytes} [Sat Sep 12 05:33:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true => generated 671 bytes in 518 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:33:49.239 8 INFO cinder.api.openstack.wsgi [None req-db7130d3-f6a5-4566-a713-d48ad765b0e2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:33:49.262 8 INFO cinder.volume.api [None req-db7130d3-f6a5-4566-a713-d48ad765b0e2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - 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-09-12 05:33:49.274 8 INFO cinder.api.openstack.wsgi [None req-db7130d3-f6a5-4566-a713-d48ad765b0e2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 547/1083] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:33:49 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true => generated 1976 bytes in 49 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-09-12 05:33:50.435 7 INFO cinder.api.openstack.wsgi [None req-145d5e87-f052-479d-89ff-388ae5d3b30c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:33:50.436 8 INFO cinder.api.openstack.wsgi [None req-db7130d3-f6a5-4566-a713-d48ad765b0e2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:33:50.437 7 INFO cinder.api.openstack.wsgi [None req-145d5e87-f052-479d-89ff-388ae5d3b30c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:33:50.437 8 INFO cinder.api.openstack.wsgi [None req-db7130d3-f6a5-4566-a713-d48ad765b0e2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:34:00.435 7 INFO cinder.api.openstack.wsgi [None req-145d5e87-f052-479d-89ff-388ae5d3b30c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:34:00.435 8 INFO cinder.api.openstack.wsgi [None req-db7130d3-f6a5-4566-a713-d48ad765b0e2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:34:00.436 7 INFO cinder.api.openstack.wsgi [None req-145d5e87-f052-479d-89ff-388ae5d3b30c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:34:00.437 8 INFO cinder.api.openstack.wsgi [None req-db7130d3-f6a5-4566-a713-d48ad765b0e2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:34:10.434 7 INFO cinder.api.openstack.wsgi [None req-145d5e87-f052-479d-89ff-388ae5d3b30c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:34:10.435 8 INFO cinder.api.openstack.wsgi [None req-db7130d3-f6a5-4566-a713-d48ad765b0e2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:34:10.435 7 INFO cinder.api.openstack.wsgi [None req-145d5e87-f052-479d-89ff-388ae5d3b30c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:34:10.435 8 INFO cinder.api.openstack.wsgi [None req-db7130d3-f6a5-4566-a713-d48ad765b0e2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:34:20.435 8 INFO cinder.api.openstack.wsgi [None req-db7130d3-f6a5-4566-a713-d48ad765b0e2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:34:20.435 7 INFO cinder.api.openstack.wsgi [None req-145d5e87-f052-479d-89ff-388ae5d3b30c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:34:20.435 8 INFO cinder.api.openstack.wsgi [None req-db7130d3-f6a5-4566-a713-d48ad765b0e2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:34:20.436 7 INFO cinder.api.openstack.wsgi [None req-145d5e87-f052-479d-89ff-388ae5d3b30c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:34:30.436 7 INFO cinder.api.openstack.wsgi [None req-145d5e87-f052-479d-89ff-388ae5d3b30c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:34:30.436 8 INFO cinder.api.openstack.wsgi [None req-db7130d3-f6a5-4566-a713-d48ad765b0e2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:34:30.437 7 INFO cinder.api.openstack.wsgi [None req-145d5e87-f052-479d-89ff-388ae5d3b30c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:34:30.437 8 INFO cinder.api.openstack.wsgi [None req-db7130d3-f6a5-4566-a713-d48ad765b0e2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:34:40.435 8 INFO cinder.api.openstack.wsgi [None req-db7130d3-f6a5-4566-a713-d48ad765b0e2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:34:40.435 7 INFO cinder.api.openstack.wsgi [None req-145d5e87-f052-479d-89ff-388ae5d3b30c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:34:40.436 8 INFO cinder.api.openstack.wsgi [None req-db7130d3-f6a5-4566-a713-d48ad765b0e2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:34:40.436 7 INFO cinder.api.openstack.wsgi [None req-145d5e87-f052-479d-89ff-388ae5d3b30c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19: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-09-12 05:34:48.059 8 INFO cinder.api.openstack.wsgi [None req-0300186d-3aba-407a-a7ae-938c29a19659 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:34:48.078 8 INFO cinder.volume.api [None req-0300186d-3aba-407a-a7ae-938c29a19659 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - 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-09-12 05:34:48.085 8 INFO cinder.api.openstack.wsgi [None req-0300186d-3aba-407a-a7ae-938c29a19659 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 554/1096] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:34:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true => generated 1976 bytes in 78 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-09-12 05:34:48.099 7 INFO cinder.api.openstack.wsgi [None req-5897e6d0-1e64-449d-91cc-a5b6a032d168 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true 2026-09-12 05:34:48.110 7 INFO cinder.volume.api [None req-5897e6d0-1e64-449d-91cc-a5b6a032d168 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all snapshots completed successfully. 2026-09-12 05:34:48.111 7 INFO cinder.api.openstack.wsgi [None req-5897e6d0-1e64-449d-91cc-a5b6a032d168 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 543/1097] 10.0.0.199 () {28 vars in 674 bytes} [Sat Sep 12 05:34:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true => generated 17 bytes in 23 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-09-12 05:34:48.123 8 INFO cinder.api.openstack.wsgi [None req-3d954657-2e02-40de-826c-2ba3d6daf47d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services 2026-09-12 05:34:48.128 8 INFO cinder.api.openstack.wsgi [None req-3d954657-2e02-40de-826c-2ba3d6daf47d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services returned with HTTP 200 [pid: 8|app: 0|req: 555/1098] 10.0.0.199 () {28 vars in 645 bytes} [Sat Sep 12 05:34:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-services => generated 646 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:34:48.177 7 INFO cinder.api.openstack.wsgi [None req-92905cc3-597d-4cd1-8f3f-5a0042254389 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/1d6bd99ef95540c19b06e2f782c95ecd?usage=true 2026-09-12 05:34:48.199 7 INFO cinder.api.openstack.wsgi [None req-92905cc3-597d-4cd1-8f3f-5a0042254389 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/1d6bd99ef95540c19b06e2f782c95ecd?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 544/1099] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:34:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/1d6bd99ef95540c19b06e2f782c95ecd?usage=true => generated 847 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:34:48.212 8 INFO cinder.api.openstack.wsgi [None req-027726d8-c4ba-4e26-915f-1081da037e68 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/1e1dc0d04fa54be986ea8325fb2098af?usage=true 2026-09-12 05:34:48.235 8 INFO cinder.api.openstack.wsgi [None req-027726d8-c4ba-4e26-915f-1081da037e68 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/1e1dc0d04fa54be986ea8325fb2098af?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 556/1100] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:34:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/1e1dc0d04fa54be986ea8325fb2098af?usage=true => generated 847 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:34:48.244 7 INFO cinder.api.openstack.wsgi [None req-3c2e58ad-3593-4a4b-8942-48f48d0300cc 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/2a97e3bdf80649aeb802723f933dd4fa?usage=true 2026-09-12 05:34:48.271 7 INFO cinder.api.openstack.wsgi [None req-3c2e58ad-3593-4a4b-8942-48f48d0300cc 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/2a97e3bdf80649aeb802723f933dd4fa?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 545/1101] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:34:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/2a97e3bdf80649aeb802723f933dd4fa?usage=true => generated 847 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:34:48.282 8 INFO cinder.api.openstack.wsgi [None req-6443427f-9955-4833-8f60-3b566f07086c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true 2026-09-12 05:34:48.303 8 INFO cinder.api.openstack.wsgi [None req-6443427f-9955-4833-8f60-3b566f07086c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 557/1102] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:34:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true => generated 847 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:34:48.315 7 INFO cinder.api.openstack.wsgi [None req-28637f5a-7836-45fc-b21a-6d3b60b9fd76 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/5cdd9b20119e4921843459bd8be16c55?usage=true 2026-09-12 05:34:48.337 7 INFO cinder.api.openstack.wsgi [None req-28637f5a-7836-45fc-b21a-6d3b60b9fd76 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/5cdd9b20119e4921843459bd8be16c55?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 546/1103] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:34:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/5cdd9b20119e4921843459bd8be16c55?usage=true => generated 847 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:34:48.346 8 INFO cinder.api.openstack.wsgi [None req-2a22df2d-adce-4b57-8a1f-8769abc764e8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/5e897576f5e04a4898d96e03d98c39a8?usage=true 2026-09-12 05:34:48.372 8 INFO cinder.api.openstack.wsgi [None req-2a22df2d-adce-4b57-8a1f-8769abc764e8 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/5e897576f5e04a4898d96e03d98c39a8?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 558/1104] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:34:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/5e897576f5e04a4898d96e03d98c39a8?usage=true => generated 847 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:34:48.382 7 INFO cinder.api.openstack.wsgi [None req-40a88721-fcae-42a8-8b4a-084447371420 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true 2026-09-12 05:34:48.400 7 INFO cinder.api.openstack.wsgi [None req-40a88721-fcae-42a8-8b4a-084447371420 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 547/1105] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:34:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true => generated 847 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:34:48.410 8 INFO cinder.api.openstack.wsgi [None req-6364b508-7a5c-4958-82b0-dc318603b670 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true 2026-09-12 05:34:48.439 8 INFO cinder.api.openstack.wsgi [None req-6364b508-7a5c-4958-82b0-dc318603b670 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 559/1106] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:34:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true => generated 845 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:34:48.452 7 INFO cinder.api.openstack.wsgi [None req-b878682b-fa5a-4d21-b3c7-cd04c96caa3f 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/9deb89fb4f444f6a8aab22e343e60c28?usage=true 2026-09-12 05:34:48.475 7 INFO cinder.api.openstack.wsgi [None req-b878682b-fa5a-4d21-b3c7-cd04c96caa3f 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/9deb89fb4f444f6a8aab22e343e60c28?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 548/1107] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:34:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/9deb89fb4f444f6a8aab22e343e60c28?usage=true => generated 847 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:34:48.486 8 INFO cinder.api.openstack.wsgi [None req-dd677c77-a82f-4da3-abe5-970b87503f49 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/c6fca528fe474daf9efdf69f9a4d9696?usage=true 2026-09-12 05:34:48.508 8 INFO cinder.api.openstack.wsgi [None req-dd677c77-a82f-4da3-abe5-970b87503f49 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/c6fca528fe474daf9efdf69f9a4d9696?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 560/1108] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:34:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/c6fca528fe474daf9efdf69f9a4d9696?usage=true => generated 847 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:34:48.520 7 INFO cinder.api.openstack.wsgi [None req-dc09be63-85f9-403d-97c1-3d62f4f7a613 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/fe86e3b119f54b30ac0ddda6b65c7650?usage=true 2026-09-12 05:34:48.537 7 INFO cinder.api.openstack.wsgi [None req-dc09be63-85f9-403d-97c1-3d62f4f7a613 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/fe86e3b119f54b30ac0ddda6b65c7650?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 549/1109] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:34:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/fe86e3b119f54b30ac0ddda6b65c7650?usage=true => generated 847 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:34:48.547 8 INFO cinder.api.openstack.wsgi [None req-282d1a74-40dc-48f0-8afe-72b40563ab3f 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true 2026-09-12 05:34:49.051 8 INFO cinder.api.openstack.wsgi [None req-282d1a74-40dc-48f0-8afe-72b40563ab3f 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 561/1110] 10.0.0.199 () {28 vars in 696 bytes} [Sat Sep 12 05:34:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true => generated 671 bytes in 513 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:34:49.063 7 INFO cinder.api.openstack.wsgi [None req-081e2bd3-3980-4f91-9b92-1e4bef5a6692 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:34:49.081 7 INFO cinder.volume.api [None req-081e2bd3-3980-4f91-9b92-1e4bef5a6692 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - 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-09-12 05:34:49.088 7 INFO cinder.api.openstack.wsgi [None req-081e2bd3-3980-4f91-9b92-1e4bef5a6692 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 550/1111] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:34:49 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true => generated 1976 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-09-12 05:34:50.435 8 INFO cinder.api.openstack.wsgi [None req-282d1a74-40dc-48f0-8afe-72b40563ab3f 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:34:50.435 7 INFO cinder.api.openstack.wsgi [None req-081e2bd3-3980-4f91-9b92-1e4bef5a6692 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:34:50.436 7 INFO cinder.api.openstack.wsgi [None req-081e2bd3-3980-4f91-9b92-1e4bef5a6692 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:34:50.436 8 INFO cinder.api.openstack.wsgi [None req-282d1a74-40dc-48f0-8afe-72b40563ab3f 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:35:00.436 7 INFO cinder.api.openstack.wsgi [None req-081e2bd3-3980-4f91-9b92-1e4bef5a6692 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:35:00.436 8 INFO cinder.api.openstack.wsgi [None req-282d1a74-40dc-48f0-8afe-72b40563ab3f 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:35:00.437 8 INFO cinder.api.openstack.wsgi [None req-282d1a74-40dc-48f0-8afe-72b40563ab3f 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:35:00.437 7 INFO cinder.api.openstack.wsgi [None req-081e2bd3-3980-4f91-9b92-1e4bef5a6692 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:35:10.435 8 INFO cinder.api.openstack.wsgi [None req-282d1a74-40dc-48f0-8afe-72b40563ab3f 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:35:10.436 7 INFO cinder.api.openstack.wsgi [None req-081e2bd3-3980-4f91-9b92-1e4bef5a6692 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:35:10.436 8 INFO cinder.api.openstack.wsgi [None req-282d1a74-40dc-48f0-8afe-72b40563ab3f 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:35:10.437 7 INFO cinder.api.openstack.wsgi [None req-081e2bd3-3980-4f91-9b92-1e4bef5a6692 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:35:16.196 8 INFO cinder.api.openstack.wsgi [req-0f1a3d3d-3e75-45ad-bb66-aecb52d399d6 req-b4dc01a4-7d09-45ca-9957-c0733d229252 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/attachments/c480c2ce-043e-468e-8947-a89e88127422 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:35:16.764 8 INFO cinder.api.openstack.wsgi [req-0f1a3d3d-3e75-45ad-bb66-aecb52d399d6 req-b4dc01a4-7d09-45ca-9957-c0733d229252 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/attachments/c480c2ce-043e-468e-8947-a89e88127422 returned with HTTP 200 [pid: 8|app: 0|req: 565/1118] 162.253.55.242 () {38 vars in 1103 bytes} [Sat Sep 12 05:35:16 2026] DELETE /v3/7b61f90f072d48bdbd340d0f88bf2409/attachments/c480c2ce-043e-468e-8947-a89e88127422 => generated 19 bytes in 579 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-12 05:35:16.784 7 INFO cinder.api.openstack.wsgi [req-0f1a3d3d-3e75-45ad-bb66-aecb52d399d6 req-d0efcd67-ce5b-49ce-bf1d-764acd7ff734 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/5adc2388-c92d-4f4d-81e9-e8130f41e19a 2026-09-12 05:35:16.785 7 INFO cinder.api.v3.volumes [req-0f1a3d3d-3e75-45ad-bb66-aecb52d399d6 req-d0efcd67-ce5b-49ce-bf1d-764acd7ff734 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Delete volume with id: 5adc2388-c92d-4f4d-81e9-e8130f41e19a /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:35:16.801 7 INFO cinder.volume.api [req-0f1a3d3d-3e75-45ad-bb66-aecb52d399d6 req-d0efcd67-ce5b-49ce-bf1d-764acd7ff734 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Volume info retrieved successfully. 2026-09-12 05:35:16.830 7 INFO cinder.volume.api [req-0f1a3d3d-3e75-45ad-bb66-aecb52d399d6 req-d0efcd67-ce5b-49ce-bf1d-764acd7ff734 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Delete volume request issued successfully. 2026-09-12 05:35:16.831 7 INFO cinder.api.openstack.wsgi [req-0f1a3d3d-3e75-45ad-bb66-aecb52d399d6 req-d0efcd67-ce5b-49ce-bf1d-764acd7ff734 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/5adc2388-c92d-4f4d-81e9-e8130f41e19a returned with HTTP 202 [pid: 7|app: 0|req: 554/1119] 162.253.55.242 () {36 vars in 1054 bytes} [Sat Sep 12 05:35:16 2026] DELETE /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/5adc2388-c92d-4f4d-81e9-e8130f41e19a => generated 0 bytes in 56 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) 2026-09-12 05:35:20.435 8 INFO cinder.api.openstack.wsgi [req-0f1a3d3d-3e75-45ad-bb66-aecb52d399d6 req-b4dc01a4-7d09-45ca-9957-c0733d229252 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:35:20.436 7 INFO cinder.api.openstack.wsgi [req-0f1a3d3d-3e75-45ad-bb66-aecb52d399d6 req-d0efcd67-ce5b-49ce-bf1d-764acd7ff734 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:35:20.437 8 INFO cinder.api.openstack.wsgi [req-0f1a3d3d-3e75-45ad-bb66-aecb52d399d6 req-b4dc01a4-7d09-45ca-9957-c0733d229252 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:35:20.437 7 INFO cinder.api.openstack.wsgi [req-0f1a3d3d-3e75-45ad-bb66-aecb52d399d6 req-d0efcd67-ce5b-49ce-bf1d-764acd7ff734 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:35:30.435 8 INFO cinder.api.openstack.wsgi [req-0f1a3d3d-3e75-45ad-bb66-aecb52d399d6 req-b4dc01a4-7d09-45ca-9957-c0733d229252 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:35:30.435 7 INFO cinder.api.openstack.wsgi [req-0f1a3d3d-3e75-45ad-bb66-aecb52d399d6 req-d0efcd67-ce5b-49ce-bf1d-764acd7ff734 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:35:30.436 7 INFO cinder.api.openstack.wsgi [req-0f1a3d3d-3e75-45ad-bb66-aecb52d399d6 req-d0efcd67-ce5b-49ce-bf1d-764acd7ff734 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:35:30.436 8 INFO cinder.api.openstack.wsgi [req-0f1a3d3d-3e75-45ad-bb66-aecb52d399d6 req-b4dc01a4-7d09-45ca-9957-c0733d229252 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:35:40.435 8 INFO cinder.api.openstack.wsgi [req-0f1a3d3d-3e75-45ad-bb66-aecb52d399d6 req-b4dc01a4-7d09-45ca-9957-c0733d229252 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:35:40.435 7 INFO cinder.api.openstack.wsgi [req-0f1a3d3d-3e75-45ad-bb66-aecb52d399d6 req-d0efcd67-ce5b-49ce-bf1d-764acd7ff734 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:35:40.436 8 INFO cinder.api.openstack.wsgi [req-0f1a3d3d-3e75-45ad-bb66-aecb52d399d6 req-b4dc01a4-7d09-45ca-9957-c0733d229252 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:35:40.436 7 INFO cinder.api.openstack.wsgi [req-0f1a3d3d-3e75-45ad-bb66-aecb52d399d6 req-d0efcd67-ce5b-49ce-bf1d-764acd7ff734 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19: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-09-12 05:35:48.273 8 INFO cinder.api.openstack.wsgi [None req-8c95d331-51a0-4595-8bfe-dd928a5e3d2e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-09-12 05:35:48.283 8 INFO cinder.volume.api [None req-8c95d331-51a0-4595-8bfe-dd928a5e3d2e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all snapshots completed successfully. 2026-09-12 05:35:48.284 8 INFO cinder.api.openstack.wsgi [None req-8c95d331-51a0-4595-8bfe-dd928a5e3d2e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 569/1126] 10.0.0.199 () {28 vars in 674 bytes} [Sat Sep 12 05:35:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true => generated 17 bytes in 222 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-09-12 05:35:48.299 7 INFO cinder.api.openstack.wsgi [None req-367f72f2-a582-4fc1-8e27-ad6b1c324969 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services 2026-09-12 05:35:48.306 7 INFO cinder.api.openstack.wsgi [None req-367f72f2-a582-4fc1-8e27-ad6b1c324969 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services returned with HTTP 200 [pid: 7|app: 0|req: 558/1127] 10.0.0.199 () {28 vars in 645 bytes} [Sat Sep 12 05:35:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-services => generated 646 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:35:48.319 8 INFO cinder.api.openstack.wsgi [None req-a5b7fbc5-71b2-49b1-b3dc-d71b779f1891 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true 2026-09-12 05:35:48.823 8 INFO cinder.api.openstack.wsgi [None req-a5b7fbc5-71b2-49b1-b3dc-d71b779f1891 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 570/1128] 10.0.0.199 () {28 vars in 696 bytes} [Sat Sep 12 05:35:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:35:48.867 7 INFO cinder.api.openstack.wsgi [None req-b495da68-2b6c-4aaf-9d14-5d5a2867e6e6 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/1d6bd99ef95540c19b06e2f782c95ecd?usage=true 2026-09-12 05:35:48.889 7 INFO cinder.api.openstack.wsgi [None req-b495da68-2b6c-4aaf-9d14-5d5a2867e6e6 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/1d6bd99ef95540c19b06e2f782c95ecd?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 559/1129] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:35:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/1d6bd99ef95540c19b06e2f782c95ecd?usage=true => generated 847 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:35:48.901 8 INFO cinder.api.openstack.wsgi [None req-8117d487-2246-405f-8496-39873871579e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/1e1dc0d04fa54be986ea8325fb2098af?usage=true 2026-09-12 05:35:48.922 8 INFO cinder.api.openstack.wsgi [None req-8117d487-2246-405f-8496-39873871579e 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/1e1dc0d04fa54be986ea8325fb2098af?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 571/1130] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:35:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/1e1dc0d04fa54be986ea8325fb2098af?usage=true => generated 847 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:35:48.933 7 INFO cinder.api.openstack.wsgi [None req-757425f1-39ed-4409-9153-d8958c9116cd 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/2a97e3bdf80649aeb802723f933dd4fa?usage=true 2026-09-12 05:35:48.950 7 INFO cinder.api.openstack.wsgi [None req-757425f1-39ed-4409-9153-d8958c9116cd 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/2a97e3bdf80649aeb802723f933dd4fa?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 560/1131] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:35:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/2a97e3bdf80649aeb802723f933dd4fa?usage=true => generated 847 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:35:48.960 8 INFO cinder.api.openstack.wsgi [None req-3f685aba-8d57-4037-b285-9d13cb21468a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true 2026-09-12 05:35:48.977 8 INFO cinder.api.openstack.wsgi [None req-3f685aba-8d57-4037-b285-9d13cb21468a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 572/1132] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:35:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true => generated 847 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:35:48.989 7 INFO cinder.api.openstack.wsgi [None req-50f0c2dc-95bc-4675-a571-0bde97a6000f 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/5cdd9b20119e4921843459bd8be16c55?usage=true 2026-09-12 05:35:49.012 7 INFO cinder.api.openstack.wsgi [None req-50f0c2dc-95bc-4675-a571-0bde97a6000f 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/5cdd9b20119e4921843459bd8be16c55?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 561/1133] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:35:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/5cdd9b20119e4921843459bd8be16c55?usage=true => generated 847 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:35:49.021 8 INFO cinder.api.openstack.wsgi [None req-7406c462-ac8f-4599-9d43-a5efe2c78411 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/5e897576f5e04a4898d96e03d98c39a8?usage=true 2026-09-12 05:35:49.062 8 INFO cinder.api.openstack.wsgi [None req-7406c462-ac8f-4599-9d43-a5efe2c78411 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/5e897576f5e04a4898d96e03d98c39a8?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 573/1134] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:35:49 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/5e897576f5e04a4898d96e03d98c39a8?usage=true => generated 847 bytes in 47 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:35:49.073 7 INFO cinder.api.openstack.wsgi [None req-e1265b7d-79b5-458d-9bea-4f93d5118345 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true 2026-09-12 05:35:49.101 7 INFO cinder.api.openstack.wsgi [None req-e1265b7d-79b5-458d-9bea-4f93d5118345 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 562/1135] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:35:49 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true => generated 845 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:35:49.111 8 INFO cinder.api.openstack.wsgi [None req-418550ad-02e4-4843-959d-6ab2e42fe7fe 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true 2026-09-12 05:35:49.132 8 INFO cinder.api.openstack.wsgi [None req-418550ad-02e4-4843-959d-6ab2e42fe7fe 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 574/1136] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:35:49 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true => generated 845 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:35:49.142 7 INFO cinder.api.openstack.wsgi [None req-da43919c-3bf3-4dde-a639-8c919660f50d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/c6fca528fe474daf9efdf69f9a4d9696?usage=true 2026-09-12 05:35:49.160 7 INFO cinder.api.openstack.wsgi [None req-da43919c-3bf3-4dde-a639-8c919660f50d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/c6fca528fe474daf9efdf69f9a4d9696?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 563/1137] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:35:49 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/c6fca528fe474daf9efdf69f9a4d9696?usage=true => generated 847 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:35:49.174 8 INFO cinder.api.openstack.wsgi [None req-50da85da-4aaa-43a3-8083-7a89fbb03677 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/fe86e3b119f54b30ac0ddda6b65c7650?usage=true 2026-09-12 05:35:49.203 8 INFO cinder.api.openstack.wsgi [None req-50da85da-4aaa-43a3-8083-7a89fbb03677 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/fe86e3b119f54b30ac0ddda6b65c7650?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 575/1138] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:35:49 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/fe86e3b119f54b30ac0ddda6b65c7650?usage=true => generated 847 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:35:49.213 7 INFO cinder.api.openstack.wsgi [None req-def06316-2504-485f-a780-1c58d025e1fd 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:35:49.224 7 INFO cinder.volume.api [None req-def06316-2504-485f-a780-1c58d025e1fd 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:35:49.227 7 INFO cinder.api.openstack.wsgi [None req-def06316-2504-485f-a780-1c58d025e1fd 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 564/1139] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:35:49 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:35:49.239 8 INFO cinder.api.openstack.wsgi [None req-d6d49aa0-a81a-45d9-987b-7b1075ef0396 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:35:49.249 8 INFO cinder.volume.api [None req-d6d49aa0-a81a-45d9-987b-7b1075ef0396 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:35:49.251 8 INFO cinder.api.openstack.wsgi [None req-d6d49aa0-a81a-45d9-987b-7b1075ef0396 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 576/1140] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:35:49 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:35:50.434 7 INFO cinder.api.openstack.wsgi [None req-def06316-2504-485f-a780-1c58d025e1fd 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:35:50.434 8 INFO cinder.api.openstack.wsgi [None req-d6d49aa0-a81a-45d9-987b-7b1075ef0396 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:35:50.436 8 INFO cinder.api.openstack.wsgi [None req-d6d49aa0-a81a-45d9-987b-7b1075ef0396 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:35:50.436 7 INFO cinder.api.openstack.wsgi [None req-def06316-2504-485f-a780-1c58d025e1fd 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:35:58.463 7 INFO cinder.api.openstack.wsgi [None req-a776f8da-8a29-4a00-961c-b2924450f0db 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots 2026-09-12 05:35:58.469 7 INFO cinder.volume.api [None req-a776f8da-8a29-4a00-961c-b2924450f0db 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all snapshots completed successfully. 2026-09-12 05:35:58.469 7 INFO cinder.api.openstack.wsgi [None req-a776f8da-8a29-4a00-961c-b2924450f0db 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots returned with HTTP 200 [pid: 7|app: 0|req: 566/1143] 10.0.0.200 () {32 vars in 705 bytes} [Sat Sep 12 05:35:58 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots => generated 17 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:35:58.481 8 INFO cinder.api.openstack.wsgi [None req-7aa3d7c5-9204-4cda-bb06-f15648477ebc 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes 2026-09-12 05:35:58.493 8 INFO cinder.volume.api [None req-7aa3d7c5-9204-4cda-bb06-f15648477ebc 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:35:58.493 8 INFO cinder.api.openstack.wsgi [None req-7aa3d7c5-9204-4cda-bb06-f15648477ebc 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes returned with HTTP 200 [pid: 8|app: 0|req: 578/1144] 10.0.0.200 () {32 vars in 701 bytes} [Sat Sep 12 05:35:58 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes => generated 15 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:36:00.435 7 INFO cinder.api.openstack.wsgi [None req-a776f8da-8a29-4a00-961c-b2924450f0db 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:36:00.435 8 INFO cinder.api.openstack.wsgi [None req-7aa3d7c5-9204-4cda-bb06-f15648477ebc 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:36:00.436 7 INFO cinder.api.openstack.wsgi [None req-a776f8da-8a29-4a00-961c-b2924450f0db 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:36:00.436 8 INFO cinder.api.openstack.wsgi [None req-7aa3d7c5-9204-4cda-bb06-f15648477ebc 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:36:10.435 7 INFO cinder.api.openstack.wsgi [None req-a776f8da-8a29-4a00-961c-b2924450f0db 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:36:10.435 8 INFO cinder.api.openstack.wsgi [None req-7aa3d7c5-9204-4cda-bb06-f15648477ebc 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:36:10.435 7 INFO cinder.api.openstack.wsgi [None req-a776f8da-8a29-4a00-961c-b2924450f0db 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:36:10.436 8 INFO cinder.api.openstack.wsgi [None req-7aa3d7c5-9204-4cda-bb06-f15648477ebc 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:36:20.435 8 INFO cinder.api.openstack.wsgi [None req-7aa3d7c5-9204-4cda-bb06-f15648477ebc 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:36:20.435 7 INFO cinder.api.openstack.wsgi [None req-a776f8da-8a29-4a00-961c-b2924450f0db 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:36:20.436 8 INFO cinder.api.openstack.wsgi [None req-7aa3d7c5-9204-4cda-bb06-f15648477ebc 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:36:20.436 7 INFO cinder.api.openstack.wsgi [None req-a776f8da-8a29-4a00-961c-b2924450f0db 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:36:30.436 8 INFO cinder.api.openstack.wsgi [None req-7aa3d7c5-9204-4cda-bb06-f15648477ebc 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:36:30.437 8 INFO cinder.api.openstack.wsgi [None req-7aa3d7c5-9204-4cda-bb06-f15648477ebc 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:36:30.436 7 INFO cinder.api.openstack.wsgi [None req-a776f8da-8a29-4a00-961c-b2924450f0db 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:36:30.438 7 INFO cinder.api.openstack.wsgi [None req-a776f8da-8a29-4a00-961c-b2924450f0db 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:36:40.434 8 INFO cinder.api.openstack.wsgi [None req-7aa3d7c5-9204-4cda-bb06-f15648477ebc 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:36:40.435 7 INFO cinder.api.openstack.wsgi [None req-a776f8da-8a29-4a00-961c-b2924450f0db 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:36:40.435 8 INFO cinder.api.openstack.wsgi [None req-7aa3d7c5-9204-4cda-bb06-f15648477ebc 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:36:40.435 7 INFO cinder.api.openstack.wsgi [None req-a776f8da-8a29-4a00-961c-b2924450f0db 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:36:48.232 8 INFO cinder.api.openstack.wsgi [None req-881bdae2-1f72-4c1a-9403-4cc16e6e4b03 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services 2026-09-12 05:36:48.250 8 INFO cinder.api.openstack.wsgi [None req-881bdae2-1f72-4c1a-9403-4cc16e6e4b03 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services returned with HTTP 200 [pid: 8|app: 0|req: 584/1155] 10.0.0.199 () {28 vars in 645 bytes} [Sat Sep 12 05:36:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-services => generated 646 bytes in 248 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:36:48.267 7 INFO cinder.api.openstack.wsgi [None req-a5be8c63-c459-403f-ab9f-dac844706612 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:36:48.291 7 INFO cinder.volume.api [None req-a5be8c63-c459-403f-ab9f-dac844706612 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:36:48.295 7 INFO cinder.api.openstack.wsgi [None req-a5be8c63-c459-403f-ab9f-dac844706612 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 572/1156] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:36:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true => generated 15 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:36:48.313 8 INFO cinder.api.openstack.wsgi [None req-b72e8230-40ab-44fc-bed7-3561b5b56510 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true 2026-09-12 05:36:48.817 8 INFO cinder.api.openstack.wsgi [None req-b72e8230-40ab-44fc-bed7-3561b5b56510 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 585/1157] 10.0.0.199 () {28 vars in 696 bytes} [Sat Sep 12 05:36:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:36:48.831 7 INFO cinder.api.openstack.wsgi [None req-c15745e0-f12d-4f34-b465-2e7f87e15b0c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true 2026-09-12 05:36:48.840 7 INFO cinder.volume.api [None req-c15745e0-f12d-4f34-b465-2e7f87e15b0c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all snapshots completed successfully. 2026-09-12 05:36:48.840 7 INFO cinder.api.openstack.wsgi [None req-c15745e0-f12d-4f34-b465-2e7f87e15b0c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 573/1158] 10.0.0.199 () {28 vars in 674 bytes} [Sat Sep 12 05:36:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true => generated 17 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:36:48.853 8 INFO cinder.api.openstack.wsgi [None req-a32f325a-5ad3-411a-b49f-43be9e27d52c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:36:48.860 8 INFO cinder.volume.api [None req-a32f325a-5ad3-411a-b49f-43be9e27d52c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:36:48.863 8 INFO cinder.api.openstack.wsgi [None req-a32f325a-5ad3-411a-b49f-43be9e27d52c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 586/1159] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:36:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:36:48.918 7 INFO cinder.api.openstack.wsgi [None req-fa6a70df-e9d8-4097-94b7-9b52bc2fb23b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true 2026-09-12 05:36:48.939 7 INFO cinder.api.openstack.wsgi [None req-fa6a70df-e9d8-4097-94b7-9b52bc2fb23b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 574/1160] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:36:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true => generated 847 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:36:48.953 8 INFO cinder.api.openstack.wsgi [None req-2a57db37-64dc-4ba6-ba51-3a586efe5628 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true 2026-09-12 05:36:49.005 8 INFO cinder.api.openstack.wsgi [None req-2a57db37-64dc-4ba6-ba51-3a586efe5628 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 587/1161] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:36:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true => generated 845 bytes in 60 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:36:49.015 7 INFO cinder.api.openstack.wsgi [None req-ac89db49-5f32-4657-9118-623c68522469 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true 2026-09-12 05:36:49.044 7 INFO cinder.api.openstack.wsgi [None req-ac89db49-5f32-4657-9118-623c68522469 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 575/1162] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:36:49 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true => generated 845 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:36:50.434 8 INFO cinder.api.openstack.wsgi [None req-2a57db37-64dc-4ba6-ba51-3a586efe5628 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:36:50.434 7 INFO cinder.api.openstack.wsgi [None req-ac89db49-5f32-4657-9118-623c68522469 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:36:50.435 8 INFO cinder.api.openstack.wsgi [None req-2a57db37-64dc-4ba6-ba51-3a586efe5628 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:36:50.435 7 INFO cinder.api.openstack.wsgi [None req-ac89db49-5f32-4657-9118-623c68522469 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:37:00.435 8 INFO cinder.api.openstack.wsgi [None req-2a57db37-64dc-4ba6-ba51-3a586efe5628 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:37:00.435 7 INFO cinder.api.openstack.wsgi [None req-ac89db49-5f32-4657-9118-623c68522469 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:37:00.435 7 INFO cinder.api.openstack.wsgi [None req-ac89db49-5f32-4657-9118-623c68522469 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:37:00.436 8 INFO cinder.api.openstack.wsgi [None req-2a57db37-64dc-4ba6-ba51-3a586efe5628 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:37:10.436 7 INFO cinder.api.openstack.wsgi [None req-ac89db49-5f32-4657-9118-623c68522469 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:37:10.436 8 INFO cinder.api.openstack.wsgi [None req-2a57db37-64dc-4ba6-ba51-3a586efe5628 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:37:10.437 7 INFO cinder.api.openstack.wsgi [None req-ac89db49-5f32-4657-9118-623c68522469 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:37:10.437 8 INFO cinder.api.openstack.wsgi [None req-2a57db37-64dc-4ba6-ba51-3a586efe5628 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:37:20.435 7 INFO cinder.api.openstack.wsgi [None req-ac89db49-5f32-4657-9118-623c68522469 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:37:20.435 8 INFO cinder.api.openstack.wsgi [None req-2a57db37-64dc-4ba6-ba51-3a586efe5628 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:37:20.436 7 INFO cinder.api.openstack.wsgi [None req-ac89db49-5f32-4657-9118-623c68522469 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:37:20.436 8 INFO cinder.api.openstack.wsgi [None req-2a57db37-64dc-4ba6-ba51-3a586efe5628 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:37:30.436 8 INFO cinder.api.openstack.wsgi [None req-2a57db37-64dc-4ba6-ba51-3a586efe5628 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:37:30.436 7 INFO cinder.api.openstack.wsgi [None req-ac89db49-5f32-4657-9118-623c68522469 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:37:30.437 8 INFO cinder.api.openstack.wsgi [None req-2a57db37-64dc-4ba6-ba51-3a586efe5628 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:37:30.437 7 INFO cinder.api.openstack.wsgi [None req-ac89db49-5f32-4657-9118-623c68522469 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:37:40.436 7 INFO cinder.api.openstack.wsgi [None req-ac89db49-5f32-4657-9118-623c68522469 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:37:40.437 8 INFO cinder.api.openstack.wsgi [None req-2a57db37-64dc-4ba6-ba51-3a586efe5628 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:37:40.437 7 INFO cinder.api.openstack.wsgi [None req-ac89db49-5f32-4657-9118-623c68522469 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:37:40.438 8 INFO cinder.api.openstack.wsgi [None req-2a57db37-64dc-4ba6-ba51-3a586efe5628 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:37:48.046 7 INFO cinder.api.openstack.wsgi [None req-980d647f-86cb-4d06-b16b-abcca90bd201 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true 2026-09-12 05:37:48.551 7 INFO cinder.api.openstack.wsgi [None req-980d647f-86cb-4d06-b16b-abcca90bd201 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 582/1175] 10.0.0.199 () {28 vars in 696 bytes} [Sat Sep 12 05:37:47 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true => generated 670 bytes in 557 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:37:48.601 8 INFO cinder.api.openstack.wsgi [None req-1fa642bc-b800-4ec1-826d-83a4b9d70704 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true 2026-09-12 05:37:48.621 8 INFO cinder.api.openstack.wsgi [None req-1fa642bc-b800-4ec1-826d-83a4b9d70704 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 594/1176] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:37:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true => generated 847 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:37:48.633 7 INFO cinder.api.openstack.wsgi [None req-0005148d-4ecc-44cb-b511-f4a402b3fa4b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true 2026-09-12 05:37:48.662 7 INFO cinder.api.openstack.wsgi [None req-0005148d-4ecc-44cb-b511-f4a402b3fa4b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 583/1177] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:37:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true => generated 845 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:37:48.673 8 INFO cinder.api.openstack.wsgi [None req-ea901c23-1dcb-4876-a770-2c92b23342b1 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true 2026-09-12 05:37:48.698 8 INFO cinder.api.openstack.wsgi [None req-ea901c23-1dcb-4876-a770-2c92b23342b1 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 595/1178] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:37:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true => generated 845 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:37:48.710 7 INFO cinder.api.openstack.wsgi [None req-a7c4db85-1fc7-4681-a121-6fc083b6f7f7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services 2026-09-12 05:37:48.719 7 INFO cinder.api.openstack.wsgi [None req-a7c4db85-1fc7-4681-a121-6fc083b6f7f7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services returned with HTTP 200 [pid: 7|app: 0|req: 584/1179] 10.0.0.199 () {28 vars in 645 bytes} [Sat Sep 12 05:37:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-services => generated 646 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:37:48.731 8 INFO cinder.api.openstack.wsgi [None req-76a6c966-0380-4b67-91d8-08c51929fc21 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:37:48.744 8 INFO cinder.volume.api [None req-76a6c966-0380-4b67-91d8-08c51929fc21 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:37:48.746 8 INFO cinder.api.openstack.wsgi [None req-76a6c966-0380-4b67-91d8-08c51929fc21 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 596/1180] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:37:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:37:48.755 7 INFO cinder.api.openstack.wsgi [None req-f4e8ff70-3965-42dd-b675-465ef8db97d5 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:37:48.766 7 INFO cinder.volume.api [None req-f4e8ff70-3965-42dd-b675-465ef8db97d5 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:37:48.768 7 INFO cinder.api.openstack.wsgi [None req-f4e8ff70-3965-42dd-b675-465ef8db97d5 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 585/1181] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:37:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:37:48.779 8 INFO cinder.api.openstack.wsgi [None req-6f25d4ea-a41d-41df-828b-18fade40e974 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true 2026-09-12 05:37:48.784 8 INFO cinder.volume.api [None req-6f25d4ea-a41d-41df-828b-18fade40e974 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all snapshots completed successfully. 2026-09-12 05:37:48.785 8 INFO cinder.api.openstack.wsgi [None req-6f25d4ea-a41d-41df-828b-18fade40e974 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 597/1182] 10.0.0.199 () {28 vars in 674 bytes} [Sat Sep 12 05:37:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:37:50.435 8 INFO cinder.api.openstack.wsgi [None req-6f25d4ea-a41d-41df-828b-18fade40e974 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:37:50.436 7 INFO cinder.api.openstack.wsgi [None req-f4e8ff70-3965-42dd-b675-465ef8db97d5 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:37:50.436 8 INFO cinder.api.openstack.wsgi [None req-6f25d4ea-a41d-41df-828b-18fade40e974 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:37:50.437 7 INFO cinder.api.openstack.wsgi [None req-f4e8ff70-3965-42dd-b675-465ef8db97d5 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:38:00.435 7 INFO cinder.api.openstack.wsgi [None req-f4e8ff70-3965-42dd-b675-465ef8db97d5 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:38:00.435 8 INFO cinder.api.openstack.wsgi [None req-6f25d4ea-a41d-41df-828b-18fade40e974 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:38:00.435 8 INFO cinder.api.openstack.wsgi [None req-6f25d4ea-a41d-41df-828b-18fade40e974 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:38:00.437 7 INFO cinder.api.openstack.wsgi [None req-f4e8ff70-3965-42dd-b675-465ef8db97d5 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:38:10.435 8 INFO cinder.api.openstack.wsgi [None req-6f25d4ea-a41d-41df-828b-18fade40e974 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:38:10.436 8 INFO cinder.api.openstack.wsgi [None req-6f25d4ea-a41d-41df-828b-18fade40e974 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:38:10.437 7 INFO cinder.api.openstack.wsgi [None req-f4e8ff70-3965-42dd-b675-465ef8db97d5 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:38:10.437 7 INFO cinder.api.openstack.wsgi [None req-f4e8ff70-3965-42dd-b675-465ef8db97d5 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:38:20.436 8 INFO cinder.api.openstack.wsgi [None req-6f25d4ea-a41d-41df-828b-18fade40e974 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:38:20.436 8 INFO cinder.api.openstack.wsgi [None req-6f25d4ea-a41d-41df-828b-18fade40e974 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:38:20.438 7 INFO cinder.api.openstack.wsgi [None req-f4e8ff70-3965-42dd-b675-465ef8db97d5 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:38:20.439 7 INFO cinder.api.openstack.wsgi [None req-f4e8ff70-3965-42dd-b675-465ef8db97d5 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:38:30.435 8 INFO cinder.api.openstack.wsgi [None req-6f25d4ea-a41d-41df-828b-18fade40e974 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:38:30.436 8 INFO cinder.api.openstack.wsgi [None req-6f25d4ea-a41d-41df-828b-18fade40e974 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:38:30.439 7 INFO cinder.api.openstack.wsgi [None req-f4e8ff70-3965-42dd-b675-465ef8db97d5 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:38:30.440 7 INFO cinder.api.openstack.wsgi [None req-f4e8ff70-3965-42dd-b675-465ef8db97d5 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:38:40.435 8 INFO cinder.api.openstack.wsgi [None req-6f25d4ea-a41d-41df-828b-18fade40e974 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:38:40.435 7 INFO cinder.api.openstack.wsgi [None req-f4e8ff70-3965-42dd-b675-465ef8db97d5 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:38:40.436 8 INFO cinder.api.openstack.wsgi [None req-6f25d4ea-a41d-41df-828b-18fade40e974 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:38:40.436 7 INFO cinder.api.openstack.wsgi [None req-f4e8ff70-3965-42dd-b675-465ef8db97d5 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:38:48.104 7 INFO cinder.api.openstack.wsgi [None req-8c629fc1-04db-4d16-9d30-6cd4d2c8a854 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true 2026-09-12 05:38:48.127 7 INFO cinder.api.openstack.wsgi [None req-8c629fc1-04db-4d16-9d30-6cd4d2c8a854 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 592/1195] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:38:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true => generated 847 bytes in 84 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:38:48.137 8 INFO cinder.api.openstack.wsgi [None req-120cc39b-7074-4ff3-80d7-5de225c91d07 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true 2026-09-12 05:38:48.184 8 INFO cinder.api.openstack.wsgi [None req-120cc39b-7074-4ff3-80d7-5de225c91d07 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 604/1196] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:38:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true => generated 845 bytes in 54 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:38:48.197 7 INFO cinder.api.openstack.wsgi [None req-9d6affc5-eccf-4ef6-9613-7d380371f43c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true 2026-09-12 05:38:48.241 7 INFO cinder.api.openstack.wsgi [None req-9d6affc5-eccf-4ef6-9613-7d380371f43c 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 593/1197] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:38:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true => generated 845 bytes in 50 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:38:48.254 8 INFO cinder.api.openstack.wsgi [None req-4f526a83-0147-4e19-aefb-6577880d783f 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:38:48.265 8 INFO cinder.volume.api [None req-4f526a83-0147-4e19-aefb-6577880d783f 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:38:48.268 8 INFO cinder.api.openstack.wsgi [None req-4f526a83-0147-4e19-aefb-6577880d783f 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 605/1198] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:38:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:38:48.278 7 INFO cinder.api.openstack.wsgi [None req-c71518d1-c19b-4859-95fd-1397f2f994c9 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true 2026-09-12 05:38:48.285 7 INFO cinder.volume.api [None req-c71518d1-c19b-4859-95fd-1397f2f994c9 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all snapshots completed successfully. 2026-09-12 05:38:48.286 7 INFO cinder.api.openstack.wsgi [None req-c71518d1-c19b-4859-95fd-1397f2f994c9 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 594/1199] 10.0.0.199 () {28 vars in 674 bytes} [Sat Sep 12 05:38:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:38:48.296 8 INFO cinder.api.openstack.wsgi [None req-1467e91e-f584-4d17-b993-07089e3fb805 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services 2026-09-12 05:38:48.307 8 INFO cinder.api.openstack.wsgi [None req-1467e91e-f584-4d17-b993-07089e3fb805 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services returned with HTTP 200 [pid: 8|app: 0|req: 606/1200] 10.0.0.199 () {28 vars in 645 bytes} [Sat Sep 12 05:38:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-services => generated 646 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:38:48.318 7 INFO cinder.api.openstack.wsgi [None req-1f0bf49e-10a6-4c81-b96a-96a5c86e7b5b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true 2026-09-12 05:38:48.823 7 INFO cinder.api.openstack.wsgi [None req-1f0bf49e-10a6-4c81-b96a-96a5c86e7b5b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 595/1201] 10.0.0.199 () {28 vars in 696 bytes} [Sat Sep 12 05:38:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:38:48.832 8 INFO cinder.api.openstack.wsgi [None req-079b596a-6fe7-4d6d-8e4c-2352b7563907 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:38:48.840 8 INFO cinder.volume.api [None req-079b596a-6fe7-4d6d-8e4c-2352b7563907 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:38:48.842 8 INFO cinder.api.openstack.wsgi [None req-079b596a-6fe7-4d6d-8e4c-2352b7563907 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 607/1202] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:38:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/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-09-12 05:38:50.435 7 INFO cinder.api.openstack.wsgi [None req-1f0bf49e-10a6-4c81-b96a-96a5c86e7b5b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:38:50.436 8 INFO cinder.api.openstack.wsgi [None req-079b596a-6fe7-4d6d-8e4c-2352b7563907 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:38:50.436 7 INFO cinder.api.openstack.wsgi [None req-1f0bf49e-10a6-4c81-b96a-96a5c86e7b5b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:38:50.437 8 INFO cinder.api.openstack.wsgi [None req-079b596a-6fe7-4d6d-8e4c-2352b7563907 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:39:00.435 8 INFO cinder.api.openstack.wsgi [None req-079b596a-6fe7-4d6d-8e4c-2352b7563907 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:39:00.435 7 INFO cinder.api.openstack.wsgi [None req-1f0bf49e-10a6-4c81-b96a-96a5c86e7b5b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:39:00.436 8 INFO cinder.api.openstack.wsgi [None req-079b596a-6fe7-4d6d-8e4c-2352b7563907 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:39:00.436 7 INFO cinder.api.openstack.wsgi [None req-1f0bf49e-10a6-4c81-b96a-96a5c86e7b5b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:39:10.435 8 INFO cinder.api.openstack.wsgi [None req-079b596a-6fe7-4d6d-8e4c-2352b7563907 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:39:10.435 7 INFO cinder.api.openstack.wsgi [None req-1f0bf49e-10a6-4c81-b96a-96a5c86e7b5b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:39:10.436 8 INFO cinder.api.openstack.wsgi [None req-079b596a-6fe7-4d6d-8e4c-2352b7563907 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:39:10.436 7 INFO cinder.api.openstack.wsgi [None req-1f0bf49e-10a6-4c81-b96a-96a5c86e7b5b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:39:20.435 8 INFO cinder.api.openstack.wsgi [None req-079b596a-6fe7-4d6d-8e4c-2352b7563907 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:39:20.435 7 INFO cinder.api.openstack.wsgi [None req-1f0bf49e-10a6-4c81-b96a-96a5c86e7b5b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:39:20.436 8 INFO cinder.api.openstack.wsgi [None req-079b596a-6fe7-4d6d-8e4c-2352b7563907 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:39:20.437 7 INFO cinder.api.openstack.wsgi [None req-1f0bf49e-10a6-4c81-b96a-96a5c86e7b5b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:39:30.436 7 INFO cinder.api.openstack.wsgi [None req-1f0bf49e-10a6-4c81-b96a-96a5c86e7b5b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:39:30.436 8 INFO cinder.api.openstack.wsgi [None req-079b596a-6fe7-4d6d-8e4c-2352b7563907 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:39:30.436 7 INFO cinder.api.openstack.wsgi [None req-1f0bf49e-10a6-4c81-b96a-96a5c86e7b5b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:39:30.437 8 INFO cinder.api.openstack.wsgi [None req-079b596a-6fe7-4d6d-8e4c-2352b7563907 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:39:40.435 7 INFO cinder.api.openstack.wsgi [None req-1f0bf49e-10a6-4c81-b96a-96a5c86e7b5b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:39:40.435 8 INFO cinder.api.openstack.wsgi [None req-079b596a-6fe7-4d6d-8e4c-2352b7563907 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:39:40.436 7 INFO cinder.api.openstack.wsgi [None req-1f0bf49e-10a6-4c81-b96a-96a5c86e7b5b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:39:40.436 8 INFO cinder.api.openstack.wsgi [None req-079b596a-6fe7-4d6d-8e4c-2352b7563907 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:39:48.012 7 INFO cinder.api.openstack.wsgi [None req-ba9dad3b-d294-4022-a0a9-a6a9682ddd59 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:39:48.021 7 INFO cinder.volume.api [None req-ba9dad3b-d294-4022-a0a9-a6a9682ddd59 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:39:48.024 7 INFO cinder.api.openstack.wsgi [None req-ba9dad3b-d294-4022-a0a9-a6a9682ddd59 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 602/1215] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:39:47 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true => generated 15 bytes in 51 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:39:48.040 8 INFO cinder.api.openstack.wsgi [None req-e8d515f4-e4f7-40a2-a3d6-812fbbdaccc7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true 2026-09-12 05:39:48.544 8 INFO cinder.api.openstack.wsgi [None req-e8d515f4-e4f7-40a2-a3d6-812fbbdaccc7 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 614/1216] 10.0.0.199 () {28 vars in 696 bytes} [Sat Sep 12 05:39:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/scheduler-stats/get_pools?detail=true => generated 670 bytes in 515 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:39:48.556 7 INFO cinder.api.openstack.wsgi [None req-0da252f1-422b-4c31-9fab-7b9f1b80f10d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true 2026-09-12 05:39:48.569 7 INFO cinder.volume.api [None req-0da252f1-422b-4c31-9fab-7b9f1b80f10d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all volumes completed successfully. 2026-09-12 05:39:48.571 7 INFO cinder.api.openstack.wsgi [None req-0da252f1-422b-4c31-9fab-7b9f1b80f10d 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 603/1217] 10.0.0.199 () {28 vars in 684 bytes} [Sat Sep 12 05:39:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/volumes/detail?all_tenants=true => generated 15 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:39:48.589 8 INFO cinder.api.openstack.wsgi [None req-5a975c68-6fb1-4733-8b98-63954b86884b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true 2026-09-12 05:39:48.599 8 INFO cinder.volume.api [None req-5a975c68-6fb1-4733-8b98-63954b86884b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] Get all snapshots completed successfully. 2026-09-12 05:39:48.600 8 INFO cinder.api.openstack.wsgi [None req-5a975c68-6fb1-4733-8b98-63954b86884b 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 615/1218] 10.0.0.199 () {28 vars in 674 bytes} [Sat Sep 12 05:39:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/snapshots?all_tenants=true => generated 17 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-09-12 05:39:48.648 7 INFO cinder.api.openstack.wsgi [None req-ecb3550c-0816-4bea-afd2-926cf01bf6c4 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true 2026-09-12 05:39:48.673 7 INFO cinder.api.openstack.wsgi [None req-ecb3550c-0816-4bea-afd2-926cf01bf6c4 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 604/1219] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:39:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/312b2e2413d84a6eac26b723bb97a5de?usage=true => generated 847 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:39:48.689 8 INFO cinder.api.openstack.wsgi [None req-ed339b92-2a26-4156-8625-9e7cdb2ab0f2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true 2026-09-12 05:39:48.717 8 INFO cinder.api.openstack.wsgi [None req-ed339b92-2a26-4156-8625-9e7cdb2ab0f2 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 616/1220] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:39:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/7b61f90f072d48bdbd340d0f88bf2409?usage=true => generated 845 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:39:48.728 7 INFO cinder.api.openstack.wsgi [None req-01067711-2d88-4b71-94e1-2ce77ea3ef3a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true 2026-09-12 05:39:48.754 7 INFO cinder.api.openstack.wsgi [None req-01067711-2d88-4b71-94e1-2ce77ea3ef3a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 605/1221] 10.0.0.199 () {28 vars in 736 bytes} [Sat Sep 12 05:39:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-quota-sets/8f9c5103024447e5be2dc5dce46bc06d?usage=true => generated 845 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:39:48.766 8 INFO cinder.api.openstack.wsgi [None req-b8f8b327-3bdd-4e6f-a677-735561575206 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services 2026-09-12 05:39:48.774 8 INFO cinder.api.openstack.wsgi [None req-b8f8b327-3bdd-4e6f-a677-735561575206 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/7b61f90f072d48bdbd340d0f88bf2409/os-services returned with HTTP 200 [pid: 8|app: 0|req: 617/1222] 10.0.0.199 () {28 vars in 645 bytes} [Sat Sep 12 05:39:48 2026] GET /v3/7b61f90f072d48bdbd340d0f88bf2409/os-services => generated 646 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-09-12 05:39:50.435 7 INFO cinder.api.openstack.wsgi [None req-01067711-2d88-4b71-94e1-2ce77ea3ef3a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:39:50.435 8 INFO cinder.api.openstack.wsgi [None req-b8f8b327-3bdd-4e6f-a677-735561575206 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:39:50.436 7 INFO cinder.api.openstack.wsgi [None req-01067711-2d88-4b71-94e1-2ce77ea3ef3a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:39:50.436 8 INFO cinder.api.openstack.wsgi [None req-b8f8b327-3bdd-4e6f-a677-735561575206 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:40:00.434 7 INFO cinder.api.openstack.wsgi [None req-01067711-2d88-4b71-94e1-2ce77ea3ef3a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:40:00.435 8 INFO cinder.api.openstack.wsgi [None req-b8f8b327-3bdd-4e6f-a677-735561575206 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:40:00.435 7 INFO cinder.api.openstack.wsgi [None req-01067711-2d88-4b71-94e1-2ce77ea3ef3a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:40:00.436 8 INFO cinder.api.openstack.wsgi [None req-b8f8b327-3bdd-4e6f-a677-735561575206 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:40:10.436 8 INFO cinder.api.openstack.wsgi [None req-b8f8b327-3bdd-4e6f-a677-735561575206 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:40:10.436 7 INFO cinder.api.openstack.wsgi [None req-01067711-2d88-4b71-94e1-2ce77ea3ef3a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] GET http://10.0.0.19:8776/ 2026-09-12 05:40:10.436 8 INFO cinder.api.openstack.wsgi [None req-b8f8b327-3bdd-4e6f-a677-735561575206 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300 2026-09-12 05:40:10.436 7 INFO cinder.api.openstack.wsgi [None req-01067711-2d88-4b71-94e1-2ce77ea3ef3a 2e138e7d4a374b29917915d9fa34e4f2 7b61f90f072d48bdbd340d0f88bf2409 - - default default] http://10.0.0.19:8776/ returned with HTTP 300