+ COMMAND=start + start + exec uwsgi --ini /etc/cinder/cinder-api-uwsgi.ini [uWSGI] getting INI configuration from /etc/cinder/cinder-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Wed Jul 1 11:25:15 2026] *** compiled with version: 13.3.0 on 02 June 2026 01:53:39 os: Linux-5.15.0-181-generic #191-Ubuntu SMP Fri May 22 19:09:02 UTC 2026 nodename: cinder-api-668488c7d5-bq8fq 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 0x7f4e576e0668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... /var/lib/openstack/lib/python3.12/site-packages/oslo_utils/eventletutils.py:29: DeprecationWarning: eventuletutils module is deprecated and will be removed. debtcollector.deprecate( /var/lib/openstack/lib/python3.12/site-packages/oslo_utils/eventletutils.py:29: DeprecationWarning: eventuletutils module is deprecated and will be removed. debtcollector.deprecate( /var/lib/openstack/lib/python3.12/site-packages/webob/compat.py:5: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13 from cgi import parse_header /var/lib/openstack/lib/python3.12/site-packages/webob/compat.py:5: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13 from cgi import parse_header /var/lib/openstack/lib/python3.12/site-packages/oslo_service/eventlet_backdoor.py:36: DeprecationWarning: The 'oslo_service.eventlet_backdoor' module usage is deprecated and will be removed in version '2026.2': The 'eventlet_backdoor' module is deprecated and will be removed in version 2026.2. This module is not being replaced. Please migrate away from using it and remove any dependencies on this module. removals.removed_module( /var/lib/openstack/lib/python3.12/site-packages/oslo_service/sslutils.py:24: DeprecationWarning: The 'oslo_service.sslutils' module usage is deprecated and will be removed in version '2026.2': The 'oslo_service.sslutils' module is deprecated and will be removed in version 2026.2. removals.removed_module( /var/lib/openstack/lib/python3.12/site-packages/oslo_service/wsgi.py:40: DeprecationWarning: The 'oslo_service.wsgi' module usage is deprecated and will be removed in version '2026.2', please use uwsgi instead: The 'oslo_service.wsgi' module is deprecated and will be removed in version 2026.2. We recommend transitioning to 'uwsgi' for serving WSGI applications. removals.removed_module( /var/lib/openstack/lib/python3.12/site-packages/oslo_service/eventlet_backdoor.py:36: DeprecationWarning: The 'oslo_service.eventlet_backdoor' module usage is deprecated and will be removed in version '2026.2': The 'eventlet_backdoor' module is deprecated and will be removed in version 2026.2. This module is not being replaced. Please migrate away from using it and remove any dependencies on this module. removals.removed_module( /var/lib/openstack/lib/python3.12/site-packages/oslo_service/sslutils.py:24: DeprecationWarning: The 'oslo_service.sslutils' module usage is deprecated and will be removed in version '2026.2': The 'oslo_service.sslutils' module is deprecated and will be removed in version 2026.2. removals.removed_module( /var/lib/openstack/lib/python3.12/site-packages/oslo_service/wsgi.py:40: DeprecationWarning: The 'oslo_service.wsgi' module usage is deprecated and will be removed in version '2026.2', please use uwsgi instead: The 'oslo_service.wsgi' module is deprecated and will be removed in version 2026.2. We recommend transitioning to 'uwsgi' for serving WSGI applications. removals.removed_module( /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:1591: DeprecationWarning: volume_extension:quotas:show deprecated without deprecated_reason or deprecated_since. This will be an error in a future release warnings.warn( /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:1591: DeprecationWarning: volume_extension:quotas:show deprecated without deprecated_reason or deprecated_since. This will be an error in a future release warnings.warn( simplejson unavailable, fall-back to standard python json simplejson unavailable, fall-back to standard python json /var/lib/openstack/lib/python3.12/site-packages/cinder/db/sqlalchemy/models.py:37: MovedIn20Warning: The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base(). (deprecated since: 2.0) (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9) BASE = declarative_base() /var/lib/openstack/lib/python3.12/site-packages/cinder/db/sqlalchemy/models.py:37: MovedIn20Warning: The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base(). (deprecated since: 2.0) (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9) BASE = declarative_base() 2026-07-01 11:25:19.010 8 WARNING cinder.api [-] The v1 API has been removed and is no longer available. Client applications should be using v3, which is currently the only supported version of the Block Storage API. 2026-07-01 11:25:19.010 8 WARNING cinder.api [-] The v2 API has been removed and is no longer available. Client applications must now use the v3 API only. The 'enable_v2_api' option has been removed and is ignored in the cinder.conf file. /var/lib/openstack/lib/python3.12/site-packages/cinder/api/validation/validators.py:126: DeprecationWarning: FormatChecker.cls_checks is deprecated. Call FormatChecker.checks on a specific FormatChecker instance instead. @jsonschema.FormatChecker.cls_checks('date-time') 2026-07-01 11:25:19.160 7 WARNING cinder.api [-] The v1 API has been removed and is no longer available. Client applications should be using v3, which is currently the only supported version of the Block Storage API. 2026-07-01 11:25:19.161 7 WARNING cinder.api [-] The v2 API has been removed and is no longer available. Client applications must now use the v3 API only. The 'enable_v2_api' option has been removed and is ignored in the cinder.conf file. /var/lib/openstack/lib/python3.12/site-packages/cinder/api/validation/validators.py:126: DeprecationWarning: FormatChecker.cls_checks is deprecated. Call FormatChecker.checks on a specific FormatChecker instance instead. @jsonschema.FormatChecker.cls_checks('date-time') 2026-07-01 11:25:20.236 8 INFO cinder.rpc [None req-5e8b159e-e317-4d95-9be6-fb7fbe165590 - - - - - -] Automatically selected cinder-scheduler objects version 1.39 as minimum service version. 2026-07-01 11:25:20.239 8 INFO cinder.rpc [None req-5e8b159e-e317-4d95-9be6-fb7fbe165590 - - - - - -] Automatically selected cinder-scheduler RPC version 3.12 as minimum service version. 2026-07-01 11:25:20.242 8 INFO cinder.rpc [None req-5e8b159e-e317-4d95-9be6-fb7fbe165590 - - - - - -] Automatically selected cinder-volume objects version 1.39 as minimum service version. 2026-07-01 11:25:20.245 8 INFO cinder.rpc [None req-5e8b159e-e317-4d95-9be6-fb7fbe165590 - - - - - -] Automatically selected cinder-volume RPC version 3.20 as minimum service version. 2026-07-01 11:25:20.261 8 INFO cinder.rpc [None req-5e8b159e-e317-4d95-9be6-fb7fbe165590 - - - - - -] Automatically selected cinder-backup objects version 1.39 as minimum service version. 2026-07-01 11:25:20.265 8 INFO cinder.rpc [None req-5e8b159e-e317-4d95-9be6-fb7fbe165590 - - - - - -] Automatically selected cinder-backup RPC version 2.4 as minimum service version. 2026-07-01 11:25:20.312 8 WARNING cinder.api.contrib.hosts [None req-5e8b159e-e317-4d95-9be6-fb7fbe165590 - - - - - -] Deprecated: The Host API is deprecated and will be be removed in a future version. 2026-07-01 11:25:20.354 8 WARNING keystonemiddleware._common.config [None req-5e8b159e-e317-4d95-9be6-fb7fbe165590 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-01 11:25:20.363 8 WARNING oslo_config.cfg [None req-5e8b159e-e317-4d95-9be6-fb7fbe165590 - - - - - -] 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 0x7f4e576e0668 pid: 8 (default app) 2026-07-01 11:25:20.415 7 INFO cinder.rpc [None req-bc447978-1bec-4218-aa7f-7d9f409a210a - - - - - -] Automatically selected cinder-scheduler objects version 1.39 as minimum service version. 2026-07-01 11:25:20.417 7 INFO cinder.rpc [None req-bc447978-1bec-4218-aa7f-7d9f409a210a - - - - - -] Automatically selected cinder-scheduler RPC version 3.12 as minimum service version. 2026-07-01 11:25:20.420 7 INFO cinder.rpc [None req-bc447978-1bec-4218-aa7f-7d9f409a210a - - - - - -] Automatically selected cinder-volume objects version 1.39 as minimum service version. 2026-07-01 11:25:20.422 7 INFO cinder.rpc [None req-bc447978-1bec-4218-aa7f-7d9f409a210a - - - - - -] Automatically selected cinder-volume RPC version 3.20 as minimum service version. 2026-07-01 11:25:20.435 7 INFO cinder.rpc [None req-bc447978-1bec-4218-aa7f-7d9f409a210a - - - - - -] Automatically selected cinder-backup objects version 1.39 as minimum service version. 2026-07-01 11:25:20.439 7 INFO cinder.rpc [None req-bc447978-1bec-4218-aa7f-7d9f409a210a - - - - - -] Automatically selected cinder-backup RPC version 2.4 as minimum service version. 2026-07-01 11:25:20.486 7 WARNING cinder.api.contrib.hosts [None req-bc447978-1bec-4218-aa7f-7d9f409a210a - - - - - -] Deprecated: The Host API is deprecated and will be be removed in a future version. 2026-07-01 11:25:20.528 7 WARNING keystonemiddleware._common.config [None req-bc447978-1bec-4218-aa7f-7d9f409a210a - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-01 11:25:20.537 7 WARNING oslo_config.cfg [None req-bc447978-1bec-4218-aa7f-7d9f409a210a - - - - - -] 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 0x7f4e576e0668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_create":"" was deprecated in X in favor of "volume:attachment_create":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_update":"rule:admin_or_owner" was deprecated in X in favor of "volume:attachment_update":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_delete":"rule:admin_or_owner" was deprecated in X in favor of "volume:attachment_delete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_complete":"rule:admin_or_owner" was deprecated in X in favor of "volume:attachment_complete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:multiattach_bootable_volume":"rule:admin_or_owner" was deprecated in X in favor of "volume:multiattach_bootable_volume":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:get_all":"rule:admin_or_owner" was deprecated in X in favor of "message:get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:get":"rule:admin_or_owner" was deprecated in X in favor of "message:get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:delete":"rule:admin_or_owner" was deprecated in X in favor of "message:delete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_snapshot_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_snapshot_metadata":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_snapshot_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:update_snapshot_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_snapshot_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete_snapshot_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all_snapshots":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_all_snapshots":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:extended_snapshot_attributes":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:extended_snapshot_attributes":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:create_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_snapshot":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:update_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "snapshot_extension:snapshot_actions:update_snapshot_status":"" was deprecated in X in favor of "snapshot_extension:snapshot_actions:update_snapshot_status":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:get_all":"rule:admin_or_owner" was deprecated in X in favor of "backup:get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:create":"" was deprecated in X in favor of "backup:create":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:get":"rule:admin_or_owner" was deprecated in X in favor of "backup:get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:update":"rule:admin_or_owner" was deprecated in X in favor of "backup:update":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:restore":"rule:admin_or_owner" was deprecated in X in favor of "backup:restore":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_all":"rule:admin_or_owner" was deprecated in X in favor of "group:get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:create":"" was deprecated in X in favor of "group:create":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get":"rule:admin_or_owner" was deprecated in X in favor of "group:get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:update":"rule:admin_or_owner" was deprecated in X in favor of "group:update":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_all_group_snapshots":"rule:admin_or_owner" was deprecated in X in favor of "group:get_all_group_snapshots":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:create_group_snapshot":"" was deprecated in X in favor of "group:create_group_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_group_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "group:get_group_snapshot":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:delete_group_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "group:delete_group_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:update_group_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "group:update_group_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:delete":"rule:admin_or_owner" was deprecated in X in favor of "group:delete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:enable_replication":"rule:admin_or_owner" was deprecated in X in favor of "group:enable_replication":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:disable_replication":"rule:admin_or_owner" was deprecated in X in favor of "group:disable_replication":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:failover_replication":"rule:admin_or_owner" was deprecated in X in favor of "group:failover_replication":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:list_replication_targets":"rule:admin_or_owner" was deprecated in X in favor of "group:list_replication_targets":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:quotas:show":"rule:admin_or_owner" was deprecated in None in favor of "volume_extension:quotas:show":"rule:xena_system_admin_or_project_reader". Reason: None. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "limits_extension:used_limits":"rule:admin_or_owner" was deprecated in X in favor of "limits_extension:used_limits":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:type_get":"" was deprecated in X in favor of "volume_extension:type_get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:type_get_all":"" was deprecated in X in favor of "volume_extension:type_get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:access_types_extra_specs":"rule:admin_api" was deprecated in X in favor of "volume_extension:access_types_extra_specs":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:create":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:create":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:get":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:get":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:update":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:update":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:delete":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:delete":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_access":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_type_access":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_access:get_all_for_type":"volume_extension:volume_type_access" was deprecated in X in favor of "volume_extension:volume_type_access:get_all_for_type":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_access:get_all_for_type' is a new policy that protects an API call formerly governed by 'volume_extension:volume_type_access', but which has been separated for finer-grained policy control.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:extend":"rule:admin_or_owner" was deprecated in X in favor of "volume:extend":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:extend_attached_volume":"rule:admin_or_owner" was deprecated in X in favor of "volume:extend_attached_volume":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:revert_to_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:revert_to_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:retype":"rule:admin_or_owner" was deprecated in X in favor of "volume:retype":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_readonly_flag":"rule:admin_or_owner" was deprecated in X in favor of "volume:update_readonly_flag":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:upload_image":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:upload_image":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:initialize_connection":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:initialize_connection":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:terminate_connection":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:terminate_connection":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:roll_detaching":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:roll_detaching":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:reserve":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:reserve":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:unreserve":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:unreserve":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:begin_detaching":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:begin_detaching":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:attach":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:attach":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:detach":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:detach":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all_transfers":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_all_transfers":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_transfer":"rule:admin_or_owner" was deprecated in X in favor of "volume:create_transfer":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_transfer":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_transfer":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:accept_transfer":"" was deprecated in X in favor of "volume:accept_transfer":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_transfer":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete_transfer":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_volume_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_volume_metadata":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_volume_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:create_volume_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_volume_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:update_volume_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_volume_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete_volume_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:show":"rule:xena_system_admin_or_project_reader". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:set":"rule:xena_system_admin_or_project_member". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:remove":"rule:xena_system_admin_or_project_member". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:types_extra_specs:index":"" was deprecated in X in favor of "volume_extension:types_extra_specs:index":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:types_extra_specs:show":"" was deprecated in X in favor of "volume_extension:types_extra_specs:show":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create":"" was deprecated in X in favor of "volume:create":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_from_image":"" was deprecated in X in favor of "volume:create_from_image":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get":"rule:admin_or_owner" was deprecated in X in favor of "volume:get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update":"rule:admin_or_owner" was deprecated in X in favor of "volume:update":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_tenant_attribute":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_tenant_attribute":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_encryption_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_encryption_metadata":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:multiattach":"rule:admin_or_owner" was deprecated in X in favor of "volume:multiattach":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_set_or_update":"rule:system_or_domain_or_project_admin" was deprecated in X in favor of "volume_extension:default_set_or_update":"rule:admin_api". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_get":"rule:system_or_domain_or_project_admin" was deprecated in X in favor of "volume_extension:default_get":"rule:admin_api". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_get_all":"role:admin and system_scope:all" was deprecated in X in favor of "volume_extension:default_get_all":"rule:admin_api". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_unset":"rule:system_or_domain_or_project_admin" was deprecated in X in favor of "volume_extension:default_unset":"rule:admin_api". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) 2026-07-01 11:27:02.813 7 INFO cinder.api.openstack.wsgi [None req-47573b4a-d7bc-4132-a063-a329c9d02cec 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/types/rbd1 2026-07-01 11:27:02.840 7 INFO cinder.api.openstack.wsgi [None req-47573b4a-d7bc-4132-a063-a329c9d02cec 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/types/rbd1 returned with HTTP 404 [pid: 7|app: 0|req: 10/20] 10.0.0.197 () {30 vars in 616 bytes} [Wed Jul 1 11:27:01 2026] GET /v3/types/rbd1 => generated 82 bytes in 844 msecs (HTTP/1.1 404) 7 headers in 291 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_create":"" was deprecated in X in favor of "volume:attachment_create":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_update":"rule:admin_or_owner" was deprecated in X in favor of "volume:attachment_update":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_delete":"rule:admin_or_owner" was deprecated in X in favor of "volume:attachment_delete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_complete":"rule:admin_or_owner" was deprecated in X in favor of "volume:attachment_complete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:multiattach_bootable_volume":"rule:admin_or_owner" was deprecated in X in favor of "volume:multiattach_bootable_volume":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:get_all":"rule:admin_or_owner" was deprecated in X in favor of "message:get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:get":"rule:admin_or_owner" was deprecated in X in favor of "message:get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:delete":"rule:admin_or_owner" was deprecated in X in favor of "message:delete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_snapshot_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_snapshot_metadata":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_snapshot_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:update_snapshot_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_snapshot_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete_snapshot_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all_snapshots":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_all_snapshots":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:extended_snapshot_attributes":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:extended_snapshot_attributes":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:create_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_snapshot":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:update_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "snapshot_extension:snapshot_actions:update_snapshot_status":"" was deprecated in X in favor of "snapshot_extension:snapshot_actions:update_snapshot_status":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:get_all":"rule:admin_or_owner" was deprecated in X in favor of "backup:get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:create":"" was deprecated in X in favor of "backup:create":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:get":"rule:admin_or_owner" was deprecated in X in favor of "backup:get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:update":"rule:admin_or_owner" was deprecated in X in favor of "backup:update":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:restore":"rule:admin_or_owner" was deprecated in X in favor of "backup:restore":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_all":"rule:admin_or_owner" was deprecated in X in favor of "group:get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:create":"" was deprecated in X in favor of "group:create":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get":"rule:admin_or_owner" was deprecated in X in favor of "group:get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:update":"rule:admin_or_owner" was deprecated in X in favor of "group:update":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_all_group_snapshots":"rule:admin_or_owner" was deprecated in X in favor of "group:get_all_group_snapshots":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:create_group_snapshot":"" was deprecated in X in favor of "group:create_group_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_group_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "group:get_group_snapshot":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:delete_group_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "group:delete_group_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:update_group_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "group:update_group_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:delete":"rule:admin_or_owner" was deprecated in X in favor of "group:delete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:enable_replication":"rule:admin_or_owner" was deprecated in X in favor of "group:enable_replication":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:disable_replication":"rule:admin_or_owner" was deprecated in X in favor of "group:disable_replication":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:failover_replication":"rule:admin_or_owner" was deprecated in X in favor of "group:failover_replication":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:list_replication_targets":"rule:admin_or_owner" was deprecated in X in favor of "group:list_replication_targets":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:quotas:show":"rule:admin_or_owner" was deprecated in None in favor of "volume_extension:quotas:show":"rule:xena_system_admin_or_project_reader". Reason: None. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "limits_extension:used_limits":"rule:admin_or_owner" was deprecated in X in favor of "limits_extension:used_limits":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:type_get":"" was deprecated in X in favor of "volume_extension:type_get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:type_get_all":"" was deprecated in X in favor of "volume_extension:type_get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:access_types_extra_specs":"rule:admin_api" was deprecated in X in favor of "volume_extension:access_types_extra_specs":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:create":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:create":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:get":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:get":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:update":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:update":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:delete":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:delete":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_access":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_type_access":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_access:get_all_for_type":"volume_extension:volume_type_access" was deprecated in X in favor of "volume_extension:volume_type_access:get_all_for_type":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_access:get_all_for_type' is a new policy that protects an API call formerly governed by 'volume_extension:volume_type_access', but which has been separated for finer-grained policy control.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:extend":"rule:admin_or_owner" was deprecated in X in favor of "volume:extend":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:extend_attached_volume":"rule:admin_or_owner" was deprecated in X in favor of "volume:extend_attached_volume":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:revert_to_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:revert_to_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:retype":"rule:admin_or_owner" was deprecated in X in favor of "volume:retype":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_readonly_flag":"rule:admin_or_owner" was deprecated in X in favor of "volume:update_readonly_flag":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:upload_image":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:upload_image":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:initialize_connection":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:initialize_connection":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:terminate_connection":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:terminate_connection":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:roll_detaching":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:roll_detaching":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:reserve":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:reserve":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:unreserve":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:unreserve":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:begin_detaching":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:begin_detaching":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:attach":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:attach":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:detach":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:detach":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all_transfers":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_all_transfers":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_transfer":"rule:admin_or_owner" was deprecated in X in favor of "volume:create_transfer":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_transfer":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_transfer":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:accept_transfer":"" was deprecated in X in favor of "volume:accept_transfer":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_transfer":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete_transfer":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_volume_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_volume_metadata":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_volume_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:create_volume_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_volume_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:update_volume_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_volume_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete_volume_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:show":"rule:xena_system_admin_or_project_reader". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:set":"rule:xena_system_admin_or_project_member". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:remove":"rule:xena_system_admin_or_project_member". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:types_extra_specs:index":"" was deprecated in X in favor of "volume_extension:types_extra_specs:index":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:types_extra_specs:show":"" was deprecated in X in favor of "volume_extension:types_extra_specs:show":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create":"" was deprecated in X in favor of "volume:create":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_from_image":"" was deprecated in X in favor of "volume:create_from_image":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get":"rule:admin_or_owner" was deprecated in X in favor of "volume:get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update":"rule:admin_or_owner" was deprecated in X in favor of "volume:update":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_tenant_attribute":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_tenant_attribute":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_encryption_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_encryption_metadata":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:multiattach":"rule:admin_or_owner" was deprecated in X in favor of "volume:multiattach":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_set_or_update":"rule:system_or_domain_or_project_admin" was deprecated in X in favor of "volume_extension:default_set_or_update":"rule:admin_api". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_get":"rule:system_or_domain_or_project_admin" was deprecated in X in favor of "volume_extension:default_get":"rule:admin_api". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_get_all":"role:admin and system_scope:all" was deprecated in X in favor of "volume_extension:default_get_all":"rule:admin_api". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_unset":"rule:system_or_domain_or_project_admin" was deprecated in X in favor of "volume_extension:default_unset":"rule:admin_api". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) 2026-07-01 11:27:03.223 8 INFO cinder.api.openstack.wsgi [None req-0f6b6a33-9039-450e-afee-2b4e19871188 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/types?name=rbd1&is_public=None /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 11:27:03.244 8 INFO cinder.api.openstack.wsgi [None req-0f6b6a33-9039-450e-afee-2b4e19871188 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/types?name=rbd1&is_public=None returned with HTTP 200 [pid: 8|app: 0|req: 11/21] 10.0.0.197 () {30 vars in 655 bytes} [Wed Jul 1 11:27:02 2026] GET /v3/types?name=rbd1&is_public=None => generated 20 bytes in 396 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 11:27:04.848 7 INFO cinder.api.openstack.wsgi [None req-3b1ce2b9-6709-4241-9614-e8a8a8deb3e9 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/types /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 11:27:04.873 7 INFO cinder.api.openstack.wsgi [None req-3b1ce2b9-6709-4241-9614-e8a8a8deb3e9 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/types returned with HTTP 200 [pid: 7|app: 0|req: 11/22] 10.0.0.197 () {34 vars in 659 bytes} [Wed Jul 1 11:27:04 2026] POST /v3/types => generated 179 bytes in 54 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 11:27:04.886 8 INFO cinder.api.openstack.wsgi [req-3b1ce2b9-6709-4241-9614-e8a8a8deb3e9 req-724b0bfd-2fdd-45ff-8194-23f6e360c6cd 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/types/dcc665f2-513b-499f-8ab1-55e7ba3edeb2/extra_specs 2026-07-01 11:27:04.941 8 INFO cinder.api.openstack.wsgi [req-3b1ce2b9-6709-4241-9614-e8a8a8deb3e9 req-724b0bfd-2fdd-45ff-8194-23f6e360c6cd 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/types/dcc665f2-513b-499f-8ab1-55e7ba3edeb2/extra_specs returned with HTTP 200 [pid: 8|app: 0|req: 12/23] 10.0.0.197 () {36 vars in 828 bytes} [Wed Jul 1 11:27:04 2026] POST /v3/types/dcc665f2-513b-499f-8ab1-55e7ba3edeb2/extra_specs => generated 48 bytes in 62 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 11:27:06.557 7 INFO cinder.api.openstack.wsgi [None req-2aeadef4-56da-405b-bce1-c77ea02f3e0d 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/types?is_public=None 2026-07-01 11:27:06.573 7 INFO cinder.api.openstack.wsgi [None req-2aeadef4-56da-405b-bce1-c77ea02f3e0d 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/types?is_public=None returned with HTTP 200 [pid: 7|app: 0|req: 12/24] 10.0.0.197 () {30 vars in 635 bytes} [Wed Jul 1 11:27:06 2026] GET /v3/types?is_public=None => generated 443 bytes in 46 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 11:27:08.569 8 INFO cinder.api.openstack.wsgi [None req-8246fac9-e652-4637-b1e0-9b90b837ceb4 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/qos-specs 2026-07-01 11:27:08.580 8 INFO cinder.api.openstack.wsgi [None req-8246fac9-e652-4637-b1e0-9b90b837ceb4 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/qos-specs returned with HTTP 200 [pid: 8|app: 0|req: 13/25] 10.0.0.197 () {30 vars in 614 bytes} [Wed Jul 1 11:27:08 2026] GET /v3/qos-specs => generated 17 bytes in 351 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: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 11:43:01.812 7 INFO cinder.api.openstack.wsgi [None req-15a4b030-7b65-411d-8751-4da7a40d9931 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET https://volume.199-204-45-23.nip.io/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=False 2026-07-01 11:43:01.841 7 WARNING cinder.quota [None req-15a4b030-7b65-411d-8751-4da7a40d9931 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Deprecated: Default quota for resource: volumes_rbd1 is set by the default quota flag: quota_volumes_rbd1, it is now deprecated. Please use the default quota class for default quota. 2026-07-01 11:43:01.841 7 WARNING cinder.quota [None req-15a4b030-7b65-411d-8751-4da7a40d9931 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Deprecated: Default quota for resource: gigabytes_rbd1 is set by the default quota flag: quota_gigabytes_rbd1, it is now deprecated. Please use the default quota class for default quota. 2026-07-01 11:43:01.842 7 WARNING cinder.quota [None req-15a4b030-7b65-411d-8751-4da7a40d9931 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Deprecated: Default quota for resource: snapshots_rbd1 is set by the default quota flag: quota_snapshots_rbd1, it is now deprecated. Please use the default quota class for default quota. 2026-07-01 11:43:01.842 7 WARNING cinder.quota [None req-15a4b030-7b65-411d-8751-4da7a40d9931 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Deprecated: Default quota for resource: volumes___DEFAULT__ is set by the default quota flag: quota_volumes___DEFAULT__, it is now deprecated. Please use the default quota class for default quota. 2026-07-01 11:43:01.843 7 WARNING cinder.quota [None req-15a4b030-7b65-411d-8751-4da7a40d9931 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Deprecated: Default quota for resource: gigabytes___DEFAULT__ is set by the default quota flag: quota_gigabytes___DEFAULT__, it is now deprecated. Please use the default quota class for default quota. 2026-07-01 11:43:01.843 7 WARNING cinder.quota [None req-15a4b030-7b65-411d-8751-4da7a40d9931 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Deprecated: Default quota for resource: snapshots___DEFAULT__ is set by the default quota flag: quota_snapshots___DEFAULT__, it is now deprecated. Please use the default quota class for default quota. 2026-07-01 11:43:01.849 7 INFO cinder.api.openstack.wsgi [None req-15a4b030-7b65-411d-8751-4da7a40d9931 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] https://volume.199-204-45-23.nip.io/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=False returned with HTTP 200 [pid: 7|app: 0|req: 109/218] 199.204.45.23 () {44 vars in 999 bytes} [Wed Jul 1 11:43:01 2026] GET /v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=False => generated 340 bytes in 138 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 11:43:01.993 8 INFO cinder.api.openstack.wsgi [None req-cdb97d7a-a939-4e37-a6a3-fbde53e2b581 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] PUT https://volume.199-204-45-23.nip.io/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1 2026-07-01 11:43:02.081 8 WARNING cinder.quota [None req-cdb97d7a-a939-4e37-a6a3-fbde53e2b581 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Deprecated: Default quota for resource: volumes_rbd1 is set by the default quota flag: quota_volumes_rbd1, it is now deprecated. Please use the default quota class for default quota. 2026-07-01 11:43:02.082 8 WARNING cinder.quota [None req-cdb97d7a-a939-4e37-a6a3-fbde53e2b581 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Deprecated: Default quota for resource: gigabytes_rbd1 is set by the default quota flag: quota_gigabytes_rbd1, it is now deprecated. Please use the default quota class for default quota. 2026-07-01 11:43:02.082 8 WARNING cinder.quota [None req-cdb97d7a-a939-4e37-a6a3-fbde53e2b581 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Deprecated: Default quota for resource: snapshots_rbd1 is set by the default quota flag: quota_snapshots_rbd1, it is now deprecated. Please use the default quota class for default quota. 2026-07-01 11:43:02.082 8 WARNING cinder.quota [None req-cdb97d7a-a939-4e37-a6a3-fbde53e2b581 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Deprecated: Default quota for resource: volumes___DEFAULT__ is set by the default quota flag: quota_volumes___DEFAULT__, it is now deprecated. Please use the default quota class for default quota. 2026-07-01 11:43:02.082 8 WARNING cinder.quota [None req-cdb97d7a-a939-4e37-a6a3-fbde53e2b581 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Deprecated: Default quota for resource: gigabytes___DEFAULT__ is set by the default quota flag: quota_gigabytes___DEFAULT__, it is now deprecated. Please use the default quota class for default quota. 2026-07-01 11:43:02.083 8 WARNING cinder.quota [None req-cdb97d7a-a939-4e37-a6a3-fbde53e2b581 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Deprecated: Default quota for resource: snapshots___DEFAULT__ is set by the default quota flag: quota_snapshots___DEFAULT__, it is now deprecated. Please use the default quota class for default quota. 2026-07-01 11:43:02.089 8 INFO cinder.api.openstack.wsgi [None req-cdb97d7a-a939-4e37-a6a3-fbde53e2b581 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] https://volume.199-204-45-23.nip.io/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1 returned with HTTP 200 [pid: 8|app: 0|req: 110/219] 199.204.45.23 () {48 vars in 1028 bytes} [Wed Jul 1 11:43:01 2026] PUT /v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1 => generated 296 bytes in 107 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 11:54:03.946 7 INFO cinder.api.openstack.wsgi [None req-a12867a9-ca7d-4758-aa12-0f139b847731 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET https://volume.199-204-45-23.nip.io/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=False 2026-07-01 11:54:03.972 7 INFO cinder.api.openstack.wsgi [None req-a12867a9-ca7d-4758-aa12-0f139b847731 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] https://volume.199-204-45-23.nip.io/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=False returned with HTTP 200 [pid: 7|app: 0|req: 176/352] 199.204.45.23 () {44 vars in 999 bytes} [Wed Jul 1 11:54:03 2026] GET /v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=False => generated 340 bytes in 165 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 11:54:04.517 8 INFO cinder.api.openstack.wsgi [None req-6190b3a6-d95e-44e8-bb27-e3626afcac59 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] PUT https://volume.199-204-45-23.nip.io/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367 2026-07-01 11:54:04.577 8 INFO cinder.api.openstack.wsgi [None req-6190b3a6-d95e-44e8-bb27-e3626afcac59 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] https://volume.199-204-45-23.nip.io/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367 returned with HTTP 200 [pid: 8|app: 0|req: 177/353] 199.204.45.23 () {48 vars in 1028 bytes} [Wed Jul 1 11:54:04 2026] PUT /v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367 => generated 296 bytes in 69 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 11:55:12.313 8 INFO cinder.api.openstack.wsgi [None req-40e22cdc-4ab9-438e-abf8-613cbf303b3e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true 2026-07-01 11:55:12.340 8 INFO cinder.volume.api [None req-40e22cdc-4ab9-438e-abf8-613cbf303b3e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all snapshots completed successfully. 2026-07-01 11:55:12.340 8 INFO cinder.api.openstack.wsgi [None req-40e22cdc-4ab9-438e-abf8-613cbf303b3e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 185/368] 10.0.0.48 () {28 vars in 607 bytes} [Wed Jul 1 11:55:12 2026] GET /v3/snapshots?all_tenants=true => generated 17 bytes in 89 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 11:55:12.372 7 INFO cinder.api.openstack.wsgi [None req-d25d79a9-7746-4c20-a597-0d8b42ee869c 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services 2026-07-01 11:55:12.383 7 INFO cinder.api.openstack.wsgi [None req-d25d79a9-7746-4c20-a597-0d8b42ee869c 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services returned with HTTP 200 [pid: 7|app: 0|req: 184/369] 10.0.0.48 () {28 vars in 578 bytes} [Wed Jul 1 11:55:12 2026] GET /v3/os-services => generated 646 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 11:55:12.394 8 INFO cinder.api.openstack.wsgi [None req-ac4f5188-10fd-4a78-b447-29a8b41a5441 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 11:55:12.423 8 INFO cinder.volume.api [None req-ac4f5188-10fd-4a78-b447-29a8b41a5441 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. 2026-07-01 11:55:12.425 8 INFO cinder.api.openstack.wsgi [None req-ac4f5188-10fd-4a78-b447-29a8b41a5441 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 186/370] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 11:55:12 2026] GET /v3/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-07-01 11:55:12.436 7 INFO cinder.api.openstack.wsgi [None req-f2fc303a-80ae-4af3-8aad-08128a3f6301 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 11:55:12.476 7 INFO cinder.volume.api [None req-f2fc303a-80ae-4af3-8aad-08128a3f6301 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. 2026-07-01 11:55:12.479 7 INFO cinder.api.openstack.wsgi [None req-f2fc303a-80ae-4af3-8aad-08128a3f6301 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 185/371] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 11:55:12 2026] GET /v3/volumes/detail?all_tenants=true => generated 15 bytes in 50 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 11:55:12.525 8 INFO cinder.api.openstack.wsgi [None req-53df3133-095a-4c6d-bda9-2bbecd315c8d 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true 2026-07-01 11:55:12.551 8 INFO cinder.api.openstack.wsgi [None req-53df3133-095a-4c6d-bda9-2bbecd315c8d 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 187/372] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 11:55:12 2026] GET /v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true => generated 845 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 11:55:12.562 7 INFO cinder.api.openstack.wsgi [None req-089c1d0f-8b47-4fbc-80ef-8b4302954884 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true 2026-07-01 11:55:12.590 7 INFO cinder.api.openstack.wsgi [None req-089c1d0f-8b47-4fbc-80ef-8b4302954884 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 186/373] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 11:55:12 2026] GET /v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true => generated 845 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 11:55:12.601 8 INFO cinder.api.openstack.wsgi [None req-0db30708-89bb-4a3a-a2e7-f278d533939e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true 2026-07-01 11:55:12.623 8 INFO cinder.api.openstack.wsgi [None req-0db30708-89bb-4a3a-a2e7-f278d533939e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 188/374] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 11:55:12 2026] GET /v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true => generated 847 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 11:55:12.639 7 INFO cinder.api.openstack.wsgi [None req-6d0e64a1-eb0a-43e7-9154-12cc8d956b9a 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true 2026-07-01 11:55:13.180 7 INFO cinder.api.openstack.wsgi [None req-6d0e64a1-eb0a-43e7-9154-12cc8d956b9a 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 187/375] 10.0.0.48 () {28 vars in 629 bytes} [Wed Jul 1 11:55:12 2026] GET /v3/scheduler-stats/get_pools?detail=true => generated 670 bytes in 551 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 11:56:12.321 7 INFO cinder.api.openstack.wsgi [None req-9a1ab3dc-3cba-495d-bd06-3d8a9d385b1e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 11:56:12.330 7 INFO cinder.volume.api [None req-9a1ab3dc-3cba-495d-bd06-3d8a9d385b1e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. 2026-07-01 11:56:12.332 7 INFO cinder.api.openstack.wsgi [None req-9a1ab3dc-3cba-495d-bd06-3d8a9d385b1e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 194/388] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 11:56:12 2026] GET /v3/volumes/detail?all_tenants=true => generated 15 bytes in 63 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 11:56:12.344 8 INFO cinder.api.openstack.wsgi [None req-27d229b0-828b-4c75-9ce4-8184d7512aa7 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 11:56:12.353 8 INFO cinder.volume.api [None req-27d229b0-828b-4c75-9ce4-8184d7512aa7 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. 2026-07-01 11:56:12.355 8 INFO cinder.api.openstack.wsgi [None req-27d229b0-828b-4c75-9ce4-8184d7512aa7 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 195/389] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 11:56:12 2026] GET /v3/volumes/detail?all_tenants=true => generated 15 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 11:56:12.364 7 INFO cinder.api.openstack.wsgi [None req-7ccfa883-1ff9-468f-8aa8-34c939e521e9 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true 2026-07-01 11:56:12.868 7 INFO cinder.api.openstack.wsgi [None req-7ccfa883-1ff9-468f-8aa8-34c939e521e9 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 195/390] 10.0.0.48 () {28 vars in 629 bytes} [Wed Jul 1 11:56:12 2026] GET /v3/scheduler-stats/get_pools?detail=true => generated 670 bytes in 511 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 11:56:12.912 8 INFO cinder.api.openstack.wsgi [None req-a65c35c5-6c9d-45e9-b187-e1b9aef91c10 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true 2026-07-01 11:56:12.936 8 INFO cinder.api.openstack.wsgi [None req-a65c35c5-6c9d-45e9-b187-e1b9aef91c10 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 196/391] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 11:56:12 2026] GET /v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true => generated 845 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 11:56:12.947 7 INFO cinder.api.openstack.wsgi [None req-5046bea1-d721-4e12-be27-cbfcc23cee5f 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true 2026-07-01 11:56:12.970 7 INFO cinder.api.openstack.wsgi [None req-5046bea1-d721-4e12-be27-cbfcc23cee5f 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 196/392] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 11:56:12 2026] GET /v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true => generated 845 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 11:56:12.982 8 INFO cinder.api.openstack.wsgi [None req-fefcdc6e-a9ee-48de-9a82-5d3efae74e46 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true 2026-07-01 11:56:13.005 8 INFO cinder.api.openstack.wsgi [None req-fefcdc6e-a9ee-48de-9a82-5d3efae74e46 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 197/393] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 11:56:12 2026] GET /v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true => generated 847 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 11:56:13.016 7 INFO cinder.api.openstack.wsgi [None req-1630a71b-a770-49bd-9e8c-0e431b390733 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true 2026-07-01 11:56:13.032 7 INFO cinder.volume.api [None req-1630a71b-a770-49bd-9e8c-0e431b390733 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all snapshots completed successfully. 2026-07-01 11:56:13.033 7 INFO cinder.api.openstack.wsgi [None req-1630a71b-a770-49bd-9e8c-0e431b390733 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 197/394] 10.0.0.48 () {28 vars in 607 bytes} [Wed Jul 1 11:56:13 2026] GET /v3/snapshots?all_tenants=true => generated 17 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 11:56:13.047 8 INFO cinder.api.openstack.wsgi [None req-6d2ac805-8479-4a56-aad4-d55bd0f14c4d 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services 2026-07-01 11:56:13.053 8 INFO cinder.api.openstack.wsgi [None req-6d2ac805-8479-4a56-aad4-d55bd0f14c4d 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services returned with HTTP 200 [pid: 8|app: 0|req: 198/395] 10.0.0.48 () {28 vars in 578 bytes} [Wed Jul 1 11:56:13 2026] GET /v3/os-services => generated 646 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 11:57:12.269 8 INFO cinder.api.openstack.wsgi [None req-ba34df4b-b975-453d-9e28-33ade8812dd6 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true 2026-07-01 11:57:12.290 8 INFO cinder.api.openstack.wsgi [None req-ba34df4b-b975-453d-9e28-33ade8812dd6 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 205/408] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 11:57:12 2026] GET /v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true => generated 845 bytes in 61 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 11:57:12.303 7 INFO cinder.api.openstack.wsgi [None req-63395ea2-a89e-4e6d-9fc4-502dad4a8c10 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true 2026-07-01 11:57:12.323 7 INFO cinder.api.openstack.wsgi [None req-63395ea2-a89e-4e6d-9fc4-502dad4a8c10 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 204/409] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 11:57:12 2026] GET /v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true => generated 845 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 11:57:12.333 8 INFO cinder.api.openstack.wsgi [None req-e6dd473b-bf04-4881-a471-c51794eb9653 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true 2026-07-01 11:57:12.354 8 INFO cinder.api.openstack.wsgi [None req-e6dd473b-bf04-4881-a471-c51794eb9653 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 206/410] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 11:57:12 2026] GET /v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true => generated 847 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 11:57:12.365 7 INFO cinder.api.openstack.wsgi [None req-56ecb795-40c6-44b7-9fbe-3ff4a86e034d 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true 2026-07-01 11:57:12.373 7 INFO cinder.volume.api [None req-56ecb795-40c6-44b7-9fbe-3ff4a86e034d 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all snapshots completed successfully. 2026-07-01 11:57:12.374 7 INFO cinder.api.openstack.wsgi [None req-56ecb795-40c6-44b7-9fbe-3ff4a86e034d 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 205/411] 10.0.0.48 () {28 vars in 607 bytes} [Wed Jul 1 11:57:12 2026] GET /v3/snapshots?all_tenants=true => generated 17 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 11:57:12.384 8 INFO cinder.api.openstack.wsgi [None req-d837a3df-b1d3-48ee-ac24-803ff1b7f489 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services 2026-07-01 11:57:12.388 8 INFO cinder.api.openstack.wsgi [None req-d837a3df-b1d3-48ee-ac24-803ff1b7f489 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services returned with HTTP 200 [pid: 8|app: 0|req: 207/412] 10.0.0.48 () {28 vars in 578 bytes} [Wed Jul 1 11:57:12 2026] GET /v3/os-services => generated 646 bytes in 10 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 11:57:12.401 7 INFO cinder.api.openstack.wsgi [None req-562f5301-dc4a-4d23-9dc3-7fa115d14f57 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 11:57:12.414 7 INFO cinder.volume.api [None req-562f5301-dc4a-4d23-9dc3-7fa115d14f57 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. 2026-07-01 11:57:12.417 7 INFO cinder.api.openstack.wsgi [None req-562f5301-dc4a-4d23-9dc3-7fa115d14f57 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 206/413] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 11:57:12 2026] GET /v3/volumes/detail?all_tenants=true => generated 15 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 11:57:12.426 8 INFO cinder.api.openstack.wsgi [None req-39eb0ca4-77a3-4ff0-8d06-791d287c649e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true 2026-07-01 11:57:12.964 8 INFO cinder.api.openstack.wsgi [None req-39eb0ca4-77a3-4ff0-8d06-791d287c649e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 208/414] 10.0.0.48 () {28 vars in 629 bytes} [Wed Jul 1 11:57:12 2026] GET /v3/scheduler-stats/get_pools?detail=true => generated 670 bytes in 545 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 11:57:12.977 7 INFO cinder.api.openstack.wsgi [None req-7818bcb6-6cb7-4742-84fe-7cfc4b44d1d3 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 11:57:12.988 7 INFO cinder.volume.api [None req-7818bcb6-6cb7-4742-84fe-7cfc4b44d1d3 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. 2026-07-01 11:57:12.990 7 INFO cinder.api.openstack.wsgi [None req-7818bcb6-6cb7-4742-84fe-7cfc4b44d1d3 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 207/415] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 11:57:12 2026] GET /v3/volumes/detail?all_tenants=true => generated 15 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 11:58:12.262 7 INFO cinder.api.openstack.wsgi [None req-1e03d8bb-7b08-45f7-892e-35b3b33f19e0 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 11:58:12.275 7 INFO cinder.volume.api [None req-1e03d8bb-7b08-45f7-892e-35b3b33f19e0 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. 2026-07-01 11:58:12.277 7 INFO cinder.api.openstack.wsgi [None req-1e03d8bb-7b08-45f7-892e-35b3b33f19e0 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 214/428] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 11:58:12 2026] GET /v3/volumes/detail?all_tenants=true => generated 15 bytes in 61 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 11:58:12.291 8 INFO cinder.api.openstack.wsgi [None req-7d48e35f-194c-4e4b-bb97-0e1489045078 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 11:58:12.302 8 INFO cinder.volume.api [None req-7d48e35f-194c-4e4b-bb97-0e1489045078 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. 2026-07-01 11:58:12.303 8 INFO cinder.api.openstack.wsgi [None req-7d48e35f-194c-4e4b-bb97-0e1489045078 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 215/429] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 11:58:12 2026] GET /v3/volumes/detail?all_tenants=true => generated 15 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 11:58:12.312 7 INFO cinder.api.openstack.wsgi [None req-12dd32e7-ac30-4d0b-92ba-67bcb665d63f 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true 2026-07-01 11:58:12.317 7 INFO cinder.volume.api [None req-12dd32e7-ac30-4d0b-92ba-67bcb665d63f 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all snapshots completed successfully. 2026-07-01 11:58:12.317 7 INFO cinder.api.openstack.wsgi [None req-12dd32e7-ac30-4d0b-92ba-67bcb665d63f 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 215/430] 10.0.0.48 () {28 vars in 607 bytes} [Wed Jul 1 11:58:12 2026] GET /v3/snapshots?all_tenants=true => generated 17 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 11:58:12.327 8 INFO cinder.api.openstack.wsgi [None req-34eadd04-bd4c-4eb2-8959-3cf2f8e0a420 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services 2026-07-01 11:58:12.333 8 INFO cinder.api.openstack.wsgi [None req-34eadd04-bd4c-4eb2-8959-3cf2f8e0a420 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services returned with HTTP 200 [pid: 8|app: 0|req: 216/431] 10.0.0.48 () {28 vars in 578 bytes} [Wed Jul 1 11:58:12 2026] GET /v3/os-services => generated 646 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 11:58:12.391 7 INFO cinder.api.openstack.wsgi [None req-026e29b6-e449-4c3d-b84e-6e62452427a6 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true 2026-07-01 11:58:12.408 7 INFO cinder.api.openstack.wsgi [None req-026e29b6-e449-4c3d-b84e-6e62452427a6 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 216/432] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 11:58:12 2026] GET /v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true => generated 845 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 11:58:12.420 8 INFO cinder.api.openstack.wsgi [None req-c733e750-73bd-428a-846b-0310d1e6ae66 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true 2026-07-01 11:58:12.442 8 INFO cinder.api.openstack.wsgi [None req-c733e750-73bd-428a-846b-0310d1e6ae66 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 217/433] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 11:58:12 2026] GET /v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true => generated 845 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 11:58:12.456 7 INFO cinder.api.openstack.wsgi [None req-0abcdc7a-a90e-47c4-a177-41949f35aecf 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true 2026-07-01 11:58:12.477 7 INFO cinder.api.openstack.wsgi [None req-0abcdc7a-a90e-47c4-a177-41949f35aecf 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 217/434] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 11:58:12 2026] GET /v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true => generated 847 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 11:58:12.488 8 INFO cinder.api.openstack.wsgi [None req-649d5eb2-c63d-4369-9dcd-220d4454d242 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true 2026-07-01 11:58:12.991 8 INFO cinder.api.openstack.wsgi [None req-649d5eb2-c63d-4369-9dcd-220d4454d242 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 218/435] 10.0.0.48 () {28 vars in 629 bytes} [Wed Jul 1 11:58:12 2026] GET /v3/scheduler-stats/get_pools?detail=true => generated 670 bytes in 511 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 11:59:12.236 8 INFO cinder.api.openstack.wsgi [None req-8dbb9052-d427-4915-b7c7-d1c2d1f0c00d 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 11:59:12.250 8 INFO cinder.volume.api [None req-8dbb9052-d427-4915-b7c7-d1c2d1f0c00d 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. 2026-07-01 11:59:12.254 8 INFO cinder.api.openstack.wsgi [None req-8dbb9052-d427-4915-b7c7-d1c2d1f0c00d 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 225/448] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 11:59:12 2026] GET /v3/volumes/detail?all_tenants=true => generated 15 bytes in 60 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 11:59:12.267 7 INFO cinder.api.openstack.wsgi [None req-982260c4-2974-4587-b743-e22ca2cb40ad 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true 2026-07-01 11:59:12.279 7 INFO cinder.volume.api [None req-982260c4-2974-4587-b743-e22ca2cb40ad 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all snapshots completed successfully. 2026-07-01 11:59:12.280 7 INFO cinder.api.openstack.wsgi [None req-982260c4-2974-4587-b743-e22ca2cb40ad 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 224/449] 10.0.0.48 () {28 vars in 607 bytes} [Wed Jul 1 11:59:12 2026] GET /v3/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-07-01 11:59:12.288 8 INFO cinder.api.openstack.wsgi [None req-1340a1fd-91d1-4a5d-9462-d33a0d6a7223 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 11:59:12.296 8 INFO cinder.volume.api [None req-1340a1fd-91d1-4a5d-9462-d33a0d6a7223 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. 2026-07-01 11:59:12.298 8 INFO cinder.api.openstack.wsgi [None req-1340a1fd-91d1-4a5d-9462-d33a0d6a7223 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 226/450] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 11:59:12 2026] GET /v3/volumes/detail?all_tenants=true => generated 15 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 11:59:12.307 7 INFO cinder.api.openstack.wsgi [None req-4c6d7836-d9b6-4cd0-9aa1-15265a533d1e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true 2026-07-01 11:59:12.811 7 INFO cinder.api.openstack.wsgi [None req-4c6d7836-d9b6-4cd0-9aa1-15265a533d1e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 225/451] 10.0.0.48 () {28 vars in 629 bytes} [Wed Jul 1 11:59:12 2026] GET /v3/scheduler-stats/get_pools?detail=true => generated 670 bytes in 509 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 11:59:12.848 8 INFO cinder.api.openstack.wsgi [None req-8be5b86e-a474-4959-948b-87f089b25c91 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true 2026-07-01 11:59:12.865 8 INFO cinder.api.openstack.wsgi [None req-8be5b86e-a474-4959-948b-87f089b25c91 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 227/452] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 11:59:12 2026] GET /v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true => generated 845 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 11:59:12.876 7 INFO cinder.api.openstack.wsgi [None req-c2bfbc3f-b400-4c12-99f3-43fababe810f 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true 2026-07-01 11:59:12.892 7 INFO cinder.api.openstack.wsgi [None req-c2bfbc3f-b400-4c12-99f3-43fababe810f 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 226/453] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 11:59:12 2026] GET /v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true => generated 845 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 11:59:12.901 8 INFO cinder.api.openstack.wsgi [None req-da3d1be4-baef-47d2-9ed4-4c1835bfdce1 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true 2026-07-01 11:59:12.917 8 INFO cinder.api.openstack.wsgi [None req-da3d1be4-baef-47d2-9ed4-4c1835bfdce1 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 228/454] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 11:59:12 2026] GET /v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true => generated 847 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 11:59:12.928 7 INFO cinder.api.openstack.wsgi [None req-d3effe20-0d30-4051-841c-370bb42788c3 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services 2026-07-01 11:59:12.932 7 INFO cinder.api.openstack.wsgi [None req-d3effe20-0d30-4051-841c-370bb42788c3 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services returned with HTTP 200 [pid: 7|app: 0|req: 227/455] 10.0.0.48 () {28 vars in 578 bytes} [Wed Jul 1 11:59:12 2026] GET /v3/os-services => generated 646 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:00:12.258 7 INFO cinder.api.openstack.wsgi [None req-ab04d39e-f69d-4b04-8a12-cb5adc066715 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true 2026-07-01 12:00:12.762 7 INFO cinder.api.openstack.wsgi [None req-ab04d39e-f69d-4b04-8a12-cb5adc066715 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 234/468] 10.0.0.48 () {28 vars in 629 bytes} [Wed Jul 1 12:00:12 2026] GET /v3/scheduler-stats/get_pools?detail=true => generated 670 bytes in 549 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:00:12.779 8 INFO cinder.api.openstack.wsgi [None req-89dfed4e-7ab9-42fa-99d0-7a149267ad7d 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services 2026-07-01 12:00:12.783 8 INFO cinder.api.openstack.wsgi [None req-89dfed4e-7ab9-42fa-99d0-7a149267ad7d 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services returned with HTTP 200 [pid: 8|app: 0|req: 235/469] 10.0.0.48 () {28 vars in 578 bytes} [Wed Jul 1 12:00:12 2026] GET /v3/os-services => generated 646 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:00:12.793 7 INFO cinder.api.openstack.wsgi [None req-84075b73-4f69-4ffd-a45b-01ef6994e955 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true 2026-07-01 12:00:12.801 7 INFO cinder.volume.api [None req-84075b73-4f69-4ffd-a45b-01ef6994e955 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all snapshots completed successfully. 2026-07-01 12:00:12.801 7 INFO cinder.api.openstack.wsgi [None req-84075b73-4f69-4ffd-a45b-01ef6994e955 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 235/470] 10.0.0.48 () {28 vars in 607 bytes} [Wed Jul 1 12:00:12 2026] GET /v3/snapshots?all_tenants=true => generated 17 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:00:12.842 8 INFO cinder.api.openstack.wsgi [None req-c50b37c5-751a-4af0-918f-c3557912a206 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true 2026-07-01 12:00:12.860 8 INFO cinder.api.openstack.wsgi [None req-c50b37c5-751a-4af0-918f-c3557912a206 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 236/471] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:00:12 2026] GET /v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true => generated 845 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:00:12.870 7 INFO cinder.api.openstack.wsgi [None req-4fb64f79-fad8-4aa6-bce1-a98097e66442 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true 2026-07-01 12:00:12.893 7 INFO cinder.api.openstack.wsgi [None req-4fb64f79-fad8-4aa6-bce1-a98097e66442 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 236/472] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:00:12 2026] GET /v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true => generated 845 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:00:12.904 8 INFO cinder.api.openstack.wsgi [None req-cf8d8b3e-3677-405e-89a6-877b33b70801 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true 2026-07-01 12:00:12.924 8 INFO cinder.api.openstack.wsgi [None req-cf8d8b3e-3677-405e-89a6-877b33b70801 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 237/473] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:00:12 2026] GET /v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true => generated 847 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:00:12.935 7 INFO cinder.api.openstack.wsgi [None req-1e0e9ddf-725d-4da2-80d1-fb0d3ef55c26 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 12:00:12.944 7 INFO cinder.volume.api [None req-1e0e9ddf-725d-4da2-80d1-fb0d3ef55c26 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. 2026-07-01 12:00:12.946 7 INFO cinder.api.openstack.wsgi [None req-1e0e9ddf-725d-4da2-80d1-fb0d3ef55c26 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 237/474] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 12:00:12 2026] GET /v3/volumes/detail?all_tenants=true => generated 15 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:00:12.956 8 INFO cinder.api.openstack.wsgi [None req-3581df3f-86f7-4037-a6c1-dce62edb7b15 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 12:00:12.966 8 INFO cinder.volume.api [None req-3581df3f-86f7-4037-a6c1-dce62edb7b15 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. 2026-07-01 12:00:12.968 8 INFO cinder.api.openstack.wsgi [None req-3581df3f-86f7-4037-a6c1-dce62edb7b15 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 238/475] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 12:00:12 2026] GET /v3/volumes/detail?all_tenants=true => generated 15 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:01:12.337 8 INFO cinder.api.openstack.wsgi [None req-26213424-9926-45fe-99c6-0d4442175a77 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 12:01:12.346 8 INFO cinder.volume.api [None req-26213424-9926-45fe-99c6-0d4442175a77 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. 2026-07-01 12:01:12.348 8 INFO cinder.api.openstack.wsgi [None req-26213424-9926-45fe-99c6-0d4442175a77 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 245/488] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 12:01:12 2026] GET /v3/volumes/detail?all_tenants=true => generated 15 bytes in 146 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:01:12.358 7 INFO cinder.api.openstack.wsgi [None req-ce1bc768-4433-49f1-9b8e-44f02f86e366 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true 2026-07-01 12:01:12.365 7 INFO cinder.volume.api [None req-ce1bc768-4433-49f1-9b8e-44f02f86e366 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all snapshots completed successfully. 2026-07-01 12:01:12.365 7 INFO cinder.api.openstack.wsgi [None req-ce1bc768-4433-49f1-9b8e-44f02f86e366 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 244/489] 10.0.0.48 () {28 vars in 607 bytes} [Wed Jul 1 12:01:12 2026] GET /v3/snapshots?all_tenants=true => generated 17 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:01:12.374 8 INFO cinder.api.openstack.wsgi [None req-25ba038a-1079-42f7-931a-b05542eb3a08 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true 2026-07-01 12:01:12.877 8 INFO cinder.api.openstack.wsgi [None req-25ba038a-1079-42f7-931a-b05542eb3a08 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 246/490] 10.0.0.48 () {28 vars in 629 bytes} [Wed Jul 1 12:01:12 2026] GET /v3/scheduler-stats/get_pools?detail=true => generated 670 bytes in 511 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:01:12.890 7 INFO cinder.api.openstack.wsgi [None req-422b1cbf-ea04-4b0d-804e-0639a5696ce5 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 12:01:12.899 7 INFO cinder.volume.api [None req-422b1cbf-ea04-4b0d-804e-0639a5696ce5 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. 2026-07-01 12:01:12.900 7 INFO cinder.api.openstack.wsgi [None req-422b1cbf-ea04-4b0d-804e-0639a5696ce5 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 245/491] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 12:01:12 2026] GET /v3/volumes/detail?all_tenants=true => generated 15 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:01:12.910 8 INFO cinder.api.openstack.wsgi [None req-0fee935e-8369-4e35-9b1c-3d2f00081b4d 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services 2026-07-01 12:01:12.916 8 INFO cinder.api.openstack.wsgi [None req-0fee935e-8369-4e35-9b1c-3d2f00081b4d 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services returned with HTTP 200 [pid: 8|app: 0|req: 247/492] 10.0.0.48 () {28 vars in 578 bytes} [Wed Jul 1 12:01:12 2026] GET /v3/os-services => generated 646 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:01:12.956 7 INFO cinder.api.openstack.wsgi [None req-eca03cd6-ec0d-4484-ba96-98bd96cc5613 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true 2026-07-01 12:01:12.976 7 INFO cinder.api.openstack.wsgi [None req-eca03cd6-ec0d-4484-ba96-98bd96cc5613 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 246/493] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:01:12 2026] GET /v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true => generated 845 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:01:12.987 8 INFO cinder.api.openstack.wsgi [None req-d53359ef-4c1b-434a-8360-dee48893d842 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true 2026-07-01 12:01:13.010 8 INFO cinder.api.openstack.wsgi [None req-d53359ef-4c1b-434a-8360-dee48893d842 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 248/494] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:01:12 2026] GET /v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true => generated 845 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:01:13.021 7 INFO cinder.api.openstack.wsgi [None req-f94bcd0d-c8d3-4cb5-9f14-cb4e56b13397 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true 2026-07-01 12:01:13.039 7 INFO cinder.api.openstack.wsgi [None req-f94bcd0d-c8d3-4cb5-9f14-cb4e56b13397 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 247/495] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:01:13 2026] GET /v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true => generated 847 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:02:12.231 8 INFO cinder.api.openstack.wsgi [None req-4e99e3b1-74f2-4181-b997-d4d8ed66aef2 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true 2026-07-01 12:02:12.237 8 INFO cinder.volume.api [None req-4e99e3b1-74f2-4181-b997-d4d8ed66aef2 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all snapshots completed successfully. 2026-07-01 12:02:12.238 8 INFO cinder.api.openstack.wsgi [None req-4e99e3b1-74f2-4181-b997-d4d8ed66aef2 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 255/508] 10.0.0.48 () {28 vars in 607 bytes} [Wed Jul 1 12:02:12 2026] GET /v3/snapshots?all_tenants=true => generated 17 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:02:12.248 7 INFO cinder.api.openstack.wsgi [None req-fcbb284d-2067-409d-88ea-686c1a2abdd2 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services 2026-07-01 12:02:12.259 7 INFO cinder.api.openstack.wsgi [None req-fcbb284d-2067-409d-88ea-686c1a2abdd2 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services returned with HTTP 200 [pid: 7|app: 0|req: 254/509] 10.0.0.48 () {28 vars in 578 bytes} [Wed Jul 1 12:02:12 2026] GET /v3/os-services => generated 646 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:02:12.269 8 INFO cinder.api.openstack.wsgi [None req-235a35af-d531-4cce-a747-c09f34a99ba7 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true 2026-07-01 12:02:12.773 8 INFO cinder.api.openstack.wsgi [None req-235a35af-d531-4cce-a747-c09f34a99ba7 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 256/510] 10.0.0.48 () {28 vars in 629 bytes} [Wed Jul 1 12:02:12 2026] GET /v3/scheduler-stats/get_pools?detail=true => generated 670 bytes in 510 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:02:12.785 7 INFO cinder.api.openstack.wsgi [None req-b108647c-e10e-4d2a-8e4f-70163d6ee7cc 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 12:02:12.800 7 INFO cinder.volume.api [None req-b108647c-e10e-4d2a-8e4f-70163d6ee7cc 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. 2026-07-01 12:02:12.802 7 INFO cinder.api.openstack.wsgi [None req-b108647c-e10e-4d2a-8e4f-70163d6ee7cc 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 255/511] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 12:02:12 2026] GET /v3/volumes/detail?all_tenants=true => generated 15 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:02:12.812 8 INFO cinder.api.openstack.wsgi [None req-63ae1c67-9d19-45ba-a1d0-2c4bce6e85c4 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 12:02:12.824 8 INFO cinder.volume.api [None req-63ae1c67-9d19-45ba-a1d0-2c4bce6e85c4 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. 2026-07-01 12:02:12.827 8 INFO cinder.api.openstack.wsgi [None req-63ae1c67-9d19-45ba-a1d0-2c4bce6e85c4 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 257/512] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 12:02:12 2026] GET /v3/volumes/detail?all_tenants=true => generated 15 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:02:12.865 7 INFO cinder.api.openstack.wsgi [None req-1264a1ca-3e50-437f-a277-4ab74b0c3e79 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true 2026-07-01 12:02:12.883 7 INFO cinder.api.openstack.wsgi [None req-1264a1ca-3e50-437f-a277-4ab74b0c3e79 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 256/513] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:02:12 2026] GET /v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true => generated 845 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:02:12.894 8 INFO cinder.api.openstack.wsgi [None req-649c09d8-54b2-4029-8eb0-e8b0fdd35095 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true 2026-07-01 12:02:12.922 8 INFO cinder.api.openstack.wsgi [None req-649c09d8-54b2-4029-8eb0-e8b0fdd35095 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 258/514] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:02:12 2026] GET /v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true => generated 845 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:02:12.933 7 INFO cinder.api.openstack.wsgi [None req-467907c1-24ed-4b7e-a252-e6d1d4eb2da8 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true 2026-07-01 12:02:12.950 7 INFO cinder.api.openstack.wsgi [None req-467907c1-24ed-4b7e-a252-e6d1d4eb2da8 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 257/515] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:02:12 2026] GET /v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true => generated 847 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:03:12.247 7 INFO cinder.api.openstack.wsgi [None req-e2fb9669-5a9a-416c-aa3f-ac4ca1c05cb0 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 12:03:12.255 7 INFO cinder.volume.api [None req-e2fb9669-5a9a-416c-aa3f-ac4ca1c05cb0 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. 2026-07-01 12:03:12.256 7 INFO cinder.api.openstack.wsgi [None req-e2fb9669-5a9a-416c-aa3f-ac4ca1c05cb0 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 264/528] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 12:03:12 2026] GET /v3/volumes/detail?all_tenants=true => generated 15 bytes in 51 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:03:12.267 8 INFO cinder.api.openstack.wsgi [None req-9319b2ae-8637-431e-9e78-58ff00ce427e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services 2026-07-01 12:03:12.273 8 INFO cinder.api.openstack.wsgi [None req-9319b2ae-8637-431e-9e78-58ff00ce427e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services returned with HTTP 200 [pid: 8|app: 0|req: 265/529] 10.0.0.48 () {28 vars in 578 bytes} [Wed Jul 1 12:03:12 2026] GET /v3/os-services => generated 646 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:03:12.312 7 INFO cinder.api.openstack.wsgi [None req-6c7304da-5e3f-4bf9-b43e-6f97fcab1a78 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true 2026-07-01 12:03:12.327 7 INFO cinder.api.openstack.wsgi [None req-6c7304da-5e3f-4bf9-b43e-6f97fcab1a78 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 265/530] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:03:12 2026] GET /v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true => generated 845 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:03:12.337 8 INFO cinder.api.openstack.wsgi [None req-88086e45-63f4-4c4a-87fc-a76722a6854b 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true 2026-07-01 12:03:12.359 8 INFO cinder.api.openstack.wsgi [None req-88086e45-63f4-4c4a-87fc-a76722a6854b 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 266/531] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:03:12 2026] GET /v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true => generated 845 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:03:12.369 7 INFO cinder.api.openstack.wsgi [None req-8a2e0ab5-c38b-4fcf-8f0c-40f90f24a400 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true 2026-07-01 12:03:12.384 7 INFO cinder.api.openstack.wsgi [None req-8a2e0ab5-c38b-4fcf-8f0c-40f90f24a400 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 266/532] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:03:12 2026] GET /v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true => generated 847 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:03:12.395 8 INFO cinder.api.openstack.wsgi [None req-cddcf7de-cf90-44f9-a540-c090676600be 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true 2026-07-01 12:03:12.899 8 INFO cinder.api.openstack.wsgi [None req-cddcf7de-cf90-44f9-a540-c090676600be 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 267/533] 10.0.0.48 () {28 vars in 629 bytes} [Wed Jul 1 12:03:12 2026] GET /v3/scheduler-stats/get_pools?detail=true => generated 670 bytes in 512 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:03:12.909 7 INFO cinder.api.openstack.wsgi [None req-1e6eaef3-f8d4-4278-9b83-4240381bc84d 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true 2026-07-01 12:03:12.914 7 INFO cinder.volume.api [None req-1e6eaef3-f8d4-4278-9b83-4240381bc84d 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all snapshots completed successfully. 2026-07-01 12:03:12.914 7 INFO cinder.api.openstack.wsgi [None req-1e6eaef3-f8d4-4278-9b83-4240381bc84d 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 267/534] 10.0.0.48 () {28 vars in 607 bytes} [Wed Jul 1 12:03:12 2026] GET /v3/snapshots?all_tenants=true => generated 17 bytes in 10 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:03:12.925 8 INFO cinder.api.openstack.wsgi [None req-59923521-342b-4c4a-bb45-712ae481b6df 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 12:03:12.934 8 INFO cinder.volume.api [None req-59923521-342b-4c4a-bb45-712ae481b6df 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. 2026-07-01 12:03:12.936 8 INFO cinder.api.openstack.wsgi [None req-59923521-342b-4c4a-bb45-712ae481b6df 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 268/535] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 12:03:12 2026] GET /v3/volumes/detail?all_tenants=true => generated 15 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:04:12.303 8 INFO cinder.api.openstack.wsgi [None req-e5f64aed-2758-403d-a1ad-e8c623aeb94a 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true 2026-07-01 12:04:12.809 8 INFO cinder.api.openstack.wsgi [None req-e5f64aed-2758-403d-a1ad-e8c623aeb94a 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 275/548] 10.0.0.48 () {28 vars in 629 bytes} [Wed Jul 1 12:04:12 2026] GET /v3/scheduler-stats/get_pools?detail=true => generated 670 bytes in 622 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:04:12.820 7 INFO cinder.api.openstack.wsgi [None req-59a507cc-fc22-4452-be04-bcfe94c82d0e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 12:04:12.858 7 INFO cinder.volume.api [None req-59a507cc-fc22-4452-be04-bcfe94c82d0e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. 2026-07-01 12:04:12.860 7 INFO cinder.api.openstack.wsgi [None req-59a507cc-fc22-4452-be04-bcfe94c82d0e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 274/549] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 12:04:12 2026] GET /v3/volumes/detail?all_tenants=true => generated 15 bytes in 45 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:04:12.882 8 INFO cinder.api.openstack.wsgi [None req-6595a5c3-d816-4f3d-b1f9-2c71a9a31e23 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true 2026-07-01 12:04:12.892 8 INFO cinder.volume.api [None req-6595a5c3-d816-4f3d-b1f9-2c71a9a31e23 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all snapshots completed successfully. 2026-07-01 12:04:12.893 8 INFO cinder.api.openstack.wsgi [None req-6595a5c3-d816-4f3d-b1f9-2c71a9a31e23 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 276/550] 10.0.0.48 () {28 vars in 607 bytes} [Wed Jul 1 12:04:12 2026] GET /v3/snapshots?all_tenants=true => generated 17 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:04:12.928 7 INFO cinder.api.openstack.wsgi [None req-7c408cba-cf46-4b76-bfa1-05977f98fe13 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true 2026-07-01 12:04:12.953 7 INFO cinder.api.openstack.wsgi [None req-7c408cba-cf46-4b76-bfa1-05977f98fe13 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 275/551] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:04:12 2026] GET /v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true => generated 845 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:04:12.968 8 INFO cinder.api.openstack.wsgi [None req-a9cebffc-82fa-4037-9316-e211ba5f8fb9 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true 2026-07-01 12:04:12.988 8 INFO cinder.api.openstack.wsgi [None req-a9cebffc-82fa-4037-9316-e211ba5f8fb9 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 277/552] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:04:12 2026] GET /v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true => generated 845 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:04:13.003 7 INFO cinder.api.openstack.wsgi [None req-f4e5522c-b8d2-4145-b6b0-4ee8dee5bd2e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true 2026-07-01 12:04:13.019 7 INFO cinder.api.openstack.wsgi [None req-f4e5522c-b8d2-4145-b6b0-4ee8dee5bd2e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 276/553] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:04:13 2026] GET /v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true => generated 847 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:04:13.037 8 INFO cinder.api.openstack.wsgi [None req-8a005f60-d00a-4e88-b1f4-3f62c2766e32 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services 2026-07-01 12:04:13.043 8 INFO cinder.api.openstack.wsgi [None req-8a005f60-d00a-4e88-b1f4-3f62c2766e32 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services returned with HTTP 200 [pid: 8|app: 0|req: 278/554] 10.0.0.48 () {28 vars in 578 bytes} [Wed Jul 1 12:04:13 2026] GET /v3/os-services => generated 646 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:04:13.052 7 INFO cinder.api.openstack.wsgi [None req-c804b95b-f42c-4b56-b2f2-d7f8407d0037 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 12:04:13.061 7 INFO cinder.volume.api [None req-c804b95b-f42c-4b56-b2f2-d7f8407d0037 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. 2026-07-01 12:04:13.062 7 INFO cinder.api.openstack.wsgi [None req-c804b95b-f42c-4b56-b2f2-d7f8407d0037 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 277/555] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 12:04:13 2026] GET /v3/volumes/detail?all_tenants=true => generated 15 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:05:12.283 7 INFO cinder.api.openstack.wsgi [None req-36427f67-9c47-4b99-96e7-7ff7a2235473 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 12:05:12.293 7 INFO cinder.volume.api [None req-36427f67-9c47-4b99-96e7-7ff7a2235473 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. 2026-07-01 12:05:12.295 7 INFO cinder.api.openstack.wsgi [None req-36427f67-9c47-4b99-96e7-7ff7a2235473 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 284/568] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 12:05:12 2026] GET /v3/volumes/detail?all_tenants=true => generated 15 bytes in 93 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:05:12.309 8 INFO cinder.api.openstack.wsgi [None req-7aa12f4e-429b-4bd5-8939-914ddbbce1a3 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true 2026-07-01 12:05:12.315 8 INFO cinder.volume.api [None req-7aa12f4e-429b-4bd5-8939-914ddbbce1a3 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all snapshots completed successfully. 2026-07-01 12:05:12.315 8 INFO cinder.api.openstack.wsgi [None req-7aa12f4e-429b-4bd5-8939-914ddbbce1a3 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 285/569] 10.0.0.48 () {28 vars in 607 bytes} [Wed Jul 1 12:05:12 2026] GET /v3/snapshots?all_tenants=true => generated 17 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:05:12.331 7 INFO cinder.api.openstack.wsgi [None req-6e8b3b10-30c9-4937-bb66-d606afae1ef3 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services 2026-07-01 12:05:12.336 7 INFO cinder.api.openstack.wsgi [None req-6e8b3b10-30c9-4937-bb66-d606afae1ef3 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services returned with HTTP 200 [pid: 7|app: 0|req: 285/570] 10.0.0.48 () {28 vars in 578 bytes} [Wed Jul 1 12:05:12 2026] GET /v3/os-services => generated 646 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:05:12.348 8 INFO cinder.api.openstack.wsgi [None req-0aa70917-3a23-443a-88c6-619bfc0491fd 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 12:05:12.359 8 INFO cinder.volume.api [None req-0aa70917-3a23-443a-88c6-619bfc0491fd 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. 2026-07-01 12:05:12.362 8 INFO cinder.api.openstack.wsgi [None req-0aa70917-3a23-443a-88c6-619bfc0491fd 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 286/571] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 12:05:12 2026] GET /v3/volumes/detail?all_tenants=true => generated 15 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:05:12.372 7 INFO cinder.api.openstack.wsgi [None req-2824af8b-a84b-40b7-9371-1ab99fe7c914 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true 2026-07-01 12:05:12.876 7 INFO cinder.api.openstack.wsgi [None req-2824af8b-a84b-40b7-9371-1ab99fe7c914 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 286/572] 10.0.0.48 () {28 vars in 629 bytes} [Wed Jul 1 12:05:12 2026] GET /v3/scheduler-stats/get_pools?detail=true => generated 670 bytes in 511 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:05:12.918 8 INFO cinder.api.openstack.wsgi [None req-c8b63dda-5635-4b67-8460-09f8d602ca35 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true 2026-07-01 12:05:12.937 8 INFO cinder.api.openstack.wsgi [None req-c8b63dda-5635-4b67-8460-09f8d602ca35 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 287/573] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:05:12 2026] GET /v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true => generated 845 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:05:12.949 7 INFO cinder.api.openstack.wsgi [None req-8ef7351a-4954-42c1-aa2f-f8689b913e1f 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true 2026-07-01 12:05:12.972 7 INFO cinder.api.openstack.wsgi [None req-8ef7351a-4954-42c1-aa2f-f8689b913e1f 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 287/574] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:05:12 2026] GET /v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true => generated 845 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:05:12.984 8 INFO cinder.api.openstack.wsgi [None req-08b75a2c-4a1b-49c3-bbe8-39cf027802e6 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true 2026-07-01 12:05:13.006 8 INFO cinder.api.openstack.wsgi [None req-08b75a2c-4a1b-49c3-bbe8-39cf027802e6 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 288/575] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:05:12 2026] GET /v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true => generated 847 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:06:12.233 7 INFO cinder.api.openstack.wsgi [None req-4e38509e-b1e1-4a8b-9e5d-a5b7f1334b78 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 12:06:12.250 7 INFO cinder.volume.api [None req-4e38509e-b1e1-4a8b-9e5d-a5b7f1334b78 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. 2026-07-01 12:06:12.252 7 INFO cinder.api.openstack.wsgi [None req-4e38509e-b1e1-4a8b-9e5d-a5b7f1334b78 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 294/588] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 12:06:12 2026] GET /v3/volumes/detail?all_tenants=true => generated 15 bytes in 58 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:06:12.261 8 INFO cinder.api.openstack.wsgi [None req-9ffd3fe7-7cb5-49dc-9c95-b69ead528f0e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true 2026-07-01 12:06:12.765 8 INFO cinder.api.openstack.wsgi [None req-9ffd3fe7-7cb5-49dc-9c95-b69ead528f0e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 295/589] 10.0.0.48 () {28 vars in 629 bytes} [Wed Jul 1 12:06:12 2026] GET /v3/scheduler-stats/get_pools?detail=true => generated 670 bytes in 509 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:06:12.839 7 INFO cinder.api.openstack.wsgi [None req-2303b03b-525d-4c8b-82af-bcf9bcd50788 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true 2026-07-01 12:06:12.858 7 INFO cinder.api.openstack.wsgi [None req-2303b03b-525d-4c8b-82af-bcf9bcd50788 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 295/590] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:06:12 2026] GET /v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true => generated 845 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:06:12.869 8 INFO cinder.api.openstack.wsgi [None req-368ddd87-5ef3-404c-a9b2-a83527a3bb09 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true 2026-07-01 12:06:12.889 8 INFO cinder.api.openstack.wsgi [None req-368ddd87-5ef3-404c-a9b2-a83527a3bb09 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 296/591] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:06:12 2026] GET /v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true => generated 845 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:06:12.899 7 INFO cinder.api.openstack.wsgi [None req-76f3b83b-e23b-4d18-a7dd-3f70bb0927b7 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true 2026-07-01 12:06:12.916 7 INFO cinder.api.openstack.wsgi [None req-76f3b83b-e23b-4d18-a7dd-3f70bb0927b7 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 296/592] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:06:12 2026] GET /v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true => generated 847 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:06:12.925 8 INFO cinder.api.openstack.wsgi [None req-1a567626-9354-45ea-9d45-31af5531656e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true 2026-07-01 12:06:12.932 8 INFO cinder.volume.api [None req-1a567626-9354-45ea-9d45-31af5531656e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all snapshots completed successfully. 2026-07-01 12:06:12.932 8 INFO cinder.api.openstack.wsgi [None req-1a567626-9354-45ea-9d45-31af5531656e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 297/593] 10.0.0.48 () {28 vars in 607 bytes} [Wed Jul 1 12:06:12 2026] GET /v3/snapshots?all_tenants=true => generated 17 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:06:12.940 7 INFO cinder.api.openstack.wsgi [None req-e1b81a7d-166a-44d3-8be2-3408db9b585e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 12:06:12.947 7 INFO cinder.volume.api [None req-e1b81a7d-166a-44d3-8be2-3408db9b585e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. 2026-07-01 12:06:12.949 7 INFO cinder.api.openstack.wsgi [None req-e1b81a7d-166a-44d3-8be2-3408db9b585e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 297/594] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 12:06:12 2026] GET /v3/volumes/detail?all_tenants=true => generated 15 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:06:12.959 8 INFO cinder.api.openstack.wsgi [None req-faeee12f-03fe-4ce2-8763-dfd5c6a0dcd8 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services 2026-07-01 12:06:12.964 8 INFO cinder.api.openstack.wsgi [None req-faeee12f-03fe-4ce2-8763-dfd5c6a0dcd8 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services returned with HTTP 200 [pid: 8|app: 0|req: 298/595] 10.0.0.48 () {28 vars in 578 bytes} [Wed Jul 1 12:06:12 2026] GET /v3/os-services => generated 646 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:07:05.763 8 INFO cinder.api.openstack.wsgi [None req-a6d98aba-1176-4fb8-850a-4717b745842b 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET https://volume.199-204-45-23.nip.io/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=False 2026-07-01 12:07:05.779 8 INFO cinder.api.openstack.wsgi [None req-a6d98aba-1176-4fb8-850a-4717b745842b 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] https://volume.199-204-45-23.nip.io/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=False returned with HTTP 200 [pid: 8|app: 0|req: 304/606] 199.204.45.23 () {44 vars in 999 bytes} [Wed Jul 1 12:07:05 2026] GET /v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=False => generated 338 bytes in 62 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:07:12.228 7 INFO cinder.api.openstack.wsgi [None req-8d05a936-b008-46c1-87c9-826d4fc86cc2 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 12:07:12.237 7 INFO cinder.volume.api [None req-8d05a936-b008-46c1-87c9-826d4fc86cc2 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. 2026-07-01 12:07:12.239 7 INFO cinder.api.openstack.wsgi [None req-8d05a936-b008-46c1-87c9-826d4fc86cc2 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 304/609] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 12:07:12 2026] GET /v3/volumes/detail?all_tenants=true => generated 15 bytes in 47 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:07:12.251 8 INFO cinder.api.openstack.wsgi [None req-c0762d50-e5ad-4c30-81fa-363f41388328 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true 2026-07-01 12:07:12.260 8 INFO cinder.volume.api [None req-c0762d50-e5ad-4c30-81fa-363f41388328 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all snapshots completed successfully. 2026-07-01 12:07:12.261 8 INFO cinder.api.openstack.wsgi [None req-c0762d50-e5ad-4c30-81fa-363f41388328 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 306/610] 10.0.0.48 () {28 vars in 607 bytes} [Wed Jul 1 12:07:12 2026] GET /v3/snapshots?all_tenants=true => generated 17 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:07:12.268 7 INFO cinder.api.openstack.wsgi [None req-3010ffe6-ee61-4617-b44a-f9ecb75246f5 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services 2026-07-01 12:07:12.273 7 INFO cinder.api.openstack.wsgi [None req-3010ffe6-ee61-4617-b44a-f9ecb75246f5 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services returned with HTTP 200 [pid: 7|app: 0|req: 305/611] 10.0.0.48 () {28 vars in 578 bytes} [Wed Jul 1 12:07:12 2026] GET /v3/os-services => generated 646 bytes in 8 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:07:12.285 8 INFO cinder.api.openstack.wsgi [None req-b7730818-4868-407c-94a3-4e8136b407d2 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 12:07:12.294 8 INFO cinder.volume.api [None req-b7730818-4868-407c-94a3-4e8136b407d2 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. 2026-07-01 12:07:12.296 8 INFO cinder.api.openstack.wsgi [None req-b7730818-4868-407c-94a3-4e8136b407d2 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 307/612] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 12:07:12 2026] GET /v3/volumes/detail?all_tenants=true => generated 15 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:07:12.333 7 INFO cinder.api.openstack.wsgi [None req-3801ae3b-6632-4b20-a04f-acda10ea9281 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true 2026-07-01 12:07:12.353 7 INFO cinder.api.openstack.wsgi [None req-3801ae3b-6632-4b20-a04f-acda10ea9281 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 306/613] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:07:12 2026] GET /v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true => generated 845 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:07:12.364 8 INFO cinder.api.openstack.wsgi [None req-f119bb7c-5ed4-4750-a1c9-cdd172484b0d 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true 2026-07-01 12:07:12.383 8 INFO cinder.api.openstack.wsgi [None req-f119bb7c-5ed4-4750-a1c9-cdd172484b0d 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 308/614] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:07:12 2026] GET /v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true => generated 845 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:07:12.395 7 INFO cinder.api.openstack.wsgi [None req-21d1446b-f456-4c9f-9b22-948d2e1c65ae 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true 2026-07-01 12:07:12.414 7 INFO cinder.api.openstack.wsgi [None req-21d1446b-f456-4c9f-9b22-948d2e1c65ae 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 307/615] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:07:12 2026] GET /v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true => generated 847 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:07:12.422 8 INFO cinder.api.openstack.wsgi [None req-16097894-5335-4b02-b310-f803a2e467fd 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true 2026-07-01 12:07:12.926 8 INFO cinder.api.openstack.wsgi [None req-16097894-5335-4b02-b310-f803a2e467fd 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 309/616] 10.0.0.48 () {28 vars in 629 bytes} [Wed Jul 1 12:07:12 2026] GET /v3/scheduler-stats/get_pools?detail=true => generated 670 bytes in 510 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:08:12.030 8 INFO cinder.api.openstack.wsgi [None req-371850ab-6b47-4685-8689-becaed8ea9e7 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET https://volume.199-204-45-23.nip.io/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=False 2026-07-01 12:08:12.051 8 INFO cinder.api.openstack.wsgi [None req-371850ab-6b47-4685-8689-becaed8ea9e7 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] https://volume.199-204-45-23.nip.io/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=False returned with HTTP 200 [pid: 8|app: 0|req: 316/629] 199.204.45.23 () {44 vars in 999 bytes} [Wed Jul 1 12:08:11 2026] GET /v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=False => generated 338 bytes in 57 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:08:12.232 7 INFO cinder.api.openstack.wsgi [None req-fd430808-4369-4f80-91c8-2200de66ab20 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true 2026-07-01 12:08:12.251 7 INFO cinder.api.openstack.wsgi [None req-fd430808-4369-4f80-91c8-2200de66ab20 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 314/630] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:08:12 2026] GET /v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true => generated 845 bytes in 48 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:08:12.265 8 INFO cinder.api.openstack.wsgi [None req-691630c6-9d75-4e86-b5c7-eeccbbc7c4fd 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true 2026-07-01 12:08:12.285 8 INFO cinder.api.openstack.wsgi [None req-691630c6-9d75-4e86-b5c7-eeccbbc7c4fd 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 317/631] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:08:12 2026] GET /v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true => generated 845 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:08:12.297 7 INFO cinder.api.openstack.wsgi [None req-08786880-12a5-42cc-bc8b-3dc02881d8d8 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true 2026-07-01 12:08:12.314 7 INFO cinder.api.openstack.wsgi [None req-08786880-12a5-42cc-bc8b-3dc02881d8d8 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 315/632] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:08:12 2026] GET /v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true => generated 847 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:08:12.324 8 INFO cinder.api.openstack.wsgi [None req-445447e2-815a-4c93-9aea-d44d7d7975e8 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 12:08:12.333 8 INFO cinder.volume.api [None req-445447e2-815a-4c93-9aea-d44d7d7975e8 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. 2026-07-01 12:08:12.335 8 INFO cinder.api.openstack.wsgi [None req-445447e2-815a-4c93-9aea-d44d7d7975e8 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 318/633] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 12:08:12 2026] GET /v3/volumes/detail?all_tenants=true => generated 15 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:08:12.345 7 INFO cinder.api.openstack.wsgi [None req-8c2bb12e-7018-408c-adca-2be63eff5461 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services 2026-07-01 12:08:12.350 7 INFO cinder.api.openstack.wsgi [None req-8c2bb12e-7018-408c-adca-2be63eff5461 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services returned with HTTP 200 [pid: 7|app: 0|req: 316/634] 10.0.0.48 () {28 vars in 578 bytes} [Wed Jul 1 12:08:12 2026] GET /v3/os-services => generated 646 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:08:12.360 8 INFO cinder.api.openstack.wsgi [None req-58e7e3d9-f32f-4831-81e4-7989a7f5a061 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true 2026-07-01 12:08:12.368 8 INFO cinder.volume.api [None req-58e7e3d9-f32f-4831-81e4-7989a7f5a061 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all snapshots completed successfully. 2026-07-01 12:08:12.368 8 INFO cinder.api.openstack.wsgi [None req-58e7e3d9-f32f-4831-81e4-7989a7f5a061 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 319/635] 10.0.0.48 () {28 vars in 607 bytes} [Wed Jul 1 12:08:12 2026] GET /v3/snapshots?all_tenants=true => generated 17 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:08:12.377 7 INFO cinder.api.openstack.wsgi [None req-9cec8d3f-5a89-462e-86e5-331cd712ecf4 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 12:08:12.384 7 INFO cinder.volume.api [None req-9cec8d3f-5a89-462e-86e5-331cd712ecf4 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. 2026-07-01 12:08:12.386 7 INFO cinder.api.openstack.wsgi [None req-9cec8d3f-5a89-462e-86e5-331cd712ecf4 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 317/636] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 12:08:12 2026] GET /v3/volumes/detail?all_tenants=true => generated 15 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:08:12.394 8 INFO cinder.api.openstack.wsgi [None req-4f5dbcb9-689b-4723-bf9e-a35fdfcc3fa0 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true 2026-07-01 12:08:12.898 8 INFO cinder.api.openstack.wsgi [None req-4f5dbcb9-689b-4723-bf9e-a35fdfcc3fa0 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 320/637] 10.0.0.48 () {28 vars in 629 bytes} [Wed Jul 1 12:08:12 2026] GET /v3/scheduler-stats/get_pools?detail=true => generated 670 bytes in 511 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:09:12.228 7 INFO cinder.api.openstack.wsgi [None req-ab960267-ed85-47d2-b3c3-7a5bea7c37cb 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 12:09:12.236 7 INFO cinder.volume.api [None req-ab960267-ed85-47d2-b3c3-7a5bea7c37cb 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. 2026-07-01 12:09:12.237 7 INFO cinder.api.openstack.wsgi [None req-ab960267-ed85-47d2-b3c3-7a5bea7c37cb 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 324/650] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 12:09:12 2026] GET /v3/volumes/detail?all_tenants=true => generated 15 bytes in 42 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:09:12.247 8 INFO cinder.api.openstack.wsgi [None req-d4466b7d-581c-4487-865d-7bf309d10d9a 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 12:09:12.258 8 INFO cinder.volume.api [None req-d4466b7d-581c-4487-865d-7bf309d10d9a 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. 2026-07-01 12:09:12.260 8 INFO cinder.api.openstack.wsgi [None req-d4466b7d-581c-4487-865d-7bf309d10d9a 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 327/651] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 12:09:12 2026] GET /v3/volumes/detail?all_tenants=true => generated 15 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:09:12.273 7 INFO cinder.api.openstack.wsgi [None req-d09a2693-386c-4840-8381-ae1f9bf6f1e4 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true 2026-07-01 12:09:12.776 7 INFO cinder.api.openstack.wsgi [None req-d09a2693-386c-4840-8381-ae1f9bf6f1e4 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 325/652] 10.0.0.48 () {28 vars in 629 bytes} [Wed Jul 1 12:09:12 2026] GET /v3/scheduler-stats/get_pools?detail=true => generated 670 bytes in 509 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:09:12.817 8 INFO cinder.api.openstack.wsgi [None req-5b0ea02c-8b6a-4450-a7bf-b81f6bd6a7aa 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true 2026-07-01 12:09:12.853 8 INFO cinder.api.openstack.wsgi [None req-5b0ea02c-8b6a-4450-a7bf-b81f6bd6a7aa 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 328/653] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:09:12 2026] GET /v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true => generated 845 bytes in 45 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:09:12.865 7 INFO cinder.api.openstack.wsgi [None req-6ac6e38a-f4de-4254-a288-c90fbd0e3f8b 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true 2026-07-01 12:09:12.884 7 INFO cinder.api.openstack.wsgi [None req-6ac6e38a-f4de-4254-a288-c90fbd0e3f8b 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 326/654] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:09:12 2026] GET /v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true => generated 845 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:09:12.893 8 INFO cinder.api.openstack.wsgi [None req-950c14fb-bbbd-46d7-9234-59d8728b6827 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true 2026-07-01 12:09:12.915 8 INFO cinder.api.openstack.wsgi [None req-950c14fb-bbbd-46d7-9234-59d8728b6827 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 329/655] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:09:12 2026] GET /v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true => generated 847 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:09:12.926 7 INFO cinder.api.openstack.wsgi [None req-5195432b-6cb0-48a6-adfa-61a81fcfc8e6 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services 2026-07-01 12:09:12.930 7 INFO cinder.api.openstack.wsgi [None req-5195432b-6cb0-48a6-adfa-61a81fcfc8e6 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services returned with HTTP 200 [pid: 7|app: 0|req: 327/656] 10.0.0.48 () {28 vars in 578 bytes} [Wed Jul 1 12:09:12 2026] GET /v3/os-services => generated 646 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:09:12.942 8 INFO cinder.api.openstack.wsgi [None req-f0837211-2d98-436f-a36f-fd2787aefe28 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true 2026-07-01 12:09:12.947 8 INFO cinder.volume.api [None req-f0837211-2d98-436f-a36f-fd2787aefe28 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all snapshots completed successfully. 2026-07-01 12:09:12.947 8 INFO cinder.api.openstack.wsgi [None req-f0837211-2d98-436f-a36f-fd2787aefe28 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 330/657] 10.0.0.48 () {28 vars in 607 bytes} [Wed Jul 1 12:09:12 2026] GET /v3/snapshots?all_tenants=true => generated 17 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:09:42.879 7 INFO cinder.api.openstack.wsgi [None req-f7aefe10-1fd0-4176-a724-03f8979a67d5 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots 2026-07-01 12:09:42.893 7 INFO cinder.volume.api [None req-f7aefe10-1fd0-4176-a724-03f8979a67d5 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all snapshots completed successfully. 2026-07-01 12:09:42.893 7 INFO cinder.api.openstack.wsgi [None req-f7aefe10-1fd0-4176-a724-03f8979a67d5 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots returned with HTTP 200 [pid: 7|app: 0|req: 331/664] 10.0.0.94 () {32 vars in 638 bytes} [Wed Jul 1 12:09:42 2026] GET /v3/snapshots => generated 17 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:09:42.910 8 INFO cinder.api.openstack.wsgi [None req-d55031ea-6345-4d9a-ba10-340f356cc398 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes 2026-07-01 12:09:42.942 8 INFO cinder.volume.api [None req-d55031ea-6345-4d9a-ba10-340f356cc398 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. 2026-07-01 12:09:42.942 8 INFO cinder.api.openstack.wsgi [None req-d55031ea-6345-4d9a-ba10-340f356cc398 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes returned with HTTP 200 [pid: 8|app: 0|req: 334/665] 10.0.0.94 () {32 vars in 634 bytes} [Wed Jul 1 12:09:42 2026] GET /v3/volumes => generated 15 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:10:01.702 8 INFO cinder.api.openstack.wsgi [None req-c6aeabcd-1d91-44c0-b194-24b921d8c82a 9e2526b629f94f2b909edee08d611b63 0172d23f4f044b06824f7348cfa04143 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes 2026-07-01 12:10:02.476 8 INFO cinder.api.v3.volumes [None req-c6aeabcd-1d91-44c0-b194-24b921d8c82a 9e2526b629f94f2b909edee08d611b63 0172d23f4f044b06824f7348cfa04143 - - default default] Create volume of 1 GB 2026-07-01 12:10:02.496 8 INFO cinder.volume.api [None req-c6aeabcd-1d91-44c0-b194-24b921d8c82a 9e2526b629f94f2b909edee08d611b63 0172d23f4f044b06824f7348cfa04143 - - default default] Availability Zones retrieved successfully. 2026-07-01 12:10:02.810 8 INFO cinder.volume.api [None req-c6aeabcd-1d91-44c0-b194-24b921d8c82a 9e2526b629f94f2b909edee08d611b63 0172d23f4f044b06824f7348cfa04143 - - default default] Create volume request issued successfully. 2026-07-01 12:10:02.812 8 INFO cinder.api.openstack.wsgi [None req-c6aeabcd-1d91-44c0-b194-24b921d8c82a 9e2526b629f94f2b909edee08d611b63 0172d23f4f044b06824f7348cfa04143 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes returned with HTTP 202 [pid: 8|app: 0|req: 337/670] 10.0.0.94 () {34 vars in 656 bytes} [Wed Jul 1 12:10:01 2026] POST /v3/volumes => generated 799 bytes in 1117 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) 2026-07-01 12:10:02.837 7 INFO cinder.api.openstack.wsgi [None req-547158ce-5d8e-4d11-b3bb-dfa579aae264 9e2526b629f94f2b909edee08d611b63 0172d23f4f044b06824f7348cfa04143 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/917809cb-4b6a-42e9-a4cb-4e8f89ff9a0e /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:10:02.880 7 INFO cinder.volume.api [None req-547158ce-5d8e-4d11-b3bb-dfa579aae264 9e2526b629f94f2b909edee08d611b63 0172d23f4f044b06824f7348cfa04143 - - default default] Volume info retrieved successfully. 2026-07-01 12:10:02.890 7 INFO cinder.api.openstack.wsgi [None req-547158ce-5d8e-4d11-b3bb-dfa579aae264 9e2526b629f94f2b909edee08d611b63 0172d23f4f044b06824f7348cfa04143 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/917809cb-4b6a-42e9-a4cb-4e8f89ff9a0e returned with HTTP 200 [pid: 7|app: 0|req: 334/671] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:10:02 2026] GET /v3/volumes/917809cb-4b6a-42e9-a4cb-4e8f89ff9a0e => generated 867 bytes in 61 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:10:03.913 8 INFO cinder.api.openstack.wsgi [None req-14def2f2-c483-43af-980f-aeddc85b8cdf 9e2526b629f94f2b909edee08d611b63 0172d23f4f044b06824f7348cfa04143 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/917809cb-4b6a-42e9-a4cb-4e8f89ff9a0e /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:10:03.932 8 INFO cinder.volume.api [None req-14def2f2-c483-43af-980f-aeddc85b8cdf 9e2526b629f94f2b909edee08d611b63 0172d23f4f044b06824f7348cfa04143 - - default default] Volume info retrieved successfully. 2026-07-01 12:10:03.943 8 INFO cinder.api.openstack.wsgi [None req-14def2f2-c483-43af-980f-aeddc85b8cdf 9e2526b629f94f2b909edee08d611b63 0172d23f4f044b06824f7348cfa04143 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/917809cb-4b6a-42e9-a4cb-4e8f89ff9a0e returned with HTTP 200 [pid: 8|app: 0|req: 338/672] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:10:03 2026] GET /v3/volumes/917809cb-4b6a-42e9-a4cb-4e8f89ff9a0e => generated 891 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:10:04.964 7 INFO cinder.api.openstack.wsgi [None req-1c6d9f28-5aba-4f4a-94e8-ffa5557b7905 9e2526b629f94f2b909edee08d611b63 0172d23f4f044b06824f7348cfa04143 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/917809cb-4b6a-42e9-a4cb-4e8f89ff9a0e /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:10:04.981 7 INFO cinder.volume.api [None req-1c6d9f28-5aba-4f4a-94e8-ffa5557b7905 9e2526b629f94f2b909edee08d611b63 0172d23f4f044b06824f7348cfa04143 - - default default] Volume info retrieved successfully. 2026-07-01 12:10:04.987 7 INFO cinder.api.openstack.wsgi [None req-1c6d9f28-5aba-4f4a-94e8-ffa5557b7905 9e2526b629f94f2b909edee08d611b63 0172d23f4f044b06824f7348cfa04143 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/917809cb-4b6a-42e9-a4cb-4e8f89ff9a0e returned with HTTP 200 [pid: 7|app: 0|req: 335/673] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:10:04 2026] GET /v3/volumes/917809cb-4b6a-42e9-a4cb-4e8f89ff9a0e => generated 891 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:10:06.004 8 INFO cinder.api.openstack.wsgi [None req-eddec203-971a-45dc-aa7b-2df6a4489071 9e2526b629f94f2b909edee08d611b63 0172d23f4f044b06824f7348cfa04143 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/917809cb-4b6a-42e9-a4cb-4e8f89ff9a0e /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:10:06.025 8 INFO cinder.volume.api [None req-eddec203-971a-45dc-aa7b-2df6a4489071 9e2526b629f94f2b909edee08d611b63 0172d23f4f044b06824f7348cfa04143 - - default default] Volume info retrieved successfully. 2026-07-01 12:10:06.038 8 INFO cinder.api.openstack.wsgi [None req-eddec203-971a-45dc-aa7b-2df6a4489071 9e2526b629f94f2b909edee08d611b63 0172d23f4f044b06824f7348cfa04143 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/917809cb-4b6a-42e9-a4cb-4e8f89ff9a0e returned with HTTP 200 [pid: 8|app: 0|req: 339/674] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:10:05 2026] GET /v3/volumes/917809cb-4b6a-42e9-a4cb-4e8f89ff9a0e => generated 1417 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:10:06.153 7 INFO cinder.api.openstack.wsgi [req-cd8f8786-68bc-421f-ac28-99f4a2efe6da req-b62b704c-3572-4b5b-bb68-ec09d3b65585 9e2526b629f94f2b909edee08d611b63 0172d23f4f044b06824f7348cfa04143 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/917809cb-4b6a-42e9-a4cb-4e8f89ff9a0e /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:10:06.174 7 INFO cinder.volume.api [req-cd8f8786-68bc-421f-ac28-99f4a2efe6da req-b62b704c-3572-4b5b-bb68-ec09d3b65585 9e2526b629f94f2b909edee08d611b63 0172d23f4f044b06824f7348cfa04143 - - default default] Volume info retrieved successfully. 2026-07-01 12:10:06.180 7 INFO cinder.api.openstack.wsgi [req-cd8f8786-68bc-421f-ac28-99f4a2efe6da req-b62b704c-3572-4b5b-bb68-ec09d3b65585 9e2526b629f94f2b909edee08d611b63 0172d23f4f044b06824f7348cfa04143 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/917809cb-4b6a-42e9-a4cb-4e8f89ff9a0e returned with HTTP 200 [pid: 7|app: 0|req: 336/675] 10.0.0.185 () {34 vars in 962 bytes} [Wed Jul 1 12:10:06 2026] GET /v3/volumes/917809cb-4b6a-42e9-a4cb-4e8f89ff9a0e => generated 1417 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:10:07.045 8 INFO cinder.api.openstack.wsgi [req-cd8f8786-68bc-421f-ac28-99f4a2efe6da req-6c700ce4-d75a-4183-8654-55260ec8170b 9e2526b629f94f2b909edee08d611b63 0172d23f4f044b06824f7348cfa04143 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/917809cb-4b6a-42e9-a4cb-4e8f89ff9a0e /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:10:07.060 8 INFO cinder.volume.api [req-cd8f8786-68bc-421f-ac28-99f4a2efe6da req-6c700ce4-d75a-4183-8654-55260ec8170b 9e2526b629f94f2b909edee08d611b63 0172d23f4f044b06824f7348cfa04143 - - default default] Volume info retrieved successfully. 2026-07-01 12:10:07.081 8 INFO cinder.api.openstack.wsgi [req-cd8f8786-68bc-421f-ac28-99f4a2efe6da req-6c700ce4-d75a-4183-8654-55260ec8170b 9e2526b629f94f2b909edee08d611b63 0172d23f4f044b06824f7348cfa04143 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/917809cb-4b6a-42e9-a4cb-4e8f89ff9a0e returned with HTTP 200 [pid: 8|app: 0|req: 340/676] 10.0.0.185 () {34 vars in 962 bytes} [Wed Jul 1 12:10:07 2026] GET /v3/volumes/917809cb-4b6a-42e9-a4cb-4e8f89ff9a0e => generated 1417 bytes in 45 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-07-01 12:10:07.095 7 INFO cinder.api.openstack.wsgi [req-cd8f8786-68bc-421f-ac28-99f4a2efe6da req-b62b704c-3572-4b5b-bb68-ec09d3b65585 9e2526b629f94f2b909edee08d611b63 0172d23f4f044b06824f7348cfa04143 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-07-01 12:10:07.096 7 INFO cinder.api.openstack.wsgi [req-cd8f8786-68bc-421f-ac28-99f4a2efe6da req-b62b704c-3572-4b5b-bb68-ec09d3b65585 9e2526b629f94f2b909edee08d611b63 0172d23f4f044b06824f7348cfa04143 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 7|app: 0|req: 337/677] 10.0.0.185 () {32 vars in 829 bytes} [Wed Jul 1 12:10:07 2026] GET / => generated 411 bytes in 4 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:10:07.114 8 INFO cinder.api.openstack.wsgi [req-cd8f8786-68bc-421f-ac28-99f4a2efe6da req-8412c062-8bb3-43c9-8f4a-ce31d9ee0e39 9e2526b629f94f2b909edee08d611b63 0172d23f4f044b06824f7348cfa04143 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/attachments /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:10:07.192 8 INFO cinder.api.openstack.wsgi [req-cd8f8786-68bc-421f-ac28-99f4a2efe6da req-8412c062-8bb3-43c9-8f4a-ce31d9ee0e39 9e2526b629f94f2b909edee08d611b63 0172d23f4f044b06824f7348cfa04143 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/attachments returned with HTTP 200 [pid: 8|app: 0|req: 341/678] 10.0.0.185 () {40 vars in 991 bytes} [Wed Jul 1 12:10:07 2026] POST /v3/attachments => generated 273 bytes in 90 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:10:12.403 7 INFO cinder.api.openstack.wsgi [None req-c9b46a65-9bba-4074-bead-8553b317c93c 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 12:10:12.425 7 INFO cinder.volume.api [None req-c9b46a65-9bba-4074-bead-8553b317c93c 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:10:12.433 7 INFO cinder.api.openstack.wsgi [None req-c9b46a65-9bba-4074-bead-8553b317c93c 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 339/681] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 12:10:12 2026] GET /v3/volumes/detail?all_tenants=true => generated 1584 bytes in 185 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:10:12.446 8 INFO cinder.api.openstack.wsgi [None req-5ec94748-a30e-4b87-afef-10d37a2aa888 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:10:12.951 8 INFO cinder.api.openstack.wsgi [None req-5ec94748-a30e-4b87-afef-10d37a2aa888 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 343/682] 10.0.0.48 () {28 vars in 629 bytes} [Wed Jul 1 12:10:12 2026] GET /v3/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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:10:13.000 7 INFO cinder.api.openstack.wsgi [None req-cdae2454-3a90-4213-8918-d6f478224efd 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/0172d23f4f044b06824f7348cfa04143?usage=true 2026-07-01 12:10:13.017 7 INFO cinder.api.openstack.wsgi [None req-cdae2454-3a90-4213-8918-d6f478224efd 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/0172d23f4f044b06824f7348cfa04143?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 340/683] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:10:12 2026] GET /v3/os-quota-sets/0172d23f4f044b06824f7348cfa04143?usage=true => generated 847 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:10:13.026 8 INFO cinder.api.openstack.wsgi [None req-6faf85be-66e2-4aab-8f25-024a724f2190 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/0f7e8ffd4df94929b1eaa0ab54fc560b?usage=true 2026-07-01 12:10:13.066 8 INFO cinder.api.openstack.wsgi [None req-6faf85be-66e2-4aab-8f25-024a724f2190 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/0f7e8ffd4df94929b1eaa0ab54fc560b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 344/684] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:10:13 2026] GET /v3/os-quota-sets/0f7e8ffd4df94929b1eaa0ab54fc560b?usage=true => generated 847 bytes in 45 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:10:13.078 7 INFO cinder.api.openstack.wsgi [None req-9bcd805b-4a75-4e53-b1c8-a9e905f422aa 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/2bf468eb47364cf388bb637a9fd1f1be?usage=true 2026-07-01 12:10:13.099 7 INFO cinder.api.openstack.wsgi [None req-9bcd805b-4a75-4e53-b1c8-a9e905f422aa 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/2bf468eb47364cf388bb637a9fd1f1be?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 341/685] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:10:13 2026] GET /v3/os-quota-sets/2bf468eb47364cf388bb637a9fd1f1be?usage=true => generated 847 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:10:13.108 8 INFO cinder.api.openstack.wsgi [None req-14983a02-070a-4d78-b203-05e2ce0ef5ec 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true 2026-07-01 12:10:13.144 8 INFO cinder.api.openstack.wsgi [None req-14983a02-070a-4d78-b203-05e2ce0ef5ec 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 345/686] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:10:13 2026] GET /v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true => generated 845 bytes in 42 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:10:13.168 7 INFO cinder.api.openstack.wsgi [None req-e9359d1e-fc10-436e-9b18-7fcb34c92152 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/731fb41e3bdf426f890c7205f6033426?usage=true 2026-07-01 12:10:13.201 7 INFO cinder.api.openstack.wsgi [None req-e9359d1e-fc10-436e-9b18-7fcb34c92152 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/731fb41e3bdf426f890c7205f6033426?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 342/687] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:10:13 2026] GET /v3/os-quota-sets/731fb41e3bdf426f890c7205f6033426?usage=true => generated 847 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:10:13.224 8 INFO cinder.api.openstack.wsgi [None req-476b0701-8820-47dd-b200-bb0c1015b6d6 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true 2026-07-01 12:10:13.254 8 INFO cinder.api.openstack.wsgi [None req-476b0701-8820-47dd-b200-bb0c1015b6d6 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 346/688] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:10:13 2026] GET /v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true => generated 845 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:10:13.268 7 INFO cinder.api.openstack.wsgi [None req-72ceb7ab-c394-4cc3-8bd7-4a320144054d 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true 2026-07-01 12:10:13.307 7 INFO cinder.api.openstack.wsgi [None req-72ceb7ab-c394-4cc3-8bd7-4a320144054d 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 343/689] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:10:13 2026] GET /v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true => generated 847 bytes in 46 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:10:13.318 8 INFO cinder.api.openstack.wsgi [None req-7337f9eb-bfc1-45ff-9736-5e9a1fbc00d8 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true 2026-07-01 12:10:13.324 8 INFO cinder.volume.api [None req-7337f9eb-bfc1-45ff-9736-5e9a1fbc00d8 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all snapshots completed successfully. 2026-07-01 12:10:13.324 8 INFO cinder.api.openstack.wsgi [None req-7337f9eb-bfc1-45ff-9736-5e9a1fbc00d8 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 347/690] 10.0.0.48 () {28 vars in 607 bytes} [Wed Jul 1 12:10:13 2026] GET /v3/snapshots?all_tenants=true => generated 17 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:10:13.332 7 INFO cinder.api.openstack.wsgi [None req-0d5a65b3-3ab1-4b26-b01a-a91488d7c9f2 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services 2026-07-01 12:10:13.338 7 INFO cinder.api.openstack.wsgi [None req-0d5a65b3-3ab1-4b26-b01a-a91488d7c9f2 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services returned with HTTP 200 [pid: 7|app: 0|req: 344/691] 10.0.0.48 () {28 vars in 578 bytes} [Wed Jul 1 12:10:13 2026] GET /v3/os-services => generated 646 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:10:13.347 8 INFO cinder.api.openstack.wsgi [None req-f1f16114-723b-4ac1-a0db-1a303c716f82 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 12:10:13.371 8 INFO cinder.volume.api [None req-f1f16114-723b-4ac1-a0db-1a303c716f82 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:10:13.381 8 INFO cinder.api.openstack.wsgi [None req-f1f16114-723b-4ac1-a0db-1a303c716f82 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 348/692] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 12:10:13 2026] GET /v3/volumes/detail?all_tenants=true => generated 1584 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-07-01 12:10:15.380 7 INFO cinder.api.openstack.wsgi [None req-0d5a65b3-3ab1-4b26-b01a-a91488d7c9f2 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-07-01 12:10:15.380 7 INFO cinder.api.openstack.wsgi [None req-0d5a65b3-3ab1-4b26-b01a-a91488d7c9f2 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 7|app: 0|req: 345/693] 199.204.45.23 () {32 vars in 839 bytes} [Wed Jul 1 12:10:15 2026] GET / => generated 411 bytes in 1 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:10:15.451 8 INFO cinder.api.openstack.wsgi [req-cd8f8786-68bc-421f-ac28-99f4a2efe6da req-30252ae3-9d65-4620-8cac-a71744f00c16 9e2526b629f94f2b909edee08d611b63 0172d23f4f044b06824f7348cfa04143 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/917809cb-4b6a-42e9-a4cb-4e8f89ff9a0e /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:10:15.470 8 INFO cinder.volume.api [req-cd8f8786-68bc-421f-ac28-99f4a2efe6da req-30252ae3-9d65-4620-8cac-a71744f00c16 9e2526b629f94f2b909edee08d611b63 0172d23f4f044b06824f7348cfa04143 - - default default] Volume info retrieved successfully. 2026-07-01 12:10:15.475 8 INFO cinder.api.openstack.wsgi [req-cd8f8786-68bc-421f-ac28-99f4a2efe6da req-30252ae3-9d65-4620-8cac-a71744f00c16 9e2526b629f94f2b909edee08d611b63 0172d23f4f044b06824f7348cfa04143 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/917809cb-4b6a-42e9-a4cb-4e8f89ff9a0e returned with HTTP 200 [pid: 8|app: 0|req: 349/694] 199.204.45.23 () {36 vars in 1006 bytes} [Wed Jul 1 12:10:15 2026] GET /v3/volumes/917809cb-4b6a-42e9-a4cb-4e8f89ff9a0e => generated 1597 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) 2026-07-01 12:10:17.332 7 INFO cinder.api.openstack.wsgi [req-cd8f8786-68bc-421f-ac28-99f4a2efe6da req-b9abd4f3-c560-40c3-a330-9fee7ba838a4 9e2526b629f94f2b909edee08d611b63 0172d23f4f044b06824f7348cfa04143 - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/attachments/0f9305f2-f44d-4ca2-aef6-07f6fc98b44e /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:10:18.381 7 INFO cinder.api.openstack.wsgi [req-cd8f8786-68bc-421f-ac28-99f4a2efe6da req-b9abd4f3-c560-40c3-a330-9fee7ba838a4 9e2526b629f94f2b909edee08d611b63 0172d23f4f044b06824f7348cfa04143 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/attachments/0f9305f2-f44d-4ca2-aef6-07f6fc98b44e returned with HTTP 200 [pid: 7|app: 0|req: 346/695] 199.204.45.23 () {40 vars in 1068 bytes} [Wed Jul 1 12:10:17 2026] PUT /v3/attachments/0f9305f2-f44d-4ca2-aef6-07f6fc98b44e => generated 802 bytes in 1060 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:10:18.903 8 INFO cinder.api.openstack.wsgi [req-cd8f8786-68bc-421f-ac28-99f4a2efe6da req-6479d482-312d-4f19-8d6b-bc3ad4c22e2a 9e2526b629f94f2b909edee08d611b63 0172d23f4f044b06824f7348cfa04143 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/attachments/0f9305f2-f44d-4ca2-aef6-07f6fc98b44e/action /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:10:18.944 8 INFO cinder.api.openstack.wsgi [req-cd8f8786-68bc-421f-ac28-99f4a2efe6da req-6479d482-312d-4f19-8d6b-bc3ad4c22e2a 9e2526b629f94f2b909edee08d611b63 0172d23f4f044b06824f7348cfa04143 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/attachments/0f9305f2-f44d-4ca2-aef6-07f6fc98b44e/action returned with HTTP 204 [pid: 8|app: 0|req: 350/696] 199.204.45.23 () {40 vars in 1081 bytes} [Wed Jul 1 12:10:18 2026] POST /v3/attachments/0f9305f2-f44d-4ca2-aef6-07f6fc98b44e/action => generated 0 bytes in 51 msecs (HTTP/1.1 204) 7 headers in 292 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:10:33.313 7 INFO cinder.api.openstack.wsgi [req-954a4c96-2297-4100-bdbe-7fc2950d2932 req-5d853d00-7cbb-4f27-a905-178efbfa2226 9e2526b629f94f2b909edee08d611b63 0172d23f4f044b06824f7348cfa04143 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/attachments/0f9305f2-f44d-4ca2-aef6-07f6fc98b44e /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:10:33.875 7 INFO cinder.api.openstack.wsgi [req-954a4c96-2297-4100-bdbe-7fc2950d2932 req-5d853d00-7cbb-4f27-a905-178efbfa2226 9e2526b629f94f2b909edee08d611b63 0172d23f4f044b06824f7348cfa04143 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/attachments/0f9305f2-f44d-4ca2-aef6-07f6fc98b44e returned with HTTP 200 [pid: 7|app: 0|req: 349/701] 199.204.45.23 () {38 vars in 1036 bytes} [Wed Jul 1 12:10:33 2026] DELETE /v3/attachments/0f9305f2-f44d-4ca2-aef6-07f6fc98b44e => generated 19 bytes in 570 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:10:33.890 8 INFO cinder.api.openstack.wsgi [req-954a4c96-2297-4100-bdbe-7fc2950d2932 req-1b4e9c4c-aab5-4ba9-b06f-d2c7da8c3a02 9e2526b629f94f2b909edee08d611b63 0172d23f4f044b06824f7348cfa04143 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/917809cb-4b6a-42e9-a4cb-4e8f89ff9a0e 2026-07-01 12:10:33.891 8 INFO cinder.api.v3.volumes [req-954a4c96-2297-4100-bdbe-7fc2950d2932 req-1b4e9c4c-aab5-4ba9-b06f-d2c7da8c3a02 9e2526b629f94f2b909edee08d611b63 0172d23f4f044b06824f7348cfa04143 - - default default] Delete volume with id: 917809cb-4b6a-42e9-a4cb-4e8f89ff9a0e /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:10:33.899 8 INFO cinder.volume.api [req-954a4c96-2297-4100-bdbe-7fc2950d2932 req-1b4e9c4c-aab5-4ba9-b06f-d2c7da8c3a02 9e2526b629f94f2b909edee08d611b63 0172d23f4f044b06824f7348cfa04143 - - default default] Volume info retrieved successfully. 2026-07-01 12:10:33.926 8 INFO cinder.volume.api [req-954a4c96-2297-4100-bdbe-7fc2950d2932 req-1b4e9c4c-aab5-4ba9-b06f-d2c7da8c3a02 9e2526b629f94f2b909edee08d611b63 0172d23f4f044b06824f7348cfa04143 - - default default] Delete volume request issued successfully. 2026-07-01 12:10:33.927 8 INFO cinder.api.openstack.wsgi [req-954a4c96-2297-4100-bdbe-7fc2950d2932 req-1b4e9c4c-aab5-4ba9-b06f-d2c7da8c3a02 9e2526b629f94f2b909edee08d611b63 0172d23f4f044b06824f7348cfa04143 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/917809cb-4b6a-42e9-a4cb-4e8f89ff9a0e returned with HTTP 202 [pid: 8|app: 0|req: 353/702] 199.204.45.23 () {36 vars in 987 bytes} [Wed Jul 1 12:10:33 2026] DELETE /v3/volumes/917809cb-4b6a-42e9-a4cb-4e8f89ff9a0e => 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-07-01 12:11:12.316 8 INFO cinder.api.openstack.wsgi [None req-e726182e-b3ba-4213-beb3-e752dcf88514 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 12:11:12.324 8 INFO cinder.volume.api [None req-e726182e-b3ba-4213-beb3-e752dcf88514 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. 2026-07-01 12:11:12.325 8 INFO cinder.api.openstack.wsgi [None req-e726182e-b3ba-4213-beb3-e752dcf88514 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 358/711] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 12:11:12 2026] GET /v3/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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:11:12.340 7 INFO cinder.api.openstack.wsgi [None req-bca6d7bc-5b0c-48f6-83f4-02fab2bdcd14 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:11:12.349 7 INFO cinder.volume.api [None req-bca6d7bc-5b0c-48f6-83f4-02fab2bdcd14 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all snapshots completed successfully. 2026-07-01 12:11:12.349 7 INFO cinder.api.openstack.wsgi [None req-bca6d7bc-5b0c-48f6-83f4-02fab2bdcd14 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 354/712] 10.0.0.48 () {28 vars in 607 bytes} [Wed Jul 1 12:11:12 2026] GET /v3/snapshots?all_tenants=true => generated 17 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:11:12.361 8 INFO cinder.api.openstack.wsgi [None req-0462b0f6-673e-4c2d-a5b2-33ff581e3729 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 12:11:12.370 8 INFO cinder.volume.api [None req-0462b0f6-673e-4c2d-a5b2-33ff581e3729 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. 2026-07-01 12:11:12.372 8 INFO cinder.api.openstack.wsgi [None req-0462b0f6-673e-4c2d-a5b2-33ff581e3729 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 359/713] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 12:11:12 2026] GET /v3/volumes/detail?all_tenants=true => generated 15 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:11:12.385 7 INFO cinder.api.openstack.wsgi [None req-fcfe74b9-5e90-495e-a997-b684bf0c36b7 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services 2026-07-01 12:11:12.392 7 INFO cinder.api.openstack.wsgi [None req-fcfe74b9-5e90-495e-a997-b684bf0c36b7 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services returned with HTTP 200 [pid: 7|app: 0|req: 355/714] 10.0.0.48 () {28 vars in 578 bytes} [Wed Jul 1 12:11:12 2026] GET /v3/os-services => generated 646 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:11:12.428 8 INFO cinder.api.openstack.wsgi [None req-8e96239f-7bec-49d1-8f79-3fea2fffea08 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/22f839f3ffa04473b50bf58616642ae0?usage=true 2026-07-01 12:11:12.448 8 INFO cinder.api.openstack.wsgi [None req-8e96239f-7bec-49d1-8f79-3fea2fffea08 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/22f839f3ffa04473b50bf58616642ae0?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 360/715] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:11:12 2026] GET /v3/os-quota-sets/22f839f3ffa04473b50bf58616642ae0?usage=true => generated 847 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:11:12.459 7 INFO cinder.api.openstack.wsgi [None req-9f9bf9cf-9ba3-4512-b5d6-f1d6347e0e71 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/35089794025d4b2081a253d9e5f05f76?usage=true 2026-07-01 12:11:12.493 7 INFO cinder.api.openstack.wsgi [None req-9f9bf9cf-9ba3-4512-b5d6-f1d6347e0e71 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/35089794025d4b2081a253d9e5f05f76?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 356/716] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:11:12 2026] GET /v3/os-quota-sets/35089794025d4b2081a253d9e5f05f76?usage=true => generated 847 bytes in 42 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:11:12.504 8 INFO cinder.api.openstack.wsgi [None req-2b8b9ff3-43eb-4bbe-89aa-b6b98e1de71c 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true 2026-07-01 12:11:12.529 8 INFO cinder.api.openstack.wsgi [None req-2b8b9ff3-43eb-4bbe-89aa-b6b98e1de71c 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 361/717] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:11:12 2026] GET /v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true => generated 845 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:11:12.539 7 INFO cinder.api.openstack.wsgi [None req-7f539e82-ce39-4c59-99d1-cbbaced9dfef 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ce5d4788241846b1b0ce86a40263096e?usage=true 2026-07-01 12:11:12.563 7 INFO cinder.api.openstack.wsgi [None req-7f539e82-ce39-4c59-99d1-cbbaced9dfef 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ce5d4788241846b1b0ce86a40263096e?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 357/718] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:11:12 2026] GET /v3/os-quota-sets/ce5d4788241846b1b0ce86a40263096e?usage=true => generated 847 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:11:12.573 8 INFO cinder.api.openstack.wsgi [None req-948b1518-2d05-4850-a6b7-69dc478e98bf 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true 2026-07-01 12:11:12.596 8 INFO cinder.api.openstack.wsgi [None req-948b1518-2d05-4850-a6b7-69dc478e98bf 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 362/719] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:11:12 2026] GET /v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true => generated 845 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:11:12.608 7 INFO cinder.api.openstack.wsgi [None req-2c3027e1-b6ce-4bc1-b85f-c42800edfe6e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true 2026-07-01 12:11:12.626 7 INFO cinder.api.openstack.wsgi [None req-2c3027e1-b6ce-4bc1-b85f-c42800edfe6e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 358/720] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:11:12 2026] GET /v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true => generated 847 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:11:12.633 8 INFO cinder.api.openstack.wsgi [None req-d775a16c-5cdb-40d4-ac11-f2de137b33eb 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/f67bd015b50047b4a7eae081ea140bf7?usage=true 2026-07-01 12:11:12.661 8 INFO cinder.api.openstack.wsgi [None req-d775a16c-5cdb-40d4-ac11-f2de137b33eb 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/f67bd015b50047b4a7eae081ea140bf7?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 363/721] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:11:12 2026] GET /v3/os-quota-sets/f67bd015b50047b4a7eae081ea140bf7?usage=true => generated 847 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:11:12.671 7 INFO cinder.api.openstack.wsgi [None req-4880fe95-f097-4d4c-ac32-0f8e788394b5 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true 2026-07-01 12:11:13.174 7 INFO cinder.api.openstack.wsgi [None req-4880fe95-f097-4d4c-ac32-0f8e788394b5 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 359/722] 10.0.0.48 () {28 vars in 629 bytes} [Wed Jul 1 12:11:12 2026] GET /v3/scheduler-stats/get_pools?detail=true => generated 670 bytes in 509 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:11:20.418 8 INFO cinder.api.openstack.wsgi [None req-d775a16c-5cdb-40d4-ac11-f2de137b33eb 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-07-01 12:11:20.420 8 INFO cinder.api.openstack.wsgi [None req-d775a16c-5cdb-40d4-ac11-f2de137b33eb 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 8|app: 0|req: 365/725] 10.0.0.94 () {30 vars in 410 bytes} [Wed Jul 1 12:11:20 2026] GET / => generated 411 bytes in 4 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) 2026-07-01 12:11:34.168 7 INFO cinder.api.openstack.wsgi [req-a2d40412-dbbb-47ec-ac19-9c52c91f595f req-f7fc961d-194c-4253-bbc0-53cdaeb3b3cb 1679943040e34de6a2e063af302cf6a0 22f839f3ffa04473b50bf58616642ae0 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/attachments?instance_id=0540e53f-9942-42e3-9c2f-5cb22c137ed3 2026-07-01 12:11:34.182 7 INFO cinder.api.openstack.wsgi [req-a2d40412-dbbb-47ec-ac19-9c52c91f595f req-f7fc961d-194c-4253-bbc0-53cdaeb3b3cb 1679943040e34de6a2e063af302cf6a0 22f839f3ffa04473b50bf58616642ae0 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/attachments?instance_id=0540e53f-9942-42e3-9c2f-5cb22c137ed3 returned with HTTP 200 [pid: 7|app: 0|req: 362/728] 199.204.45.23 () {36 vars in 1037 bytes} [Wed Jul 1 12:11:34 2026] GET /v3/attachments?instance_id=0540e53f-9942-42e3-9c2f-5cb22c137ed3 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:12:12.489 8 INFO cinder.api.openstack.wsgi [None req-d72b3629-21f9-441b-8f5e-e0c033b8e244 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/11eaad8c919448ffbe37cfa5dd4887e2?usage=true 2026-07-01 12:12:12.507 8 INFO cinder.api.openstack.wsgi [None req-d72b3629-21f9-441b-8f5e-e0c033b8e244 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/11eaad8c919448ffbe37cfa5dd4887e2?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 371/737] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:12:12 2026] GET /v3/os-quota-sets/11eaad8c919448ffbe37cfa5dd4887e2?usage=true => generated 847 bytes in 224 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:12:12.518 7 INFO cinder.api.openstack.wsgi [None req-f3293bda-0552-46bd-8b88-2eb049ec32df 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/22f839f3ffa04473b50bf58616642ae0?usage=true 2026-07-01 12:12:12.538 7 INFO cinder.api.openstack.wsgi [None req-f3293bda-0552-46bd-8b88-2eb049ec32df 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/22f839f3ffa04473b50bf58616642ae0?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 367/738] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:12:12 2026] GET /v3/os-quota-sets/22f839f3ffa04473b50bf58616642ae0?usage=true => generated 847 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:12:12.548 8 INFO cinder.api.openstack.wsgi [None req-b18a0c75-98f5-4297-8f3b-a78f3dc59b85 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true 2026-07-01 12:12:12.573 8 INFO cinder.api.openstack.wsgi [None req-b18a0c75-98f5-4297-8f3b-a78f3dc59b85 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 372/739] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:12:12 2026] GET /v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true => generated 845 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:12:12.582 7 INFO cinder.api.openstack.wsgi [None req-d493b420-1314-41bb-93c9-f63cfd184d21 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/74b4646b315a4a5bb094bbd6b5ac53dd?usage=true 2026-07-01 12:12:12.601 7 INFO cinder.api.openstack.wsgi [None req-d493b420-1314-41bb-93c9-f63cfd184d21 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/74b4646b315a4a5bb094bbd6b5ac53dd?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 368/740] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:12:12 2026] GET /v3/os-quota-sets/74b4646b315a4a5bb094bbd6b5ac53dd?usage=true => generated 847 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:12:12.612 8 INFO cinder.api.openstack.wsgi [None req-2f1bb525-c8dd-465c-be27-ff2f9be374bb 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/8b6782486bb54ed5857532dabb307ab9?usage=true 2026-07-01 12:12:12.630 8 INFO cinder.api.openstack.wsgi [None req-2f1bb525-c8dd-465c-be27-ff2f9be374bb 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/8b6782486bb54ed5857532dabb307ab9?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 373/741] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:12:12 2026] GET /v3/os-quota-sets/8b6782486bb54ed5857532dabb307ab9?usage=true => generated 847 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:12:12.641 7 INFO cinder.api.openstack.wsgi [None req-d41c483d-dadc-45d1-9b25-7000d80d3b9b 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true 2026-07-01 12:12:12.662 7 INFO cinder.api.openstack.wsgi [None req-d41c483d-dadc-45d1-9b25-7000d80d3b9b 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 369/742] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:12:12 2026] GET /v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true => generated 845 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:12:12.672 8 INFO cinder.api.openstack.wsgi [None req-7d54f06f-884e-4122-8289-34bceb66798c 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true 2026-07-01 12:12:12.688 8 INFO cinder.api.openstack.wsgi [None req-7d54f06f-884e-4122-8289-34bceb66798c 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 374/743] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:12:12 2026] GET /v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true => generated 847 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:12:12.697 7 INFO cinder.api.openstack.wsgi [None req-bf29c5c1-8766-4f80-a9cd-bd58927ae9d6 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 12:12:12.706 7 INFO cinder.volume.api [None req-bf29c5c1-8766-4f80-a9cd-bd58927ae9d6 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. 2026-07-01 12:12:12.708 7 INFO cinder.api.openstack.wsgi [None req-bf29c5c1-8766-4f80-a9cd-bd58927ae9d6 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 370/744] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 12:12:12 2026] GET /v3/volumes/detail?all_tenants=true => generated 15 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:12:12.717 8 INFO cinder.api.openstack.wsgi [None req-5f9502f5-b5b4-44f2-b2c2-9688d6676675 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 12:12:12.725 8 INFO cinder.volume.api [None req-5f9502f5-b5b4-44f2-b2c2-9688d6676675 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. 2026-07-01 12:12:12.726 8 INFO cinder.api.openstack.wsgi [None req-5f9502f5-b5b4-44f2-b2c2-9688d6676675 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 375/745] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 12:12:12 2026] GET /v3/volumes/detail?all_tenants=true => generated 15 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:12:12.736 7 INFO cinder.api.openstack.wsgi [None req-0c443ebe-359d-4dbc-bfc3-2be068759b53 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true 2026-07-01 12:12:13.240 7 INFO cinder.api.openstack.wsgi [None req-0c443ebe-359d-4dbc-bfc3-2be068759b53 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 371/746] 10.0.0.48 () {28 vars in 629 bytes} [Wed Jul 1 12:12:12 2026] GET /v3/scheduler-stats/get_pools?detail=true => generated 670 bytes in 511 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:12:13.249 8 INFO cinder.api.openstack.wsgi [None req-be3ecb16-80ac-465a-82f0-a029c34e3cac 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true 2026-07-01 12:12:13.260 8 INFO cinder.volume.api [None req-be3ecb16-80ac-465a-82f0-a029c34e3cac 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all snapshots completed successfully. 2026-07-01 12:12:13.260 8 INFO cinder.api.openstack.wsgi [None req-be3ecb16-80ac-465a-82f0-a029c34e3cac 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 376/747] 10.0.0.48 () {28 vars in 607 bytes} [Wed Jul 1 12:12:13 2026] GET /v3/snapshots?all_tenants=true => generated 17 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:12:13.270 7 INFO cinder.api.openstack.wsgi [None req-710bc042-1121-4139-b82d-0909f3e9b6cc 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services 2026-07-01 12:12:13.279 7 INFO cinder.api.openstack.wsgi [None req-710bc042-1121-4139-b82d-0909f3e9b6cc 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services returned with HTTP 200 [pid: 7|app: 0|req: 372/748] 10.0.0.48 () {28 vars in 578 bytes} [Wed Jul 1 12:12:13 2026] GET /v3/os-services => generated 646 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:12:59.992 8 INFO cinder.api.openstack.wsgi [None req-8cdcb4f5-2744-48c5-8134-9e3611e7d301 8e4e1b3c928c4f219ea0356edb7b1c84 18a4926d025a4a1da04031b2b0359b37 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes 2026-07-01 12:12:59.995 8 INFO cinder.api.v3.volumes [None req-8cdcb4f5-2744-48c5-8134-9e3611e7d301 8e4e1b3c928c4f219ea0356edb7b1c84 18a4926d025a4a1da04031b2b0359b37 - - default default] Create volume of 1 GB 2026-07-01 12:13:00.003 8 INFO cinder.volume.api [None req-8cdcb4f5-2744-48c5-8134-9e3611e7d301 8e4e1b3c928c4f219ea0356edb7b1c84 18a4926d025a4a1da04031b2b0359b37 - - default default] Availability Zones retrieved successfully. 2026-07-01 12:13:00.184 8 INFO cinder.volume.api [None req-8cdcb4f5-2744-48c5-8134-9e3611e7d301 8e4e1b3c928c4f219ea0356edb7b1c84 18a4926d025a4a1da04031b2b0359b37 - - default default] Create volume request issued successfully. 2026-07-01 12:13:00.185 8 INFO cinder.api.openstack.wsgi [None req-8cdcb4f5-2744-48c5-8134-9e3611e7d301 8e4e1b3c928c4f219ea0356edb7b1c84 18a4926d025a4a1da04031b2b0359b37 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes returned with HTTP 202 [pid: 8|app: 0|req: 381/757] 10.0.0.94 () {34 vars in 655 bytes} [Wed Jul 1 12:12:59 2026] POST /v3/volumes => generated 794 bytes in 299 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) 2026-07-01 12:13:00.226 7 INFO cinder.api.openstack.wsgi [None req-05003692-b73c-424e-8b2d-eb5934110d8c 8e4e1b3c928c4f219ea0356edb7b1c84 18a4926d025a4a1da04031b2b0359b37 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/b181dba4-d60a-4d85-8981-dce57da7a762 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:00.239 7 INFO cinder.volume.api [None req-05003692-b73c-424e-8b2d-eb5934110d8c 8e4e1b3c928c4f219ea0356edb7b1c84 18a4926d025a4a1da04031b2b0359b37 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:00.246 7 INFO cinder.api.openstack.wsgi [None req-05003692-b73c-424e-8b2d-eb5934110d8c 8e4e1b3c928c4f219ea0356edb7b1c84 18a4926d025a4a1da04031b2b0359b37 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/b181dba4-d60a-4d85-8981-dce57da7a762 returned with HTTP 200 [pid: 7|app: 0|req: 377/758] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:13:00 2026] GET /v3/volumes/b181dba4-d60a-4d85-8981-dce57da7a762 => generated 862 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:01.276 8 INFO cinder.api.openstack.wsgi [None req-168fdae8-0c0f-4c29-ad1b-95205dbf5498 8e4e1b3c928c4f219ea0356edb7b1c84 18a4926d025a4a1da04031b2b0359b37 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/b181dba4-d60a-4d85-8981-dce57da7a762 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:01.291 8 INFO cinder.volume.api [None req-168fdae8-0c0f-4c29-ad1b-95205dbf5498 8e4e1b3c928c4f219ea0356edb7b1c84 18a4926d025a4a1da04031b2b0359b37 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:01.297 8 INFO cinder.api.openstack.wsgi [None req-168fdae8-0c0f-4c29-ad1b-95205dbf5498 8e4e1b3c928c4f219ea0356edb7b1c84 18a4926d025a4a1da04031b2b0359b37 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/b181dba4-d60a-4d85-8981-dce57da7a762 returned with HTTP 200 [pid: 8|app: 0|req: 383/761] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:13:01 2026] GET /v3/volumes/b181dba4-d60a-4d85-8981-dce57da7a762 => generated 887 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:12.526 7 INFO cinder.api.openstack.wsgi [None req-aef3b393-8c69-4e50-b955-78e83acbf392 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services 2026-07-01 12:13:12.532 7 INFO cinder.api.openstack.wsgi [None req-aef3b393-8c69-4e50-b955-78e83acbf392 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services returned with HTTP 200 [pid: 7|app: 0|req: 380/764] 10.0.0.48 () {28 vars in 578 bytes} [Wed Jul 1 12:13:12 2026] GET /v3/os-services => generated 646 bytes in 273 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:12.544 8 INFO cinder.api.openstack.wsgi [None req-5be5ab0f-d4cc-4b15-bb59-8d786a77f489 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true 2026-07-01 12:13:13.050 8 INFO cinder.api.openstack.wsgi [None req-5be5ab0f-d4cc-4b15-bb59-8d786a77f489 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 385/765] 10.0.0.48 () {28 vars in 629 bytes} [Wed Jul 1 12:13:12 2026] GET /v3/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-07-01 12:13:13.114 7 INFO cinder.api.openstack.wsgi [None req-646292b2-0e3c-437e-a41b-6f2729eaf3d4 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/18a4926d025a4a1da04031b2b0359b37?usage=true 2026-07-01 12:13:13.140 7 INFO cinder.api.openstack.wsgi [None req-646292b2-0e3c-437e-a41b-6f2729eaf3d4 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/18a4926d025a4a1da04031b2b0359b37?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 381/766] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:13:13 2026] GET /v3/os-quota-sets/18a4926d025a4a1da04031b2b0359b37?usage=true => generated 847 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:13:13.158 8 INFO cinder.api.openstack.wsgi [None req-43b9893a-2495-4648-9064-97bbba9e1f63 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/233e83db1fe44353bde0ed1132e7ad07?usage=true 2026-07-01 12:13:13.196 8 INFO cinder.api.openstack.wsgi [None req-43b9893a-2495-4648-9064-97bbba9e1f63 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/233e83db1fe44353bde0ed1132e7ad07?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 386/767] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:13:13 2026] GET /v3/os-quota-sets/233e83db1fe44353bde0ed1132e7ad07?usage=true => generated 847 bytes in 50 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:13:13.208 7 INFO cinder.api.openstack.wsgi [None req-7a4765ef-ddc2-410a-aa69-4e093dbc872b 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/353114bf9f3c42b8ae75b6f28ed32a48?usage=true 2026-07-01 12:13:13.234 7 INFO cinder.api.openstack.wsgi [None req-7a4765ef-ddc2-410a-aa69-4e093dbc872b 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/353114bf9f3c42b8ae75b6f28ed32a48?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 382/768] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:13:13 2026] GET /v3/os-quota-sets/353114bf9f3c42b8ae75b6f28ed32a48?usage=true => generated 847 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:13:13.245 8 INFO cinder.api.openstack.wsgi [None req-c276c21c-d713-4cd2-b849-ddf8bb69869f 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/3d9085d7a8024304b768c6526270f6e4?usage=true 2026-07-01 12:13:13.270 8 INFO cinder.api.openstack.wsgi [None req-c276c21c-d713-4cd2-b849-ddf8bb69869f 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/3d9085d7a8024304b768c6526270f6e4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 387/769] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:13:13 2026] GET /v3/os-quota-sets/3d9085d7a8024304b768c6526270f6e4?usage=true => generated 847 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:13:13.284 7 INFO cinder.api.openstack.wsgi [None req-38ef651a-21be-4ddf-a1c5-f5705755e2e6 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/45cf9197df5d475ab661a378f1d55b9f?usage=true 2026-07-01 12:13:13.304 7 INFO cinder.api.openstack.wsgi [None req-38ef651a-21be-4ddf-a1c5-f5705755e2e6 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/45cf9197df5d475ab661a378f1d55b9f?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 383/770] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:13:13 2026] GET /v3/os-quota-sets/45cf9197df5d475ab661a378f1d55b9f?usage=true => generated 847 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:13:13.316 8 INFO cinder.api.openstack.wsgi [None req-57a28f97-5c2e-4a60-981f-ed6b06016c62 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/5e5877ee10bb401abe6d3711e283aeb2?usage=true 2026-07-01 12:13:13.341 8 INFO cinder.api.openstack.wsgi [None req-57a28f97-5c2e-4a60-981f-ed6b06016c62 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/5e5877ee10bb401abe6d3711e283aeb2?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 388/771] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:13:13 2026] GET /v3/os-quota-sets/5e5877ee10bb401abe6d3711e283aeb2?usage=true => generated 847 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:13:13.352 7 INFO cinder.api.openstack.wsgi [None req-98b231fb-bc3f-445a-a0ba-c1f319c6dec6 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6873496063524a36bbcaa05c596f12c9?usage=true 2026-07-01 12:13:13.379 7 INFO cinder.api.openstack.wsgi [None req-98b231fb-bc3f-445a-a0ba-c1f319c6dec6 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6873496063524a36bbcaa05c596f12c9?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 384/772] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:13:13 2026] GET /v3/os-quota-sets/6873496063524a36bbcaa05c596f12c9?usage=true => generated 847 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:13:13.392 8 INFO cinder.api.openstack.wsgi [None req-e7fab551-736c-4a14-92b9-c6d6dcd3d88e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true 2026-07-01 12:13:13.428 8 INFO cinder.api.openstack.wsgi [None req-e7fab551-736c-4a14-92b9-c6d6dcd3d88e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 389/773] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:13:13 2026] GET /v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true => generated 845 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:13:13.447 7 INFO cinder.api.openstack.wsgi [None req-193b693f-9868-4c3d-b7c7-9ef0c25564f6 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/7ad99e1aa2594526b42c1c60a538cfcd?usage=true 2026-07-01 12:13:13.518 7 INFO cinder.api.openstack.wsgi [None req-193b693f-9868-4c3d-b7c7-9ef0c25564f6 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/7ad99e1aa2594526b42c1c60a538cfcd?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 385/774] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:13:13 2026] GET /v3/os-quota-sets/7ad99e1aa2594526b42c1c60a538cfcd?usage=true => generated 847 bytes in 84 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:13:13.534 8 INFO cinder.api.openstack.wsgi [None req-e414b619-4a31-47b2-a0d1-8880f778d70e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/845532c54a4541fd942b2de379f04f3f?usage=true 2026-07-01 12:13:13.575 8 INFO cinder.api.openstack.wsgi [None req-e414b619-4a31-47b2-a0d1-8880f778d70e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/845532c54a4541fd942b2de379f04f3f?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 390/775] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:13:13 2026] GET /v3/os-quota-sets/845532c54a4541fd942b2de379f04f3f?usage=true => generated 847 bytes in 53 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:13:13.590 7 INFO cinder.api.openstack.wsgi [None req-63137e74-43d7-44fb-be02-69a6b7aa9a50 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/89e6bb9cc7384d8eb980f9d69b5b4b7f?usage=true 2026-07-01 12:13:13.616 7 INFO cinder.api.openstack.wsgi [None req-63137e74-43d7-44fb-be02-69a6b7aa9a50 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/89e6bb9cc7384d8eb980f9d69b5b4b7f?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 386/776] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:13:13 2026] GET /v3/os-quota-sets/89e6bb9cc7384d8eb980f9d69b5b4b7f?usage=true => generated 847 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:13:13.627 8 INFO cinder.api.openstack.wsgi [None req-08de8b20-65fd-45ea-8aa5-0a3ec692b030 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/a4ae9625b59d411aa93b83e6ba9233b2?usage=true 2026-07-01 12:13:13.649 8 INFO cinder.api.openstack.wsgi [None req-08de8b20-65fd-45ea-8aa5-0a3ec692b030 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/a4ae9625b59d411aa93b83e6ba9233b2?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 391/777] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:13:13 2026] GET /v3/os-quota-sets/a4ae9625b59d411aa93b83e6ba9233b2?usage=true => generated 847 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:13:13.660 7 INFO cinder.api.openstack.wsgi [None req-7440d51d-dd51-481e-a221-9a12eb922590 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/baf60903014040bd8d0111410aec56ee?usage=true 2026-07-01 12:13:13.713 7 INFO cinder.api.openstack.wsgi [None req-7440d51d-dd51-481e-a221-9a12eb922590 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/baf60903014040bd8d0111410aec56ee?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 387/778] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:13:13 2026] GET /v3/os-quota-sets/baf60903014040bd8d0111410aec56ee?usage=true => generated 847 bytes in 61 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:13:13.730 8 INFO cinder.api.openstack.wsgi [None req-1fb4958b-0d6e-401b-997b-f19937c933b5 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true 2026-07-01 12:13:13.757 8 INFO cinder.api.openstack.wsgi [None req-1fb4958b-0d6e-401b-997b-f19937c933b5 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 392/779] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:13:13 2026] GET /v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true => generated 845 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:13:13.772 7 INFO cinder.api.openstack.wsgi [None req-e6d3030e-549b-4b92-a3de-1834caddfae9 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true 2026-07-01 12:13:13.806 7 INFO cinder.api.openstack.wsgi [None req-e6d3030e-549b-4b92-a3de-1834caddfae9 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 388/780] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:13:13 2026] GET /v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true => generated 847 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:13:13.834 8 INFO cinder.api.openstack.wsgi [None req-61513515-2c81-415f-85f8-acb873e87c79 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ff1faa71242e4ec09afda19d3f4f604f?usage=true 2026-07-01 12:13:13.873 8 INFO cinder.api.openstack.wsgi [None req-61513515-2c81-415f-85f8-acb873e87c79 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ff1faa71242e4ec09afda19d3f4f604f?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 393/781] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:13:13 2026] GET /v3/os-quota-sets/ff1faa71242e4ec09afda19d3f4f604f?usage=true => generated 847 bytes in 50 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:13:13.885 7 INFO cinder.api.openstack.wsgi [None req-8039f032-344c-429c-8d92-b7eeae826ebb 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true 2026-07-01 12:13:13.891 7 INFO cinder.volume.api [None req-8039f032-344c-429c-8d92-b7eeae826ebb 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all snapshots completed successfully. 2026-07-01 12:13:13.891 7 INFO cinder.api.openstack.wsgi [None req-8039f032-344c-429c-8d92-b7eeae826ebb 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 389/782] 10.0.0.48 () {28 vars in 607 bytes} [Wed Jul 1 12:13:13 2026] GET /v3/snapshots?all_tenants=true => generated 17 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:13:13.903 8 INFO cinder.api.openstack.wsgi [None req-ed7651a6-f05f-4238-bb48-02b27b8f30d6 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 12:13:13.919 8 INFO cinder.volume.api [None req-ed7651a6-f05f-4238-bb48-02b27b8f30d6 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:13.934 8 INFO cinder.api.openstack.wsgi [None req-ed7651a6-f05f-4238-bb48-02b27b8f30d6 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 394/783] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 12:13:13 2026] GET /v3/volumes/detail?all_tenants=true => generated 1055 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-07-01 12:13:13.943 7 INFO cinder.api.openstack.wsgi [None req-9c840981-0879-4cff-ac9d-9919b430b949 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 12:13:13.960 7 INFO cinder.volume.api [None req-9c840981-0879-4cff-ac9d-9919b430b949 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:13.967 7 INFO cinder.api.openstack.wsgi [None req-9c840981-0879-4cff-ac9d-9919b430b949 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 390/784] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 12:13:13 2026] GET /v3/volumes/detail?all_tenants=true => generated 1055 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:16.163 8 INFO cinder.api.openstack.wsgi [None req-411a6dfa-9c1e-45fe-8f3a-6b931231d5fd 8e4e1b3c928c4f219ea0356edb7b1c84 18a4926d025a4a1da04031b2b0359b37 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/b181dba4-d60a-4d85-8981-dce57da7a762/action /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:16.177 8 INFO cinder.volume.api [None req-411a6dfa-9c1e-45fe-8f3a-6b931231d5fd 8e4e1b3c928c4f219ea0356edb7b1c84 18a4926d025a4a1da04031b2b0359b37 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:16.196 8 INFO cinder.volume.api [None req-411a6dfa-9c1e-45fe-8f3a-6b931231d5fd 8e4e1b3c928c4f219ea0356edb7b1c84 18a4926d025a4a1da04031b2b0359b37 - - default default] Update volume admin metadata completed successfully. 2026-07-01 12:13:16.703 8 INFO cinder.volume.api [None req-411a6dfa-9c1e-45fe-8f3a-6b931231d5fd 8e4e1b3c928c4f219ea0356edb7b1c84 18a4926d025a4a1da04031b2b0359b37 - - default default] Attach volume completed successfully. 2026-07-01 12:13:16.703 8 INFO cinder.api.openstack.wsgi [None req-411a6dfa-9c1e-45fe-8f3a-6b931231d5fd 8e4e1b3c928c4f219ea0356edb7b1c84 18a4926d025a4a1da04031b2b0359b37 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/b181dba4-d60a-4d85-8981-dce57da7a762/action returned with HTTP 202 [pid: 8|app: 0|req: 395/785] 10.0.0.94 () {34 vars in 743 bytes} [Wed Jul 1 12:13:16 2026] POST /v3/volumes/b181dba4-d60a-4d85-8981-dce57da7a762/action => generated 0 bytes in 547 msecs (HTTP/1.1 202) 7 headers in 289 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:16.723 7 INFO cinder.api.openstack.wsgi [None req-89641394-a3bb-4bf2-912b-eec874170270 8e4e1b3c928c4f219ea0356edb7b1c84 18a4926d025a4a1da04031b2b0359b37 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/b181dba4-d60a-4d85-8981-dce57da7a762 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:16.752 7 INFO cinder.volume.api [None req-89641394-a3bb-4bf2-912b-eec874170270 8e4e1b3c928c4f219ea0356edb7b1c84 18a4926d025a4a1da04031b2b0359b37 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:16.759 7 INFO cinder.api.openstack.wsgi [None req-89641394-a3bb-4bf2-912b-eec874170270 8e4e1b3c928c4f219ea0356edb7b1c84 18a4926d025a4a1da04031b2b0359b37 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/b181dba4-d60a-4d85-8981-dce57da7a762 returned with HTTP 200 [pid: 7|app: 0|req: 391/786] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:13:16 2026] GET /v3/volumes/b181dba4-d60a-4d85-8981-dce57da7a762 => generated 1221 bytes in 49 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:16.782 8 INFO cinder.api.openstack.wsgi [None req-21a652ab-fa55-40d9-8f3a-ea1cfdaba63f 8e4e1b3c928c4f219ea0356edb7b1c84 18a4926d025a4a1da04031b2b0359b37 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/b181dba4-d60a-4d85-8981-dce57da7a762/action /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:16.804 8 INFO cinder.volume.api [None req-21a652ab-fa55-40d9-8f3a-ea1cfdaba63f 8e4e1b3c928c4f219ea0356edb7b1c84 18a4926d025a4a1da04031b2b0359b37 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:17.314 8 INFO cinder.volume.api [None req-21a652ab-fa55-40d9-8f3a-ea1cfdaba63f 8e4e1b3c928c4f219ea0356edb7b1c84 18a4926d025a4a1da04031b2b0359b37 - - default default] Detach volume completed successfully. 2026-07-01 12:13:17.314 8 INFO cinder.api.openstack.wsgi [None req-21a652ab-fa55-40d9-8f3a-ea1cfdaba63f 8e4e1b3c928c4f219ea0356edb7b1c84 18a4926d025a4a1da04031b2b0359b37 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/b181dba4-d60a-4d85-8981-dce57da7a762/action returned with HTTP 202 [pid: 8|app: 0|req: 396/787] 10.0.0.94 () {34 vars in 743 bytes} [Wed Jul 1 12:13:16 2026] POST /v3/volumes/b181dba4-d60a-4d85-8981-dce57da7a762/action => generated 0 bytes in 539 msecs (HTTP/1.1 202) 7 headers in 289 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:17.327 7 INFO cinder.api.openstack.wsgi [None req-b3073dea-62db-49f4-bdeb-342a27a4064d 8e4e1b3c928c4f219ea0356edb7b1c84 18a4926d025a4a1da04031b2b0359b37 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/b181dba4-d60a-4d85-8981-dce57da7a762 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:17.343 7 INFO cinder.volume.api [None req-b3073dea-62db-49f4-bdeb-342a27a4064d 8e4e1b3c928c4f219ea0356edb7b1c84 18a4926d025a4a1da04031b2b0359b37 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:17.349 7 INFO cinder.api.openstack.wsgi [None req-b3073dea-62db-49f4-bdeb-342a27a4064d 8e4e1b3c928c4f219ea0356edb7b1c84 18a4926d025a4a1da04031b2b0359b37 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/b181dba4-d60a-4d85-8981-dce57da7a762 returned with HTTP 200 [pid: 7|app: 0|req: 392/788] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:13:17 2026] GET /v3/volumes/b181dba4-d60a-4d85-8981-dce57da7a762 => generated 906 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:24.349 8 INFO cinder.api.openstack.wsgi [None req-622401bc-d526-4591-8fa9-363d2dca068b 8e4e1b3c928c4f219ea0356edb7b1c84 18a4926d025a4a1da04031b2b0359b37 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/b181dba4-d60a-4d85-8981-dce57da7a762 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:24.361 8 INFO cinder.volume.api [None req-622401bc-d526-4591-8fa9-363d2dca068b 8e4e1b3c928c4f219ea0356edb7b1c84 18a4926d025a4a1da04031b2b0359b37 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:24.366 8 INFO cinder.api.openstack.wsgi [None req-622401bc-d526-4591-8fa9-363d2dca068b 8e4e1b3c928c4f219ea0356edb7b1c84 18a4926d025a4a1da04031b2b0359b37 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/b181dba4-d60a-4d85-8981-dce57da7a762 returned with HTTP 200 [pid: 8|app: 0|req: 398/791] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:13:24 2026] GET /v3/volumes/b181dba4-d60a-4d85-8981-dce57da7a762 => generated 906 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:24.386 7 INFO cinder.api.openstack.wsgi [None req-ff42679b-88c6-489f-af25-ea3fd48c5abf 8e4e1b3c928c4f219ea0356edb7b1c84 18a4926d025a4a1da04031b2b0359b37 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/b181dba4-d60a-4d85-8981-dce57da7a762 2026-07-01 12:13:24.387 7 INFO cinder.api.v3.volumes [None req-ff42679b-88c6-489f-af25-ea3fd48c5abf 8e4e1b3c928c4f219ea0356edb7b1c84 18a4926d025a4a1da04031b2b0359b37 - - default default] Delete volume with id: b181dba4-d60a-4d85-8981-dce57da7a762 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:24.395 7 INFO cinder.volume.api [None req-ff42679b-88c6-489f-af25-ea3fd48c5abf 8e4e1b3c928c4f219ea0356edb7b1c84 18a4926d025a4a1da04031b2b0359b37 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:24.424 7 INFO cinder.volume.api [None req-ff42679b-88c6-489f-af25-ea3fd48c5abf 8e4e1b3c928c4f219ea0356edb7b1c84 18a4926d025a4a1da04031b2b0359b37 - - default default] Delete volume request issued successfully. 2026-07-01 12:13:24.424 7 INFO cinder.api.openstack.wsgi [None req-ff42679b-88c6-489f-af25-ea3fd48c5abf 8e4e1b3c928c4f219ea0356edb7b1c84 18a4926d025a4a1da04031b2b0359b37 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/b181dba4-d60a-4d85-8981-dce57da7a762 returned with HTTP 202 [pid: 7|app: 0|req: 394/792] 10.0.0.94 () {32 vars in 711 bytes} [Wed Jul 1 12:13:24 2026] DELETE /v3/volumes/b181dba4-d60a-4d85-8981-dce57da7a762 => generated 0 bytes in 46 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:24.438 8 INFO cinder.api.openstack.wsgi [None req-f1dfb4f7-74df-4e49-9925-64025e1a37f5 8e4e1b3c928c4f219ea0356edb7b1c84 18a4926d025a4a1da04031b2b0359b37 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/b181dba4-d60a-4d85-8981-dce57da7a762 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:24.453 8 INFO cinder.volume.api [None req-f1dfb4f7-74df-4e49-9925-64025e1a37f5 8e4e1b3c928c4f219ea0356edb7b1c84 18a4926d025a4a1da04031b2b0359b37 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:24.458 8 INFO cinder.api.openstack.wsgi [None req-f1dfb4f7-74df-4e49-9925-64025e1a37f5 8e4e1b3c928c4f219ea0356edb7b1c84 18a4926d025a4a1da04031b2b0359b37 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/b181dba4-d60a-4d85-8981-dce57da7a762 returned with HTTP 200 [pid: 8|app: 0|req: 399/793] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:13:24 2026] GET /v3/volumes/b181dba4-d60a-4d85-8981-dce57da7a762 => generated 905 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:25.480 7 INFO cinder.api.openstack.wsgi [None req-dc70d51d-82c5-4599-b7fc-9a3c44f95dbe 8e4e1b3c928c4f219ea0356edb7b1c84 18a4926d025a4a1da04031b2b0359b37 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/b181dba4-d60a-4d85-8981-dce57da7a762 2026-07-01 12:13:25.489 7 INFO cinder.api.openstack.wsgi [None req-dc70d51d-82c5-4599-b7fc-9a3c44f95dbe 8e4e1b3c928c4f219ea0356edb7b1c84 18a4926d025a4a1da04031b2b0359b37 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/b181dba4-d60a-4d85-8981-dce57da7a762 returned with HTTP 404 [pid: 7|app: 0|req: 395/794] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:13:25 2026] GET /v3/volumes/b181dba4-d60a-4d85-8981-dce57da7a762 => generated 109 bytes in 15 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:29.975 8 INFO cinder.api.openstack.wsgi [None req-edbba558-3322-40c6-9d4c-29bddbd024c7 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes 2026-07-01 12:13:29.978 8 INFO cinder.api.v3.volumes [None req-edbba558-3322-40c6-9d4c-29bddbd024c7 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Create volume of 1 GB 2026-07-01 12:13:29.983 8 INFO cinder.volume.api [None req-edbba558-3322-40c6-9d4c-29bddbd024c7 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Availability Zones retrieved successfully. 2026-07-01 12:13:30.163 8 INFO cinder.volume.api [None req-edbba558-3322-40c6-9d4c-29bddbd024c7 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Create volume request issued successfully. 2026-07-01 12:13:30.163 8 INFO cinder.api.openstack.wsgi [None req-edbba558-3322-40c6-9d4c-29bddbd024c7 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes returned with HTTP 202 [pid: 8|app: 0|req: 400/795] 10.0.0.94 () {34 vars in 656 bytes} [Wed Jul 1 12:13:29 2026] POST /v3/volumes => generated 805 bytes in 335 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) 2026-07-01 12:13:30.179 7 INFO cinder.api.openstack.wsgi [None req-650c5809-e1fa-4ae5-a628-748ddbe22dcc 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/f37983a4-2ae9-401c-8b8f-4b1a19d9dd49 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:30.193 7 INFO cinder.volume.api [None req-650c5809-e1fa-4ae5-a628-748ddbe22dcc 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:30.201 7 INFO cinder.api.openstack.wsgi [None req-650c5809-e1fa-4ae5-a628-748ddbe22dcc 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/f37983a4-2ae9-401c-8b8f-4b1a19d9dd49 returned with HTTP 200 [pid: 7|app: 0|req: 396/796] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:13:30 2026] GET /v3/volumes/f37983a4-2ae9-401c-8b8f-4b1a19d9dd49 => generated 873 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:31.230 7 INFO cinder.api.openstack.wsgi [None req-cde5b2db-887a-4f0a-85ab-dc0522d6506c 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/f37983a4-2ae9-401c-8b8f-4b1a19d9dd49 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:31.243 7 INFO cinder.volume.api [None req-cde5b2db-887a-4f0a-85ab-dc0522d6506c 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:31.248 7 INFO cinder.api.openstack.wsgi [None req-cde5b2db-887a-4f0a-85ab-dc0522d6506c 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/f37983a4-2ae9-401c-8b8f-4b1a19d9dd49 returned with HTTP 200 [pid: 7|app: 0|req: 398/799] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:13:31 2026] GET /v3/volumes/f37983a4-2ae9-401c-8b8f-4b1a19d9dd49 => generated 898 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:31.270 8 INFO cinder.api.openstack.wsgi [None req-23e4ba11-7321-4ebe-940d-900ce063e2b6 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/f37983a4-2ae9-401c-8b8f-4b1a19d9dd49 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:31.284 8 INFO cinder.volume.api [None req-23e4ba11-7321-4ebe-940d-900ce063e2b6 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:31.290 8 INFO cinder.api.openstack.wsgi [None req-23e4ba11-7321-4ebe-940d-900ce063e2b6 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/f37983a4-2ae9-401c-8b8f-4b1a19d9dd49 returned with HTTP 200 [pid: 8|app: 0|req: 402/800] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:13:31 2026] GET /v3/volumes/f37983a4-2ae9-401c-8b8f-4b1a19d9dd49 => generated 898 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:31.310 7 INFO cinder.api.openstack.wsgi [None req-5b4c6f32-4441-429d-809f-49af40406fb5 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/f37983a4-2ae9-401c-8b8f-4b1a19d9dd49 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:31.328 7 INFO cinder.volume.api [None req-5b4c6f32-4441-429d-809f-49af40406fb5 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:31.340 7 INFO cinder.volume.api [None req-5b4c6f32-4441-429d-809f-49af40406fb5 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Volume updated successfully. 2026-07-01 12:13:31.340 7 INFO cinder.api.openstack.wsgi [None req-5b4c6f32-4441-429d-809f-49af40406fb5 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/f37983a4-2ae9-401c-8b8f-4b1a19d9dd49 returned with HTTP 200 [pid: 7|app: 0|req: 399/801] 10.0.0.94 () {34 vars in 728 bytes} [Wed Jul 1 12:13:31 2026] PUT /v3/volumes/f37983a4-2ae9-401c-8b8f-4b1a19d9dd49 => generated 830 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:31.362 8 INFO cinder.api.openstack.wsgi [None req-4357230b-866b-40de-a2df-500ce2faae4d 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/f37983a4-2ae9-401c-8b8f-4b1a19d9dd49 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:31.378 8 INFO cinder.volume.api [None req-4357230b-866b-40de-a2df-500ce2faae4d 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:31.387 8 INFO cinder.volume.api [None req-4357230b-866b-40de-a2df-500ce2faae4d 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Volume updated successfully. 2026-07-01 12:13:31.387 8 INFO cinder.api.openstack.wsgi [None req-4357230b-866b-40de-a2df-500ce2faae4d 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/f37983a4-2ae9-401c-8b8f-4b1a19d9dd49 returned with HTTP 200 [pid: 8|app: 0|req: 403/802] 10.0.0.94 () {34 vars in 729 bytes} [Wed Jul 1 12:13:31 2026] PUT /v3/volumes/f37983a4-2ae9-401c-8b8f-4b1a19d9dd49 => generated 868 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:31.407 7 INFO cinder.api.openstack.wsgi [None req-9470d8e9-7b72-48c2-a99a-a70a88382bf7 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/f37983a4-2ae9-401c-8b8f-4b1a19d9dd49 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:31.420 7 INFO cinder.volume.api [None req-9470d8e9-7b72-48c2-a99a-a70a88382bf7 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:31.425 7 INFO cinder.api.openstack.wsgi [None req-9470d8e9-7b72-48c2-a99a-a70a88382bf7 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/f37983a4-2ae9-401c-8b8f-4b1a19d9dd49 returned with HTTP 200 [pid: 7|app: 0|req: 400/803] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:13:31 2026] GET /v3/volumes/f37983a4-2ae9-401c-8b8f-4b1a19d9dd49 => generated 936 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:31.445 8 INFO cinder.api.openstack.wsgi [None req-9c99d0f4-b5d4-406b-9be6-1cccafbb5d37 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes 2026-07-01 12:13:31.448 8 INFO cinder.api.v3.volumes [None req-9c99d0f4-b5d4-406b-9be6-1cccafbb5d37 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Create volume of 1 GB 2026-07-01 12:13:31.453 8 INFO cinder.volume.api [None req-9c99d0f4-b5d4-406b-9be6-1cccafbb5d37 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Availability Zones retrieved successfully. 2026-07-01 12:13:31.597 8 INFO cinder.volume.api [None req-9c99d0f4-b5d4-406b-9be6-1cccafbb5d37 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Create volume request issued successfully. 2026-07-01 12:13:31.598 8 INFO cinder.api.openstack.wsgi [None req-9c99d0f4-b5d4-406b-9be6-1cccafbb5d37 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes returned with HTTP 202 [pid: 8|app: 0|req: 404/804] 10.0.0.94 () {34 vars in 656 bytes} [Wed Jul 1 12:13:31 2026] POST /v3/volumes => generated 826 bytes in 160 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:31.618 7 INFO cinder.api.openstack.wsgi [None req-c0d59b06-d370-44ef-a2c2-d8cfa047b501 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/0c948bac-564b-45e6-a333-8c0cef8b4277 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:31.631 7 INFO cinder.volume.api [None req-c0d59b06-d370-44ef-a2c2-d8cfa047b501 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:31.636 7 INFO cinder.api.openstack.wsgi [None req-c0d59b06-d370-44ef-a2c2-d8cfa047b501 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/0c948bac-564b-45e6-a333-8c0cef8b4277 returned with HTTP 200 [pid: 7|app: 0|req: 401/805] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:13:31 2026] GET /v3/volumes/0c948bac-564b-45e6-a333-8c0cef8b4277 => generated 894 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:32.664 8 INFO cinder.api.openstack.wsgi [None req-3b4fd820-e514-4ff4-a25c-3eeb1d522239 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/0c948bac-564b-45e6-a333-8c0cef8b4277 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:32.679 8 INFO cinder.volume.api [None req-3b4fd820-e514-4ff4-a25c-3eeb1d522239 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:32.684 8 INFO cinder.api.openstack.wsgi [None req-3b4fd820-e514-4ff4-a25c-3eeb1d522239 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/0c948bac-564b-45e6-a333-8c0cef8b4277 returned with HTTP 200 [pid: 8|app: 0|req: 405/806] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:13:32 2026] GET /v3/volumes/0c948bac-564b-45e6-a333-8c0cef8b4277 => generated 919 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:32.708 7 INFO cinder.api.openstack.wsgi [None req-0cf8a025-a62b-4269-acb8-2acf4271f048 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/0c948bac-564b-45e6-a333-8c0cef8b4277 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:32.725 7 INFO cinder.volume.api [None req-0cf8a025-a62b-4269-acb8-2acf4271f048 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:32.737 7 INFO cinder.volume.api [None req-0cf8a025-a62b-4269-acb8-2acf4271f048 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Volume updated successfully. 2026-07-01 12:13:32.738 7 INFO cinder.api.openstack.wsgi [None req-0cf8a025-a62b-4269-acb8-2acf4271f048 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/0c948bac-564b-45e6-a333-8c0cef8b4277 returned with HTTP 200 [pid: 7|app: 0|req: 402/807] 10.0.0.94 () {34 vars in 728 bytes} [Wed Jul 1 12:13:32 2026] PUT /v3/volumes/0c948bac-564b-45e6-a333-8c0cef8b4277 => generated 816 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:32.759 8 INFO cinder.api.openstack.wsgi [None req-908fe4cf-d147-4844-aa26-08b5806432ca 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/0c948bac-564b-45e6-a333-8c0cef8b4277 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:32.774 8 INFO cinder.volume.api [None req-908fe4cf-d147-4844-aa26-08b5806432ca 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:32.780 8 INFO cinder.api.openstack.wsgi [None req-908fe4cf-d147-4844-aa26-08b5806432ca 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/0c948bac-564b-45e6-a333-8c0cef8b4277 returned with HTTP 200 [pid: 8|app: 0|req: 406/808] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:13:32 2026] GET /v3/volumes/0c948bac-564b-45e6-a333-8c0cef8b4277 => generated 884 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:32.802 7 INFO cinder.api.openstack.wsgi [None req-304bb6cd-fab8-4306-95c1-c38b85d9e30b 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/0c948bac-564b-45e6-a333-8c0cef8b4277 2026-07-01 12:13:32.802 7 INFO cinder.api.v3.volumes [None req-304bb6cd-fab8-4306-95c1-c38b85d9e30b 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Delete volume with id: 0c948bac-564b-45e6-a333-8c0cef8b4277 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:32.815 7 INFO cinder.volume.api [None req-304bb6cd-fab8-4306-95c1-c38b85d9e30b 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:32.844 7 INFO cinder.volume.api [None req-304bb6cd-fab8-4306-95c1-c38b85d9e30b 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Delete volume request issued successfully. 2026-07-01 12:13:32.845 7 INFO cinder.api.openstack.wsgi [None req-304bb6cd-fab8-4306-95c1-c38b85d9e30b 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/0c948bac-564b-45e6-a333-8c0cef8b4277 returned with HTTP 202 [pid: 7|app: 0|req: 403/809] 10.0.0.94 () {32 vars in 711 bytes} [Wed Jul 1 12:13:32 2026] DELETE /v3/volumes/0c948bac-564b-45e6-a333-8c0cef8b4277 => generated 0 bytes in 50 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:32.857 8 INFO cinder.api.openstack.wsgi [None req-e978f242-2385-42d8-bc25-46f34810c5ce 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/0c948bac-564b-45e6-a333-8c0cef8b4277 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:32.869 8 INFO cinder.volume.api [None req-e978f242-2385-42d8-bc25-46f34810c5ce 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:32.877 8 INFO cinder.api.openstack.wsgi [None req-e978f242-2385-42d8-bc25-46f34810c5ce 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/0c948bac-564b-45e6-a333-8c0cef8b4277 returned with HTTP 200 [pid: 8|app: 0|req: 407/810] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:13:32 2026] GET /v3/volumes/0c948bac-564b-45e6-a333-8c0cef8b4277 => generated 883 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:33.900 7 INFO cinder.api.openstack.wsgi [None req-578eb6d3-d080-48cf-883a-6bf7c23661d2 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/0c948bac-564b-45e6-a333-8c0cef8b4277 2026-07-01 12:13:33.909 7 INFO cinder.api.openstack.wsgi [None req-578eb6d3-d080-48cf-883a-6bf7c23661d2 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/0c948bac-564b-45e6-a333-8c0cef8b4277 returned with HTTP 404 [pid: 7|app: 0|req: 404/811] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:13:33 2026] GET /v3/volumes/0c948bac-564b-45e6-a333-8c0cef8b4277 => generated 109 bytes in 16 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:33.920 8 INFO cinder.api.openstack.wsgi [None req-41e8bc74-0e5d-41ed-9598-06c5f6ed17e6 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/f37983a4-2ae9-401c-8b8f-4b1a19d9dd49 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:33.938 8 INFO cinder.volume.api [None req-41e8bc74-0e5d-41ed-9598-06c5f6ed17e6 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:33.942 8 INFO cinder.api.openstack.wsgi [None req-41e8bc74-0e5d-41ed-9598-06c5f6ed17e6 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/f37983a4-2ae9-401c-8b8f-4b1a19d9dd49 returned with HTTP 200 [pid: 8|app: 0|req: 408/812] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:13:33 2026] GET /v3/volumes/f37983a4-2ae9-401c-8b8f-4b1a19d9dd49 => generated 936 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:13:33.962 7 INFO cinder.api.openstack.wsgi [None req-642d187a-4a25-4b73-a573-476de548a2ac 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/f37983a4-2ae9-401c-8b8f-4b1a19d9dd49 2026-07-01 12:13:33.963 7 INFO cinder.api.v3.volumes [None req-642d187a-4a25-4b73-a573-476de548a2ac 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Delete volume with id: f37983a4-2ae9-401c-8b8f-4b1a19d9dd49 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:33.974 7 INFO cinder.volume.api [None req-642d187a-4a25-4b73-a573-476de548a2ac 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:34.001 7 INFO cinder.volume.api [None req-642d187a-4a25-4b73-a573-476de548a2ac 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Delete volume request issued successfully. 2026-07-01 12:13:34.002 7 INFO cinder.api.openstack.wsgi [None req-642d187a-4a25-4b73-a573-476de548a2ac 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/f37983a4-2ae9-401c-8b8f-4b1a19d9dd49 returned with HTTP 202 [pid: 7|app: 0|req: 405/813] 10.0.0.94 () {32 vars in 711 bytes} [Wed Jul 1 12:13:33 2026] DELETE /v3/volumes/f37983a4-2ae9-401c-8b8f-4b1a19d9dd49 => generated 0 bytes in 48 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:34.014 8 INFO cinder.api.openstack.wsgi [None req-c5e5d758-3926-49ea-8cf4-5136b44ad122 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/f37983a4-2ae9-401c-8b8f-4b1a19d9dd49 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:34.031 8 INFO cinder.volume.api [None req-c5e5d758-3926-49ea-8cf4-5136b44ad122 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:34.040 8 INFO cinder.api.openstack.wsgi [None req-c5e5d758-3926-49ea-8cf4-5136b44ad122 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/f37983a4-2ae9-401c-8b8f-4b1a19d9dd49 returned with HTTP 200 [pid: 8|app: 0|req: 409/814] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:13:34 2026] GET /v3/volumes/f37983a4-2ae9-401c-8b8f-4b1a19d9dd49 => generated 935 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:35.068 7 INFO cinder.api.openstack.wsgi [None req-51d71fae-581a-4206-b72e-a2d5228abb74 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/f37983a4-2ae9-401c-8b8f-4b1a19d9dd49 2026-07-01 12:13:35.077 7 INFO cinder.api.openstack.wsgi [None req-51d71fae-581a-4206-b72e-a2d5228abb74 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/f37983a4-2ae9-401c-8b8f-4b1a19d9dd49 returned with HTTP 404 [pid: 7|app: 0|req: 406/815] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:13:35 2026] GET /v3/volumes/f37983a4-2ae9-401c-8b8f-4b1a19d9dd49 => generated 109 bytes in 20 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:35.146 8 INFO cinder.api.openstack.wsgi [None req-7efb2035-f8f5-4fc4-9f99-f23e81e642d7 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes 2026-07-01 12:13:35.239 8 INFO cinder.api.v3.volumes [None req-7efb2035-f8f5-4fc4-9f99-f23e81e642d7 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Create volume of 1 GB 2026-07-01 12:13:35.246 8 INFO cinder.volume.api [None req-7efb2035-f8f5-4fc4-9f99-f23e81e642d7 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Availability Zones retrieved successfully. 2026-07-01 12:13:35.408 8 INFO cinder.volume.api [None req-7efb2035-f8f5-4fc4-9f99-f23e81e642d7 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Create volume request issued successfully. 2026-07-01 12:13:35.409 8 INFO cinder.api.openstack.wsgi [None req-7efb2035-f8f5-4fc4-9f99-f23e81e642d7 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes returned with HTTP 202 [pid: 8|app: 0|req: 410/816] 10.0.0.94 () {34 vars in 656 bytes} [Wed Jul 1 12:13:35 2026] POST /v3/volumes => generated 805 bytes in 271 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) 2026-07-01 12:13:35.433 7 INFO cinder.api.openstack.wsgi [None req-33f89694-e02e-43b4-b15e-395c1385daba 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/b61f3c17-36d2-4cb0-bcf5-dbc83db0384d /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:35.446 7 INFO cinder.volume.api [None req-33f89694-e02e-43b4-b15e-395c1385daba 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:35.451 7 INFO cinder.api.openstack.wsgi [None req-33f89694-e02e-43b4-b15e-395c1385daba 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/b61f3c17-36d2-4cb0-bcf5-dbc83db0384d returned with HTTP 200 [pid: 7|app: 0|req: 407/817] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:13:35 2026] GET /v3/volumes/b61f3c17-36d2-4cb0-bcf5-dbc83db0384d => generated 873 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:36.476 8 INFO cinder.api.openstack.wsgi [None req-c8b4fdde-c44b-4c27-ab72-48ef44b4419c 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/b61f3c17-36d2-4cb0-bcf5-dbc83db0384d /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:36.492 8 INFO cinder.volume.api [None req-c8b4fdde-c44b-4c27-ab72-48ef44b4419c 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:36.500 8 INFO cinder.api.openstack.wsgi [None req-c8b4fdde-c44b-4c27-ab72-48ef44b4419c 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/b61f3c17-36d2-4cb0-bcf5-dbc83db0384d returned with HTTP 200 [pid: 8|app: 0|req: 411/818] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:13:36 2026] GET /v3/volumes/b61f3c17-36d2-4cb0-bcf5-dbc83db0384d => generated 1423 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:36.524 7 INFO cinder.api.openstack.wsgi [None req-9c8dd454-3361-498d-8eef-81b24b0c3a56 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/b61f3c17-36d2-4cb0-bcf5-dbc83db0384d /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:36.538 7 INFO cinder.volume.api [None req-9c8dd454-3361-498d-8eef-81b24b0c3a56 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:36.546 7 INFO cinder.api.openstack.wsgi [None req-9c8dd454-3361-498d-8eef-81b24b0c3a56 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/b61f3c17-36d2-4cb0-bcf5-dbc83db0384d returned with HTTP 200 [pid: 7|app: 0|req: 408/819] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:13:36 2026] GET /v3/volumes/b61f3c17-36d2-4cb0-bcf5-dbc83db0384d => generated 1423 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:36.573 8 INFO cinder.api.openstack.wsgi [None req-81d196c2-bfa5-448f-84b5-4420dac8757a 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/b61f3c17-36d2-4cb0-bcf5-dbc83db0384d /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:36.589 8 INFO cinder.volume.api [None req-81d196c2-bfa5-448f-84b5-4420dac8757a 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:36.597 8 INFO cinder.volume.api [None req-81d196c2-bfa5-448f-84b5-4420dac8757a 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Volume updated successfully. 2026-07-01 12:13:36.598 8 INFO cinder.api.openstack.wsgi [None req-81d196c2-bfa5-448f-84b5-4420dac8757a 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/b61f3c17-36d2-4cb0-bcf5-dbc83db0384d returned with HTTP 200 [pid: 8|app: 0|req: 412/820] 10.0.0.94 () {34 vars in 728 bytes} [Wed Jul 1 12:13:36 2026] PUT /v3/volumes/b61f3c17-36d2-4cb0-bcf5-dbc83db0384d => generated 829 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:36.621 7 INFO cinder.api.openstack.wsgi [None req-bfb839db-c781-4cde-a8c5-cb9739d50019 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/b61f3c17-36d2-4cb0-bcf5-dbc83db0384d /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:36.635 7 INFO cinder.volume.api [None req-bfb839db-c781-4cde-a8c5-cb9739d50019 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:36.643 7 INFO cinder.volume.api [None req-bfb839db-c781-4cde-a8c5-cb9739d50019 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Volume updated successfully. 2026-07-01 12:13:36.644 7 INFO cinder.api.openstack.wsgi [None req-bfb839db-c781-4cde-a8c5-cb9739d50019 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/b61f3c17-36d2-4cb0-bcf5-dbc83db0384d returned with HTTP 200 [pid: 7|app: 0|req: 409/821] 10.0.0.94 () {34 vars in 729 bytes} [Wed Jul 1 12:13:36 2026] PUT /v3/volumes/b61f3c17-36d2-4cb0-bcf5-dbc83db0384d => generated 867 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:36.666 8 INFO cinder.api.openstack.wsgi [None req-262fcc29-dec5-4192-aeb8-e3f3580a1dbb 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/b61f3c17-36d2-4cb0-bcf5-dbc83db0384d /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:36.678 8 INFO cinder.volume.api [None req-262fcc29-dec5-4192-aeb8-e3f3580a1dbb 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:36.682 8 INFO cinder.api.openstack.wsgi [None req-262fcc29-dec5-4192-aeb8-e3f3580a1dbb 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/b61f3c17-36d2-4cb0-bcf5-dbc83db0384d returned with HTTP 200 [pid: 8|app: 0|req: 413/822] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:13:36 2026] GET /v3/volumes/b61f3c17-36d2-4cb0-bcf5-dbc83db0384d => generated 1461 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-07-01 12:13:36.703 7 INFO cinder.api.openstack.wsgi [None req-50a48287-d07b-4e0e-892b-52014f16fdc8 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes 2026-07-01 12:13:36.707 7 INFO cinder.api.v3.volumes [None req-50a48287-d07b-4e0e-892b-52014f16fdc8 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Create volume of 1 GB 2026-07-01 12:13:36.717 7 INFO cinder.volume.api [None req-50a48287-d07b-4e0e-892b-52014f16fdc8 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Availability Zones retrieved successfully. 2026-07-01 12:13:36.980 7 INFO cinder.volume.api [None req-50a48287-d07b-4e0e-892b-52014f16fdc8 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Create volume request issued successfully. 2026-07-01 12:13:36.981 7 INFO cinder.api.openstack.wsgi [None req-50a48287-d07b-4e0e-892b-52014f16fdc8 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes returned with HTTP 202 [pid: 7|app: 0|req: 410/823] 10.0.0.94 () {34 vars in 656 bytes} [Wed Jul 1 12:13:36 2026] POST /v3/volumes => generated 824 bytes in 284 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:37.001 8 INFO cinder.api.openstack.wsgi [None req-0b8422e5-18ef-40be-a3de-e20722641183 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/015c52de-0bd5-4053-ab9a-dd0f1bc9134f /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:37.013 8 INFO cinder.volume.api [None req-0b8422e5-18ef-40be-a3de-e20722641183 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:37.018 8 INFO cinder.api.openstack.wsgi [None req-0b8422e5-18ef-40be-a3de-e20722641183 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/015c52de-0bd5-4053-ab9a-dd0f1bc9134f returned with HTTP 200 [pid: 8|app: 0|req: 414/824] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:13:36 2026] GET /v3/volumes/015c52de-0bd5-4053-ab9a-dd0f1bc9134f => generated 892 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:38.043 7 INFO cinder.api.openstack.wsgi [None req-1b60c047-8549-4aa6-bef8-fcfda598933a 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/015c52de-0bd5-4053-ab9a-dd0f1bc9134f /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:38.058 7 INFO cinder.volume.api [None req-1b60c047-8549-4aa6-bef8-fcfda598933a 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:38.064 7 INFO cinder.api.openstack.wsgi [None req-1b60c047-8549-4aa6-bef8-fcfda598933a 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/015c52de-0bd5-4053-ab9a-dd0f1bc9134f returned with HTTP 200 [pid: 7|app: 0|req: 411/825] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:13:38 2026] GET /v3/volumes/015c52de-0bd5-4053-ab9a-dd0f1bc9134f => generated 917 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:38.095 8 INFO cinder.api.openstack.wsgi [None req-b06b1c99-91ea-413b-8d89-d7818bbf6375 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/015c52de-0bd5-4053-ab9a-dd0f1bc9134f /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:38.114 8 INFO cinder.volume.api [None req-b06b1c99-91ea-413b-8d89-d7818bbf6375 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:38.122 8 INFO cinder.volume.api [None req-b06b1c99-91ea-413b-8d89-d7818bbf6375 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Volume updated successfully. 2026-07-01 12:13:38.123 8 INFO cinder.api.openstack.wsgi [None req-b06b1c99-91ea-413b-8d89-d7818bbf6375 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/015c52de-0bd5-4053-ab9a-dd0f1bc9134f returned with HTTP 200 [pid: 8|app: 0|req: 415/826] 10.0.0.94 () {34 vars in 728 bytes} [Wed Jul 1 12:13:38 2026] PUT /v3/volumes/015c52de-0bd5-4053-ab9a-dd0f1bc9134f => generated 816 bytes in 45 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:38.141 7 INFO cinder.api.openstack.wsgi [None req-29359d83-abdf-48dc-a203-511d75c6dc5d 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/015c52de-0bd5-4053-ab9a-dd0f1bc9134f /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:38.158 7 INFO cinder.volume.api [None req-29359d83-abdf-48dc-a203-511d75c6dc5d 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:38.162 7 INFO cinder.api.openstack.wsgi [None req-29359d83-abdf-48dc-a203-511d75c6dc5d 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/015c52de-0bd5-4053-ab9a-dd0f1bc9134f returned with HTTP 200 [pid: 7|app: 0|req: 412/827] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:13:38 2026] GET /v3/volumes/015c52de-0bd5-4053-ab9a-dd0f1bc9134f => generated 884 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:38.182 8 INFO cinder.api.openstack.wsgi [None req-67b9593d-4d32-4bb6-a11b-d047790b7432 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/015c52de-0bd5-4053-ab9a-dd0f1bc9134f 2026-07-01 12:13:38.185 8 INFO cinder.api.v3.volumes [None req-67b9593d-4d32-4bb6-a11b-d047790b7432 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Delete volume with id: 015c52de-0bd5-4053-ab9a-dd0f1bc9134f /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:38.197 8 INFO cinder.volume.api [None req-67b9593d-4d32-4bb6-a11b-d047790b7432 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:38.223 8 INFO cinder.volume.api [None req-67b9593d-4d32-4bb6-a11b-d047790b7432 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Delete volume request issued successfully. 2026-07-01 12:13:38.224 8 INFO cinder.api.openstack.wsgi [None req-67b9593d-4d32-4bb6-a11b-d047790b7432 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/015c52de-0bd5-4053-ab9a-dd0f1bc9134f returned with HTTP 202 [pid: 8|app: 0|req: 416/828] 10.0.0.94 () {32 vars in 711 bytes} [Wed Jul 1 12:13:38 2026] DELETE /v3/volumes/015c52de-0bd5-4053-ab9a-dd0f1bc9134f => generated 0 bytes in 48 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:38.234 7 INFO cinder.api.openstack.wsgi [None req-9732a4f6-71b2-4ad4-a1eb-e0563a6c7119 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/015c52de-0bd5-4053-ab9a-dd0f1bc9134f /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:38.248 7 INFO cinder.volume.api [None req-9732a4f6-71b2-4ad4-a1eb-e0563a6c7119 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:38.253 7 INFO cinder.api.openstack.wsgi [None req-9732a4f6-71b2-4ad4-a1eb-e0563a6c7119 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/015c52de-0bd5-4053-ab9a-dd0f1bc9134f returned with HTTP 200 [pid: 7|app: 0|req: 413/829] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:13:38 2026] GET /v3/volumes/015c52de-0bd5-4053-ab9a-dd0f1bc9134f => generated 883 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:39.281 8 INFO cinder.api.openstack.wsgi [None req-9d4cb4bd-e7fe-4eda-a05f-3373154a7028 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/015c52de-0bd5-4053-ab9a-dd0f1bc9134f 2026-07-01 12:13:39.289 8 INFO cinder.api.openstack.wsgi [None req-9d4cb4bd-e7fe-4eda-a05f-3373154a7028 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/015c52de-0bd5-4053-ab9a-dd0f1bc9134f returned with HTTP 404 [pid: 8|app: 0|req: 417/830] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:13:39 2026] GET /v3/volumes/015c52de-0bd5-4053-ab9a-dd0f1bc9134f => generated 109 bytes in 15 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:39.301 7 INFO cinder.api.openstack.wsgi [None req-10d10d08-4d06-4ac5-8960-6b63afaf951a 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/b61f3c17-36d2-4cb0-bcf5-dbc83db0384d /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:39.317 7 INFO cinder.volume.api [None req-10d10d08-4d06-4ac5-8960-6b63afaf951a 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:39.322 7 INFO cinder.api.openstack.wsgi [None req-10d10d08-4d06-4ac5-8960-6b63afaf951a 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/b61f3c17-36d2-4cb0-bcf5-dbc83db0384d returned with HTTP 200 [pid: 7|app: 0|req: 414/831] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:13:39 2026] GET /v3/volumes/b61f3c17-36d2-4cb0-bcf5-dbc83db0384d => generated 1461 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-07-01 12:13:39.346 8 INFO cinder.api.openstack.wsgi [None req-d32beba3-f027-4102-87ff-a333703eb4df 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/b61f3c17-36d2-4cb0-bcf5-dbc83db0384d 2026-07-01 12:13:39.346 8 INFO cinder.api.v3.volumes [None req-d32beba3-f027-4102-87ff-a333703eb4df 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Delete volume with id: b61f3c17-36d2-4cb0-bcf5-dbc83db0384d /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:39.357 8 INFO cinder.volume.api [None req-d32beba3-f027-4102-87ff-a333703eb4df 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:39.378 8 INFO cinder.volume.api [None req-d32beba3-f027-4102-87ff-a333703eb4df 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Delete volume request issued successfully. 2026-07-01 12:13:39.379 8 INFO cinder.api.openstack.wsgi [None req-d32beba3-f027-4102-87ff-a333703eb4df 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/b61f3c17-36d2-4cb0-bcf5-dbc83db0384d returned with HTTP 202 [pid: 8|app: 0|req: 418/832] 10.0.0.94 () {32 vars in 711 bytes} [Wed Jul 1 12:13:39 2026] DELETE /v3/volumes/b61f3c17-36d2-4cb0-bcf5-dbc83db0384d => generated 0 bytes in 42 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:39.392 7 INFO cinder.api.openstack.wsgi [None req-02d764a8-d25c-4a3b-8be2-e9ee27659c40 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/b61f3c17-36d2-4cb0-bcf5-dbc83db0384d /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:39.406 7 INFO cinder.volume.api [None req-02d764a8-d25c-4a3b-8be2-e9ee27659c40 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:39.413 7 INFO cinder.api.openstack.wsgi [None req-02d764a8-d25c-4a3b-8be2-e9ee27659c40 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/b61f3c17-36d2-4cb0-bcf5-dbc83db0384d returned with HTTP 200 [pid: 7|app: 0|req: 415/833] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:13:39 2026] GET /v3/volumes/b61f3c17-36d2-4cb0-bcf5-dbc83db0384d => generated 1460 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:40.434 8 INFO cinder.api.openstack.wsgi [None req-df7daf93-552a-4410-9139-2abd6c848b90 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/b61f3c17-36d2-4cb0-bcf5-dbc83db0384d 2026-07-01 12:13:40.442 8 INFO cinder.api.openstack.wsgi [None req-df7daf93-552a-4410-9139-2abd6c848b90 46807269cfd24f6aabd5bcd10f55aef5 1df3b3b2ded74fbca2a188dd2ef8b125 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/b61f3c17-36d2-4cb0-bcf5-dbc83db0384d returned with HTTP 404 [pid: 8|app: 0|req: 420/836] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:13:40 2026] GET /v3/volumes/b61f3c17-36d2-4cb0-bcf5-dbc83db0384d => generated 109 bytes in 15 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:43.203 7 INFO cinder.api.openstack.wsgi [None req-581d41e2-e947-4b14-8435-ff4dd89e27f9 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes 2026-07-01 12:13:43.233 7 INFO cinder.volume.api [None req-581d41e2-e947-4b14-8435-ff4dd89e27f9 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] Get all volumes completed successfully. 2026-07-01 12:13:43.234 7 INFO cinder.api.openstack.wsgi [None req-581d41e2-e947-4b14-8435-ff4dd89e27f9 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes returned with HTTP 200 [pid: 7|app: 0|req: 417/837] 10.0.0.94 () {32 vars in 634 bytes} [Wed Jul 1 12:13:43 2026] GET /v3/volumes => generated 15 bytes in 202 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:13:43.246 8 INFO cinder.api.openstack.wsgi [None req-1aaa5a11-7f5f-4468-baa0-47359ac91a40 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes 2026-07-01 12:13:43.249 8 INFO cinder.api.v3.volumes [None req-1aaa5a11-7f5f-4468-baa0-47359ac91a40 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] Create volume of 1 GB 2026-07-01 12:13:43.255 8 INFO cinder.volume.api [None req-1aaa5a11-7f5f-4468-baa0-47359ac91a40 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] Availability Zones retrieved successfully. 2026-07-01 12:13:43.404 8 INFO cinder.volume.api [None req-1aaa5a11-7f5f-4468-baa0-47359ac91a40 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] Create volume request issued successfully. 2026-07-01 12:13:43.405 8 INFO cinder.api.openstack.wsgi [None req-1aaa5a11-7f5f-4468-baa0-47359ac91a40 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes returned with HTTP 202 [pid: 8|app: 0|req: 421/838] 10.0.0.94 () {34 vars in 656 bytes} [Wed Jul 1 12:13:43 2026] POST /v3/volumes => generated 810 bytes in 166 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) 2026-07-01 12:13:43.428 7 INFO cinder.api.openstack.wsgi [None req-c1a979ff-f7d2-4b09-a5d3-ad1c0e1bc9aa 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/6ab81284-37ce-4fc4-a011-3a547aec053c /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:43.440 7 INFO cinder.volume.api [None req-c1a979ff-f7d2-4b09-a5d3-ad1c0e1bc9aa 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:43.445 7 INFO cinder.api.openstack.wsgi [None req-c1a979ff-f7d2-4b09-a5d3-ad1c0e1bc9aa 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/6ab81284-37ce-4fc4-a011-3a547aec053c returned with HTTP 200 [pid: 7|app: 0|req: 418/839] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:13:43 2026] GET /v3/volumes/6ab81284-37ce-4fc4-a011-3a547aec053c => generated 878 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:44.466 8 INFO cinder.api.openstack.wsgi [None req-4951439f-9dcd-4940-9d47-e5090c9815a1 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/6ab81284-37ce-4fc4-a011-3a547aec053c /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:44.481 8 INFO cinder.volume.api [None req-4951439f-9dcd-4940-9d47-e5090c9815a1 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:44.487 8 INFO cinder.api.openstack.wsgi [None req-4951439f-9dcd-4940-9d47-e5090c9815a1 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/6ab81284-37ce-4fc4-a011-3a547aec053c returned with HTTP 200 [pid: 8|app: 0|req: 422/840] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:13:44 2026] GET /v3/volumes/6ab81284-37ce-4fc4-a011-3a547aec053c => generated 903 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:44.505 7 INFO cinder.api.openstack.wsgi [None req-2b67b6ea-f6e6-41bf-82a3-d1dd0d11f1d2 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/6ab81284-37ce-4fc4-a011-3a547aec053c /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:44.523 7 INFO cinder.volume.api [None req-2b67b6ea-f6e6-41bf-82a3-d1dd0d11f1d2 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:44.534 7 INFO cinder.api.openstack.wsgi [None req-2b67b6ea-f6e6-41bf-82a3-d1dd0d11f1d2 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/6ab81284-37ce-4fc4-a011-3a547aec053c returned with HTTP 200 [pid: 7|app: 0|req: 419/841] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:13:44 2026] GET /v3/volumes/6ab81284-37ce-4fc4-a011-3a547aec053c => generated 903 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:44.554 8 INFO cinder.api.openstack.wsgi [None req-6fd5e164-1aa5-43a2-a91b-8512957ac78f 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes 2026-07-01 12:13:44.557 8 INFO cinder.api.v3.volumes [None req-6fd5e164-1aa5-43a2-a91b-8512957ac78f 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] Create volume of 1 GB 2026-07-01 12:13:44.562 8 INFO cinder.volume.api [None req-6fd5e164-1aa5-43a2-a91b-8512957ac78f 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] Availability Zones retrieved successfully. 2026-07-01 12:13:44.822 8 INFO cinder.volume.api [None req-6fd5e164-1aa5-43a2-a91b-8512957ac78f 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] Create volume request issued successfully. 2026-07-01 12:13:44.824 8 INFO cinder.api.openstack.wsgi [None req-6fd5e164-1aa5-43a2-a91b-8512957ac78f 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes returned with HTTP 202 [pid: 8|app: 0|req: 423/842] 10.0.0.94 () {34 vars in 656 bytes} [Wed Jul 1 12:13:44 2026] POST /v3/volumes => generated 810 bytes in 277 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:44.845 7 INFO cinder.api.openstack.wsgi [None req-35378f60-7330-4165-abcc-d248cfb035c2 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/4bf707b5-2f4c-4837-a5e9-636ccdbb0f29 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:44.860 7 INFO cinder.volume.api [None req-35378f60-7330-4165-abcc-d248cfb035c2 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:44.865 7 INFO cinder.api.openstack.wsgi [None req-35378f60-7330-4165-abcc-d248cfb035c2 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/4bf707b5-2f4c-4837-a5e9-636ccdbb0f29 returned with HTTP 200 [pid: 7|app: 0|req: 420/843] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:13:44 2026] GET /v3/volumes/4bf707b5-2f4c-4837-a5e9-636ccdbb0f29 => generated 878 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:45.889 8 INFO cinder.api.openstack.wsgi [None req-a64f343a-33d6-404e-b6b7-dfc627c22553 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/4bf707b5-2f4c-4837-a5e9-636ccdbb0f29 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:45.904 8 INFO cinder.volume.api [None req-a64f343a-33d6-404e-b6b7-dfc627c22553 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:45.909 8 INFO cinder.api.openstack.wsgi [None req-a64f343a-33d6-404e-b6b7-dfc627c22553 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/4bf707b5-2f4c-4837-a5e9-636ccdbb0f29 returned with HTTP 200 [pid: 8|app: 0|req: 424/844] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:13:45 2026] GET /v3/volumes/4bf707b5-2f4c-4837-a5e9-636ccdbb0f29 => generated 903 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:45.930 7 INFO cinder.api.openstack.wsgi [None req-3bd4468b-1f5e-4027-bc01-4418f9e7e44c 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/4bf707b5-2f4c-4837-a5e9-636ccdbb0f29 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:45.945 7 INFO cinder.volume.api [None req-3bd4468b-1f5e-4027-bc01-4418f9e7e44c 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:45.951 7 INFO cinder.api.openstack.wsgi [None req-3bd4468b-1f5e-4027-bc01-4418f9e7e44c 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/4bf707b5-2f4c-4837-a5e9-636ccdbb0f29 returned with HTTP 200 [pid: 7|app: 0|req: 421/845] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:13:45 2026] GET /v3/volumes/4bf707b5-2f4c-4837-a5e9-636ccdbb0f29 => generated 903 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:45.976 8 INFO cinder.api.openstack.wsgi [None req-4c2137b3-4401-4cbc-91ad-4702845816e2 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes 2026-07-01 12:13:45.979 8 INFO cinder.api.v3.volumes [None req-4c2137b3-4401-4cbc-91ad-4702845816e2 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] Create volume of 1 GB 2026-07-01 12:13:45.985 8 INFO cinder.volume.api [None req-4c2137b3-4401-4cbc-91ad-4702845816e2 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] Availability Zones retrieved successfully. 2026-07-01 12:13:46.138 8 INFO cinder.volume.api [None req-4c2137b3-4401-4cbc-91ad-4702845816e2 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] Create volume request issued successfully. 2026-07-01 12:13:46.140 8 INFO cinder.api.openstack.wsgi [None req-4c2137b3-4401-4cbc-91ad-4702845816e2 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes returned with HTTP 202 [pid: 8|app: 0|req: 425/846] 10.0.0.94 () {34 vars in 656 bytes} [Wed Jul 1 12:13:45 2026] POST /v3/volumes => generated 810 bytes in 169 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:46.160 7 INFO cinder.api.openstack.wsgi [None req-7599f306-f8bc-473c-aaa2-9b0f0d5a398d 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/9546742c-97a6-4995-a770-3fafb93b39cf /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:46.174 7 INFO cinder.volume.api [None req-7599f306-f8bc-473c-aaa2-9b0f0d5a398d 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:46.180 7 INFO cinder.api.openstack.wsgi [None req-7599f306-f8bc-473c-aaa2-9b0f0d5a398d 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/9546742c-97a6-4995-a770-3fafb93b39cf returned with HTTP 200 [pid: 7|app: 0|req: 422/847] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:13:46 2026] GET /v3/volumes/9546742c-97a6-4995-a770-3fafb93b39cf => generated 878 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:47.202 8 INFO cinder.api.openstack.wsgi [None req-ac511fc5-ea89-49f7-9b0f-51d71d0087f0 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/9546742c-97a6-4995-a770-3fafb93b39cf /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:47.216 8 INFO cinder.volume.api [None req-ac511fc5-ea89-49f7-9b0f-51d71d0087f0 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:47.222 8 INFO cinder.api.openstack.wsgi [None req-ac511fc5-ea89-49f7-9b0f-51d71d0087f0 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/9546742c-97a6-4995-a770-3fafb93b39cf returned with HTTP 200 [pid: 8|app: 0|req: 426/848] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:13:47 2026] GET /v3/volumes/9546742c-97a6-4995-a770-3fafb93b39cf => generated 903 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:47.245 7 INFO cinder.api.openstack.wsgi [None req-dce53b18-6aa8-4d56-af97-1d15ef1e0e32 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/9546742c-97a6-4995-a770-3fafb93b39cf /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:47.261 7 INFO cinder.volume.api [None req-dce53b18-6aa8-4d56-af97-1d15ef1e0e32 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:47.266 7 INFO cinder.api.openstack.wsgi [None req-dce53b18-6aa8-4d56-af97-1d15ef1e0e32 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/9546742c-97a6-4995-a770-3fafb93b39cf returned with HTTP 200 [pid: 7|app: 0|req: 423/849] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:13:47 2026] GET /v3/volumes/9546742c-97a6-4995-a770-3fafb93b39cf => generated 903 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:47.287 8 INFO cinder.api.openstack.wsgi [None req-0c5a92c7-1357-4cb5-aeb9-ef5a9006272a 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes 2026-07-01 12:13:47.319 8 INFO cinder.volume.api [None req-0c5a92c7-1357-4cb5-aeb9-ef5a9006272a 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] Get all volumes completed successfully. 2026-07-01 12:13:47.321 8 INFO cinder.api.openstack.wsgi [None req-0c5a92c7-1357-4cb5-aeb9-ef5a9006272a 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes returned with HTTP 200 [pid: 8|app: 0|req: 427/850] 10.0.0.94 () {32 vars in 634 bytes} [Wed Jul 1 12:13:47 2026] GET /v3/volumes => generated 1126 bytes in 42 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:47.340 7 INFO cinder.api.openstack.wsgi [None req-99e68b12-4df7-4ba8-92bd-f41e8c0c2568 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/9546742c-97a6-4995-a770-3fafb93b39cf /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:47.353 7 INFO cinder.volume.api [None req-99e68b12-4df7-4ba8-92bd-f41e8c0c2568 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:47.358 7 INFO cinder.api.openstack.wsgi [None req-99e68b12-4df7-4ba8-92bd-f41e8c0c2568 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/9546742c-97a6-4995-a770-3fafb93b39cf returned with HTTP 200 [pid: 7|app: 0|req: 424/851] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:13:47 2026] GET /v3/volumes/9546742c-97a6-4995-a770-3fafb93b39cf => generated 903 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:47.381 8 INFO cinder.api.openstack.wsgi [None req-b488189a-ff05-4404-97e0-12c7d7b33621 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/9546742c-97a6-4995-a770-3fafb93b39cf 2026-07-01 12:13:47.382 8 INFO cinder.api.v3.volumes [None req-b488189a-ff05-4404-97e0-12c7d7b33621 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] Delete volume with id: 9546742c-97a6-4995-a770-3fafb93b39cf /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:47.394 8 INFO cinder.volume.api [None req-b488189a-ff05-4404-97e0-12c7d7b33621 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:47.419 8 INFO cinder.volume.api [None req-b488189a-ff05-4404-97e0-12c7d7b33621 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] Delete volume request issued successfully. 2026-07-01 12:13:47.419 8 INFO cinder.api.openstack.wsgi [None req-b488189a-ff05-4404-97e0-12c7d7b33621 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/9546742c-97a6-4995-a770-3fafb93b39cf returned with HTTP 202 [pid: 8|app: 0|req: 428/852] 10.0.0.94 () {32 vars in 711 bytes} [Wed Jul 1 12:13:47 2026] DELETE /v3/volumes/9546742c-97a6-4995-a770-3fafb93b39cf => generated 0 bytes in 46 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:47.429 7 INFO cinder.api.openstack.wsgi [None req-c6687793-1df3-4bbb-a520-80f2ed4092c6 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/9546742c-97a6-4995-a770-3fafb93b39cf /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:47.442 7 INFO cinder.volume.api [None req-c6687793-1df3-4bbb-a520-80f2ed4092c6 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:47.447 7 INFO cinder.api.openstack.wsgi [None req-c6687793-1df3-4bbb-a520-80f2ed4092c6 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/9546742c-97a6-4995-a770-3fafb93b39cf returned with HTTP 200 [pid: 7|app: 0|req: 425/853] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:13:47 2026] GET /v3/volumes/9546742c-97a6-4995-a770-3fafb93b39cf => generated 902 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:48.472 8 INFO cinder.api.openstack.wsgi [None req-dfb8bdb5-41ba-4c29-8b06-fd3b1982cf0b 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/9546742c-97a6-4995-a770-3fafb93b39cf 2026-07-01 12:13:48.485 8 INFO cinder.api.openstack.wsgi [None req-dfb8bdb5-41ba-4c29-8b06-fd3b1982cf0b 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/9546742c-97a6-4995-a770-3fafb93b39cf returned with HTTP 404 [pid: 8|app: 0|req: 429/854] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:13:48 2026] GET /v3/volumes/9546742c-97a6-4995-a770-3fafb93b39cf => generated 109 bytes in 23 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:48.499 7 INFO cinder.api.openstack.wsgi [None req-795deafb-c323-43b0-9e43-8a446dfa3be9 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/4bf707b5-2f4c-4837-a5e9-636ccdbb0f29 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:48.513 7 INFO cinder.volume.api [None req-795deafb-c323-43b0-9e43-8a446dfa3be9 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:48.517 7 INFO cinder.api.openstack.wsgi [None req-795deafb-c323-43b0-9e43-8a446dfa3be9 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/4bf707b5-2f4c-4837-a5e9-636ccdbb0f29 returned with HTTP 200 [pid: 7|app: 0|req: 426/855] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:13:48 2026] GET /v3/volumes/4bf707b5-2f4c-4837-a5e9-636ccdbb0f29 => generated 903 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:13:48.544 8 INFO cinder.api.openstack.wsgi [None req-a789a477-3079-4d69-bed7-219c3e9d82c1 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/4bf707b5-2f4c-4837-a5e9-636ccdbb0f29 2026-07-01 12:13:48.545 8 INFO cinder.api.v3.volumes [None req-a789a477-3079-4d69-bed7-219c3e9d82c1 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] Delete volume with id: 4bf707b5-2f4c-4837-a5e9-636ccdbb0f29 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:48.556 8 INFO cinder.volume.api [None req-a789a477-3079-4d69-bed7-219c3e9d82c1 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:48.579 8 INFO cinder.volume.api [None req-a789a477-3079-4d69-bed7-219c3e9d82c1 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] Delete volume request issued successfully. 2026-07-01 12:13:48.580 8 INFO cinder.api.openstack.wsgi [None req-a789a477-3079-4d69-bed7-219c3e9d82c1 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/4bf707b5-2f4c-4837-a5e9-636ccdbb0f29 returned with HTTP 202 [pid: 8|app: 0|req: 430/856] 10.0.0.94 () {32 vars in 711 bytes} [Wed Jul 1 12:13:48 2026] DELETE /v3/volumes/4bf707b5-2f4c-4837-a5e9-636ccdbb0f29 => generated 0 bytes in 45 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:48.594 7 INFO cinder.api.openstack.wsgi [None req-81e1c4bb-fa34-490e-aea3-36293c9adf00 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/4bf707b5-2f4c-4837-a5e9-636ccdbb0f29 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:48.610 7 INFO cinder.volume.api [None req-81e1c4bb-fa34-490e-aea3-36293c9adf00 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:48.616 7 INFO cinder.api.openstack.wsgi [None req-81e1c4bb-fa34-490e-aea3-36293c9adf00 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/4bf707b5-2f4c-4837-a5e9-636ccdbb0f29 returned with HTTP 200 [pid: 7|app: 0|req: 427/857] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:13:48 2026] GET /v3/volumes/4bf707b5-2f4c-4837-a5e9-636ccdbb0f29 => generated 902 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:49.639 8 INFO cinder.api.openstack.wsgi [None req-e00fc465-9ba9-49a3-8e37-5efae92e603d 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/4bf707b5-2f4c-4837-a5e9-636ccdbb0f29 2026-07-01 12:13:49.648 8 INFO cinder.api.openstack.wsgi [None req-e00fc465-9ba9-49a3-8e37-5efae92e603d 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/4bf707b5-2f4c-4837-a5e9-636ccdbb0f29 returned with HTTP 404 [pid: 8|app: 0|req: 431/858] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:13:49 2026] GET /v3/volumes/4bf707b5-2f4c-4837-a5e9-636ccdbb0f29 => generated 109 bytes in 17 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:49.660 7 INFO cinder.api.openstack.wsgi [None req-58808cd3-3988-47cc-82f1-c9133f91f70e 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/6ab81284-37ce-4fc4-a011-3a547aec053c /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:49.680 7 INFO cinder.volume.api [None req-58808cd3-3988-47cc-82f1-c9133f91f70e 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:49.686 7 INFO cinder.api.openstack.wsgi [None req-58808cd3-3988-47cc-82f1-c9133f91f70e 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/6ab81284-37ce-4fc4-a011-3a547aec053c returned with HTTP 200 [pid: 7|app: 0|req: 428/859] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:13:49 2026] GET /v3/volumes/6ab81284-37ce-4fc4-a011-3a547aec053c => generated 903 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:13:49.706 8 INFO cinder.api.openstack.wsgi [None req-9d689a92-66de-48ed-8157-098bccdf7f07 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/6ab81284-37ce-4fc4-a011-3a547aec053c 2026-07-01 12:13:49.707 8 INFO cinder.api.v3.volumes [None req-9d689a92-66de-48ed-8157-098bccdf7f07 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] Delete volume with id: 6ab81284-37ce-4fc4-a011-3a547aec053c /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:49.719 8 INFO cinder.volume.api [None req-9d689a92-66de-48ed-8157-098bccdf7f07 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:49.742 8 INFO cinder.volume.api [None req-9d689a92-66de-48ed-8157-098bccdf7f07 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] Delete volume request issued successfully. 2026-07-01 12:13:49.742 8 INFO cinder.api.openstack.wsgi [None req-9d689a92-66de-48ed-8157-098bccdf7f07 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/6ab81284-37ce-4fc4-a011-3a547aec053c returned with HTTP 202 [pid: 8|app: 0|req: 432/860] 10.0.0.94 () {32 vars in 711 bytes} [Wed Jul 1 12:13:49 2026] DELETE /v3/volumes/6ab81284-37ce-4fc4-a011-3a547aec053c => generated 0 bytes in 45 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:49.757 7 INFO cinder.api.openstack.wsgi [None req-2543b3a1-67cd-45b2-ac59-b56dbf9100c6 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/6ab81284-37ce-4fc4-a011-3a547aec053c /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:13:49.772 7 INFO cinder.volume.api [None req-2543b3a1-67cd-45b2-ac59-b56dbf9100c6 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] Volume info retrieved successfully. 2026-07-01 12:13:49.781 7 INFO cinder.api.openstack.wsgi [None req-2543b3a1-67cd-45b2-ac59-b56dbf9100c6 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/6ab81284-37ce-4fc4-a011-3a547aec053c returned with HTTP 200 [pid: 7|app: 0|req: 429/861] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:13:49 2026] GET /v3/volumes/6ab81284-37ce-4fc4-a011-3a547aec053c => generated 902 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:13:50.806 8 INFO cinder.api.openstack.wsgi [None req-b7a398a4-2d97-46b8-bb5c-8d001dff85e2 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/6ab81284-37ce-4fc4-a011-3a547aec053c 2026-07-01 12:13:50.815 8 INFO cinder.api.openstack.wsgi [None req-b7a398a4-2d97-46b8-bb5c-8d001dff85e2 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/6ab81284-37ce-4fc4-a011-3a547aec053c returned with HTTP 404 [pid: 8|app: 0|req: 434/864] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:13:50 2026] GET /v3/volumes/6ab81284-37ce-4fc4-a011-3a547aec053c => generated 109 bytes in 16 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) 2026-07-01 12:13:54.972 7 INFO cinder.api.openstack.wsgi [None req-2543b3a1-67cd-45b2-ac59-b56dbf9100c6 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-07-01 12:13:54.973 7 INFO cinder.api.openstack.wsgi [None req-2543b3a1-67cd-45b2-ac59-b56dbf9100c6 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 7|app: 0|req: 431/865] 10.0.0.240 () {28 vars in 376 bytes} [Wed Jul 1 12:13:54 2026] GET / => generated 411 bytes in 2 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) 2026-07-01 12:13:54.986 8 INFO cinder.api.openstack.wsgi [None req-9183691b-3751-461c-9497-0986fd66cb63 aee7e2a8831144eb8d2a4fab9adec3c0 42a6c82c6fa74eca907cd8fc6dc91d70 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/limits?tenant_id=42a6c82c6fa74eca907cd8fc6dc91d70 2026-07-01 12:13:55.014 8 INFO cinder.api.openstack.wsgi [None req-9183691b-3751-461c-9497-0986fd66cb63 aee7e2a8831144eb8d2a4fab9adec3c0 42a6c82c6fa74eca907cd8fc6dc91d70 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/limits?tenant_id=42a6c82c6fa74eca907cd8fc6dc91d70 returned with HTTP 200 [pid: 8|app: 0|req: 435/866] 10.0.0.240 () {34 vars in 813 bytes} [Wed Jul 1 12:13:54 2026] GET /v3/limits?tenant_id=42a6c82c6fa74eca907cd8fc6dc91d70 => generated 302 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-07-01 12:13:56.414 7 INFO cinder.api.openstack.wsgi [None req-2543b3a1-67cd-45b2-ac59-b56dbf9100c6 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-07-01 12:13:56.415 7 INFO cinder.api.openstack.wsgi [None req-2543b3a1-67cd-45b2-ac59-b56dbf9100c6 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 7|app: 0|req: 432/867] 10.0.0.240 () {28 vars in 376 bytes} [Wed Jul 1 12:13:56 2026] GET / => generated 411 bytes in 2 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) 2026-07-01 12:13:56.421 8 INFO cinder.api.openstack.wsgi [None req-9183691b-3751-461c-9497-0986fd66cb63 aee7e2a8831144eb8d2a4fab9adec3c0 42a6c82c6fa74eca907cd8fc6dc91d70 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-07-01 12:13:56.422 8 INFO cinder.api.openstack.wsgi [None req-9183691b-3751-461c-9497-0986fd66cb63 aee7e2a8831144eb8d2a4fab9adec3c0 42a6c82c6fa74eca907cd8fc6dc91d70 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 8|app: 0|req: 436/868] 10.0.0.240 () {28 vars in 376 bytes} [Wed Jul 1 12:13:56 2026] GET / => generated 411 bytes in 2 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) 2026-07-01 12:13:56.883 7 INFO cinder.api.openstack.wsgi [None req-2543b3a1-67cd-45b2-ac59-b56dbf9100c6 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-07-01 12:13:56.884 7 INFO cinder.api.openstack.wsgi [None req-2543b3a1-67cd-45b2-ac59-b56dbf9100c6 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 7|app: 0|req: 433/869] 10.0.0.240 () {28 vars in 376 bytes} [Wed Jul 1 12:13:56 2026] GET / => generated 411 bytes in 4 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) 2026-07-01 12:13:56.897 8 INFO cinder.api.openstack.wsgi [None req-9f788949-3cb6-40b6-bc2b-61bb86904b76 aee7e2a8831144eb8d2a4fab9adec3c0 42a6c82c6fa74eca907cd8fc6dc91d70 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/limits?tenant_id=42a6c82c6fa74eca907cd8fc6dc91d70 2026-07-01 12:13:56.929 8 INFO cinder.api.openstack.wsgi [None req-9f788949-3cb6-40b6-bc2b-61bb86904b76 aee7e2a8831144eb8d2a4fab9adec3c0 42a6c82c6fa74eca907cd8fc6dc91d70 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/limits?tenant_id=42a6c82c6fa74eca907cd8fc6dc91d70 returned with HTTP 200 [pid: 8|app: 0|req: 437/870] 10.0.0.240 () {34 vars in 813 bytes} [Wed Jul 1 12:13:56 2026] GET /v3/limits?tenant_id=42a6c82c6fa74eca907cd8fc6dc91d70 => generated 302 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-07-01 12:13:58.418 7 INFO cinder.api.openstack.wsgi [None req-2543b3a1-67cd-45b2-ac59-b56dbf9100c6 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-07-01 12:13:58.419 7 INFO cinder.api.openstack.wsgi [None req-2543b3a1-67cd-45b2-ac59-b56dbf9100c6 5a40a2ff78bd43be89d2721d50930310 ad274800de564c87a202711135e44121 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 7|app: 0|req: 434/871] 10.0.0.240 () {28 vars in 376 bytes} [Wed Jul 1 12:13:58 2026] GET / => generated 411 bytes in 2 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) 2026-07-01 12:13:58.426 8 INFO cinder.api.openstack.wsgi [None req-9f788949-3cb6-40b6-bc2b-61bb86904b76 aee7e2a8831144eb8d2a4fab9adec3c0 42a6c82c6fa74eca907cd8fc6dc91d70 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-07-01 12:13:58.427 8 INFO cinder.api.openstack.wsgi [None req-9f788949-3cb6-40b6-bc2b-61bb86904b76 aee7e2a8831144eb8d2a4fab9adec3c0 42a6c82c6fa74eca907cd8fc6dc91d70 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 8|app: 0|req: 438/872] 10.0.0.240 () {28 vars in 376 bytes} [Wed Jul 1 12:13:58 2026] GET / => generated 411 bytes in 2 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:14:06.670 7 INFO cinder.api.openstack.wsgi [None req-72c6b51f-e4c1-4a85-a107-11908328efd0 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes 2026-07-01 12:14:07.414 7 INFO cinder.api.v3.volumes [None req-72c6b51f-e4c1-4a85-a107-11908328efd0 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Create volume of 16 GB 2026-07-01 12:14:07.423 7 INFO cinder.volume.api [None req-72c6b51f-e4c1-4a85-a107-11908328efd0 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Availability Zones retrieved successfully. 2026-07-01 12:14:07.935 7 INFO cinder.volume.api [None req-72c6b51f-e4c1-4a85-a107-11908328efd0 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Create volume request issued successfully. 2026-07-01 12:14:07.936 7 INFO cinder.api.openstack.wsgi [None req-72c6b51f-e4c1-4a85-a107-11908328efd0 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes returned with HTTP 202 [pid: 7|app: 0|req: 436/875] 199.204.45.23 () {34 vars in 667 bytes} [Wed Jul 1 12:14:06 2026] POST /v3/volumes => generated 780 bytes in 1488 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) 2026-07-01 12:14:07.951 8 INFO cinder.api.openstack.wsgi [req-72c6b51f-e4c1-4a85-a107-11908328efd0 req-b08e64f4-e6ab-4460-aec4-7c098a3711d4 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/0e214ca9-76c1-4903-a128-b7157d463171 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:14:08.000 8 INFO cinder.volume.api [req-72c6b51f-e4c1-4a85-a107-11908328efd0 req-b08e64f4-e6ab-4460-aec4-7c098a3711d4 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Volume info retrieved successfully. 2026-07-01 12:14:08.005 8 INFO cinder.api.openstack.wsgi [req-72c6b51f-e4c1-4a85-a107-11908328efd0 req-b08e64f4-e6ab-4460-aec4-7c098a3711d4 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/0e214ca9-76c1-4903-a128-b7157d463171 returned with HTTP 200 [pid: 8|app: 0|req: 440/876] 199.204.45.23 () {32 vars in 758 bytes} [Wed Jul 1 12:14:07 2026] GET /v3/volumes/0e214ca9-76c1-4903-a128-b7157d463171 => generated 959 bytes in 60 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:14:12.347 7 INFO cinder.api.openstack.wsgi [None req-2beb3076-233c-4b85-a2a8-01facfaad72f 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:14:12.852 7 INFO cinder.api.openstack.wsgi [None req-2beb3076-233c-4b85-a2a8-01facfaad72f 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 438/879] 10.0.0.48 () {28 vars in 629 bytes} [Wed Jul 1 12:14:12 2026] GET /v3/scheduler-stats/get_pools?detail=true => generated 670 bytes in 620 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:14:12.861 8 INFO cinder.api.openstack.wsgi [None req-d8a8aeb4-53fb-4b79-ad63-d35fd3327474 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services 2026-07-01 12:14:12.869 8 INFO cinder.api.openstack.wsgi [None req-d8a8aeb4-53fb-4b79-ad63-d35fd3327474 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services returned with HTTP 200 [pid: 8|app: 0|req: 442/880] 10.0.0.48 () {28 vars in 578 bytes} [Wed Jul 1 12:14:12 2026] GET /v3/os-services => generated 646 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:14:12.910 7 INFO cinder.api.openstack.wsgi [None req-1c224de6-29cd-4116-997f-455a3c05dfc0 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/233e83db1fe44353bde0ed1132e7ad07?usage=true 2026-07-01 12:14:12.933 7 INFO cinder.api.openstack.wsgi [None req-1c224de6-29cd-4116-997f-455a3c05dfc0 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/233e83db1fe44353bde0ed1132e7ad07?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 439/881] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:14:12 2026] GET /v3/os-quota-sets/233e83db1fe44353bde0ed1132e7ad07?usage=true => generated 847 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:14:12.945 8 INFO cinder.api.openstack.wsgi [None req-730dbb9e-9d57-4c38-8228-53725e248552 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/45cf9197df5d475ab661a378f1d55b9f?usage=true 2026-07-01 12:14:12.968 8 INFO cinder.api.openstack.wsgi [None req-730dbb9e-9d57-4c38-8228-53725e248552 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/45cf9197df5d475ab661a378f1d55b9f?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 443/882] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:14:12 2026] GET /v3/os-quota-sets/45cf9197df5d475ab661a378f1d55b9f?usage=true => generated 847 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:14:12.979 7 INFO cinder.api.openstack.wsgi [None req-bfcaf27e-9ed8-43f8-b343-e095625e9efb 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/5e5877ee10bb401abe6d3711e283aeb2?usage=true 2026-07-01 12:14:13.002 7 INFO cinder.api.openstack.wsgi [None req-bfcaf27e-9ed8-43f8-b343-e095625e9efb 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/5e5877ee10bb401abe6d3711e283aeb2?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 440/883] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:14:12 2026] GET /v3/os-quota-sets/5e5877ee10bb401abe6d3711e283aeb2?usage=true => generated 847 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:14:13.013 8 INFO cinder.api.openstack.wsgi [None req-1dec9961-9942-4907-b2f8-d9d1ec46eba2 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6172d29672c1478da7eacf983e36bace?usage=true 2026-07-01 12:14:13.018 7 INFO cinder.api.openstack.wsgi [req-72c6b51f-e4c1-4a85-a107-11908328efd0 req-51f607d1-bcfb-45cf-9621-1ae80d24bbbc 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/0e214ca9-76c1-4903-a128-b7157d463171 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:14:13.037 7 INFO cinder.volume.api [req-72c6b51f-e4c1-4a85-a107-11908328efd0 req-51f607d1-bcfb-45cf-9621-1ae80d24bbbc 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Volume info retrieved successfully. 2026-07-01 12:14:13.042 8 INFO cinder.api.openstack.wsgi [None req-1dec9961-9942-4907-b2f8-d9d1ec46eba2 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6172d29672c1478da7eacf983e36bace?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 444/884] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:14:13 2026] GET /v3/os-quota-sets/6172d29672c1478da7eacf983e36bace?usage=true => generated 847 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:14:13.045 7 INFO cinder.api.openstack.wsgi [req-72c6b51f-e4c1-4a85-a107-11908328efd0 req-51f607d1-bcfb-45cf-9621-1ae80d24bbbc 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/0e214ca9-76c1-4903-a128-b7157d463171 returned with HTTP 200 [pid: 7|app: 0|req: 441/885] 199.204.45.23 () {32 vars in 758 bytes} [Wed Jul 1 12:14:13 2026] GET /v3/volumes/0e214ca9-76c1-4903-a128-b7157d463171 => generated 1609 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-07-01 12:14:13.054 8 INFO cinder.api.openstack.wsgi [None req-c63861bd-c596-47c3-b4ba-eec78eb9b33c 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6873496063524a36bbcaa05c596f12c9?usage=true 2026-07-01 12:14:13.076 8 INFO cinder.api.openstack.wsgi [None req-c63861bd-c596-47c3-b4ba-eec78eb9b33c 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6873496063524a36bbcaa05c596f12c9?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 445/886] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:14:13 2026] GET /v3/os-quota-sets/6873496063524a36bbcaa05c596f12c9?usage=true => generated 847 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:14:13.086 7 INFO cinder.api.openstack.wsgi [None req-05620c6c-74ff-41c5-ba08-dbca87c2f99a 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true 2026-07-01 12:14:13.123 7 INFO cinder.api.openstack.wsgi [None req-05620c6c-74ff-41c5-ba08-dbca87c2f99a 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 442/887] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:14:13 2026] GET /v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true => generated 847 bytes in 42 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:14:13.137 8 INFO cinder.api.openstack.wsgi [None req-aeaa0504-3f91-475f-9667-8aaf6d20d7ec 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/7c5e595613a14fd2a4e1ad4fa5395190?usage=true 2026-07-01 12:14:13.163 8 INFO cinder.api.openstack.wsgi [None req-aeaa0504-3f91-475f-9667-8aaf6d20d7ec 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/7c5e595613a14fd2a4e1ad4fa5395190?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 446/888] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:14:13 2026] GET /v3/os-quota-sets/7c5e595613a14fd2a4e1ad4fa5395190?usage=true => generated 847 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:14:13.174 7 INFO cinder.api.openstack.wsgi [None req-97c440f2-20dc-40bf-9019-96509ece7664 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/845532c54a4541fd942b2de379f04f3f?usage=true 2026-07-01 12:14:13.193 7 INFO cinder.api.openstack.wsgi [None req-97c440f2-20dc-40bf-9019-96509ece7664 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/845532c54a4541fd942b2de379f04f3f?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 443/889] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:14:13 2026] GET /v3/os-quota-sets/845532c54a4541fd942b2de379f04f3f?usage=true => generated 847 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:14:13.207 8 INFO cinder.api.openstack.wsgi [None req-da99cc6b-cfdf-4461-8d9d-0fdece56713e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/89e6bb9cc7384d8eb980f9d69b5b4b7f?usage=true 2026-07-01 12:14:13.238 8 INFO cinder.api.openstack.wsgi [None req-da99cc6b-cfdf-4461-8d9d-0fdece56713e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/89e6bb9cc7384d8eb980f9d69b5b4b7f?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 447/890] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:14:13 2026] GET /v3/os-quota-sets/89e6bb9cc7384d8eb980f9d69b5b4b7f?usage=true => generated 847 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:14:13.248 7 INFO cinder.api.openstack.wsgi [None req-e7cb29f3-0792-420b-a9a8-ec2f9f7cf6ca 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/96d5d4e419044120aa3fdb7c299cbd16?usage=true 2026-07-01 12:14:13.274 7 INFO cinder.api.openstack.wsgi [None req-e7cb29f3-0792-420b-a9a8-ec2f9f7cf6ca 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/96d5d4e419044120aa3fdb7c299cbd16?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 444/891] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:14:13 2026] GET /v3/os-quota-sets/96d5d4e419044120aa3fdb7c299cbd16?usage=true => generated 847 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:14:13.286 8 INFO cinder.api.openstack.wsgi [None req-0c33685b-8012-4a44-8dd6-28bb88046459 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/b0960e21a46344acb00f10fec8091164?usage=true 2026-07-01 12:14:13.307 8 INFO cinder.api.openstack.wsgi [None req-0c33685b-8012-4a44-8dd6-28bb88046459 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/b0960e21a46344acb00f10fec8091164?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 448/892] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:14:13 2026] GET /v3/os-quota-sets/b0960e21a46344acb00f10fec8091164?usage=true => generated 847 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:14:13.321 7 INFO cinder.api.openstack.wsgi [None req-364d0a0a-69d3-4701-a4c7-54a67be73b5b 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/b11504555dfd49519c2bf466fb23fad7?usage=true 2026-07-01 12:14:13.338 7 INFO cinder.api.openstack.wsgi [None req-364d0a0a-69d3-4701-a4c7-54a67be73b5b 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/b11504555dfd49519c2bf466fb23fad7?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 445/893] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:14:13 2026] GET /v3/os-quota-sets/b11504555dfd49519c2bf466fb23fad7?usage=true => generated 847 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:14:13.349 8 INFO cinder.api.openstack.wsgi [None req-7f4fb853-57df-4b12-a30d-7fdc2a7c5dda 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/baf60903014040bd8d0111410aec56ee?usage=true 2026-07-01 12:14:13.376 8 INFO cinder.api.openstack.wsgi [None req-7f4fb853-57df-4b12-a30d-7fdc2a7c5dda 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/baf60903014040bd8d0111410aec56ee?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 449/894] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:14:13 2026] GET /v3/os-quota-sets/baf60903014040bd8d0111410aec56ee?usage=true => generated 847 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:14:13.390 7 INFO cinder.api.openstack.wsgi [None req-ccb79938-b75a-45d1-a366-dba88e9a5b70 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/bee5037024c14ff6899baa9e3fd5136e?usage=true 2026-07-01 12:14:13.410 7 INFO cinder.api.openstack.wsgi [None req-ccb79938-b75a-45d1-a366-dba88e9a5b70 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/bee5037024c14ff6899baa9e3fd5136e?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 446/895] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:14:13 2026] GET /v3/os-quota-sets/bee5037024c14ff6899baa9e3fd5136e?usage=true => generated 847 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:14:13.422 8 INFO cinder.api.openstack.wsgi [None req-8c638360-435c-4e8f-8754-d851a90c0f3e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true 2026-07-01 12:14:13.444 8 INFO cinder.api.openstack.wsgi [None req-8c638360-435c-4e8f-8754-d851a90c0f3e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 450/896] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:14:13 2026] GET /v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true => generated 845 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:14:13.452 7 INFO cinder.api.openstack.wsgi [None req-a54a254e-8d50-41d1-84c6-059d1fbb55f0 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true 2026-07-01 12:14:13.474 7 INFO cinder.api.openstack.wsgi [None req-a54a254e-8d50-41d1-84c6-059d1fbb55f0 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 447/897] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:14:13 2026] GET /v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true => generated 847 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:14:13.495 8 INFO cinder.api.openstack.wsgi [None req-60f35b9a-5e09-4b51-8803-d5a4a36c0a1a 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ff1faa71242e4ec09afda19d3f4f604f?usage=true 2026-07-01 12:14:13.522 8 INFO cinder.api.openstack.wsgi [None req-60f35b9a-5e09-4b51-8803-d5a4a36c0a1a 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ff1faa71242e4ec09afda19d3f4f604f?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 451/898] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:14:13 2026] GET /v3/os-quota-sets/ff1faa71242e4ec09afda19d3f4f604f?usage=true => generated 847 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:14:13.540 7 INFO cinder.api.openstack.wsgi [None req-addcdad4-01f4-40fa-a031-165e1ca069cf 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true 2026-07-01 12:14:13.556 7 INFO cinder.volume.api [None req-addcdad4-01f4-40fa-a031-165e1ca069cf 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all snapshots completed successfully. 2026-07-01 12:14:13.557 7 INFO cinder.api.openstack.wsgi [None req-addcdad4-01f4-40fa-a031-165e1ca069cf 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 448/899] 10.0.0.48 () {28 vars in 607 bytes} [Wed Jul 1 12:14:13 2026] GET /v3/snapshots?all_tenants=true => generated 17 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:14:13.566 8 INFO cinder.api.openstack.wsgi [None req-0b969234-dabb-4911-8c0a-9e61827d236d 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 12:14:13.576 8 INFO cinder.volume.api [None req-0b969234-dabb-4911-8c0a-9e61827d236d 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:14:13.581 8 INFO cinder.api.openstack.wsgi [None req-0b969234-dabb-4911-8c0a-9e61827d236d 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 452/900] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 12:14:13 2026] GET /v3/volumes/detail?all_tenants=true => generated 1612 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-07-01 12:14:13.593 7 INFO cinder.api.openstack.wsgi [None req-37e0294d-2f10-4342-ad13-12a9642e7ae2 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:14:13.603 7 INFO cinder.volume.api [None req-37e0294d-2f10-4342-ad13-12a9642e7ae2 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:14:13.604 8 INFO cinder.api.openstack.wsgi [req-399e5902-2799-455e-bb45-d29f14d14e8b req-81418092-e48e-4b50-abfd-793a5a7de762 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/0e214ca9-76c1-4903-a128-b7157d463171 2026-07-01 12:14:13.609 7 INFO cinder.api.openstack.wsgi [None req-37e0294d-2f10-4342-ad13-12a9642e7ae2 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 449/901] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 12:14:13 2026] GET /v3/volumes/detail?all_tenants=true => generated 1612 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:14:13.618 8 INFO cinder.volume.api [req-399e5902-2799-455e-bb45-d29f14d14e8b req-81418092-e48e-4b50-abfd-793a5a7de762 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Volume info retrieved successfully. 2026-07-01 12:14:13.631 8 INFO cinder.api.openstack.wsgi [req-399e5902-2799-455e-bb45-d29f14d14e8b req-81418092-e48e-4b50-abfd-793a5a7de762 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/0e214ca9-76c1-4903-a128-b7157d463171 returned with HTTP 200 [pid: 8|app: 0|req: 453/902] 10.0.0.185 () {34 vars in 962 bytes} [Wed Jul 1 12:14:13 2026] GET /v3/volumes/0e214ca9-76c1-4903-a128-b7157d463171 => generated 1609 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:14:14.513 7 INFO cinder.api.openstack.wsgi [req-399e5902-2799-455e-bb45-d29f14d14e8b req-c24217d5-7635-4b9e-858c-85477c3203ff 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/0e214ca9-76c1-4903-a128-b7157d463171 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:14:14.527 7 INFO cinder.volume.api [req-399e5902-2799-455e-bb45-d29f14d14e8b req-c24217d5-7635-4b9e-858c-85477c3203ff 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Volume info retrieved successfully. 2026-07-01 12:14:14.532 7 INFO cinder.api.openstack.wsgi [req-399e5902-2799-455e-bb45-d29f14d14e8b req-c24217d5-7635-4b9e-858c-85477c3203ff 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/0e214ca9-76c1-4903-a128-b7157d463171 returned with HTTP 200 [pid: 7|app: 0|req: 450/903] 10.0.0.185 () {34 vars in 962 bytes} [Wed Jul 1 12:14:14 2026] GET /v3/volumes/0e214ca9-76c1-4903-a128-b7157d463171 => generated 1609 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-07-01 12:14:14.540 8 INFO cinder.api.openstack.wsgi [req-399e5902-2799-455e-bb45-d29f14d14e8b req-81418092-e48e-4b50-abfd-793a5a7de762 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-07-01 12:14:14.541 8 INFO cinder.api.openstack.wsgi [req-399e5902-2799-455e-bb45-d29f14d14e8b req-81418092-e48e-4b50-abfd-793a5a7de762 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 8|app: 0|req: 454/904] 10.0.0.185 () {32 vars in 829 bytes} [Wed Jul 1 12:14:14 2026] GET / => generated 411 bytes in 1 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:14:14.551 7 INFO cinder.api.openstack.wsgi [req-399e5902-2799-455e-bb45-d29f14d14e8b req-8dbc8f8a-d6c2-44a9-8caa-93ddc46b6ba3 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/attachments /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:14:14.599 7 INFO cinder.api.openstack.wsgi [req-399e5902-2799-455e-bb45-d29f14d14e8b req-8dbc8f8a-d6c2-44a9-8caa-93ddc46b6ba3 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/attachments returned with HTTP 200 [pid: 7|app: 0|req: 451/905] 10.0.0.185 () {40 vars in 991 bytes} [Wed Jul 1 12:14:14 2026] POST /v3/attachments => generated 273 bytes in 54 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:14:17.994 8 INFO cinder.api.openstack.wsgi [req-72c6b51f-e4c1-4a85-a107-11908328efd0 req-e0dc8e33-dc22-4d07-abfc-95d05f1681a5 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/0e214ca9-76c1-4903-a128-b7157d463171 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:14:18.027 8 INFO cinder.volume.api [req-72c6b51f-e4c1-4a85-a107-11908328efd0 req-e0dc8e33-dc22-4d07-abfc-95d05f1681a5 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Volume info retrieved successfully. 2026-07-01 12:14:18.033 8 INFO cinder.api.openstack.wsgi [req-72c6b51f-e4c1-4a85-a107-11908328efd0 req-e0dc8e33-dc22-4d07-abfc-95d05f1681a5 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/0e214ca9-76c1-4903-a128-b7157d463171 returned with HTTP 200 [pid: 8|app: 0|req: 455/906] 199.204.45.23 () {32 vars in 758 bytes} [Wed Jul 1 12:14:17 2026] GET /v3/volumes/0e214ca9-76c1-4903-a128-b7157d463171 => generated 1608 bytes in 47 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-07-01 12:14:19.990 7 INFO cinder.api.openstack.wsgi [req-399e5902-2799-455e-bb45-d29f14d14e8b req-8dbc8f8a-d6c2-44a9-8caa-93ddc46b6ba3 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-07-01 12:14:19.991 7 INFO cinder.api.openstack.wsgi [req-399e5902-2799-455e-bb45-d29f14d14e8b req-8dbc8f8a-d6c2-44a9-8caa-93ddc46b6ba3 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 7|app: 0|req: 452/907] 199.204.45.23 () {32 vars in 839 bytes} [Wed Jul 1 12:14:19 2026] GET / => generated 411 bytes in 1 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:14:20.006 8 INFO cinder.api.openstack.wsgi [req-399e5902-2799-455e-bb45-d29f14d14e8b req-95dab838-77f9-4338-958b-c74de1bdc91e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/0e214ca9-76c1-4903-a128-b7157d463171 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:14:20.026 8 INFO cinder.volume.api [req-399e5902-2799-455e-bb45-d29f14d14e8b req-95dab838-77f9-4338-958b-c74de1bdc91e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Volume info retrieved successfully. 2026-07-01 12:14:20.032 8 INFO cinder.api.openstack.wsgi [req-399e5902-2799-455e-bb45-d29f14d14e8b req-95dab838-77f9-4338-958b-c74de1bdc91e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/0e214ca9-76c1-4903-a128-b7157d463171 returned with HTTP 200 [pid: 8|app: 0|req: 456/908] 199.204.45.23 () {36 vars in 1006 bytes} [Wed Jul 1 12:14:19 2026] GET /v3/volumes/0e214ca9-76c1-4903-a128-b7157d463171 => generated 1832 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:14:20.113 7 INFO cinder.api.openstack.wsgi [req-399e5902-2799-455e-bb45-d29f14d14e8b req-de034193-e610-43f0-922a-46b57f598ff7 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/attachments/030675fa-377f-426f-81d1-f6699daaa70c /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:14:20.652 7 INFO cinder.api.openstack.wsgi [req-399e5902-2799-455e-bb45-d29f14d14e8b req-de034193-e610-43f0-922a-46b57f598ff7 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/attachments/030675fa-377f-426f-81d1-f6699daaa70c returned with HTTP 200 [pid: 7|app: 0|req: 453/911] 199.204.45.23 () {40 vars in 1068 bytes} [Wed Jul 1 12:14:20 2026] PUT /v3/attachments/030675fa-377f-426f-81d1-f6699daaa70c => generated 802 bytes in 548 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:14:21.033 8 INFO cinder.api.openstack.wsgi [req-72c6b51f-e4c1-4a85-a107-11908328efd0 req-bb03bba9-6896-41c5-88ad-a47c5fd217b2 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/0e214ca9-76c1-4903-a128-b7157d463171 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:14:21.048 8 INFO cinder.volume.api [req-72c6b51f-e4c1-4a85-a107-11908328efd0 req-bb03bba9-6896-41c5-88ad-a47c5fd217b2 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Volume info retrieved successfully. 2026-07-01 12:14:21.055 8 INFO cinder.api.openstack.wsgi [req-72c6b51f-e4c1-4a85-a107-11908328efd0 req-bb03bba9-6896-41c5-88ad-a47c5fd217b2 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/0e214ca9-76c1-4903-a128-b7157d463171 returned with HTTP 200 [pid: 8|app: 0|req: 459/912] 199.204.45.23 () {32 vars in 758 bytes} [Wed Jul 1 12:14:21 2026] GET /v3/volumes/0e214ca9-76c1-4903-a128-b7157d463171 => generated 1609 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:14:21.170 7 INFO cinder.api.openstack.wsgi [req-399e5902-2799-455e-bb45-d29f14d14e8b req-ef6ee62e-4e16-479a-a60b-8d378a2e6c89 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/attachments/030675fa-377f-426f-81d1-f6699daaa70c/action /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:14:21.211 7 INFO cinder.api.openstack.wsgi [req-399e5902-2799-455e-bb45-d29f14d14e8b req-ef6ee62e-4e16-479a-a60b-8d378a2e6c89 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/attachments/030675fa-377f-426f-81d1-f6699daaa70c/action returned with HTTP 204 [pid: 7|app: 0|req: 454/913] 199.204.45.23 () {40 vars in 1081 bytes} [Wed Jul 1 12:14:21 2026] POST /v3/attachments/030675fa-377f-426f-81d1-f6699daaa70c/action => generated 0 bytes in 47 msecs (HTTP/1.1 204) 7 headers in 292 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:14:23.918 8 INFO cinder.api.openstack.wsgi [req-72c6b51f-e4c1-4a85-a107-11908328efd0 req-bb7c25de-0662-4bfc-8d4d-47d9b40d8b64 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/0e214ca9-76c1-4903-a128-b7157d463171 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:14:23.946 8 INFO cinder.volume.api [req-72c6b51f-e4c1-4a85-a107-11908328efd0 req-bb7c25de-0662-4bfc-8d4d-47d9b40d8b64 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Volume info retrieved successfully. 2026-07-01 12:14:23.954 8 INFO cinder.api.openstack.wsgi [req-72c6b51f-e4c1-4a85-a107-11908328efd0 req-bb7c25de-0662-4bfc-8d4d-47d9b40d8b64 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/0e214ca9-76c1-4903-a128-b7157d463171 returned with HTTP 200 [pid: 8|app: 0|req: 460/914] 199.204.45.23 () {32 vars in 758 bytes} [Wed Jul 1 12:14:23 2026] GET /v3/volumes/0e214ca9-76c1-4903-a128-b7157d463171 => generated 1907 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:14:27.067 7 INFO cinder.api.openstack.wsgi [req-72c6b51f-e4c1-4a85-a107-11908328efd0 req-d0846c7c-de66-42a7-a261-c5006b8307ec 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/0e214ca9-76c1-4903-a128-b7157d463171 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:14:27.088 7 INFO cinder.volume.api [req-72c6b51f-e4c1-4a85-a107-11908328efd0 req-d0846c7c-de66-42a7-a261-c5006b8307ec 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Volume info retrieved successfully. 2026-07-01 12:14:27.098 7 INFO cinder.api.openstack.wsgi [req-72c6b51f-e4c1-4a85-a107-11908328efd0 req-d0846c7c-de66-42a7-a261-c5006b8307ec 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/0e214ca9-76c1-4903-a128-b7157d463171 returned with HTTP 200 [pid: 7|app: 0|req: 455/915] 199.204.45.23 () {32 vars in 758 bytes} [Wed Jul 1 12:14:27 2026] GET /v3/volumes/0e214ca9-76c1-4903-a128-b7157d463171 => generated 1907 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-07-01 12:14:30.031 8 INFO cinder.api.openstack.wsgi [req-72c6b51f-e4c1-4a85-a107-11908328efd0 req-8b407bc3-5345-4837-8a74-9cbfb719af66 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/0e214ca9-76c1-4903-a128-b7157d463171 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:14:30.056 8 INFO cinder.volume.api [req-72c6b51f-e4c1-4a85-a107-11908328efd0 req-8b407bc3-5345-4837-8a74-9cbfb719af66 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Volume info retrieved successfully. 2026-07-01 12:14:30.067 8 INFO cinder.api.openstack.wsgi [req-72c6b51f-e4c1-4a85-a107-11908328efd0 req-8b407bc3-5345-4837-8a74-9cbfb719af66 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/0e214ca9-76c1-4903-a128-b7157d463171 returned with HTTP 200 [pid: 8|app: 0|req: 461/916] 199.204.45.23 () {32 vars in 758 bytes} [Wed Jul 1 12:14:30 2026] GET /v3/volumes/0e214ca9-76c1-4903-a128-b7157d463171 => generated 1907 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:15:12.355 8 INFO cinder.api.openstack.wsgi [None req-263d5338-226a-4032-b464-7d443415eb00 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services 2026-07-01 12:15:12.361 8 INFO cinder.api.openstack.wsgi [None req-263d5338-226a-4032-b464-7d443415eb00 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services returned with HTTP 200 [pid: 8|app: 0|req: 467/927] 10.0.0.48 () {28 vars in 578 bytes} [Wed Jul 1 12:15:12 2026] GET /v3/os-services => generated 646 bytes in 129 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:15:12.373 7 INFO cinder.api.openstack.wsgi [None req-da9ee2de-5044-4f71-8603-5f060f64fa42 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 12:15:12.387 7 INFO cinder.volume.api [None req-da9ee2de-5044-4f71-8603-5f060f64fa42 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:15:12.394 7 INFO cinder.api.openstack.wsgi [None req-da9ee2de-5044-4f71-8603-5f060f64fa42 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 461/928] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 12:15:12 2026] GET /v3/volumes/detail?all_tenants=true => generated 1910 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-07-01 12:15:12.408 8 INFO cinder.api.openstack.wsgi [None req-637e0834-bf3c-4a1e-a2d0-d4298aa92acc 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 12:15:12.420 8 INFO cinder.volume.api [None req-637e0834-bf3c-4a1e-a2d0-d4298aa92acc 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:15:12.425 8 INFO cinder.api.openstack.wsgi [None req-637e0834-bf3c-4a1e-a2d0-d4298aa92acc 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 468/929] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 12:15:12 2026] GET /v3/volumes/detail?all_tenants=true => generated 1910 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:15:12.437 7 INFO cinder.api.openstack.wsgi [None req-a3d5a6ab-fb83-4f4c-be4c-63aa0e2ed146 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true 2026-07-01 12:15:12.442 7 INFO cinder.volume.api [None req-a3d5a6ab-fb83-4f4c-be4c-63aa0e2ed146 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all snapshots completed successfully. 2026-07-01 12:15:12.443 7 INFO cinder.api.openstack.wsgi [None req-a3d5a6ab-fb83-4f4c-be4c-63aa0e2ed146 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 462/930] 10.0.0.48 () {28 vars in 607 bytes} [Wed Jul 1 12:15:12 2026] GET /v3/snapshots?all_tenants=true => generated 17 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:15:12.493 8 INFO cinder.api.openstack.wsgi [None req-8b5b73d0-d799-426d-8a1b-70235893fc88 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/233e83db1fe44353bde0ed1132e7ad07?usage=true 2026-07-01 12:15:12.513 8 INFO cinder.api.openstack.wsgi [None req-8b5b73d0-d799-426d-8a1b-70235893fc88 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/233e83db1fe44353bde0ed1132e7ad07?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 469/931] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:15:12 2026] GET /v3/os-quota-sets/233e83db1fe44353bde0ed1132e7ad07?usage=true => generated 847 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:15:12.522 7 INFO cinder.api.openstack.wsgi [None req-24301148-536a-4953-9cc5-ffb7357307fe 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/45cf9197df5d475ab661a378f1d55b9f?usage=true 2026-07-01 12:15:12.545 7 INFO cinder.api.openstack.wsgi [None req-24301148-536a-4953-9cc5-ffb7357307fe 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/45cf9197df5d475ab661a378f1d55b9f?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 463/932] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:15:12 2026] GET /v3/os-quota-sets/45cf9197df5d475ab661a378f1d55b9f?usage=true => generated 847 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:15:12.557 8 INFO cinder.api.openstack.wsgi [None req-a7c6ad1d-80d2-48d2-8788-8de38c9a941d 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/5e5877ee10bb401abe6d3711e283aeb2?usage=true 2026-07-01 12:15:12.577 8 INFO cinder.api.openstack.wsgi [None req-a7c6ad1d-80d2-48d2-8788-8de38c9a941d 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/5e5877ee10bb401abe6d3711e283aeb2?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 470/933] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:15:12 2026] GET /v3/os-quota-sets/5e5877ee10bb401abe6d3711e283aeb2?usage=true => generated 847 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:15:12.588 7 INFO cinder.api.openstack.wsgi [None req-ae642ac6-3b99-4448-85c2-05945fd32f2d 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6873496063524a36bbcaa05c596f12c9?usage=true 2026-07-01 12:15:12.606 7 INFO cinder.api.openstack.wsgi [None req-ae642ac6-3b99-4448-85c2-05945fd32f2d 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6873496063524a36bbcaa05c596f12c9?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 464/934] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:15:12 2026] GET /v3/os-quota-sets/6873496063524a36bbcaa05c596f12c9?usage=true => generated 847 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:15:12.616 8 INFO cinder.api.openstack.wsgi [None req-12b5d488-c706-46dd-9025-6323bb601495 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true 2026-07-01 12:15:12.638 8 INFO cinder.api.openstack.wsgi [None req-12b5d488-c706-46dd-9025-6323bb601495 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 471/935] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:15:12 2026] GET /v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true => generated 847 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:15:12.647 7 INFO cinder.api.openstack.wsgi [None req-d717ec03-d3e6-4220-a3c7-5f8fdd1b52e1 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/845532c54a4541fd942b2de379f04f3f?usage=true 2026-07-01 12:15:12.675 7 INFO cinder.api.openstack.wsgi [None req-d717ec03-d3e6-4220-a3c7-5f8fdd1b52e1 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/845532c54a4541fd942b2de379f04f3f?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 465/936] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:15:12 2026] GET /v3/os-quota-sets/845532c54a4541fd942b2de379f04f3f?usage=true => generated 847 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:15:12.685 8 INFO cinder.api.openstack.wsgi [None req-171c44f3-01d9-47c1-a084-2b41d9e28dc7 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/89e6bb9cc7384d8eb980f9d69b5b4b7f?usage=true 2026-07-01 12:15:12.706 8 INFO cinder.api.openstack.wsgi [None req-171c44f3-01d9-47c1-a084-2b41d9e28dc7 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/89e6bb9cc7384d8eb980f9d69b5b4b7f?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 472/937] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:15:12 2026] GET /v3/os-quota-sets/89e6bb9cc7384d8eb980f9d69b5b4b7f?usage=true => generated 847 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:15:12.714 7 INFO cinder.api.openstack.wsgi [None req-20a901d1-005f-4950-bc0f-f21aab405626 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/baf60903014040bd8d0111410aec56ee?usage=true 2026-07-01 12:15:12.737 7 INFO cinder.api.openstack.wsgi [None req-20a901d1-005f-4950-bc0f-f21aab405626 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/baf60903014040bd8d0111410aec56ee?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 466/938] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:15:12 2026] GET /v3/os-quota-sets/baf60903014040bd8d0111410aec56ee?usage=true => generated 847 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:15:12.748 8 INFO cinder.api.openstack.wsgi [None req-d7f4404b-b4e2-4e39-9776-187dbc0d318f 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true 2026-07-01 12:15:12.765 8 INFO cinder.api.openstack.wsgi [None req-d7f4404b-b4e2-4e39-9776-187dbc0d318f 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 473/939] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:15:12 2026] GET /v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true => generated 845 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:15:12.774 7 INFO cinder.api.openstack.wsgi [None req-60beca8f-a75e-4bee-a806-341321c3ce18 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true 2026-07-01 12:15:12.798 7 INFO cinder.api.openstack.wsgi [None req-60beca8f-a75e-4bee-a806-341321c3ce18 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 467/940] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:15:12 2026] GET /v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true => generated 847 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:15:12.809 8 INFO cinder.api.openstack.wsgi [None req-3ee3e3fd-bff4-43c4-bf59-032da50fdccf 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ff1faa71242e4ec09afda19d3f4f604f?usage=true 2026-07-01 12:15:12.825 8 INFO cinder.api.openstack.wsgi [None req-3ee3e3fd-bff4-43c4-bf59-032da50fdccf 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ff1faa71242e4ec09afda19d3f4f604f?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 474/941] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:15:12 2026] GET /v3/os-quota-sets/ff1faa71242e4ec09afda19d3f4f604f?usage=true => generated 847 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:15:12.835 7 INFO cinder.api.openstack.wsgi [None req-a40e6861-4e63-44e4-a478-9b992e071386 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true 2026-07-01 12:15:13.339 7 INFO cinder.api.openstack.wsgi [None req-a40e6861-4e63-44e4-a478-9b992e071386 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 468/942] 10.0.0.48 () {28 vars in 629 bytes} [Wed Jul 1 12:15:12 2026] GET /v3/scheduler-stats/get_pools?detail=true => generated 671 bytes in 512 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:16:12.245 8 INFO cinder.api.openstack.wsgi [None req-a50b91f9-1400-41c3-961e-5a76e5fccfec 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 12:16:12.259 8 INFO cinder.volume.api [None req-a50b91f9-1400-41c3-961e-5a76e5fccfec 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:16:12.266 8 INFO cinder.api.openstack.wsgi [None req-a50b91f9-1400-41c3-961e-5a76e5fccfec 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 481/955] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 12:16:12 2026] GET /v3/volumes/detail?all_tenants=true => generated 1910 bytes in 72 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-07-01 12:16:12.313 7 INFO cinder.api.openstack.wsgi [None req-3d2cdb5b-1044-4ce8-98ab-cc5016d81ba5 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/233e83db1fe44353bde0ed1132e7ad07?usage=true 2026-07-01 12:16:12.336 7 INFO cinder.api.openstack.wsgi [None req-3d2cdb5b-1044-4ce8-98ab-cc5016d81ba5 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/233e83db1fe44353bde0ed1132e7ad07?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 475/956] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:16:12 2026] GET /v3/os-quota-sets/233e83db1fe44353bde0ed1132e7ad07?usage=true => generated 847 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:16:12.346 8 INFO cinder.api.openstack.wsgi [None req-6a04ab82-509c-4293-8c86-f49bbc203fad 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/45cf9197df5d475ab661a378f1d55b9f?usage=true 2026-07-01 12:16:12.369 8 INFO cinder.api.openstack.wsgi [None req-6a04ab82-509c-4293-8c86-f49bbc203fad 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/45cf9197df5d475ab661a378f1d55b9f?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 482/957] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:16:12 2026] GET /v3/os-quota-sets/45cf9197df5d475ab661a378f1d55b9f?usage=true => generated 847 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:16:12.384 7 INFO cinder.api.openstack.wsgi [None req-6e085717-36e7-48bb-b1d9-7c66723c783d 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/5e5877ee10bb401abe6d3711e283aeb2?usage=true 2026-07-01 12:16:12.405 7 INFO cinder.api.openstack.wsgi [None req-6e085717-36e7-48bb-b1d9-7c66723c783d 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/5e5877ee10bb401abe6d3711e283aeb2?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 476/958] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:16:12 2026] GET /v3/os-quota-sets/5e5877ee10bb401abe6d3711e283aeb2?usage=true => generated 847 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:16:12.418 8 INFO cinder.api.openstack.wsgi [None req-80250463-28c3-483c-beec-d1dc441a5b73 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6873496063524a36bbcaa05c596f12c9?usage=true 2026-07-01 12:16:12.445 8 INFO cinder.api.openstack.wsgi [None req-80250463-28c3-483c-beec-d1dc441a5b73 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6873496063524a36bbcaa05c596f12c9?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 483/959] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:16:12 2026] GET /v3/os-quota-sets/6873496063524a36bbcaa05c596f12c9?usage=true => generated 847 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:16:12.460 7 INFO cinder.api.openstack.wsgi [None req-2f73df86-a603-481b-b949-d655d11bcdfa 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true 2026-07-01 12:16:12.485 7 INFO cinder.api.openstack.wsgi [None req-2f73df86-a603-481b-b949-d655d11bcdfa 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 477/960] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:16:12 2026] GET /v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true => generated 847 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:16:12.498 8 INFO cinder.api.openstack.wsgi [None req-63652cae-670b-41f7-a081-b0a2a131ad3b 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/845532c54a4541fd942b2de379f04f3f?usage=true 2026-07-01 12:16:12.518 8 INFO cinder.api.openstack.wsgi [None req-63652cae-670b-41f7-a081-b0a2a131ad3b 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/845532c54a4541fd942b2de379f04f3f?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 484/961] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:16:12 2026] GET /v3/os-quota-sets/845532c54a4541fd942b2de379f04f3f?usage=true => generated 847 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:16:12.531 7 INFO cinder.api.openstack.wsgi [None req-5853536e-eabc-40d1-b791-0ba249faf76c 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/89e6bb9cc7384d8eb980f9d69b5b4b7f?usage=true 2026-07-01 12:16:12.552 7 INFO cinder.api.openstack.wsgi [None req-5853536e-eabc-40d1-b791-0ba249faf76c 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/89e6bb9cc7384d8eb980f9d69b5b4b7f?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 478/962] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:16:12 2026] GET /v3/os-quota-sets/89e6bb9cc7384d8eb980f9d69b5b4b7f?usage=true => generated 847 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:16:12.565 8 INFO cinder.api.openstack.wsgi [None req-354c9ced-da69-47df-803a-150acebeed84 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/baf60903014040bd8d0111410aec56ee?usage=true 2026-07-01 12:16:12.586 8 INFO cinder.api.openstack.wsgi [None req-354c9ced-da69-47df-803a-150acebeed84 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/baf60903014040bd8d0111410aec56ee?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 485/963] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:16:12 2026] GET /v3/os-quota-sets/baf60903014040bd8d0111410aec56ee?usage=true => generated 847 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:16:12.599 7 INFO cinder.api.openstack.wsgi [None req-b96ba37e-dbd7-4e3b-9fb2-6ac2c9a48486 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true 2026-07-01 12:16:12.619 7 INFO cinder.api.openstack.wsgi [None req-b96ba37e-dbd7-4e3b-9fb2-6ac2c9a48486 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 479/964] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:16:12 2026] GET /v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true => generated 845 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:16:12.630 8 INFO cinder.api.openstack.wsgi [None req-f6b2a745-fcb1-441a-9b50-f668c43b9679 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true 2026-07-01 12:16:12.654 8 INFO cinder.api.openstack.wsgi [None req-f6b2a745-fcb1-441a-9b50-f668c43b9679 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 486/965] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:16:12 2026] GET /v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true => generated 847 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:16:12.666 7 INFO cinder.api.openstack.wsgi [None req-34b7ccb2-4d6a-4a23-8cf8-38eee32e1279 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ff1faa71242e4ec09afda19d3f4f604f?usage=true 2026-07-01 12:16:12.687 7 INFO cinder.api.openstack.wsgi [None req-34b7ccb2-4d6a-4a23-8cf8-38eee32e1279 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ff1faa71242e4ec09afda19d3f4f604f?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 480/966] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:16:12 2026] GET /v3/os-quota-sets/ff1faa71242e4ec09afda19d3f4f604f?usage=true => generated 847 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:16:12.700 8 INFO cinder.api.openstack.wsgi [None req-be9578aa-bce9-4648-949d-a03ddf2317a5 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 12:16:12.717 8 INFO cinder.volume.api [None req-be9578aa-bce9-4648-949d-a03ddf2317a5 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:16:12.724 8 INFO cinder.api.openstack.wsgi [None req-be9578aa-bce9-4648-949d-a03ddf2317a5 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 487/967] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 12:16:12 2026] GET /v3/volumes/detail?all_tenants=true => generated 1910 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-07-01 12:16:12.737 7 INFO cinder.api.openstack.wsgi [None req-1401f19f-a743-4d52-b1ad-b234be8142cb 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services 2026-07-01 12:16:12.743 7 INFO cinder.api.openstack.wsgi [None req-1401f19f-a743-4d52-b1ad-b234be8142cb 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services returned with HTTP 200 [pid: 7|app: 0|req: 481/968] 10.0.0.48 () {28 vars in 578 bytes} [Wed Jul 1 12:16:12 2026] GET /v3/os-services => generated 646 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:16:12.755 8 INFO cinder.api.openstack.wsgi [None req-bb5e8491-42ce-4876-83d5-19b10080c333 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true 2026-07-01 12:16:12.762 8 INFO cinder.volume.api [None req-bb5e8491-42ce-4876-83d5-19b10080c333 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all snapshots completed successfully. 2026-07-01 12:16:12.762 8 INFO cinder.api.openstack.wsgi [None req-bb5e8491-42ce-4876-83d5-19b10080c333 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 488/969] 10.0.0.48 () {28 vars in 607 bytes} [Wed Jul 1 12:16:12 2026] GET /v3/snapshots?all_tenants=true => generated 17 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:16:12.772 7 INFO cinder.api.openstack.wsgi [None req-6a4aac7b-1033-47e5-8b28-b7ca7f06290a 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true 2026-07-01 12:16:13.277 7 INFO cinder.api.openstack.wsgi [None req-6a4aac7b-1033-47e5-8b28-b7ca7f06290a 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 482/970] 10.0.0.48 () {28 vars in 629 bytes} [Wed Jul 1 12:16:12 2026] GET /v3/scheduler-stats/get_pools?detail=true => generated 670 bytes in 510 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:17:01.839 8 INFO cinder.api.openstack.wsgi [req-02384fc9-d46e-4ff9-b8bd-3c404f766043 req-48751e23-0ce6-4824-a174-5d9aced990eb 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/attachments/030675fa-377f-426f-81d1-f6699daaa70c /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:17:02.395 8 INFO cinder.api.openstack.wsgi [req-02384fc9-d46e-4ff9-b8bd-3c404f766043 req-48751e23-0ce6-4824-a174-5d9aced990eb 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/attachments/030675fa-377f-426f-81d1-f6699daaa70c returned with HTTP 200 [pid: 8|app: 0|req: 494/981] 199.204.45.23 () {38 vars in 1036 bytes} [Wed Jul 1 12:17:01 2026] DELETE /v3/attachments/030675fa-377f-426f-81d1-f6699daaa70c => generated 19 bytes in 565 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:17:02.412 7 INFO cinder.api.openstack.wsgi [req-02384fc9-d46e-4ff9-b8bd-3c404f766043 req-9e060e33-246c-451b-9a32-bcbab41858ea 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/0e214ca9-76c1-4903-a128-b7157d463171 2026-07-01 12:17:02.413 7 INFO cinder.api.v3.volumes [req-02384fc9-d46e-4ff9-b8bd-3c404f766043 req-9e060e33-246c-451b-9a32-bcbab41858ea 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Delete volume with id: 0e214ca9-76c1-4903-a128-b7157d463171 /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:17:02.423 7 INFO cinder.volume.api [req-02384fc9-d46e-4ff9-b8bd-3c404f766043 req-9e060e33-246c-451b-9a32-bcbab41858ea 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Volume info retrieved successfully. 2026-07-01 12:17:02.445 7 INFO cinder.volume.api [req-02384fc9-d46e-4ff9-b8bd-3c404f766043 req-9e060e33-246c-451b-9a32-bcbab41858ea 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Delete volume request issued successfully. 2026-07-01 12:17:02.445 7 INFO cinder.api.openstack.wsgi [req-02384fc9-d46e-4ff9-b8bd-3c404f766043 req-9e060e33-246c-451b-9a32-bcbab41858ea 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/0e214ca9-76c1-4903-a128-b7157d463171 returned with HTTP 202 [pid: 7|app: 0|req: 488/982] 199.204.45.23 () {36 vars in 987 bytes} [Wed Jul 1 12:17:02 2026] DELETE /v3/volumes/0e214ca9-76c1-4903-a128-b7157d463171 => generated 0 bytes in 42 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:17:12.301 8 INFO cinder.api.openstack.wsgi [None req-25373660-4324-4164-a9cb-5dcd5a9dfb26 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true /var/lib/openstack/lib/python3.12/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-07-01 12:17:12.309 8 INFO cinder.volume.api [None req-25373660-4324-4164-a9cb-5dcd5a9dfb26 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. 2026-07-01 12:17:12.310 8 INFO cinder.api.openstack.wsgi [None req-25373660-4324-4164-a9cb-5dcd5a9dfb26 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 496/985] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 12:17:12 2026] GET /v3/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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:17:12.319 7 INFO cinder.api.openstack.wsgi [None req-f215466b-94d5-453f-aef9-7156201fcc15 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services 2026-07-01 12:17:12.325 7 INFO cinder.api.openstack.wsgi [None req-f215466b-94d5-453f-aef9-7156201fcc15 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services returned with HTTP 200 [pid: 7|app: 0|req: 490/986] 10.0.0.48 () {28 vars in 578 bytes} [Wed Jul 1 12:17:12 2026] GET /v3/os-services => generated 646 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:17:12.335 8 INFO cinder.api.openstack.wsgi [None req-95390df5-4744-451b-8d7b-b8ae9a0364c0 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 12:17:12.344 8 INFO cinder.volume.api [None req-95390df5-4744-451b-8d7b-b8ae9a0364c0 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. 2026-07-01 12:17:12.346 8 INFO cinder.api.openstack.wsgi [None req-95390df5-4744-451b-8d7b-b8ae9a0364c0 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 497/987] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 12:17:12 2026] GET /v3/volumes/detail?all_tenants=true => generated 15 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:17:12.357 7 INFO cinder.api.openstack.wsgi [None req-f4bc56e7-84c1-483d-991d-c612f10ee729 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true 2026-07-01 12:17:12.363 7 INFO cinder.volume.api [None req-f4bc56e7-84c1-483d-991d-c612f10ee729 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all snapshots completed successfully. 2026-07-01 12:17:12.363 7 INFO cinder.api.openstack.wsgi [None req-f4bc56e7-84c1-483d-991d-c612f10ee729 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 491/988] 10.0.0.48 () {28 vars in 607 bytes} [Wed Jul 1 12:17:12 2026] GET /v3/snapshots?all_tenants=true => generated 17 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:17:12.373 8 INFO cinder.api.openstack.wsgi [None req-843a2b02-07e1-4d50-acde-fc67b1b6d349 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true 2026-07-01 12:17:12.877 8 INFO cinder.api.openstack.wsgi [None req-843a2b02-07e1-4d50-acde-fc67b1b6d349 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 498/989] 10.0.0.48 () {28 vars in 629 bytes} [Wed Jul 1 12:17:12 2026] GET /v3/scheduler-stats/get_pools?detail=true => generated 669 bytes in 512 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:17:12.922 7 INFO cinder.api.openstack.wsgi [None req-f5c7b0dc-30ac-4427-8207-f3d1e27015d3 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/233e83db1fe44353bde0ed1132e7ad07?usage=true 2026-07-01 12:17:12.944 7 INFO cinder.api.openstack.wsgi [None req-f5c7b0dc-30ac-4427-8207-f3d1e27015d3 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/233e83db1fe44353bde0ed1132e7ad07?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 492/990] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:17:12 2026] GET /v3/os-quota-sets/233e83db1fe44353bde0ed1132e7ad07?usage=true => generated 847 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:17:12.953 8 INFO cinder.api.openstack.wsgi [None req-c949b582-0090-4494-9305-42cb384302cb 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/45cf9197df5d475ab661a378f1d55b9f?usage=true 2026-07-01 12:17:12.981 8 INFO cinder.api.openstack.wsgi [None req-c949b582-0090-4494-9305-42cb384302cb 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/45cf9197df5d475ab661a378f1d55b9f?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 499/991] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:17:12 2026] GET /v3/os-quota-sets/45cf9197df5d475ab661a378f1d55b9f?usage=true => generated 847 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:17:12.995 7 INFO cinder.api.openstack.wsgi [None req-3d2d15b8-d2da-472a-92f9-8f4bcdabf64f 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/5e5877ee10bb401abe6d3711e283aeb2?usage=true 2026-07-01 12:17:13.028 7 INFO cinder.api.openstack.wsgi [None req-3d2d15b8-d2da-472a-92f9-8f4bcdabf64f 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/5e5877ee10bb401abe6d3711e283aeb2?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 493/992] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:17:12 2026] GET /v3/os-quota-sets/5e5877ee10bb401abe6d3711e283aeb2?usage=true => generated 847 bytes in 42 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:17:13.037 8 INFO cinder.api.openstack.wsgi [None req-830dc03f-e608-4bed-8a04-745c4e26e690 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6873496063524a36bbcaa05c596f12c9?usage=true 2026-07-01 12:17:13.060 8 INFO cinder.api.openstack.wsgi [None req-830dc03f-e608-4bed-8a04-745c4e26e690 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6873496063524a36bbcaa05c596f12c9?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 500/993] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:17:13 2026] GET /v3/os-quota-sets/6873496063524a36bbcaa05c596f12c9?usage=true => generated 847 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:17:13.071 7 INFO cinder.api.openstack.wsgi [None req-96eb01a7-6ea9-4f7e-afd0-f07528d25ab7 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true 2026-07-01 12:17:13.099 7 INFO cinder.api.openstack.wsgi [None req-96eb01a7-6ea9-4f7e-afd0-f07528d25ab7 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 494/994] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:17:13 2026] GET /v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true => generated 845 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:17:13.108 8 INFO cinder.api.openstack.wsgi [None req-24839c8d-60fc-49c8-9295-15ea41529d0a 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/845532c54a4541fd942b2de379f04f3f?usage=true 2026-07-01 12:17:13.131 8 INFO cinder.api.openstack.wsgi [None req-24839c8d-60fc-49c8-9295-15ea41529d0a 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/845532c54a4541fd942b2de379f04f3f?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 501/995] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:17:13 2026] GET /v3/os-quota-sets/845532c54a4541fd942b2de379f04f3f?usage=true => generated 847 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:17:13.141 7 INFO cinder.api.openstack.wsgi [None req-4c2256e3-1a0d-4e99-8926-f4b793041ea9 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/89e6bb9cc7384d8eb980f9d69b5b4b7f?usage=true 2026-07-01 12:17:13.169 7 INFO cinder.api.openstack.wsgi [None req-4c2256e3-1a0d-4e99-8926-f4b793041ea9 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/89e6bb9cc7384d8eb980f9d69b5b4b7f?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 495/996] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:17:13 2026] GET /v3/os-quota-sets/89e6bb9cc7384d8eb980f9d69b5b4b7f?usage=true => generated 847 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:17:13.179 8 INFO cinder.api.openstack.wsgi [None req-b38d9843-933b-4f6b-92fd-5862fad65163 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/baf60903014040bd8d0111410aec56ee?usage=true 2026-07-01 12:17:13.200 8 INFO cinder.api.openstack.wsgi [None req-b38d9843-933b-4f6b-92fd-5862fad65163 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/baf60903014040bd8d0111410aec56ee?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 502/997] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:17:13 2026] GET /v3/os-quota-sets/baf60903014040bd8d0111410aec56ee?usage=true => generated 847 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:17:13.216 7 INFO cinder.api.openstack.wsgi [None req-52e77068-f0f7-40ac-bfb4-c97d6777869c 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true 2026-07-01 12:17:13.237 7 INFO cinder.api.openstack.wsgi [None req-52e77068-f0f7-40ac-bfb4-c97d6777869c 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 496/998] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:17:13 2026] GET /v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true => generated 845 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:17:13.246 8 INFO cinder.api.openstack.wsgi [None req-6e109b3a-a23d-463e-a5cc-0ad4be4813b0 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true 2026-07-01 12:17:13.275 8 INFO cinder.api.openstack.wsgi [None req-6e109b3a-a23d-463e-a5cc-0ad4be4813b0 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 503/999] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:17:13 2026] GET /v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true => generated 847 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:17:13.288 7 INFO cinder.api.openstack.wsgi [None req-1ac64342-b874-4f82-b9dd-b35513256e5d 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ff1faa71242e4ec09afda19d3f4f604f?usage=true 2026-07-01 12:17:13.313 7 INFO cinder.api.openstack.wsgi [None req-1ac64342-b874-4f82-b9dd-b35513256e5d 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ff1faa71242e4ec09afda19d3f4f604f?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 497/1000] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:17:13 2026] GET /v3/os-quota-sets/ff1faa71242e4ec09afda19d3f4f604f?usage=true => generated 847 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:18:12.426 7 INFO cinder.api.openstack.wsgi [None req-4080f091-4a25-4598-86ac-d3ead0128a8f 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services 2026-07-01 12:18:12.431 7 INFO cinder.api.openstack.wsgi [None req-4080f091-4a25-4598-86ac-d3ead0128a8f 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services returned with HTTP 200 [pid: 7|app: 0|req: 504/1013] 10.0.0.48 () {28 vars in 578 bytes} [Wed Jul 1 12:18:12 2026] GET /v3/os-services => generated 646 bytes in 190 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:18:12.444 8 INFO cinder.api.openstack.wsgi [None req-fd1a3548-152b-429d-838a-9f1e38332333 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 12:18:12.453 8 INFO cinder.volume.api [None req-fd1a3548-152b-429d-838a-9f1e38332333 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. 2026-07-01 12:18:12.455 8 INFO cinder.api.openstack.wsgi [None req-fd1a3548-152b-429d-838a-9f1e38332333 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 510/1014] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 12:18:12 2026] GET /v3/volumes/detail?all_tenants=true => generated 15 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:18:12.464 7 INFO cinder.api.openstack.wsgi [None req-793ebad5-9db1-4e10-bca5-2974d7a8560d 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true 2026-07-01 12:18:12.470 7 INFO cinder.volume.api [None req-793ebad5-9db1-4e10-bca5-2974d7a8560d 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all snapshots completed successfully. 2026-07-01 12:18:12.470 7 INFO cinder.api.openstack.wsgi [None req-793ebad5-9db1-4e10-bca5-2974d7a8560d 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 505/1015] 10.0.0.48 () {28 vars in 607 bytes} [Wed Jul 1 12:18:12 2026] GET /v3/snapshots?all_tenants=true => generated 17 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:18:12.479 8 INFO cinder.api.openstack.wsgi [None req-b6c35c66-8f99-4af9-898c-873598d87144 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true 2026-07-01 12:18:12.982 8 INFO cinder.api.openstack.wsgi [None req-b6c35c66-8f99-4af9-898c-873598d87144 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 511/1016] 10.0.0.48 () {28 vars in 629 bytes} [Wed Jul 1 12:18:12 2026] GET /v3/scheduler-stats/get_pools?detail=true => generated 670 bytes in 510 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:18:13.085 7 INFO cinder.api.openstack.wsgi [None req-ed78eeca-705d-4e3e-b8c2-7bfb1fe62929 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/544d5d2c83404b17bce09ca79d73de5c?usage=true 2026-07-01 12:18:13.109 7 INFO cinder.api.openstack.wsgi [None req-ed78eeca-705d-4e3e-b8c2-7bfb1fe62929 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/544d5d2c83404b17bce09ca79d73de5c?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 506/1017] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:18:13 2026] GET /v3/os-quota-sets/544d5d2c83404b17bce09ca79d73de5c?usage=true => generated 847 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:18:13.120 8 INFO cinder.api.openstack.wsgi [None req-7a1a39f9-76e5-4fb3-acb4-3aff3568b015 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true 2026-07-01 12:18:13.149 8 INFO cinder.api.openstack.wsgi [None req-7a1a39f9-76e5-4fb3-acb4-3aff3568b015 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 512/1018] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:18:13 2026] GET /v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true => generated 845 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:18:13.164 7 INFO cinder.api.openstack.wsgi [None req-eb02ed35-7679-4555-b23c-ddfb7134c3fa 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true 2026-07-01 12:18:13.188 7 INFO cinder.api.openstack.wsgi [None req-eb02ed35-7679-4555-b23c-ddfb7134c3fa 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 507/1019] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:18:13 2026] GET /v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true => generated 845 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:18:13.201 8 INFO cinder.api.openstack.wsgi [None req-69b765f1-1a0b-40f1-bb90-8356f7587be7 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true 2026-07-01 12:18:13.238 8 INFO cinder.api.openstack.wsgi [None req-69b765f1-1a0b-40f1-bb90-8356f7587be7 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 513/1020] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:18:13 2026] GET /v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true => generated 847 bytes in 44 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:18:13.249 7 INFO cinder.api.openstack.wsgi [None req-af018aa1-ffb2-4942-a425-d28214ec5ff2 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 12:18:13.259 7 INFO cinder.volume.api [None req-af018aa1-ffb2-4942-a425-d28214ec5ff2 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. 2026-07-01 12:18:13.262 7 INFO cinder.api.openstack.wsgi [None req-af018aa1-ffb2-4942-a425-d28214ec5ff2 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 508/1021] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 12:18:13 2026] GET /v3/volumes/detail?all_tenants=true => generated 15 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:18:22.033 8 INFO cinder.api.openstack.wsgi [None req-99d893d7-8916-41f7-968e-cb9b156af06b 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots 2026-07-01 12:18:22.054 8 INFO cinder.volume.api [None req-99d893d7-8916-41f7-968e-cb9b156af06b 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all snapshots completed successfully. 2026-07-01 12:18:22.054 8 INFO cinder.api.openstack.wsgi [None req-99d893d7-8916-41f7-968e-cb9b156af06b 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots returned with HTTP 200 [pid: 8|app: 0|req: 515/1024] 10.0.0.94 () {32 vars in 638 bytes} [Wed Jul 1 12:18:22 2026] GET /v3/snapshots => generated 17 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:18:22.072 7 INFO cinder.api.openstack.wsgi [None req-eea90584-7cc7-453d-803d-08d525840072 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes 2026-07-01 12:18:22.101 7 INFO cinder.volume.api [None req-eea90584-7cc7-453d-803d-08d525840072 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. 2026-07-01 12:18:22.101 7 INFO cinder.api.openstack.wsgi [None req-eea90584-7cc7-453d-803d-08d525840072 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes returned with HTTP 200 [pid: 7|app: 0|req: 510/1025] 10.0.0.94 () {32 vars in 634 bytes} [Wed Jul 1 12:18:22 2026] GET /v3/volumes => generated 15 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:19:12.348 7 INFO cinder.api.openstack.wsgi [None req-ad2d1581-ff42-4c0a-83fc-6163e38c621f 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 12:19:12.356 7 INFO cinder.volume.api [None req-ad2d1581-ff42-4c0a-83fc-6163e38c621f 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. 2026-07-01 12:19:12.357 7 INFO cinder.api.openstack.wsgi [None req-ad2d1581-ff42-4c0a-83fc-6163e38c621f 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 516/1036] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 12:19:12 2026] GET /v3/volumes/detail?all_tenants=true => generated 15 bytes in 168 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:19:12.367 8 INFO cinder.api.openstack.wsgi [None req-55aac6e6-8ed6-422c-9351-54677f71ec88 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true 2026-07-01 12:19:12.376 8 INFO cinder.volume.api [None req-55aac6e6-8ed6-422c-9351-54677f71ec88 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all snapshots completed successfully. 2026-07-01 12:19:12.376 8 INFO cinder.api.openstack.wsgi [None req-55aac6e6-8ed6-422c-9351-54677f71ec88 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 521/1037] 10.0.0.48 () {28 vars in 607 bytes} [Wed Jul 1 12:19:12 2026] GET /v3/snapshots?all_tenants=true => generated 17 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:19:12.387 7 INFO cinder.api.openstack.wsgi [None req-bb9a0b79-6309-4097-9150-ce112bf0b40a 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 12:19:12.394 7 INFO cinder.volume.api [None req-bb9a0b79-6309-4097-9150-ce112bf0b40a 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. 2026-07-01 12:19:12.395 7 INFO cinder.api.openstack.wsgi [None req-bb9a0b79-6309-4097-9150-ce112bf0b40a 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 517/1038] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 12:19:12 2026] GET /v3/volumes/detail?all_tenants=true => generated 15 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:19:12.443 8 INFO cinder.api.openstack.wsgi [None req-57aac936-385e-44a6-ab85-162aeb0537aa 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true 2026-07-01 12:19:12.498 8 INFO cinder.api.openstack.wsgi [None req-57aac936-385e-44a6-ab85-162aeb0537aa 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 522/1039] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:19:12 2026] GET /v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true => generated 845 bytes in 60 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:19:12.508 7 INFO cinder.api.openstack.wsgi [None req-13f31aeb-2b59-4a08-b1fb-a3633403aa68 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true 2026-07-01 12:19:12.541 7 INFO cinder.api.openstack.wsgi [None req-13f31aeb-2b59-4a08-b1fb-a3633403aa68 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 518/1040] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:19:12 2026] GET /v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true => generated 845 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:19:12.556 8 INFO cinder.api.openstack.wsgi [None req-7193e6e1-d469-47d0-982f-c961731a8cb9 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true 2026-07-01 12:19:12.578 8 INFO cinder.api.openstack.wsgi [None req-7193e6e1-d469-47d0-982f-c961731a8cb9 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 523/1041] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:19:12 2026] GET /v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true => generated 847 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:19:12.589 7 INFO cinder.api.openstack.wsgi [None req-1769d539-f9e4-48ca-8de4-d2941aa6e17c 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services 2026-07-01 12:19:12.594 7 INFO cinder.api.openstack.wsgi [None req-1769d539-f9e4-48ca-8de4-d2941aa6e17c 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services returned with HTTP 200 [pid: 7|app: 0|req: 519/1042] 10.0.0.48 () {28 vars in 578 bytes} [Wed Jul 1 12:19:12 2026] GET /v3/os-services => generated 646 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:19:12.604 8 INFO cinder.api.openstack.wsgi [None req-0f92ecd4-4773-4c1b-b0eb-b39b5c88e8be 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true 2026-07-01 12:19:13.108 8 INFO cinder.api.openstack.wsgi [None req-0f92ecd4-4773-4c1b-b0eb-b39b5c88e8be 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 524/1043] 10.0.0.48 () {28 vars in 629 bytes} [Wed Jul 1 12:19:12 2026] GET /v3/scheduler-stats/get_pools?detail=true => generated 670 bytes in 513 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:20:12.260 8 INFO cinder.api.openstack.wsgi [None req-7ad8bcfe-111a-4b22-a7a9-a95e77738f89 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services 2026-07-01 12:20:12.266 8 INFO cinder.api.openstack.wsgi [None req-7ad8bcfe-111a-4b22-a7a9-a95e77738f89 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services returned with HTTP 200 [pid: 8|app: 0|req: 531/1056] 10.0.0.48 () {28 vars in 578 bytes} [Wed Jul 1 12:20:12 2026] GET /v3/os-services => generated 646 bytes in 85 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:20:12.311 7 INFO cinder.api.openstack.wsgi [None req-259e759d-0f95-4e8e-a6c9-f9deba7e94a2 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true 2026-07-01 12:20:12.343 7 INFO cinder.api.openstack.wsgi [None req-259e759d-0f95-4e8e-a6c9-f9deba7e94a2 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 526/1057] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:20:12 2026] GET /v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true => generated 845 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:20:12.351 8 INFO cinder.api.openstack.wsgi [None req-7bbd749c-891b-4100-a42b-315ff7be1989 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true 2026-07-01 12:20:12.384 8 INFO cinder.api.openstack.wsgi [None req-7bbd749c-891b-4100-a42b-315ff7be1989 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 532/1058] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:20:12 2026] GET /v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true => generated 845 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:20:12.397 7 INFO cinder.api.openstack.wsgi [None req-7cf235af-78a1-4e57-89e8-ac5c90f37b8b 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true 2026-07-01 12:20:12.423 7 INFO cinder.api.openstack.wsgi [None req-7cf235af-78a1-4e57-89e8-ac5c90f37b8b 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 527/1059] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:20:12 2026] GET /v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true => generated 847 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:20:12.440 8 INFO cinder.api.openstack.wsgi [None req-9ff12009-27d7-4731-b9be-df168506e662 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true 2026-07-01 12:20:12.448 8 INFO cinder.volume.api [None req-9ff12009-27d7-4731-b9be-df168506e662 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all snapshots completed successfully. 2026-07-01 12:20:12.449 8 INFO cinder.api.openstack.wsgi [None req-9ff12009-27d7-4731-b9be-df168506e662 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 533/1060] 10.0.0.48 () {28 vars in 607 bytes} [Wed Jul 1 12:20:12 2026] GET /v3/snapshots?all_tenants=true => generated 17 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:20:12.460 7 INFO cinder.api.openstack.wsgi [None req-8a44bbf9-c044-454c-a53c-d9ee5b46e873 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true 2026-07-01 12:20:12.963 7 INFO cinder.api.openstack.wsgi [None req-8a44bbf9-c044-454c-a53c-d9ee5b46e873 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 528/1061] 10.0.0.48 () {28 vars in 629 bytes} [Wed Jul 1 12:20:12 2026] GET /v3/scheduler-stats/get_pools?detail=true => generated 670 bytes in 512 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:20:12.972 8 INFO cinder.api.openstack.wsgi [None req-66e78bbd-1748-435c-8d8f-ebe9fb9d9b7e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 12:20:12.983 8 INFO cinder.volume.api [None req-66e78bbd-1748-435c-8d8f-ebe9fb9d9b7e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. 2026-07-01 12:20:12.985 8 INFO cinder.api.openstack.wsgi [None req-66e78bbd-1748-435c-8d8f-ebe9fb9d9b7e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 534/1062] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 12:20:12 2026] GET /v3/volumes/detail?all_tenants=true => generated 15 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:20:12.997 7 INFO cinder.api.openstack.wsgi [None req-eb01af63-4386-4587-84f5-7c26f09c8bd8 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 12:20:13.008 7 INFO cinder.volume.api [None req-eb01af63-4386-4587-84f5-7c26f09c8bd8 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. 2026-07-01 12:20:13.010 7 INFO cinder.api.openstack.wsgi [None req-eb01af63-4386-4587-84f5-7c26f09c8bd8 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 529/1063] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 12:20:12 2026] GET /v3/volumes/detail?all_tenants=true => generated 15 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:21:12.237 7 INFO cinder.api.openstack.wsgi [None req-fe62ceab-0c1d-4786-93da-3ece00c0b24b 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true 2026-07-01 12:21:12.740 7 INFO cinder.api.openstack.wsgi [None req-fe62ceab-0c1d-4786-93da-3ece00c0b24b 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 536/1076] 10.0.0.48 () {28 vars in 629 bytes} [Wed Jul 1 12:21:12 2026] GET /v3/scheduler-stats/get_pools?detail=true => generated 670 bytes in 547 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:21:12.753 8 INFO cinder.api.openstack.wsgi [None req-21da29bd-883d-4d64-9281-e791a6806585 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 12:21:12.762 8 INFO cinder.volume.api [None req-21da29bd-883d-4d64-9281-e791a6806585 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. 2026-07-01 12:21:12.764 8 INFO cinder.api.openstack.wsgi [None req-21da29bd-883d-4d64-9281-e791a6806585 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 541/1077] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 12:21:12 2026] GET /v3/volumes/detail?all_tenants=true => generated 15 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:21:12.781 7 INFO cinder.api.openstack.wsgi [None req-943dbbdb-1014-4efc-abd4-1de2ad822c41 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true 2026-07-01 12:21:12.786 7 INFO cinder.volume.api [None req-943dbbdb-1014-4efc-abd4-1de2ad822c41 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all snapshots completed successfully. 2026-07-01 12:21:12.786 7 INFO cinder.api.openstack.wsgi [None req-943dbbdb-1014-4efc-abd4-1de2ad822c41 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 537/1078] 10.0.0.48 () {28 vars in 607 bytes} [Wed Jul 1 12:21:12 2026] GET /v3/snapshots?all_tenants=true => generated 17 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:21:12.798 8 INFO cinder.api.openstack.wsgi [None req-4c2cbc58-a13b-4869-afeb-ea87eeab813f 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 12:21:12.814 8 INFO cinder.volume.api [None req-4c2cbc58-a13b-4869-afeb-ea87eeab813f 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. 2026-07-01 12:21:12.816 8 INFO cinder.api.openstack.wsgi [None req-4c2cbc58-a13b-4869-afeb-ea87eeab813f 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 542/1079] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 12:21:12 2026] GET /v3/volumes/detail?all_tenants=true => generated 15 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:21:12.823 7 INFO cinder.api.openstack.wsgi [None req-daa3d3f6-7850-4b04-b03c-e75b4d400336 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services 2026-07-01 12:21:12.830 7 INFO cinder.api.openstack.wsgi [None req-daa3d3f6-7850-4b04-b03c-e75b4d400336 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services returned with HTTP 200 [pid: 7|app: 0|req: 538/1080] 10.0.0.48 () {28 vars in 578 bytes} [Wed Jul 1 12:21:12 2026] GET /v3/os-services => generated 646 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:21:12.881 8 INFO cinder.api.openstack.wsgi [None req-7a09c9a5-94bc-4d45-91e3-00bdd8db0e83 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true 2026-07-01 12:21:12.912 8 INFO cinder.api.openstack.wsgi [None req-7a09c9a5-94bc-4d45-91e3-00bdd8db0e83 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 543/1081] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:21:12 2026] GET /v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true => generated 845 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:21:12.922 7 INFO cinder.api.openstack.wsgi [None req-60060b3e-9040-457f-ba6c-66ddeb962626 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true 2026-07-01 12:21:12.943 7 INFO cinder.api.openstack.wsgi [None req-60060b3e-9040-457f-ba6c-66ddeb962626 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 539/1082] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:21:12 2026] GET /v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true => generated 845 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:21:12.954 8 INFO cinder.api.openstack.wsgi [None req-4b12db5f-b8ee-4952-b94a-c3fab7310b93 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true 2026-07-01 12:21:12.985 8 INFO cinder.api.openstack.wsgi [None req-4b12db5f-b8ee-4952-b94a-c3fab7310b93 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 544/1083] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:21:12 2026] GET /v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true => generated 847 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:22:12.309 8 INFO cinder.api.openstack.wsgi [None req-4dd1068b-779d-4e1f-939c-5a390d63c1e3 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 12:22:12.319 8 INFO cinder.volume.api [None req-4dd1068b-779d-4e1f-939c-5a390d63c1e3 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. 2026-07-01 12:22:12.320 8 INFO cinder.api.openstack.wsgi [None req-4dd1068b-779d-4e1f-939c-5a390d63c1e3 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 551/1096] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 12:22:12 2026] GET /v3/volumes/detail?all_tenants=true => generated 15 bytes in 61 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:22:12.329 7 INFO cinder.api.openstack.wsgi [None req-2ed1ad6d-74c5-49bc-9edd-4afab1e846d2 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services 2026-07-01 12:22:12.335 7 INFO cinder.api.openstack.wsgi [None req-2ed1ad6d-74c5-49bc-9edd-4afab1e846d2 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-services returned with HTTP 200 [pid: 7|app: 0|req: 546/1097] 10.0.0.48 () {28 vars in 578 bytes} [Wed Jul 1 12:22:12 2026] GET /v3/os-services => generated 646 bytes in 10 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:22:12.343 8 INFO cinder.api.openstack.wsgi [None req-d141ee32-e468-4943-9916-3b1224680d47 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true 2026-07-01 12:22:12.847 8 INFO cinder.api.openstack.wsgi [None req-d141ee32-e468-4943-9916-3b1224680d47 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 552/1098] 10.0.0.48 () {28 vars in 629 bytes} [Wed Jul 1 12:22:12 2026] GET /v3/scheduler-stats/get_pools?detail=true => generated 670 bytes in 510 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:22:12.893 7 INFO cinder.api.openstack.wsgi [None req-82c3f322-a116-4a48-8c64-e44466576396 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true 2026-07-01 12:22:12.918 7 INFO cinder.api.openstack.wsgi [None req-82c3f322-a116-4a48-8c64-e44466576396 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 547/1099] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:22:12 2026] GET /v3/os-quota-sets/6d79d5a111ef4c69bb80d28a471025e1?usage=true => generated 845 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:22:12.928 8 INFO cinder.api.openstack.wsgi [None req-f49bbaf5-cf3a-4af2-8852-0eb2b9bc70f3 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true 2026-07-01 12:22:12.953 8 INFO cinder.api.openstack.wsgi [None req-f49bbaf5-cf3a-4af2-8852-0eb2b9bc70f3 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 553/1100] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:22:12 2026] GET /v3/os-quota-sets/e6f50120ed454dfaac3b71c9a559f367?usage=true => generated 845 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:22:12.963 7 INFO cinder.api.openstack.wsgi [None req-6f96e8dd-af99-4197-bb6b-980fe66751b3 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true 2026-07-01 12:22:12.983 7 INFO cinder.api.openstack.wsgi [None req-6f96e8dd-af99-4197-bb6b-980fe66751b3 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 548/1101] 10.0.0.48 () {28 vars in 669 bytes} [Wed Jul 1 12:22:12 2026] GET /v3/os-quota-sets/ea3993c100434acab260c278bc6738a4?usage=true => generated 847 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-07-01 12:22:12.992 8 INFO cinder.api.openstack.wsgi [None req-640887a8-de21-4982-8e16-eba72e4765b3 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true 2026-07-01 12:22:12.998 8 INFO cinder.volume.api [None req-640887a8-de21-4982-8e16-eba72e4765b3 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all snapshots completed successfully. 2026-07-01 12:22:12.998 8 INFO cinder.api.openstack.wsgi [None req-640887a8-de21-4982-8e16-eba72e4765b3 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 554/1102] 10.0.0.48 () {28 vars in 607 bytes} [Wed Jul 1 12:22:12 2026] GET /v3/snapshots?all_tenants=true => generated 17 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-07-01 12:22:13.008 7 INFO cinder.api.openstack.wsgi [None req-e2b4a699-0d96-4517-aa83-dbb7152a750d 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true 2026-07-01 12:22:13.016 7 INFO cinder.volume.api [None req-e2b4a699-0d96-4517-aa83-dbb7152a750d 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Get all volumes completed successfully. 2026-07-01 12:22:13.018 7 INFO cinder.api.openstack.wsgi [None req-e2b4a699-0d96-4517-aa83-dbb7152a750d 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 549/1103] 10.0.0.48 () {28 vars in 617 bytes} [Wed Jul 1 12:22:13 2026] GET /v3/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)