+ COMMAND=start + start + exec uwsgi --ini /etc/cinder/cinder-api-uwsgi.ini [uWSGI] getting INI configuration from /etc/cinder/cinder-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Tue Jun 23 19:06:24 2026] *** compiled with version: 11.4.0 on 19 June 2026 19:50:09 os: Linux-5.15.0-181-generic #191-Ubuntu SMP Fri May 22 19:09:02 UTC 2026 nodename: cinder-api-bb9cd4f8c-ldhfs 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.10.12 (main, Mar 3 2026, 11:56:32) [GCC 11.4.0] Python main interpreter initialized at 0x561f7939db30 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.10/site-packages/oslo_policy/policy.py:1587: 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.10/site-packages/oslo_policy/policy.py:1587: 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.10/site-packages/kombu/utils/compat.py:82: DeprecationWarning: SelectableGroups dict interface is deprecated. Use select. for ep in importlib_metadata.entry_points().get(namespace, []) 2026-06-23 19:06:27.784 8 WARNING cinder.api [-] The v1 API has been removed and is no longer available. Client applications should be using v3, which is currently the only supported version of the Block Storage API. 2026-06-23 19:06:27.785 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.10/site-packages/kombu/utils/compat.py:82: DeprecationWarning: SelectableGroups dict interface is deprecated. Use select. for ep in importlib_metadata.entry_points().get(namespace, []) 2026-06-23 19:06:27.919 7 WARNING cinder.api [-] The v1 API has been removed and is no longer available. Client applications should be using v3, which is currently the only supported version of the Block Storage API. 2026-06-23 19:06:27.920 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.10/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') /var/lib/openstack/lib/python3.10/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') /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:343: DeprecationWarning: Using function/method 'ndb_status()' is deprecated in version '12.1.0': Support for the MySQL NDB Cluster storage engine has been deprecated and will be removed in a future release. if ndb.ndb_status(engine): /var/lib/openstack/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:343: DeprecationWarning: Using function/method 'ndb_status()' is deprecated in version '12.1.0': Support for the MySQL NDB Cluster storage engine has been deprecated and will be removed in a future release. if ndb.ndb_status(engine): 2026-06-23 19:06:28.690 8 INFO cinder.rpc [None req-6015b80d-e692-4810-9993-d850cc26ebb9 - - - - - -] Automatically selected cinder-scheduler objects version 1.39 as minimum service version. 2026-06-23 19:06:28.693 8 INFO cinder.rpc [None req-6015b80d-e692-4810-9993-d850cc26ebb9 - - - - - -] Automatically selected cinder-scheduler RPC version 3.12 as minimum service version. 2026-06-23 19:06:28.696 8 INFO cinder.rpc [None req-6015b80d-e692-4810-9993-d850cc26ebb9 - - - - - -] Automatically selected cinder-volume objects version 1.39 as minimum service version. 2026-06-23 19:06:28.699 8 INFO cinder.rpc [None req-6015b80d-e692-4810-9993-d850cc26ebb9 - - - - - -] Automatically selected cinder-volume RPC version 3.18 as minimum service version. 2026-06-23 19:06:28.714 8 INFO cinder.rpc [None req-6015b80d-e692-4810-9993-d850cc26ebb9 - - - - - -] Automatically selected cinder-backup objects version 1.39 as minimum service version. 2026-06-23 19:06:28.720 8 INFO cinder.rpc [None req-6015b80d-e692-4810-9993-d850cc26ebb9 - - - - - -] Automatically selected cinder-backup RPC version 2.4 as minimum service version. 2026-06-23 19:06:28.781 8 WARNING cinder.api.contrib.hosts [None req-6015b80d-e692-4810-9993-d850cc26ebb9 - - - - - -] Deprecated: The Host API is deprecated and will be be removed in a future version. 2026-06-23 19:06:28.828 8 WARNING keystonemiddleware._common.config [None req-6015b80d-e692-4810-9993-d850cc26ebb9 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-23 19:06:28.831 7 INFO cinder.rpc [None req-57d63b8b-7cd5-4d9a-b9d8-b58603c51834 - - - - - -] Automatically selected cinder-scheduler objects version 1.39 as minimum service version. 2026-06-23 19:06:28.834 7 INFO cinder.rpc [None req-57d63b8b-7cd5-4d9a-b9d8-b58603c51834 - - - - - -] Automatically selected cinder-scheduler RPC version 3.12 as minimum service version. 2026-06-23 19:06:28.837 7 INFO cinder.rpc [None req-57d63b8b-7cd5-4d9a-b9d8-b58603c51834 - - - - - -] Automatically selected cinder-volume objects version 1.39 as minimum service version. 2026-06-23 19:06:28.838 8 WARNING oslo_config.cfg [None req-6015b80d-e692-4810-9993-d850cc26ebb9 - - - - - -] 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 4 seconds on interpreter 0x561f7939db30 pid: 8 (default app) 2026-06-23 19:06:28.841 7 INFO cinder.rpc [None req-57d63b8b-7cd5-4d9a-b9d8-b58603c51834 - - - - - -] Automatically selected cinder-volume RPC version 3.18 as minimum service version. 2026-06-23 19:06:28.841 8 INFO cinder.api.openstack.wsgi [None req-6015b80d-e692-4810-9993-d850cc26ebb9 - - - - - -] GET http://10.0.0.168:8776/ 2026-06-23 19:06:28.842 8 INFO cinder.api.openstack.wsgi [None req-6015b80d-e692-4810-9993-d850cc26ebb9 - - - - - -] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:06:28.843 8 INFO cinder.api.openstack.wsgi [None req-6015b80d-e692-4810-9993-d850cc26ebb9 - - - - - -] GET http://10.0.0.168:8776/ 2026-06-23 19:06:28.843 8 INFO cinder.api.openstack.wsgi [None req-6015b80d-e692-4810-9993-d850cc26ebb9 - - - - - -] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:06:28.853 7 INFO cinder.rpc [None req-57d63b8b-7cd5-4d9a-b9d8-b58603c51834 - - - - - -] Automatically selected cinder-backup objects version 1.39 as minimum service version. 2026-06-23 19:06:28.856 7 INFO cinder.rpc [None req-57d63b8b-7cd5-4d9a-b9d8-b58603c51834 - - - - - -] Automatically selected cinder-backup RPC version 2.4 as minimum service version. 2026-06-23 19:06:28.910 7 WARNING cinder.api.contrib.hosts [None req-57d63b8b-7cd5-4d9a-b9d8-b58603c51834 - - - - - -] Deprecated: The Host API is deprecated and will be be removed in a future version. 2026-06-23 19:06:28.953 7 WARNING keystonemiddleware._common.config [None req-57d63b8b-7cd5-4d9a-b9d8-b58603c51834 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-23 19:06:28.962 7 WARNING oslo_config.cfg [None req-57d63b8b-7cd5-4d9a-b9d8-b58603c51834 - - - - - -] 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 4 seconds on interpreter 0x561f7939db30 pid: 7 (default app) 2026-06-23 19:06:35.735 8 INFO cinder.api.openstack.wsgi [None req-6015b80d-e692-4810-9993-d850cc26ebb9 - - - - - -] GET http://10.0.0.168:8776/ 2026-06-23 19:06:35.736 8 INFO cinder.api.openstack.wsgi [None req-6015b80d-e692-4810-9993-d850cc26ebb9 - - - - - -] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:06:35.737 7 INFO cinder.api.openstack.wsgi [None req-57d63b8b-7cd5-4d9a-b9d8-b58603c51834 - - - - - -] GET http://10.0.0.168:8776/ 2026-06-23 19:06:35.738 7 INFO cinder.api.openstack.wsgi [None req-57d63b8b-7cd5-4d9a-b9d8-b58603c51834 - - - - - -] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:06:45.735 8 INFO cinder.api.openstack.wsgi [None req-6015b80d-e692-4810-9993-d850cc26ebb9 - - - - - -] GET http://10.0.0.168:8776/ 2026-06-23 19:06:45.735 7 INFO cinder.api.openstack.wsgi [None req-57d63b8b-7cd5-4d9a-b9d8-b58603c51834 - - - - - -] GET http://10.0.0.168:8776/ 2026-06-23 19:06:45.737 8 INFO cinder.api.openstack.wsgi [None req-6015b80d-e692-4810-9993-d850cc26ebb9 - - - - - -] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:06:45.737 7 INFO cinder.api.openstack.wsgi [None req-57d63b8b-7cd5-4d9a-b9d8-b58603c51834 - - - - - -] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:06:55.735 8 INFO cinder.api.openstack.wsgi [None req-6015b80d-e692-4810-9993-d850cc26ebb9 - - - - - -] GET http://10.0.0.168:8776/ 2026-06-23 19:06:55.736 7 INFO cinder.api.openstack.wsgi [None req-57d63b8b-7cd5-4d9a-b9d8-b58603c51834 - - - - - -] GET http://10.0.0.168:8776/ 2026-06-23 19:06:55.737 8 INFO cinder.api.openstack.wsgi [None req-6015b80d-e692-4810-9993-d850cc26ebb9 - - - - - -] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:06:55.738 7 INFO cinder.api.openstack.wsgi [None req-57d63b8b-7cd5-4d9a-b9d8-b58603c51834 - - - - - -] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:07:05.736 8 INFO cinder.api.openstack.wsgi [None req-6015b80d-e692-4810-9993-d850cc26ebb9 - - - - - -] GET http://10.0.0.168:8776/ 2026-06-23 19:07:05.736 7 INFO cinder.api.openstack.wsgi [None req-57d63b8b-7cd5-4d9a-b9d8-b58603c51834 - - - - - -] GET http://10.0.0.168:8776/ 2026-06-23 19:07:05.737 8 INFO cinder.api.openstack.wsgi [None req-6015b80d-e692-4810-9993-d850cc26ebb9 - - - - - -] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:07:05.737 7 INFO cinder.api.openstack.wsgi [None req-57d63b8b-7cd5-4d9a-b9d8-b58603c51834 - - - - - -] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:07:15.735 7 INFO cinder.api.openstack.wsgi [None req-57d63b8b-7cd5-4d9a-b9d8-b58603c51834 - - - - - -] GET http://10.0.0.168:8776/ 2026-06-23 19:07:15.736 8 INFO cinder.api.openstack.wsgi [None req-6015b80d-e692-4810-9993-d850cc26ebb9 - - - - - -] GET http://10.0.0.168:8776/ 2026-06-23 19:07:15.737 7 INFO cinder.api.openstack.wsgi [None req-57d63b8b-7cd5-4d9a-b9d8-b58603c51834 - - - - - -] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:07:15.737 8 INFO cinder.api.openstack.wsgi [None req-6015b80d-e692-4810-9993-d850cc26ebb9 - - - - - -] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:07:25.735 7 INFO cinder.api.openstack.wsgi [None req-57d63b8b-7cd5-4d9a-b9d8-b58603c51834 - - - - - -] GET http://10.0.0.168:8776/ 2026-06-23 19:07:25.735 8 INFO cinder.api.openstack.wsgi [None req-6015b80d-e692-4810-9993-d850cc26ebb9 - - - - - -] GET http://10.0.0.168:8776/ 2026-06-23 19:07:25.737 7 INFO cinder.api.openstack.wsgi [None req-57d63b8b-7cd5-4d9a-b9d8-b58603c51834 - - - - - -] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:07:25.737 8 INFO cinder.api.openstack.wsgi [None req-6015b80d-e692-4810-9993-d850cc26ebb9 - - - - - -] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:07:35.735 8 INFO cinder.api.openstack.wsgi [None req-6015b80d-e692-4810-9993-d850cc26ebb9 - - - - - -] GET http://10.0.0.168:8776/ 2026-06-23 19:07:35.735 7 INFO cinder.api.openstack.wsgi [None req-57d63b8b-7cd5-4d9a-b9d8-b58603c51834 - - - - - -] GET http://10.0.0.168:8776/ 2026-06-23 19:07:35.737 7 INFO cinder.api.openstack.wsgi [None req-57d63b8b-7cd5-4d9a-b9d8-b58603c51834 - - - - - -] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:07:35.737 8 INFO cinder.api.openstack.wsgi [None req-6015b80d-e692-4810-9993-d850cc26ebb9 - - - - - -] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:07:45.735 7 INFO cinder.api.openstack.wsgi [None req-57d63b8b-7cd5-4d9a-b9d8-b58603c51834 - - - - - -] GET http://10.0.0.168:8776/ 2026-06-23 19:07:45.735 8 INFO cinder.api.openstack.wsgi [None req-6015b80d-e692-4810-9993-d850cc26ebb9 - - - - - -] GET http://10.0.0.168:8776/ 2026-06-23 19:07:45.737 7 INFO cinder.api.openstack.wsgi [None req-57d63b8b-7cd5-4d9a-b9d8-b58603c51834 - - - - - -] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:07:45.737 8 INFO cinder.api.openstack.wsgi [None req-6015b80d-e692-4810-9993-d850cc26ebb9 - - - - - -] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:07:55.736 7 INFO cinder.api.openstack.wsgi [None req-57d63b8b-7cd5-4d9a-b9d8-b58603c51834 - - - - - -] GET http://10.0.0.168:8776/ 2026-06-23 19:07:55.736 8 INFO cinder.api.openstack.wsgi [None req-6015b80d-e692-4810-9993-d850cc26ebb9 - - - - - -] GET http://10.0.0.168:8776/ 2026-06-23 19:07:55.737 7 INFO cinder.api.openstack.wsgi [None req-57d63b8b-7cd5-4d9a-b9d8-b58603c51834 - - - - - -] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:07:55.737 8 INFO cinder.api.openstack.wsgi [None req-6015b80d-e692-4810-9993-d850cc26ebb9 - - - - - -] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:08:05.736 7 INFO cinder.api.openstack.wsgi [None req-57d63b8b-7cd5-4d9a-b9d8-b58603c51834 - - - - - -] GET http://10.0.0.168:8776/ 2026-06-23 19:08:05.736 8 INFO cinder.api.openstack.wsgi [None req-6015b80d-e692-4810-9993-d850cc26ebb9 - - - - - -] GET http://10.0.0.168:8776/ 2026-06-23 19:08:05.737 7 INFO cinder.api.openstack.wsgi [None req-57d63b8b-7cd5-4d9a-b9d8-b58603c51834 - - - - - -] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:08:05.737 8 INFO cinder.api.openstack.wsgi [None req-6015b80d-e692-4810-9993-d850cc26ebb9 - - - - - -] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:08:15.736 7 INFO cinder.api.openstack.wsgi [None req-57d63b8b-7cd5-4d9a-b9d8-b58603c51834 - - - - - -] GET http://10.0.0.168:8776/ 2026-06-23 19:08:15.736 8 INFO cinder.api.openstack.wsgi [None req-6015b80d-e692-4810-9993-d850cc26ebb9 - - - - - -] GET http://10.0.0.168:8776/ 2026-06-23 19:08:15.737 7 INFO cinder.api.openstack.wsgi [None req-57d63b8b-7cd5-4d9a-b9d8-b58603c51834 - - - - - -] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:08:15.737 8 INFO cinder.api.openstack.wsgi [None req-6015b80d-e692-4810-9993-d850cc26ebb9 - - - - - -] http://10.0.0.168:8776/ returned with HTTP 300 /var/lib/openstack/lib/python3.10/site-packages/memcache.py:110: DeprecationWarning: invalid escape sequence '\ ' """Object representing a pool of memcache servers. /var/lib/openstack/lib/python3.10/site-packages/memcache.py:1303: SyntaxWarning: "is" with a literal. Did you mean "=="? if key is '': /var/lib/openstack/lib/python3.10/site-packages/memcache.py:1304: SyntaxWarning: "is" with a literal. Did you mean "=="? if key_extra_len is 0: /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: UserWarning: Policy "volume_extension:default_unset":"rule:system_or_domain_or_project_admin" was deprecated in X in favor of "volume_extension:default_unset":"rule:admin_api". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) 2026-06-23 19:08:25.734 7 INFO cinder.api.openstack.wsgi [None req-b48a947d-1eb8-4656-a6b1-8d4541392b38 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/types/rbd1 2026-06-23 19:08:25.735 8 INFO cinder.api.openstack.wsgi [None req-6015b80d-e692-4810-9993-d850cc26ebb9 - - - - - -] GET http://10.0.0.168:8776/ 2026-06-23 19:08:25.736 8 INFO cinder.api.openstack.wsgi [None req-6015b80d-e692-4810-9993-d850cc26ebb9 - - - - - -] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:08:25.738 8 INFO cinder.api.openstack.wsgi [None req-6015b80d-e692-4810-9993-d850cc26ebb9 - - - - - -] GET http://10.0.0.168:8776/ 2026-06-23 19:08:25.739 8 INFO cinder.api.openstack.wsgi [None req-6015b80d-e692-4810-9993-d850cc26ebb9 - - - - - -] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:08:25.757 7 INFO cinder.api.openstack.wsgi [None req-b48a947d-1eb8-4656-a6b1-8d4541392b38 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/types/rbd1 returned with HTTP 404 [pid: 7|app: 0|req: 12/27] 10.0.0.167 () {30 vars in 681 bytes} [Tue Jun 23 19:08:24 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/types/rbd1 => generated 82 bytes in 772 msecs (HTTP/1.1 404) 7 headers in 291 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/memcache.py:110: DeprecationWarning: invalid escape sequence '\ ' """Object representing a pool of memcache servers. /var/lib/openstack/lib/python3.10/site-packages/memcache.py:1303: SyntaxWarning: "is" with a literal. Did you mean "=="? if key is '': /var/lib/openstack/lib/python3.10/site-packages/memcache.py:1304: SyntaxWarning: "is" with a literal. Did you mean "=="? if key_extra_len is 0: /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: 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.10/site-packages/oslo_policy/policy.py:809: UserWarning: Policy "volume_extension:default_unset":"rule:system_or_domain_or_project_admin" was deprecated in X in favor of "volume_extension:default_unset":"rule:admin_api". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) 2026-06-23 19:08:26.123 8 INFO cinder.api.openstack.wsgi [None req-1cb905b3-bd15-40d9-a560-74f852a8870d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/types?name=rbd1&is_public=None /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:08:26.148 8 INFO cinder.api.openstack.wsgi [None req-1cb905b3-bd15-40d9-a560-74f852a8870d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/types?name=rbd1&is_public=None returned with HTTP 200 [pid: 8|app: 0|req: 16/28] 10.0.0.167 () {30 vars in 720 bytes} [Tue Jun 23 19:08:25 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/types?name=rbd1&is_public=None => generated 20 bytes in 382 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:08:27.729 7 INFO cinder.api.openstack.wsgi [None req-1fdbdfae-3c67-43a4-a747-e93203f81109 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/types /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:08:27.751 7 INFO cinder.api.openstack.wsgi [None req-1fdbdfae-3c67-43a4-a747-e93203f81109 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/types returned with HTTP 200 [pid: 7|app: 0|req: 13/29] 10.0.0.167 () {34 vars in 724 bytes} [Tue Jun 23 19:08:27 2026] POST /v3/f2920c33348246b08d55932abdebf6a6/types => generated 179 bytes in 54 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:08:27.764 8 INFO cinder.api.openstack.wsgi [req-1fdbdfae-3c67-43a4-a747-e93203f81109 req-f17aa47a-c9bc-4e58-843c-33f73cd2c604 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/types/68340a5c-adb2-491d-a10a-610617aa531f/extra_specs 2026-06-23 19:08:27.844 8 INFO cinder.api.openstack.wsgi [req-1fdbdfae-3c67-43a4-a747-e93203f81109 req-f17aa47a-c9bc-4e58-843c-33f73cd2c604 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/types/68340a5c-adb2-491d-a10a-610617aa531f/extra_specs returned with HTTP 200 [pid: 8|app: 0|req: 17/30] 10.0.0.167 () {36 vars in 893 bytes} [Tue Jun 23 19:08:27 2026] POST /v3/f2920c33348246b08d55932abdebf6a6/types/68340a5c-adb2-491d-a10a-610617aa531f/extra_specs => generated 48 bytes in 88 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:08:29.381 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/types?is_public=None 2026-06-23 19:08:29.395 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/types?is_public=None returned with HTTP 200 [pid: 7|app: 0|req: 14/31] 10.0.0.167 () {30 vars in 700 bytes} [Tue Jun 23 19:08:29 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/types?is_public=None => generated 443 bytes in 48 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:08:31.200 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/qos-specs 2026-06-23 19:08:31.303 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/qos-specs returned with HTTP 200 [pid: 8|app: 0|req: 18/32] 10.0.0.167 () {30 vars in 679 bytes} [Tue Jun 23 19:08:30 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/qos-specs => generated 17 bytes in 458 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:08:35.735 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:08:35.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:08:35.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:08:35.738 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:08:45.735 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:08:45.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:08:45.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:08:45.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:08:55.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:08:55.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:08:55.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:08:55.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:09:05.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:09:05.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:09:05.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:09:05.738 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:09:15.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:09:15.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:09:15.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:09:15.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:09:25.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:09:25.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:09:25.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:09:25.738 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:09:35.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:09:35.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:09:35.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:09:35.738 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:09:45.735 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:09:45.735 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:09:45.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:09:45.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:09:55.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:09:55.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:09:55.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:09:55.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:10:05.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:10:05.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:10:05.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:10:05.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:10:15.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:10:15.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:10:15.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:10:15.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:10:25.735 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:10:25.735 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:10:25.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:10:25.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:10:35.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:10:35.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:10:35.738 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:10:35.740 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:10:45.735 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:10:45.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:10:45.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:10:45.738 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:10:55.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:10:55.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:10:55.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:10:55.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:11:05.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:11:05.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:11:05.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:11:05.738 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:11:15.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:11:15.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:11:15.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:11:15.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:11:25.735 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:11:25.735 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:11:25.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:11:25.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:11:35.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:11:35.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:11:35.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:11:35.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:11:45.735 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:11:45.735 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:11:45.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:11:45.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:11:55.735 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:11:55.735 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:11:55.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:11:55.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:12:05.735 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:12:05.735 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:12:05.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:12:05.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:12:15.735 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:12:15.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:12:15.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:12:15.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:12:25.735 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:12:25.735 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:12:25.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:12:25.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:12:35.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:12:35.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:12:35.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:12:35.738 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:12:45.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:12:45.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:12:45.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:12:45.738 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:12:55.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:12:55.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:12:55.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:12:55.738 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:13:05.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:13:05.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:13:05.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:13:05.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:13:15.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:13:15.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:13:15.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:13:15.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:13:25.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:13:25.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:13:25.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:13:25.738 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:13:35.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:13:35.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:13:35.738 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:13:35.738 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:13:45.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:13:45.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:13:45.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:13:45.738 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:13:55.735 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:13:55.735 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:13:55.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:13:55.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:14:05.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:14:05.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:14:05.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:14:05.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:14:15.735 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:14:15.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:14:15.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:14:15.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:14:25.735 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:14:25.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:14:25.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:14:25.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:14:35.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:14:35.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:14:35.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:14:35.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:14:45.735 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:14:45.735 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:14:45.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:14:45.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:14:55.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:14:55.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:14:55.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:14:55.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:15:05.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:15:05.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:15:05.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:15:05.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:15:15.735 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:15:15.735 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:15:15.735 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:15:15.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:15:25.735 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:15:25.735 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:15:25.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:15:25.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:15:35.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:15:35.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:15:35.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:15:35.738 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:15:45.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:15:45.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:15:45.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:15:45.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:15:55.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:15:55.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:15:55.738 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:15:55.742 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:16:05.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:16:05.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:16:05.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:16:05.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:16:15.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:16:15.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:16:15.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:16:15.738 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:16:25.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:16:25.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:16:25.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:16:25.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:16:35.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:16:35.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:16:35.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:16:35.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:16:45.735 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:16:45.735 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:16:45.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:16:45.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:16:55.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:16:55.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:16:55.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:16:55.738 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:17:05.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:17:05.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:17:05.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:17:05.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:17:15.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:17:15.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:17:15.738 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:17:15.738 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:17:25.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:17:25.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:17:25.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:17:25.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:17:35.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:17:35.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:17:35.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:17:35.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:17:45.735 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:17:45.735 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:17:45.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:17:45.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:17:55.735 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:17:55.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:17:55.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:17:55.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:18:05.735 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:18:05.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:18:05.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:18:05.738 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:18:15.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:18:15.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:18:15.738 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:18:15.738 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:18:25.735 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:18:25.735 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:18:25.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:18:25.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:18:35.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:18:35.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:18:35.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:18:35.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:18:45.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:18:45.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:18:45.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:18:45.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:18:55.735 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:18:55.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:18:55.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:18:55.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:19:05.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:19:05.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:19:05.738 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:19:05.738 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:19:15.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:19:15.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:19:15.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:19:15.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:19:25.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:19:25.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:19:25.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:19:25.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:19:35.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:19:35.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:19:35.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:19:35.738 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:19:45.735 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:19:45.735 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:19:45.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:19:45.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:19:55.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:19:55.739 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:19:55.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:19:55.749 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:20:05.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:20:05.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:20:05.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:20:05.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:20:15.735 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:20:15.735 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:20:15.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:20:15.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:20:25.735 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:20:25.735 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:20:25.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:20:25.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:20:35.735 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:20:35.735 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:20:35.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:20:35.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:20:45.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:20:45.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:20:45.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:20:45.738 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:20:55.735 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:20:55.735 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:20:55.735 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:20:55.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:21:05.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:21:05.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:21:05.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:21:05.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:21:15.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:21:15.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:21:15.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:21:15.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:21:25.735 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:21:25.735 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:21:25.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:21:25.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:21:35.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:21:35.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:21:35.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:21:35.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:21:45.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:21:45.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:21:45.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:21:45.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:21:55.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:21:55.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:21:55.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:21:55.738 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:22:05.735 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:22:05.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:22:05.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:22:05.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:22:15.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:22:15.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:22:15.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:22:15.738 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:22:25.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:22:25.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:22:25.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:22:25.738 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:22:35.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:22:35.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:22:35.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:22:35.738 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:22:45.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:22:45.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:22:45.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:22:45.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:22:55.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:22:55.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:22:55.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:22:55.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:23:05.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:23:05.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:23:05.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:23:05.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:23:15.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:23:15.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:23:15.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:23:15.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:23:25.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:23:25.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:23:25.738 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:23:25.738 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:23:35.735 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:23:35.735 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:23:35.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:23:35.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:23:45.735 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:23:45.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:23:45.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:23:45.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:23:55.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:23:55.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:23:55.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:23:55.738 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:24:05.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:24:05.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:24:05.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:24:05.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:24:15.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:24:15.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:24:15.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:24:15.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:24:25.735 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:24:25.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:24:25.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:24:25.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:24:35.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:24:35.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:24:35.738 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:24:35.739 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:24:45.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:24:45.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:24:45.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:24:45.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:24:55.735 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:24:55.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:24:55.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:24:55.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:25:05.735 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:25:05.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:25:05.749 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:25:05.749 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:25:15.735 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:25:15.735 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:25:15.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:25:15.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:25:25.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:25:25.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:25:25.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:25:25.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:25:35.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:25:35.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:25:35.738 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:25:35.738 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:25:45.735 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:25:45.735 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:25:45.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:25:45.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:25:55.735 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:25:55.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:25:55.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:25:55.738 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:26:05.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:26:05.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:26:05.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:26:05.737 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:26:15.736 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:26:15.736 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:26:15.737 8 INFO cinder.api.openstack.wsgi [None req-dda19782-8bcb-4bec-a31f-e4b73ba60efc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:26:15.738 7 INFO cinder.api.openstack.wsgi [None req-6c5fe83c-993a-4aa4-831f-908b786cdbfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:26:20.936 8 INFO cinder.api.openstack.wsgi [None req-2fb439d9-cdfc-4f20-8667-958f57951916 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET https://volume.199-204-45-19.nip.io/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6 2026-06-23 19:26:20.958 8 WARNING cinder.quota [None req-2fb439d9-cdfc-4f20-8667-958f57951916 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Deprecated: Default quota for resource: backups is set by the default quota flag: quota_backups, it is now deprecated. Please use the default quota class for default quota. 2026-06-23 19:26:20.959 8 WARNING cinder.quota [None req-2fb439d9-cdfc-4f20-8667-958f57951916 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Deprecated: Default quota for resource: backup_gigabytes is set by the default quota flag: quota_backup_gigabytes, it is now deprecated. Please use the default quota class for default quota. 2026-06-23 19:26:20.959 8 WARNING cinder.quota [None req-2fb439d9-cdfc-4f20-8667-958f57951916 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Deprecated: Default quota for resource: volumes_rbd1 is set by the default quota flag: quota_volumes_rbd1, it is now deprecated. Please use the default quota class for default quota. 2026-06-23 19:26:20.960 8 WARNING cinder.quota [None req-2fb439d9-cdfc-4f20-8667-958f57951916 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Deprecated: Default quota for resource: gigabytes_rbd1 is set by the default quota flag: quota_gigabytes_rbd1, it is now deprecated. Please use the default quota class for default quota. 2026-06-23 19:26:20.960 8 WARNING cinder.quota [None req-2fb439d9-cdfc-4f20-8667-958f57951916 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Deprecated: Default quota for resource: snapshots_rbd1 is set by the default quota flag: quota_snapshots_rbd1, it is now deprecated. Please use the default quota class for default quota. 2026-06-23 19:26:20.961 8 WARNING cinder.quota [None req-2fb439d9-cdfc-4f20-8667-958f57951916 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Deprecated: Default quota for resource: volumes___DEFAULT__ is set by the default quota flag: quota_volumes___DEFAULT__, it is now deprecated. Please use the default quota class for default quota. 2026-06-23 19:26:20.961 8 WARNING cinder.quota [None req-2fb439d9-cdfc-4f20-8667-958f57951916 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Deprecated: Default quota for resource: gigabytes___DEFAULT__ is set by the default quota flag: quota_gigabytes___DEFAULT__, it is now deprecated. Please use the default quota class for default quota. 2026-06-23 19:26:20.962 8 WARNING cinder.quota [None req-2fb439d9-cdfc-4f20-8667-958f57951916 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Deprecated: Default quota for resource: snapshots___DEFAULT__ is set by the default quota flag: quota_snapshots___DEFAULT__, it is now deprecated. Please use the default quota class for default quota. 2026-06-23 19:26:20.970 8 INFO cinder.api.openstack.wsgi [None req-2fb439d9-cdfc-4f20-8667-958f57951916 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] https://volume.199-204-45-19.nip.io/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6 returned with HTTP 200 [pid: 8|app: 0|req: 126/247] 199.204.45.19 () {44 vars in 1041 bytes} [Tue Jun 23 19:26:20 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6 => generated 340 bytes in 180 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:26:21.262 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] PUT https://volume.199-204-45-19.nip.io/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6 2026-06-23 19:26:21.346 7 WARNING cinder.quota [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Deprecated: Default quota for resource: backups is set by the default quota flag: quota_backups, it is now deprecated. Please use the default quota class for default quota. 2026-06-23 19:26:21.347 7 WARNING cinder.quota [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Deprecated: Default quota for resource: backup_gigabytes is set by the default quota flag: quota_backup_gigabytes, it is now deprecated. Please use the default quota class for default quota. 2026-06-23 19:26:21.348 7 WARNING cinder.quota [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Deprecated: Default quota for resource: volumes_rbd1 is set by the default quota flag: quota_volumes_rbd1, it is now deprecated. Please use the default quota class for default quota. 2026-06-23 19:26:21.348 7 WARNING cinder.quota [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Deprecated: Default quota for resource: gigabytes_rbd1 is set by the default quota flag: quota_gigabytes_rbd1, it is now deprecated. Please use the default quota class for default quota. 2026-06-23 19:26:21.349 7 WARNING cinder.quota [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Deprecated: Default quota for resource: snapshots_rbd1 is set by the default quota flag: quota_snapshots_rbd1, it is now deprecated. Please use the default quota class for default quota. 2026-06-23 19:26:21.349 7 WARNING cinder.quota [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Deprecated: Default quota for resource: volumes___DEFAULT__ is set by the default quota flag: quota_volumes___DEFAULT__, it is now deprecated. Please use the default quota class for default quota. 2026-06-23 19:26:21.350 7 WARNING cinder.quota [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Deprecated: Default quota for resource: gigabytes___DEFAULT__ is set by the default quota flag: quota_gigabytes___DEFAULT__, it is now deprecated. Please use the default quota class for default quota. 2026-06-23 19:26:21.350 7 WARNING cinder.quota [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Deprecated: Default quota for resource: snapshots___DEFAULT__ is set by the default quota flag: quota_snapshots___DEFAULT__, it is now deprecated. Please use the default quota class for default quota. 2026-06-23 19:26:21.358 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] https://volume.199-204-45-19.nip.io/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6 returned with HTTP 200 [pid: 7|app: 0|req: 122/248] 199.204.45.19 () {48 vars in 1093 bytes} [Tue Jun 23 19:26:21 2026] PUT /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6 => generated 296 bytes in 113 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:26:21.664 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET https://volume.199-204-45-19.nip.io/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6 2026-06-23 19:26:21.684 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] https://volume.199-204-45-19.nip.io/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6 returned with HTTP 200 [pid: 8|app: 0|req: 127/249] 199.204.45.19 () {44 vars in 1041 bytes} [Tue Jun 23 19:26:21 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6 => generated 338 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:26:25.739 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:26:25.739 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:26:25.740 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:26:25.742 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:26:35.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:26:35.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:26:35.737 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:26:35.737 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:26:45.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:26:45.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:26:45.737 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:26:45.738 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:26:55.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:26:55.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:26:55.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:26:55.737 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:27:05.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:27:05.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:27:05.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:27:05.737 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:27:15.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:27:15.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:27:15.737 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:27:15.738 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:27:25.735 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:27:25.735 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:27:25.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:27:25.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:27:35.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:27:35.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:27:35.737 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:27:35.737 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:27:45.735 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:27:45.735 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:27:45.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:27:45.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:27:55.737 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:27:55.737 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:27:55.738 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:27:55.739 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:28:05.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:28:05.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:28:05.737 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:28:05.737 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:28:15.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:28:15.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:28:15.737 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:28:15.737 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:28:25.735 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:28:25.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:28:25.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:28:25.737 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:28:35.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:28:35.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:28:35.737 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:28:35.737 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:28:45.735 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:28:45.735 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:28:45.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:28:45.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:28:55.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:28:55.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:28:55.738 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:28:55.738 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:29:05.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:29:05.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:29:05.737 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:29:05.738 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:29:15.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:29:15.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:29:15.737 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:29:15.737 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:29:25.735 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:29:25.735 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:29:25.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:29:25.737 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:29:35.737 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:29:35.739 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:29:35.739 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:29:35.738 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:29:45.735 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:29:45.735 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:29:45.737 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:29:45.737 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:29:55.735 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:29:55.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:29:55.737 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:29:55.737 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:30:05.735 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:30:05.735 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:30:05.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:30:05.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:30:15.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:30:15.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:30:15.738 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:30:15.738 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:30:25.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:30:25.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:30:25.737 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:30:25.737 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:30:35.735 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:30:35.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:30:35.737 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:30:35.738 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:30:45.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:30:45.737 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:30:45.738 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:30:45.739 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:30:55.735 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:30:55.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:30:55.737 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:30:55.737 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:31:05.735 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:31:05.735 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:31:05.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:31:05.737 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:31:15.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:31:15.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:31:15.737 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:31:15.738 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:31:25.735 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:31:25.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:31:25.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:31:25.737 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:31:35.735 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:31:35.735 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:31:35.737 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:31:35.737 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:31:45.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:31:45.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:31:45.737 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:31:45.737 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:31:55.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:31:55.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:31:55.738 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:31:55.738 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:32:05.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:32:05.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:32:05.737 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:32:05.737 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:32:15.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:32:15.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:32:15.737 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:32:15.737 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:32:25.735 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:32:25.735 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:32:25.737 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:32:25.737 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:32:35.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:32:35.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:32:35.737 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:32:35.738 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:32:45.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:32:45.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:32:45.737 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:32:45.738 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:32:55.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:32:55.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:32:55.737 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:32:55.737 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:33:05.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:33:05.738 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:33:05.740 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:33:05.743 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:33:15.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:33:15.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:33:15.737 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:33:15.738 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:33:25.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:33:25.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:33:25.737 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:33:25.737 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:33:35.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:33:35.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:33:35.737 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:33:35.737 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:33:45.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:33:45.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:33:45.737 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:33:45.737 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:33:55.735 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:33:55.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:33:55.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:33:55.738 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:34:05.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:34:05.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:34:05.737 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:34:05.737 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:34:15.735 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:34:15.735 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:34:15.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:34:15.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:34:25.735 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:34:25.735 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:34:25.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:34:25.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:34:35.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:34:35.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:34:35.737 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:34:35.737 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:34:45.735 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:34:45.735 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:34:45.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:34:45.737 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:34:55.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:34:55.738 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:34:55.748 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:34:55.750 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:35:05.735 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:35:05.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:35:05.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:35:05.740 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:35:15.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:35:15.737 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:35:15.737 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:35:15.738 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:35:25.735 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:35:25.735 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:35:25.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:35:25.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:35:35.735 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:35:35.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:35:35.737 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:35:35.737 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:35:45.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:35:45.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:35:45.737 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:35:45.737 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:35:55.735 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:35:55.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:35:55.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:35:55.737 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:36:05.735 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:36:05.735 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:36:05.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:36:05.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:36:15.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:36:15.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:36:15.737 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:36:15.737 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:36:25.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:36:25.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:36:25.737 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:36:25.737 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:36:35.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:36:35.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:36:35.737 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:36:35.737 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:36:45.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:36:45.737 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:36:45.737 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:36:45.738 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:36:55.735 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:36:55.736 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:36:55.736 8 INFO cinder.api.openstack.wsgi [None req-03149da1-124a-4af9-ac90-6ea361997c92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:36:55.737 7 INFO cinder.api.openstack.wsgi [None req-ff5096e5-597c-47fd-bd8e-b45e813ffbac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:37:01.840 8 INFO cinder.api.openstack.wsgi [None req-fbda9cb5-ddac-4971-94cc-d41874b8d407 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET https://volume.199-204-45-19.nip.io/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748 2026-06-23 19:37:01.871 8 INFO cinder.api.openstack.wsgi [None req-fbda9cb5-ddac-4971-94cc-d41874b8d407 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] https://volume.199-204-45-19.nip.io/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748 returned with HTTP 200 [pid: 8|app: 0|req: 192/378] 199.204.45.19 () {44 vars in 1041 bytes} [Tue Jun 23 19:37:01 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748 => generated 340 bytes in 160 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:37:02.191 7 INFO cinder.api.openstack.wsgi [None req-736fe0d3-eb28-47de-8b39-7584586d11e8 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] PUT https://volume.199-204-45-19.nip.io/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748 2026-06-23 19:37:02.261 7 INFO cinder.api.openstack.wsgi [None req-736fe0d3-eb28-47de-8b39-7584586d11e8 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] https://volume.199-204-45-19.nip.io/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748 returned with HTTP 200 [pid: 7|app: 0|req: 187/379] 199.204.45.19 () {48 vars in 1093 bytes} [Tue Jun 23 19:37:02 2026] PUT /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748 => generated 296 bytes in 84 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:37:02.543 8 INFO cinder.api.openstack.wsgi [None req-fddc220e-295c-4cc5-ad8a-409b3558caca 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET https://volume.199-204-45-19.nip.io/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748 2026-06-23 19:37:02.562 8 INFO cinder.api.openstack.wsgi [None req-fddc220e-295c-4cc5-ad8a-409b3558caca 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] https://volume.199-204-45-19.nip.io/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748 returned with HTTP 200 [pid: 8|app: 0|req: 193/380] 199.204.45.19 () {44 vars in 1041 bytes} [Tue Jun 23 19:37:02 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748 => generated 338 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:37:05.736 8 INFO cinder.api.openstack.wsgi [None req-fddc220e-295c-4cc5-ad8a-409b3558caca 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:37:05.736 7 INFO cinder.api.openstack.wsgi [None req-736fe0d3-eb28-47de-8b39-7584586d11e8 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:37:05.737 8 INFO cinder.api.openstack.wsgi [None req-fddc220e-295c-4cc5-ad8a-409b3558caca 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:37:05.737 7 INFO cinder.api.openstack.wsgi [None req-736fe0d3-eb28-47de-8b39-7584586d11e8 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:37:15.736 7 INFO cinder.api.openstack.wsgi [None req-736fe0d3-eb28-47de-8b39-7584586d11e8 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:37:15.736 8 INFO cinder.api.openstack.wsgi [None req-fddc220e-295c-4cc5-ad8a-409b3558caca 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:37:15.737 7 INFO cinder.api.openstack.wsgi [None req-736fe0d3-eb28-47de-8b39-7584586d11e8 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:37:15.737 8 INFO cinder.api.openstack.wsgi [None req-fddc220e-295c-4cc5-ad8a-409b3558caca 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:37:25.735 7 INFO cinder.api.openstack.wsgi [None req-736fe0d3-eb28-47de-8b39-7584586d11e8 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:37:25.736 8 INFO cinder.api.openstack.wsgi [None req-fddc220e-295c-4cc5-ad8a-409b3558caca 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:37:25.737 8 INFO cinder.api.openstack.wsgi [None req-fddc220e-295c-4cc5-ad8a-409b3558caca 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:37:25.741 7 INFO cinder.api.openstack.wsgi [None req-736fe0d3-eb28-47de-8b39-7584586d11e8 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:37:35.736 8 INFO cinder.api.openstack.wsgi [None req-fddc220e-295c-4cc5-ad8a-409b3558caca 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:37:35.737 8 INFO cinder.api.openstack.wsgi [None req-fddc220e-295c-4cc5-ad8a-409b3558caca 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:37:35.737 7 INFO cinder.api.openstack.wsgi [None req-736fe0d3-eb28-47de-8b39-7584586d11e8 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:37:35.738 7 INFO cinder.api.openstack.wsgi [None req-736fe0d3-eb28-47de-8b39-7584586d11e8 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:37:45.736 7 INFO cinder.api.openstack.wsgi [None req-736fe0d3-eb28-47de-8b39-7584586d11e8 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:37:45.736 8 INFO cinder.api.openstack.wsgi [None req-fddc220e-295c-4cc5-ad8a-409b3558caca 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:37:45.737 7 INFO cinder.api.openstack.wsgi [None req-736fe0d3-eb28-47de-8b39-7584586d11e8 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:37:45.737 8 INFO cinder.api.openstack.wsgi [None req-fddc220e-295c-4cc5-ad8a-409b3558caca 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:37:55.735 7 INFO cinder.api.openstack.wsgi [None req-736fe0d3-eb28-47de-8b39-7584586d11e8 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:37:55.735 8 INFO cinder.api.openstack.wsgi [None req-fddc220e-295c-4cc5-ad8a-409b3558caca 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:37:55.737 7 INFO cinder.api.openstack.wsgi [None req-736fe0d3-eb28-47de-8b39-7584586d11e8 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:37:55.739 8 INFO cinder.api.openstack.wsgi [None req-fddc220e-295c-4cc5-ad8a-409b3558caca 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:38:05.736 7 INFO cinder.api.openstack.wsgi [None req-736fe0d3-eb28-47de-8b39-7584586d11e8 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:38:05.736 8 INFO cinder.api.openstack.wsgi [None req-fddc220e-295c-4cc5-ad8a-409b3558caca 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:38:05.737 7 INFO cinder.api.openstack.wsgi [None req-736fe0d3-eb28-47de-8b39-7584586d11e8 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:38:05.738 8 INFO cinder.api.openstack.wsgi [None req-fddc220e-295c-4cc5-ad8a-409b3558caca 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:38:15.736 7 INFO cinder.api.openstack.wsgi [None req-736fe0d3-eb28-47de-8b39-7584586d11e8 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:38:15.736 8 INFO cinder.api.openstack.wsgi [None req-fddc220e-295c-4cc5-ad8a-409b3558caca 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:38:15.737 7 INFO cinder.api.openstack.wsgi [None req-736fe0d3-eb28-47de-8b39-7584586d11e8 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:38:15.738 8 INFO cinder.api.openstack.wsgi [None req-fddc220e-295c-4cc5-ad8a-409b3558caca 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:38:18.659 7 INFO cinder.api.openstack.wsgi [None req-2cff15f3-608b-4679-90da-4a4f1e72b14c 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true 2026-06-23 19:38:18.776 7 INFO cinder.volume.api [None req-2cff15f3-608b-4679-90da-4a4f1e72b14c 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all snapshots completed successfully. 2026-06-23 19:38:18.776 7 INFO cinder.api.openstack.wsgi [None req-2cff15f3-608b-4679-90da-4a4f1e72b14c 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 196/397] 10.0.0.98 () {28 vars in 672 bytes} [Tue Jun 23 19:38:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true => generated 17 bytes in 166 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:38:18.794 8 INFO cinder.api.openstack.wsgi [None req-dc9d11a1-edfd-4df9-b037-24af8afa067a 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 19:38:18.829 8 INFO cinder.volume.api [None req-dc9d11a1-edfd-4df9-b037-24af8afa067a 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 19:38:18.832 8 INFO cinder.api.openstack.wsgi [None req-dc9d11a1-edfd-4df9-b037-24af8afa067a 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 202/398] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 19:38:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 52 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:38:18.842 7 INFO cinder.api.openstack.wsgi [None req-eefde32d-17a0-464d-b7b5-6ef8a3ea2c12 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true 2026-06-23 19:38:18.886 7 INFO cinder.api.openstack.wsgi [None req-eefde32d-17a0-464d-b7b5-6ef8a3ea2c12 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 197/399] 10.0.0.98 () {28 vars in 694 bytes} [Tue Jun 23 19:38:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true => generated 670 bytes in 51 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:38:18.904 8 INFO cinder.api.openstack.wsgi [None req-eea46cce-46dd-475d-b4fc-ef9096702079 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services 2026-06-23 19:38:18.913 8 INFO cinder.api.openstack.wsgi [None req-eea46cce-46dd-475d-b4fc-ef9096702079 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services returned with HTTP 200 [pid: 8|app: 0|req: 203/400] 10.0.0.98 () {28 vars in 643 bytes} [Tue Jun 23 19:38:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-services => generated 646 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:38:18.927 7 INFO cinder.api.openstack.wsgi [None req-bed34772-0299-4204-966c-d2232cec0c32 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 19:38:18.971 7 INFO cinder.volume.api [None req-bed34772-0299-4204-966c-d2232cec0c32 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 19:38:18.974 7 INFO cinder.api.openstack.wsgi [None req-bed34772-0299-4204-966c-d2232cec0c32 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 198/401] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 19:38:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 57 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:38:19.027 8 INFO cinder.api.openstack.wsgi [None req-8d24e47c-865a-4b4c-9109-526acc9402a2 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true 2026-06-23 19:38:19.049 8 INFO cinder.api.openstack.wsgi [None req-8d24e47c-865a-4b4c-9109-526acc9402a2 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 204/402] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:38:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true => generated 847 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:38:19.060 7 INFO cinder.api.openstack.wsgi [None req-c1e960f7-0cba-4078-af5a-0b02736b5675 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true 2026-06-23 19:38:19.081 7 INFO cinder.api.openstack.wsgi [None req-c1e960f7-0cba-4078-af5a-0b02736b5675 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 199/403] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:38:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true => generated 845 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:38:19.094 8 INFO cinder.api.openstack.wsgi [None req-ef27c1b3-33b3-4d5c-9283-23e7843f1c77 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true 2026-06-23 19:38:19.134 8 INFO cinder.api.openstack.wsgi [None req-ef27c1b3-33b3-4d5c-9283-23e7843f1c77 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 205/404] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:38:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true => generated 845 bytes in 50 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:38:25.736 7 INFO cinder.api.openstack.wsgi [None req-c1e960f7-0cba-4078-af5a-0b02736b5675 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:38:25.736 8 INFO cinder.api.openstack.wsgi [None req-ef27c1b3-33b3-4d5c-9283-23e7843f1c77 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:38:25.737 7 INFO cinder.api.openstack.wsgi [None req-c1e960f7-0cba-4078-af5a-0b02736b5675 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:38:25.737 8 INFO cinder.api.openstack.wsgi [None req-ef27c1b3-33b3-4d5c-9283-23e7843f1c77 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:38:35.736 7 INFO cinder.api.openstack.wsgi [None req-c1e960f7-0cba-4078-af5a-0b02736b5675 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:38:35.736 8 INFO cinder.api.openstack.wsgi [None req-ef27c1b3-33b3-4d5c-9283-23e7843f1c77 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:38:35.737 8 INFO cinder.api.openstack.wsgi [None req-ef27c1b3-33b3-4d5c-9283-23e7843f1c77 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:38:35.738 7 INFO cinder.api.openstack.wsgi [None req-c1e960f7-0cba-4078-af5a-0b02736b5675 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:38:45.735 8 INFO cinder.api.openstack.wsgi [None req-ef27c1b3-33b3-4d5c-9283-23e7843f1c77 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:38:45.736 7 INFO cinder.api.openstack.wsgi [None req-c1e960f7-0cba-4078-af5a-0b02736b5675 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:38:45.737 8 INFO cinder.api.openstack.wsgi [None req-ef27c1b3-33b3-4d5c-9283-23e7843f1c77 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:38:45.738 7 INFO cinder.api.openstack.wsgi [None req-c1e960f7-0cba-4078-af5a-0b02736b5675 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:38:55.735 7 INFO cinder.api.openstack.wsgi [None req-c1e960f7-0cba-4078-af5a-0b02736b5675 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:38:55.735 8 INFO cinder.api.openstack.wsgi [None req-ef27c1b3-33b3-4d5c-9283-23e7843f1c77 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:38:55.736 7 INFO cinder.api.openstack.wsgi [None req-c1e960f7-0cba-4078-af5a-0b02736b5675 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:38:55.737 8 INFO cinder.api.openstack.wsgi [None req-ef27c1b3-33b3-4d5c-9283-23e7843f1c77 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:39:05.736 8 INFO cinder.api.openstack.wsgi [None req-ef27c1b3-33b3-4d5c-9283-23e7843f1c77 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:39:05.736 7 INFO cinder.api.openstack.wsgi [None req-c1e960f7-0cba-4078-af5a-0b02736b5675 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:39:05.737 8 INFO cinder.api.openstack.wsgi [None req-ef27c1b3-33b3-4d5c-9283-23e7843f1c77 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:39:05.738 7 INFO cinder.api.openstack.wsgi [None req-c1e960f7-0cba-4078-af5a-0b02736b5675 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:39:15.736 8 INFO cinder.api.openstack.wsgi [None req-ef27c1b3-33b3-4d5c-9283-23e7843f1c77 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:39:15.737 7 INFO cinder.api.openstack.wsgi [None req-c1e960f7-0cba-4078-af5a-0b02736b5675 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:39:15.737 8 INFO cinder.api.openstack.wsgi [None req-ef27c1b3-33b3-4d5c-9283-23e7843f1c77 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:39:15.738 7 INFO cinder.api.openstack.wsgi [None req-c1e960f7-0cba-4078-af5a-0b02736b5675 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:39:18.721 8 INFO cinder.api.openstack.wsgi [None req-6869fe7c-7713-42d2-a6d4-444861d2f27e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true 2026-06-23 19:39:18.737 8 INFO cinder.volume.api [None req-6869fe7c-7713-42d2-a6d4-444861d2f27e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all snapshots completed successfully. 2026-06-23 19:39:18.737 8 INFO cinder.api.openstack.wsgi [None req-6869fe7c-7713-42d2-a6d4-444861d2f27e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 212/417] 10.0.0.98 () {28 vars in 672 bytes} [Tue Jun 23 19:39:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true => generated 17 bytes in 70 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:39:18.753 7 INFO cinder.api.openstack.wsgi [None req-23679ad6-4217-43eb-968c-042fd52bd4b0 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services 2026-06-23 19:39:18.760 7 INFO cinder.api.openstack.wsgi [None req-23679ad6-4217-43eb-968c-042fd52bd4b0 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services returned with HTTP 200 [pid: 7|app: 0|req: 206/418] 10.0.0.98 () {28 vars in 643 bytes} [Tue Jun 23 19:39:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-services => generated 646 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:39:18.775 8 INFO cinder.api.openstack.wsgi [None req-1be9c5a5-9085-4e5e-8e65-9281e1d44c33 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true 2026-06-23 19:39:18.828 8 INFO cinder.api.openstack.wsgi [None req-1be9c5a5-9085-4e5e-8e65-9281e1d44c33 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 213/419] 10.0.0.98 () {28 vars in 694 bytes} [Tue Jun 23 19:39:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true => generated 670 bytes in 63 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:39:18.876 7 INFO cinder.api.openstack.wsgi [None req-0828406a-c7e1-487c-a063-089d27241434 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true 2026-06-23 19:39:18.908 7 INFO cinder.api.openstack.wsgi [None req-0828406a-c7e1-487c-a063-089d27241434 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 207/420] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:39:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true => generated 847 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:39:18.921 8 INFO cinder.api.openstack.wsgi [None req-d48d0885-a9e9-45c0-93b5-1cd4f7fc6cda 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true 2026-06-23 19:39:18.948 8 INFO cinder.api.openstack.wsgi [None req-d48d0885-a9e9-45c0-93b5-1cd4f7fc6cda 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 214/421] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:39:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true => generated 845 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:39:18.961 7 INFO cinder.api.openstack.wsgi [None req-4707f7a0-c686-4889-b8a1-20553bf09438 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true 2026-06-23 19:39:18.989 7 INFO cinder.api.openstack.wsgi [None req-4707f7a0-c686-4889-b8a1-20553bf09438 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 208/422] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:39:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true => generated 845 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:39:19.000 8 INFO cinder.api.openstack.wsgi [None req-a93801ad-a44a-44ac-aa7d-ee311657470b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 19:39:19.010 8 INFO cinder.volume.api [None req-a93801ad-a44a-44ac-aa7d-ee311657470b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 19:39:19.013 8 INFO cinder.api.openstack.wsgi [None req-a93801ad-a44a-44ac-aa7d-ee311657470b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 215/423] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 19:39:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:39:19.025 7 INFO cinder.api.openstack.wsgi [None req-564185d3-2b90-4d9d-9c5b-bfb3cd5f4fae 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 19:39:19.036 7 INFO cinder.volume.api [None req-564185d3-2b90-4d9d-9c5b-bfb3cd5f4fae 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 19:39:19.038 7 INFO cinder.api.openstack.wsgi [None req-564185d3-2b90-4d9d-9c5b-bfb3cd5f4fae 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 209/424] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 19:39:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:39:25.736 8 INFO cinder.api.openstack.wsgi [None req-a93801ad-a44a-44ac-aa7d-ee311657470b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:39:25.736 7 INFO cinder.api.openstack.wsgi [None req-564185d3-2b90-4d9d-9c5b-bfb3cd5f4fae 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:39:25.738 8 INFO cinder.api.openstack.wsgi [None req-a93801ad-a44a-44ac-aa7d-ee311657470b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:39:25.738 7 INFO cinder.api.openstack.wsgi [None req-564185d3-2b90-4d9d-9c5b-bfb3cd5f4fae 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:39:35.736 7 INFO cinder.api.openstack.wsgi [None req-564185d3-2b90-4d9d-9c5b-bfb3cd5f4fae 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:39:35.736 8 INFO cinder.api.openstack.wsgi [None req-a93801ad-a44a-44ac-aa7d-ee311657470b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:39:35.738 7 INFO cinder.api.openstack.wsgi [None req-564185d3-2b90-4d9d-9c5b-bfb3cd5f4fae 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:39:35.738 8 INFO cinder.api.openstack.wsgi [None req-a93801ad-a44a-44ac-aa7d-ee311657470b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:39:45.735 8 INFO cinder.api.openstack.wsgi [None req-a93801ad-a44a-44ac-aa7d-ee311657470b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:39:45.735 7 INFO cinder.api.openstack.wsgi [None req-564185d3-2b90-4d9d-9c5b-bfb3cd5f4fae 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:39:45.736 8 INFO cinder.api.openstack.wsgi [None req-a93801ad-a44a-44ac-aa7d-ee311657470b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:39:45.736 7 INFO cinder.api.openstack.wsgi [None req-564185d3-2b90-4d9d-9c5b-bfb3cd5f4fae 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:39:55.735 8 INFO cinder.api.openstack.wsgi [None req-a93801ad-a44a-44ac-aa7d-ee311657470b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:39:55.736 7 INFO cinder.api.openstack.wsgi [None req-564185d3-2b90-4d9d-9c5b-bfb3cd5f4fae 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:39:55.736 8 INFO cinder.api.openstack.wsgi [None req-a93801ad-a44a-44ac-aa7d-ee311657470b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:39:55.737 7 INFO cinder.api.openstack.wsgi [None req-564185d3-2b90-4d9d-9c5b-bfb3cd5f4fae 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:40:05.737 8 INFO cinder.api.openstack.wsgi [None req-a93801ad-a44a-44ac-aa7d-ee311657470b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:40:05.737 7 INFO cinder.api.openstack.wsgi [None req-564185d3-2b90-4d9d-9c5b-bfb3cd5f4fae 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:40:05.738 8 INFO cinder.api.openstack.wsgi [None req-a93801ad-a44a-44ac-aa7d-ee311657470b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:40:05.739 7 INFO cinder.api.openstack.wsgi [None req-564185d3-2b90-4d9d-9c5b-bfb3cd5f4fae 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:40:15.736 8 INFO cinder.api.openstack.wsgi [None req-a93801ad-a44a-44ac-aa7d-ee311657470b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:40:15.736 7 INFO cinder.api.openstack.wsgi [None req-564185d3-2b90-4d9d-9c5b-bfb3cd5f4fae 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:40:15.737 8 INFO cinder.api.openstack.wsgi [None req-a93801ad-a44a-44ac-aa7d-ee311657470b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:40:15.737 7 INFO cinder.api.openstack.wsgi [None req-564185d3-2b90-4d9d-9c5b-bfb3cd5f4fae 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:40:18.661 8 INFO cinder.api.openstack.wsgi [None req-5e9d822c-b151-4380-bd26-c48f85ec3dc2 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 19:40:18.675 8 INFO cinder.volume.api [None req-5e9d822c-b151-4380-bd26-c48f85ec3dc2 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 19:40:18.679 8 INFO cinder.api.openstack.wsgi [None req-5e9d822c-b151-4380-bd26-c48f85ec3dc2 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 222/437] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 19:40:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 69 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:40:18.693 7 INFO cinder.api.openstack.wsgi [None req-f897b966-bdc8-4f35-b68e-b2a3bdd7edcd 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true 2026-06-23 19:40:18.711 7 INFO cinder.api.openstack.wsgi [None req-f897b966-bdc8-4f35-b68e-b2a3bdd7edcd 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 216/438] 10.0.0.98 () {28 vars in 694 bytes} [Tue Jun 23 19:40:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true => generated 670 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:40:18.726 8 INFO cinder.api.openstack.wsgi [None req-a88da040-6b3d-42fe-9e7c-7e346cb3953f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true 2026-06-23 19:40:18.732 8 INFO cinder.volume.api [None req-a88da040-6b3d-42fe-9e7c-7e346cb3953f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all snapshots completed successfully. 2026-06-23 19:40:18.733 8 INFO cinder.api.openstack.wsgi [None req-a88da040-6b3d-42fe-9e7c-7e346cb3953f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 223/439] 10.0.0.98 () {28 vars in 672 bytes} [Tue Jun 23 19:40:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true => generated 17 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:40:18.742 7 INFO cinder.api.openstack.wsgi [None req-078f7512-3806-4a46-a579-6dd916fc19b8 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services 2026-06-23 19:40:18.749 7 INFO cinder.api.openstack.wsgi [None req-078f7512-3806-4a46-a579-6dd916fc19b8 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services returned with HTTP 200 [pid: 7|app: 0|req: 217/440] 10.0.0.98 () {28 vars in 643 bytes} [Tue Jun 23 19:40:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-services => generated 646 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:40:18.790 8 INFO cinder.api.openstack.wsgi [None req-b20a8a5f-fe70-43bf-9eb6-d0541447a0f9 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true 2026-06-23 19:40:18.823 8 INFO cinder.api.openstack.wsgi [None req-b20a8a5f-fe70-43bf-9eb6-d0541447a0f9 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 224/441] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:40:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true => generated 847 bytes in 47 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:40:18.843 7 INFO cinder.api.openstack.wsgi [None req-bbc25f99-4878-4fd2-b42a-408f9df6032b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true 2026-06-23 19:40:18.863 7 INFO cinder.api.openstack.wsgi [None req-bbc25f99-4878-4fd2-b42a-408f9df6032b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 218/442] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:40:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true => generated 845 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:40:18.885 8 INFO cinder.api.openstack.wsgi [None req-5172f184-9a54-4784-92d3-690b0e0bad94 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true 2026-06-23 19:40:18.904 8 INFO cinder.api.openstack.wsgi [None req-5172f184-9a54-4784-92d3-690b0e0bad94 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 225/443] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:40:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true => generated 845 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:40:18.914 7 INFO cinder.api.openstack.wsgi [None req-bec787ec-a811-4384-a0d7-1094aef2d714 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 19:40:18.924 7 INFO cinder.volume.api [None req-bec787ec-a811-4384-a0d7-1094aef2d714 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 19:40:18.927 7 INFO cinder.api.openstack.wsgi [None req-bec787ec-a811-4384-a0d7-1094aef2d714 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 219/444] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 19:40:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:40:25.735 7 INFO cinder.api.openstack.wsgi [None req-bec787ec-a811-4384-a0d7-1094aef2d714 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:40:25.736 8 INFO cinder.api.openstack.wsgi [None req-5172f184-9a54-4784-92d3-690b0e0bad94 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:40:25.737 8 INFO cinder.api.openstack.wsgi [None req-5172f184-9a54-4784-92d3-690b0e0bad94 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:40:25.737 7 INFO cinder.api.openstack.wsgi [None req-bec787ec-a811-4384-a0d7-1094aef2d714 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:40:35.735 7 INFO cinder.api.openstack.wsgi [None req-bec787ec-a811-4384-a0d7-1094aef2d714 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:40:35.735 8 INFO cinder.api.openstack.wsgi [None req-5172f184-9a54-4784-92d3-690b0e0bad94 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:40:35.737 7 INFO cinder.api.openstack.wsgi [None req-bec787ec-a811-4384-a0d7-1094aef2d714 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:40:35.737 8 INFO cinder.api.openstack.wsgi [None req-5172f184-9a54-4784-92d3-690b0e0bad94 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:40:45.736 7 INFO cinder.api.openstack.wsgi [None req-bec787ec-a811-4384-a0d7-1094aef2d714 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:40:45.736 8 INFO cinder.api.openstack.wsgi [None req-5172f184-9a54-4784-92d3-690b0e0bad94 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:40:45.737 8 INFO cinder.api.openstack.wsgi [None req-5172f184-9a54-4784-92d3-690b0e0bad94 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:40:45.738 7 INFO cinder.api.openstack.wsgi [None req-bec787ec-a811-4384-a0d7-1094aef2d714 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:40:55.736 8 INFO cinder.api.openstack.wsgi [None req-5172f184-9a54-4784-92d3-690b0e0bad94 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:40:55.737 8 INFO cinder.api.openstack.wsgi [None req-5172f184-9a54-4784-92d3-690b0e0bad94 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:40:55.740 7 INFO cinder.api.openstack.wsgi [None req-bec787ec-a811-4384-a0d7-1094aef2d714 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:40:55.741 7 INFO cinder.api.openstack.wsgi [None req-bec787ec-a811-4384-a0d7-1094aef2d714 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:41:05.736 8 INFO cinder.api.openstack.wsgi [None req-5172f184-9a54-4784-92d3-690b0e0bad94 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:41:05.737 7 INFO cinder.api.openstack.wsgi [None req-bec787ec-a811-4384-a0d7-1094aef2d714 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:41:05.737 8 INFO cinder.api.openstack.wsgi [None req-5172f184-9a54-4784-92d3-690b0e0bad94 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:41:05.738 7 INFO cinder.api.openstack.wsgi [None req-bec787ec-a811-4384-a0d7-1094aef2d714 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:41:15.735 7 INFO cinder.api.openstack.wsgi [None req-bec787ec-a811-4384-a0d7-1094aef2d714 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:41:15.735 8 INFO cinder.api.openstack.wsgi [None req-5172f184-9a54-4784-92d3-690b0e0bad94 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:41:15.736 7 INFO cinder.api.openstack.wsgi [None req-bec787ec-a811-4384-a0d7-1094aef2d714 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:41:15.737 8 INFO cinder.api.openstack.wsgi [None req-5172f184-9a54-4784-92d3-690b0e0bad94 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:41:18.646 7 INFO cinder.api.openstack.wsgi [None req-181eefdc-5ba0-41fa-8f98-dc8103148b16 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true 2026-06-23 19:41:18.652 7 INFO cinder.volume.api [None req-181eefdc-5ba0-41fa-8f98-dc8103148b16 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all snapshots completed successfully. 2026-06-23 19:41:18.652 7 INFO cinder.api.openstack.wsgi [None req-181eefdc-5ba0-41fa-8f98-dc8103148b16 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 226/457] 10.0.0.98 () {28 vars in 672 bytes} [Tue Jun 23 19:41:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true => generated 17 bytes in 49 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:41:18.666 8 INFO cinder.api.openstack.wsgi [None req-964f071f-8eec-4434-9822-68252f91ce47 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true 2026-06-23 19:41:18.682 8 INFO cinder.api.openstack.wsgi [None req-964f071f-8eec-4434-9822-68252f91ce47 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 232/458] 10.0.0.98 () {28 vars in 694 bytes} [Tue Jun 23 19:41:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true => generated 670 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:41:18.728 7 INFO cinder.api.openstack.wsgi [None req-078f4a05-b2d1-42b5-9544-bd2801290ff0 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true 2026-06-23 19:41:18.757 7 INFO cinder.api.openstack.wsgi [None req-078f4a05-b2d1-42b5-9544-bd2801290ff0 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 227/459] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:41:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true => generated 847 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:41:18.770 8 INFO cinder.api.openstack.wsgi [None req-9b25657b-775a-4fc4-8774-a2170828c9da 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true 2026-06-23 19:41:18.810 8 INFO cinder.api.openstack.wsgi [None req-9b25657b-775a-4fc4-8774-a2170828c9da 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 233/460] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:41:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true => generated 845 bytes in 48 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:41:18.826 7 INFO cinder.api.openstack.wsgi [None req-5ffc6b2b-99a6-4dd5-8d60-2f7d53333e32 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true 2026-06-23 19:41:18.855 7 INFO cinder.api.openstack.wsgi [None req-5ffc6b2b-99a6-4dd5-8d60-2f7d53333e32 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 228/461] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:41:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true => generated 845 bytes in 42 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:41:18.871 8 INFO cinder.api.openstack.wsgi [None req-ffea8c7e-b198-44da-b0b7-61ad146dcb45 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services 2026-06-23 19:41:18.879 8 INFO cinder.api.openstack.wsgi [None req-ffea8c7e-b198-44da-b0b7-61ad146dcb45 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services returned with HTTP 200 [pid: 8|app: 0|req: 234/462] 10.0.0.98 () {28 vars in 643 bytes} [Tue Jun 23 19:41:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-services => generated 646 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:41:18.892 7 INFO cinder.api.openstack.wsgi [None req-43c7fb46-00cb-4750-848f-b8901cf06796 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 19:41:18.906 7 INFO cinder.volume.api [None req-43c7fb46-00cb-4750-848f-b8901cf06796 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 19:41:18.909 7 INFO cinder.api.openstack.wsgi [None req-43c7fb46-00cb-4750-848f-b8901cf06796 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 229/463] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 19:41:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:41:18.920 8 INFO cinder.api.openstack.wsgi [None req-10f265f5-6aba-4985-8038-04df4b14158f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 19:41:18.931 8 INFO cinder.volume.api [None req-10f265f5-6aba-4985-8038-04df4b14158f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 19:41:18.933 8 INFO cinder.api.openstack.wsgi [None req-10f265f5-6aba-4985-8038-04df4b14158f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 235/464] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 19:41:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:41:25.737 7 INFO cinder.api.openstack.wsgi [None req-43c7fb46-00cb-4750-848f-b8901cf06796 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:41:25.738 8 INFO cinder.api.openstack.wsgi [None req-10f265f5-6aba-4985-8038-04df4b14158f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:41:25.739 7 INFO cinder.api.openstack.wsgi [None req-43c7fb46-00cb-4750-848f-b8901cf06796 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:41:25.742 8 INFO cinder.api.openstack.wsgi [None req-10f265f5-6aba-4985-8038-04df4b14158f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:41:35.736 7 INFO cinder.api.openstack.wsgi [None req-43c7fb46-00cb-4750-848f-b8901cf06796 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:41:35.736 8 INFO cinder.api.openstack.wsgi [None req-10f265f5-6aba-4985-8038-04df4b14158f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:41:35.737 7 INFO cinder.api.openstack.wsgi [None req-43c7fb46-00cb-4750-848f-b8901cf06796 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:41:35.738 8 INFO cinder.api.openstack.wsgi [None req-10f265f5-6aba-4985-8038-04df4b14158f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:41:45.735 7 INFO cinder.api.openstack.wsgi [None req-43c7fb46-00cb-4750-848f-b8901cf06796 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:41:45.735 8 INFO cinder.api.openstack.wsgi [None req-10f265f5-6aba-4985-8038-04df4b14158f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:41:45.736 7 INFO cinder.api.openstack.wsgi [None req-43c7fb46-00cb-4750-848f-b8901cf06796 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:41:45.737 8 INFO cinder.api.openstack.wsgi [None req-10f265f5-6aba-4985-8038-04df4b14158f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:41:55.735 7 INFO cinder.api.openstack.wsgi [None req-43c7fb46-00cb-4750-848f-b8901cf06796 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:41:55.735 8 INFO cinder.api.openstack.wsgi [None req-10f265f5-6aba-4985-8038-04df4b14158f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:41:55.737 8 INFO cinder.api.openstack.wsgi [None req-10f265f5-6aba-4985-8038-04df4b14158f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:41:55.737 7 INFO cinder.api.openstack.wsgi [None req-43c7fb46-00cb-4750-848f-b8901cf06796 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:42:05.736 8 INFO cinder.api.openstack.wsgi [None req-10f265f5-6aba-4985-8038-04df4b14158f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:42:05.737 7 INFO cinder.api.openstack.wsgi [None req-43c7fb46-00cb-4750-848f-b8901cf06796 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:42:05.737 8 INFO cinder.api.openstack.wsgi [None req-10f265f5-6aba-4985-8038-04df4b14158f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:42:05.738 7 INFO cinder.api.openstack.wsgi [None req-43c7fb46-00cb-4750-848f-b8901cf06796 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:42:15.735 8 INFO cinder.api.openstack.wsgi [None req-10f265f5-6aba-4985-8038-04df4b14158f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:42:15.735 7 INFO cinder.api.openstack.wsgi [None req-43c7fb46-00cb-4750-848f-b8901cf06796 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:42:15.736 8 INFO cinder.api.openstack.wsgi [None req-10f265f5-6aba-4985-8038-04df4b14158f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:42:15.736 7 INFO cinder.api.openstack.wsgi [None req-43c7fb46-00cb-4750-848f-b8901cf06796 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:42:18.647 7 INFO cinder.api.openstack.wsgi [None req-5f2e100b-1a7d-4075-8a26-1cf79bc340a9 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 19:42:18.658 7 INFO cinder.volume.api [None req-5f2e100b-1a7d-4075-8a26-1cf79bc340a9 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 19:42:18.661 7 INFO cinder.api.openstack.wsgi [None req-5f2e100b-1a7d-4075-8a26-1cf79bc340a9 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 236/477] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 19:42:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 54 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:42:18.673 8 INFO cinder.api.openstack.wsgi [None req-8cf41044-af1e-4bde-9267-146aaa83e803 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 19:42:18.684 8 INFO cinder.volume.api [None req-8cf41044-af1e-4bde-9267-146aaa83e803 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 19:42:18.688 8 INFO cinder.api.openstack.wsgi [None req-8cf41044-af1e-4bde-9267-146aaa83e803 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 242/478] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 19:42:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:42:18.702 7 INFO cinder.api.openstack.wsgi [None req-f73b22fc-f0d6-41ec-8f3d-146cc67b378a 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true 2026-06-23 19:42:18.718 7 INFO cinder.api.openstack.wsgi [None req-f73b22fc-f0d6-41ec-8f3d-146cc67b378a 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 237/479] 10.0.0.98 () {28 vars in 694 bytes} [Tue Jun 23 19:42:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true => generated 670 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:42:18.735 8 INFO cinder.api.openstack.wsgi [None req-8deb291f-cd21-488b-be44-c9abb3e6f9ad 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true 2026-06-23 19:42:18.743 8 INFO cinder.volume.api [None req-8deb291f-cd21-488b-be44-c9abb3e6f9ad 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all snapshots completed successfully. 2026-06-23 19:42:18.744 8 INFO cinder.api.openstack.wsgi [None req-8deb291f-cd21-488b-be44-c9abb3e6f9ad 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 243/480] 10.0.0.98 () {28 vars in 672 bytes} [Tue Jun 23 19:42:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/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-06-23 19:42:18.762 7 INFO cinder.api.openstack.wsgi [None req-d35c1855-a970-4806-8181-d6c63d271084 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services 2026-06-23 19:42:18.772 7 INFO cinder.api.openstack.wsgi [None req-d35c1855-a970-4806-8181-d6c63d271084 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services returned with HTTP 200 [pid: 7|app: 0|req: 238/481] 10.0.0.98 () {28 vars in 643 bytes} [Tue Jun 23 19:42:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-services => generated 646 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:42:18.828 8 INFO cinder.api.openstack.wsgi [None req-c44ddf91-678a-4dce-b87e-b38cc9da873a 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true 2026-06-23 19:42:18.856 8 INFO cinder.api.openstack.wsgi [None req-c44ddf91-678a-4dce-b87e-b38cc9da873a 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 244/482] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:42:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true => generated 847 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:42:18.868 7 INFO cinder.api.openstack.wsgi [None req-8fdad42c-028c-4346-b95e-fd4cf5a233c7 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true 2026-06-23 19:42:18.895 7 INFO cinder.api.openstack.wsgi [None req-8fdad42c-028c-4346-b95e-fd4cf5a233c7 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 239/483] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:42:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true => generated 845 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:42:18.904 8 INFO cinder.api.openstack.wsgi [None req-16fbfcb0-1dd2-4d2a-b22b-998ac7a5c285 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true 2026-06-23 19:42:18.928 8 INFO cinder.api.openstack.wsgi [None req-16fbfcb0-1dd2-4d2a-b22b-998ac7a5c285 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 245/484] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:42:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true => generated 845 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:42:25.737 8 INFO cinder.api.openstack.wsgi [None req-16fbfcb0-1dd2-4d2a-b22b-998ac7a5c285 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:42:25.737 7 INFO cinder.api.openstack.wsgi [None req-8fdad42c-028c-4346-b95e-fd4cf5a233c7 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:42:25.738 8 INFO cinder.api.openstack.wsgi [None req-16fbfcb0-1dd2-4d2a-b22b-998ac7a5c285 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:42:25.738 7 INFO cinder.api.openstack.wsgi [None req-8fdad42c-028c-4346-b95e-fd4cf5a233c7 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:42:35.736 7 INFO cinder.api.openstack.wsgi [None req-8fdad42c-028c-4346-b95e-fd4cf5a233c7 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:42:35.736 8 INFO cinder.api.openstack.wsgi [None req-16fbfcb0-1dd2-4d2a-b22b-998ac7a5c285 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:42:35.737 7 INFO cinder.api.openstack.wsgi [None req-8fdad42c-028c-4346-b95e-fd4cf5a233c7 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:42:35.738 8 INFO cinder.api.openstack.wsgi [None req-16fbfcb0-1dd2-4d2a-b22b-998ac7a5c285 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:42:45.735 7 INFO cinder.api.openstack.wsgi [None req-8fdad42c-028c-4346-b95e-fd4cf5a233c7 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:42:45.736 8 INFO cinder.api.openstack.wsgi [None req-16fbfcb0-1dd2-4d2a-b22b-998ac7a5c285 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:42:45.736 7 INFO cinder.api.openstack.wsgi [None req-8fdad42c-028c-4346-b95e-fd4cf5a233c7 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:42:45.739 8 INFO cinder.api.openstack.wsgi [None req-16fbfcb0-1dd2-4d2a-b22b-998ac7a5c285 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:42:55.736 8 INFO cinder.api.openstack.wsgi [None req-16fbfcb0-1dd2-4d2a-b22b-998ac7a5c285 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:42:55.737 8 INFO cinder.api.openstack.wsgi [None req-16fbfcb0-1dd2-4d2a-b22b-998ac7a5c285 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:42:55.739 7 INFO cinder.api.openstack.wsgi [None req-8fdad42c-028c-4346-b95e-fd4cf5a233c7 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:42:55.740 7 INFO cinder.api.openstack.wsgi [None req-8fdad42c-028c-4346-b95e-fd4cf5a233c7 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:43:05.736 8 INFO cinder.api.openstack.wsgi [None req-16fbfcb0-1dd2-4d2a-b22b-998ac7a5c285 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:43:05.737 8 INFO cinder.api.openstack.wsgi [None req-16fbfcb0-1dd2-4d2a-b22b-998ac7a5c285 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:43:05.737 7 INFO cinder.api.openstack.wsgi [None req-8fdad42c-028c-4346-b95e-fd4cf5a233c7 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:43:05.738 7 INFO cinder.api.openstack.wsgi [None req-8fdad42c-028c-4346-b95e-fd4cf5a233c7 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:43:15.736 8 INFO cinder.api.openstack.wsgi [None req-16fbfcb0-1dd2-4d2a-b22b-998ac7a5c285 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:43:15.736 7 INFO cinder.api.openstack.wsgi [None req-8fdad42c-028c-4346-b95e-fd4cf5a233c7 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:43:15.737 8 INFO cinder.api.openstack.wsgi [None req-16fbfcb0-1dd2-4d2a-b22b-998ac7a5c285 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:43:15.737 7 INFO cinder.api.openstack.wsgi [None req-8fdad42c-028c-4346-b95e-fd4cf5a233c7 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:43:18.665 8 INFO cinder.api.openstack.wsgi [None req-00253d23-f556-47cf-849a-54d6e25ecde0 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 19:43:18.675 8 INFO cinder.volume.api [None req-00253d23-f556-47cf-849a-54d6e25ecde0 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 19:43:18.677 8 INFO cinder.api.openstack.wsgi [None req-00253d23-f556-47cf-849a-54d6e25ecde0 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 252/497] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 19:43:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 62 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:43:18.689 7 INFO cinder.api.openstack.wsgi [None req-774f88c7-9473-4114-b625-930a6ad7b123 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true 2026-06-23 19:43:18.703 7 INFO cinder.api.openstack.wsgi [None req-774f88c7-9473-4114-b625-930a6ad7b123 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 246/498] 10.0.0.98 () {28 vars in 694 bytes} [Tue Jun 23 19:43:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true => generated 670 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:43:18.751 8 INFO cinder.api.openstack.wsgi [None req-5851a420-420b-4dd1-b565-e2cc22f09251 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true 2026-06-23 19:43:18.782 8 INFO cinder.api.openstack.wsgi [None req-5851a420-420b-4dd1-b565-e2cc22f09251 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 253/499] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:43:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true => generated 847 bytes in 42 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:43:18.796 7 INFO cinder.api.openstack.wsgi [None req-805cbc0d-c46f-49dd-8d10-c2731fc71bdf 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true 2026-06-23 19:43:18.827 7 INFO cinder.api.openstack.wsgi [None req-805cbc0d-c46f-49dd-8d10-c2731fc71bdf 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 247/500] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:43:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true => generated 845 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:43:18.839 8 INFO cinder.api.openstack.wsgi [None req-b57c4e1a-a087-4954-8a69-2ead7a2141d2 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true 2026-06-23 19:43:18.867 8 INFO cinder.api.openstack.wsgi [None req-b57c4e1a-a087-4954-8a69-2ead7a2141d2 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 254/501] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:43:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true => generated 845 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:43:18.879 7 INFO cinder.api.openstack.wsgi [None req-6a216c5c-c795-442b-a721-7efe678a5b2b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true 2026-06-23 19:43:18.887 7 INFO cinder.volume.api [None req-6a216c5c-c795-442b-a721-7efe678a5b2b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all snapshots completed successfully. 2026-06-23 19:43:18.888 7 INFO cinder.api.openstack.wsgi [None req-6a216c5c-c795-442b-a721-7efe678a5b2b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 248/502] 10.0.0.98 () {28 vars in 672 bytes} [Tue Jun 23 19:43:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true => generated 17 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:43:18.901 8 INFO cinder.api.openstack.wsgi [None req-60131b91-2f1a-4cd0-a1c5-d85323da1448 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services 2026-06-23 19:43:18.914 8 INFO cinder.api.openstack.wsgi [None req-60131b91-2f1a-4cd0-a1c5-d85323da1448 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services returned with HTTP 200 [pid: 8|app: 0|req: 255/503] 10.0.0.98 () {28 vars in 643 bytes} [Tue Jun 23 19:43:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-services => generated 646 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:43:18.924 7 INFO cinder.api.openstack.wsgi [None req-fb047932-b3c2-4521-ac79-3c7fc11b8f2a 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 19:43:18.934 7 INFO cinder.volume.api [None req-fb047932-b3c2-4521-ac79-3c7fc11b8f2a 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 19:43:18.936 7 INFO cinder.api.openstack.wsgi [None req-fb047932-b3c2-4521-ac79-3c7fc11b8f2a 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 249/504] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 19:43:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:43:25.735 7 INFO cinder.api.openstack.wsgi [None req-fb047932-b3c2-4521-ac79-3c7fc11b8f2a 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:43:25.735 8 INFO cinder.api.openstack.wsgi [None req-60131b91-2f1a-4cd0-a1c5-d85323da1448 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:43:25.736 7 INFO cinder.api.openstack.wsgi [None req-fb047932-b3c2-4521-ac79-3c7fc11b8f2a 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:43:25.738 8 INFO cinder.api.openstack.wsgi [None req-60131b91-2f1a-4cd0-a1c5-d85323da1448 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:43:35.735 8 INFO cinder.api.openstack.wsgi [None req-60131b91-2f1a-4cd0-a1c5-d85323da1448 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:43:35.736 7 INFO cinder.api.openstack.wsgi [None req-fb047932-b3c2-4521-ac79-3c7fc11b8f2a 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:43:35.736 8 INFO cinder.api.openstack.wsgi [None req-60131b91-2f1a-4cd0-a1c5-d85323da1448 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:43:35.737 7 INFO cinder.api.openstack.wsgi [None req-fb047932-b3c2-4521-ac79-3c7fc11b8f2a 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:43:45.735 7 INFO cinder.api.openstack.wsgi [None req-fb047932-b3c2-4521-ac79-3c7fc11b8f2a 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:43:45.736 8 INFO cinder.api.openstack.wsgi [None req-60131b91-2f1a-4cd0-a1c5-d85323da1448 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:43:45.736 7 INFO cinder.api.openstack.wsgi [None req-fb047932-b3c2-4521-ac79-3c7fc11b8f2a 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:43:45.737 8 INFO cinder.api.openstack.wsgi [None req-60131b91-2f1a-4cd0-a1c5-d85323da1448 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:43:55.735 8 INFO cinder.api.openstack.wsgi [None req-60131b91-2f1a-4cd0-a1c5-d85323da1448 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:43:55.736 7 INFO cinder.api.openstack.wsgi [None req-fb047932-b3c2-4521-ac79-3c7fc11b8f2a 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:43:55.736 8 INFO cinder.api.openstack.wsgi [None req-60131b91-2f1a-4cd0-a1c5-d85323da1448 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:43:55.737 7 INFO cinder.api.openstack.wsgi [None req-fb047932-b3c2-4521-ac79-3c7fc11b8f2a 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:44:05.735 7 INFO cinder.api.openstack.wsgi [None req-fb047932-b3c2-4521-ac79-3c7fc11b8f2a 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:44:05.737 7 INFO cinder.api.openstack.wsgi [None req-fb047932-b3c2-4521-ac79-3c7fc11b8f2a 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:44:05.738 8 INFO cinder.api.openstack.wsgi [None req-60131b91-2f1a-4cd0-a1c5-d85323da1448 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:44:05.739 8 INFO cinder.api.openstack.wsgi [None req-60131b91-2f1a-4cd0-a1c5-d85323da1448 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:44:15.735 7 INFO cinder.api.openstack.wsgi [None req-fb047932-b3c2-4521-ac79-3c7fc11b8f2a 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:44:15.735 8 INFO cinder.api.openstack.wsgi [None req-60131b91-2f1a-4cd0-a1c5-d85323da1448 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:44:15.736 7 INFO cinder.api.openstack.wsgi [None req-fb047932-b3c2-4521-ac79-3c7fc11b8f2a 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:44:15.737 8 INFO cinder.api.openstack.wsgi [None req-60131b91-2f1a-4cd0-a1c5-d85323da1448 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:44:18.656 7 INFO cinder.api.openstack.wsgi [None req-5e39343e-cc96-46af-98d3-719936feb005 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true 2026-06-23 19:44:18.671 7 INFO cinder.api.openstack.wsgi [None req-5e39343e-cc96-46af-98d3-719936feb005 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 256/517] 10.0.0.98 () {28 vars in 694 bytes} [Tue Jun 23 19:44:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true => generated 670 bytes in 66 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:44:18.679 8 INFO cinder.api.openstack.wsgi [None req-64064d8e-b7cd-4506-b64f-104818978661 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 19:44:18.690 8 INFO cinder.volume.api [None req-64064d8e-b7cd-4506-b64f-104818978661 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 19:44:18.692 8 INFO cinder.api.openstack.wsgi [None req-64064d8e-b7cd-4506-b64f-104818978661 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 262/518] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 19:44:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:44:18.749 7 INFO cinder.api.openstack.wsgi [None req-bd2a31b2-3e1b-4755-ba5b-c3f9082162c7 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true 2026-06-23 19:44:18.779 7 INFO cinder.api.openstack.wsgi [None req-bd2a31b2-3e1b-4755-ba5b-c3f9082162c7 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 257/519] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:44:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true => generated 847 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:44:18.788 8 INFO cinder.api.openstack.wsgi [None req-a8d8ab73-d26a-461f-a1c8-fd46c733d34b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true 2026-06-23 19:44:18.808 8 INFO cinder.api.openstack.wsgi [None req-a8d8ab73-d26a-461f-a1c8-fd46c733d34b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 263/520] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:44:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true => generated 845 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:44:18.824 7 INFO cinder.api.openstack.wsgi [None req-f4b0e058-1c25-4120-8a53-4268ff79f148 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true 2026-06-23 19:44:18.857 7 INFO cinder.api.openstack.wsgi [None req-f4b0e058-1c25-4120-8a53-4268ff79f148 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 258/521] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:44:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true => generated 845 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:44:18.876 8 INFO cinder.api.openstack.wsgi [None req-1cc0bc1d-ade2-4e12-a54d-cffab7aff734 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true 2026-06-23 19:44:18.882 8 INFO cinder.volume.api [None req-1cc0bc1d-ade2-4e12-a54d-cffab7aff734 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all snapshots completed successfully. 2026-06-23 19:44:18.882 8 INFO cinder.api.openstack.wsgi [None req-1cc0bc1d-ade2-4e12-a54d-cffab7aff734 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 264/522] 10.0.0.98 () {28 vars in 672 bytes} [Tue Jun 23 19:44:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true => generated 17 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:44:18.900 7 INFO cinder.api.openstack.wsgi [None req-4b3309d4-e058-4e9c-a534-f80e9a4f7f32 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services 2026-06-23 19:44:18.905 7 INFO cinder.api.openstack.wsgi [None req-4b3309d4-e058-4e9c-a534-f80e9a4f7f32 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services returned with HTTP 200 [pid: 7|app: 0|req: 259/523] 10.0.0.98 () {28 vars in 643 bytes} [Tue Jun 23 19:44:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-services => generated 646 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:44:18.916 8 INFO cinder.api.openstack.wsgi [None req-c43cd79d-ba09-4406-8d5b-9745ecc56825 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 19:44:18.925 8 INFO cinder.volume.api [None req-c43cd79d-ba09-4406-8d5b-9745ecc56825 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 19:44:18.928 8 INFO cinder.api.openstack.wsgi [None req-c43cd79d-ba09-4406-8d5b-9745ecc56825 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 265/524] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 19:44:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:44:25.735 7 INFO cinder.api.openstack.wsgi [None req-4b3309d4-e058-4e9c-a534-f80e9a4f7f32 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:44:25.735 8 INFO cinder.api.openstack.wsgi [None req-c43cd79d-ba09-4406-8d5b-9745ecc56825 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:44:25.736 7 INFO cinder.api.openstack.wsgi [None req-4b3309d4-e058-4e9c-a534-f80e9a4f7f32 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:44:25.737 8 INFO cinder.api.openstack.wsgi [None req-c43cd79d-ba09-4406-8d5b-9745ecc56825 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:44:35.736 7 INFO cinder.api.openstack.wsgi [None req-4b3309d4-e058-4e9c-a534-f80e9a4f7f32 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:44:35.736 8 INFO cinder.api.openstack.wsgi [None req-c43cd79d-ba09-4406-8d5b-9745ecc56825 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:44:35.737 7 INFO cinder.api.openstack.wsgi [None req-4b3309d4-e058-4e9c-a534-f80e9a4f7f32 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:44:35.737 8 INFO cinder.api.openstack.wsgi [None req-c43cd79d-ba09-4406-8d5b-9745ecc56825 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:44:45.735 8 INFO cinder.api.openstack.wsgi [None req-c43cd79d-ba09-4406-8d5b-9745ecc56825 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:44:45.735 7 INFO cinder.api.openstack.wsgi [None req-4b3309d4-e058-4e9c-a534-f80e9a4f7f32 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:44:45.736 8 INFO cinder.api.openstack.wsgi [None req-c43cd79d-ba09-4406-8d5b-9745ecc56825 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:44:45.736 7 INFO cinder.api.openstack.wsgi [None req-4b3309d4-e058-4e9c-a534-f80e9a4f7f32 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:44:55.735 8 INFO cinder.api.openstack.wsgi [None req-c43cd79d-ba09-4406-8d5b-9745ecc56825 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:44:55.737 8 INFO cinder.api.openstack.wsgi [None req-c43cd79d-ba09-4406-8d5b-9745ecc56825 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:44:55.741 7 INFO cinder.api.openstack.wsgi [None req-4b3309d4-e058-4e9c-a534-f80e9a4f7f32 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:44:55.747 7 INFO cinder.api.openstack.wsgi [None req-4b3309d4-e058-4e9c-a534-f80e9a4f7f32 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:45:05.736 7 INFO cinder.api.openstack.wsgi [None req-4b3309d4-e058-4e9c-a534-f80e9a4f7f32 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:45:05.736 8 INFO cinder.api.openstack.wsgi [None req-c43cd79d-ba09-4406-8d5b-9745ecc56825 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:45:05.738 8 INFO cinder.api.openstack.wsgi [None req-c43cd79d-ba09-4406-8d5b-9745ecc56825 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:45:05.738 7 INFO cinder.api.openstack.wsgi [None req-4b3309d4-e058-4e9c-a534-f80e9a4f7f32 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:45:15.736 8 INFO cinder.api.openstack.wsgi [None req-c43cd79d-ba09-4406-8d5b-9745ecc56825 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:45:15.736 7 INFO cinder.api.openstack.wsgi [None req-4b3309d4-e058-4e9c-a534-f80e9a4f7f32 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:45:15.737 7 INFO cinder.api.openstack.wsgi [None req-4b3309d4-e058-4e9c-a534-f80e9a4f7f32 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:45:15.737 8 INFO cinder.api.openstack.wsgi [None req-c43cd79d-ba09-4406-8d5b-9745ecc56825 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:45:18.631 7 INFO cinder.api.openstack.wsgi [None req-d5642810-b2b1-4565-99e3-040a8c9adb90 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 19:45:18.642 7 INFO cinder.volume.api [None req-d5642810-b2b1-4565-99e3-040a8c9adb90 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 19:45:18.645 7 INFO cinder.api.openstack.wsgi [None req-d5642810-b2b1-4565-99e3-040a8c9adb90 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 266/537] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 19:45:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 57 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:45:18.658 8 INFO cinder.api.openstack.wsgi [None req-a8cd9450-5f6b-4208-a600-9cdaa19fe8a9 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 19:45:18.668 8 INFO cinder.volume.api [None req-a8cd9450-5f6b-4208-a600-9cdaa19fe8a9 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 19:45:18.671 8 INFO cinder.api.openstack.wsgi [None req-a8cd9450-5f6b-4208-a600-9cdaa19fe8a9 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 272/538] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 19:45:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:45:18.682 7 INFO cinder.api.openstack.wsgi [None req-7690814a-324a-4d5f-9ed9-daefb37b15c6 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true 2026-06-23 19:45:18.698 7 INFO cinder.api.openstack.wsgi [None req-7690814a-324a-4d5f-9ed9-daefb37b15c6 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 267/539] 10.0.0.98 () {28 vars in 694 bytes} [Tue Jun 23 19:45:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true => generated 670 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:45:18.747 8 INFO cinder.api.openstack.wsgi [None req-df94ab32-0f48-4826-a5bb-c1927470e859 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true 2026-06-23 19:45:18.776 8 INFO cinder.api.openstack.wsgi [None req-df94ab32-0f48-4826-a5bb-c1927470e859 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 273/540] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:45:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true => generated 847 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:45:18.792 7 INFO cinder.api.openstack.wsgi [None req-40a07246-6cb1-49ef-98bf-3c98c0deb119 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true 2026-06-23 19:45:18.819 7 INFO cinder.api.openstack.wsgi [None req-40a07246-6cb1-49ef-98bf-3c98c0deb119 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 268/541] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:45:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true => generated 845 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:45:18.832 8 INFO cinder.api.openstack.wsgi [None req-d2c32106-4721-4662-8b58-b19e0de13566 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true 2026-06-23 19:45:18.856 8 INFO cinder.api.openstack.wsgi [None req-d2c32106-4721-4662-8b58-b19e0de13566 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 274/542] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:45:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true => generated 845 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:45:18.871 7 INFO cinder.api.openstack.wsgi [None req-76374f79-4d38-4abb-9ce2-0b8edbfb3ea8 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true 2026-06-23 19:45:18.881 7 INFO cinder.volume.api [None req-76374f79-4d38-4abb-9ce2-0b8edbfb3ea8 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all snapshots completed successfully. 2026-06-23 19:45:18.882 7 INFO cinder.api.openstack.wsgi [None req-76374f79-4d38-4abb-9ce2-0b8edbfb3ea8 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 269/543] 10.0.0.98 () {28 vars in 672 bytes} [Tue Jun 23 19:45:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true => generated 17 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:45:18.898 8 INFO cinder.api.openstack.wsgi [None req-64718c30-9799-4f9f-a9ce-f9aaadc523f6 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services 2026-06-23 19:45:18.905 8 INFO cinder.api.openstack.wsgi [None req-64718c30-9799-4f9f-a9ce-f9aaadc523f6 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services returned with HTTP 200 [pid: 8|app: 0|req: 275/544] 10.0.0.98 () {28 vars in 643 bytes} [Tue Jun 23 19:45:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-services => generated 646 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:45:25.736 8 INFO cinder.api.openstack.wsgi [None req-64718c30-9799-4f9f-a9ce-f9aaadc523f6 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:45:25.736 7 INFO cinder.api.openstack.wsgi [None req-76374f79-4d38-4abb-9ce2-0b8edbfb3ea8 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:45:25.737 7 INFO cinder.api.openstack.wsgi [None req-76374f79-4d38-4abb-9ce2-0b8edbfb3ea8 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:45:25.737 8 INFO cinder.api.openstack.wsgi [None req-64718c30-9799-4f9f-a9ce-f9aaadc523f6 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:45:35.735 7 INFO cinder.api.openstack.wsgi [None req-76374f79-4d38-4abb-9ce2-0b8edbfb3ea8 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:45:35.735 8 INFO cinder.api.openstack.wsgi [None req-64718c30-9799-4f9f-a9ce-f9aaadc523f6 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:45:35.736 7 INFO cinder.api.openstack.wsgi [None req-76374f79-4d38-4abb-9ce2-0b8edbfb3ea8 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:45:35.737 8 INFO cinder.api.openstack.wsgi [None req-64718c30-9799-4f9f-a9ce-f9aaadc523f6 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:45:45.736 7 INFO cinder.api.openstack.wsgi [None req-76374f79-4d38-4abb-9ce2-0b8edbfb3ea8 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:45:45.736 8 INFO cinder.api.openstack.wsgi [None req-64718c30-9799-4f9f-a9ce-f9aaadc523f6 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:45:45.737 7 INFO cinder.api.openstack.wsgi [None req-76374f79-4d38-4abb-9ce2-0b8edbfb3ea8 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:45:45.738 8 INFO cinder.api.openstack.wsgi [None req-64718c30-9799-4f9f-a9ce-f9aaadc523f6 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:45:55.736 8 INFO cinder.api.openstack.wsgi [None req-64718c30-9799-4f9f-a9ce-f9aaadc523f6 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:45:55.736 7 INFO cinder.api.openstack.wsgi [None req-76374f79-4d38-4abb-9ce2-0b8edbfb3ea8 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:45:55.737 8 INFO cinder.api.openstack.wsgi [None req-64718c30-9799-4f9f-a9ce-f9aaadc523f6 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:45:55.737 7 INFO cinder.api.openstack.wsgi [None req-76374f79-4d38-4abb-9ce2-0b8edbfb3ea8 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:46:05.736 8 INFO cinder.api.openstack.wsgi [None req-64718c30-9799-4f9f-a9ce-f9aaadc523f6 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:46:05.736 7 INFO cinder.api.openstack.wsgi [None req-76374f79-4d38-4abb-9ce2-0b8edbfb3ea8 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:46:05.737 8 INFO cinder.api.openstack.wsgi [None req-64718c30-9799-4f9f-a9ce-f9aaadc523f6 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:46:05.737 7 INFO cinder.api.openstack.wsgi [None req-76374f79-4d38-4abb-9ce2-0b8edbfb3ea8 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:46:15.736 7 INFO cinder.api.openstack.wsgi [None req-76374f79-4d38-4abb-9ce2-0b8edbfb3ea8 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:46:15.736 8 INFO cinder.api.openstack.wsgi [None req-64718c30-9799-4f9f-a9ce-f9aaadc523f6 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:46:15.737 7 INFO cinder.api.openstack.wsgi [None req-76374f79-4d38-4abb-9ce2-0b8edbfb3ea8 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:46:15.737 8 INFO cinder.api.openstack.wsgi [None req-64718c30-9799-4f9f-a9ce-f9aaadc523f6 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:46:18.716 7 INFO cinder.api.openstack.wsgi [None req-c4bf783d-9ed5-43ed-8831-80a0c591aba6 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 19:46:18.731 7 INFO cinder.volume.api [None req-c4bf783d-9ed5-43ed-8831-80a0c591aba6 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 19:46:18.734 7 INFO cinder.api.openstack.wsgi [None req-c4bf783d-9ed5-43ed-8831-80a0c591aba6 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 276/557] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 19:46:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 87 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:46:18.746 8 INFO cinder.api.openstack.wsgi [None req-9881976a-bebc-411c-bd81-cbd48b6ca853 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 19:46:18.758 8 INFO cinder.volume.api [None req-9881976a-bebc-411c-bd81-cbd48b6ca853 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 19:46:18.761 8 INFO cinder.api.openstack.wsgi [None req-9881976a-bebc-411c-bd81-cbd48b6ca853 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 282/558] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 19:46:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:46:18.815 7 INFO cinder.api.openstack.wsgi [None req-f6ca7ff3-4c18-497d-bbe0-1818072dda9c 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true 2026-06-23 19:46:18.857 7 INFO cinder.api.openstack.wsgi [None req-f6ca7ff3-4c18-497d-bbe0-1818072dda9c 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 277/559] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:46:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true => generated 847 bytes in 51 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:46:18.866 8 INFO cinder.api.openstack.wsgi [None req-9775c538-11c5-4b38-a800-1cb4e316681e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true 2026-06-23 19:46:18.900 8 INFO cinder.api.openstack.wsgi [None req-9775c538-11c5-4b38-a800-1cb4e316681e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 283/560] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:46:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true => generated 845 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:46:18.913 7 INFO cinder.api.openstack.wsgi [None req-5b25d51d-3dfa-4b70-98e5-3d7ad736892f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true 2026-06-23 19:46:18.948 7 INFO cinder.api.openstack.wsgi [None req-5b25d51d-3dfa-4b70-98e5-3d7ad736892f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 278/561] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:46:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true => generated 845 bytes in 45 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:46:18.960 8 INFO cinder.api.openstack.wsgi [None req-9823ef23-1974-48fc-bf9e-93a7824c3916 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true 2026-06-23 19:46:18.967 8 INFO cinder.volume.api [None req-9823ef23-1974-48fc-bf9e-93a7824c3916 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all snapshots completed successfully. 2026-06-23 19:46:18.967 8 INFO cinder.api.openstack.wsgi [None req-9823ef23-1974-48fc-bf9e-93a7824c3916 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 284/562] 10.0.0.98 () {28 vars in 672 bytes} [Tue Jun 23 19:46:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true => generated 17 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:46:18.977 7 INFO cinder.api.openstack.wsgi [None req-751ad1a3-c4ca-498f-b1d8-02b3f5c61b04 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services 2026-06-23 19:46:18.983 7 INFO cinder.api.openstack.wsgi [None req-751ad1a3-c4ca-498f-b1d8-02b3f5c61b04 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services returned with HTTP 200 [pid: 7|app: 0|req: 279/563] 10.0.0.98 () {28 vars in 643 bytes} [Tue Jun 23 19:46:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-services => generated 646 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:46:18.996 8 INFO cinder.api.openstack.wsgi [None req-03d1d309-d53d-48eb-a2a5-554af2f7e29d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true 2026-06-23 19:46:19.010 8 INFO cinder.api.openstack.wsgi [None req-03d1d309-d53d-48eb-a2a5-554af2f7e29d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 285/564] 10.0.0.98 () {28 vars in 694 bytes} [Tue Jun 23 19:46:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true => generated 670 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:46:25.735 8 INFO cinder.api.openstack.wsgi [None req-03d1d309-d53d-48eb-a2a5-554af2f7e29d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:46:25.735 7 INFO cinder.api.openstack.wsgi [None req-751ad1a3-c4ca-498f-b1d8-02b3f5c61b04 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:46:25.737 8 INFO cinder.api.openstack.wsgi [None req-03d1d309-d53d-48eb-a2a5-554af2f7e29d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:46:25.737 7 INFO cinder.api.openstack.wsgi [None req-751ad1a3-c4ca-498f-b1d8-02b3f5c61b04 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:46:35.736 8 INFO cinder.api.openstack.wsgi [None req-03d1d309-d53d-48eb-a2a5-554af2f7e29d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:46:35.736 7 INFO cinder.api.openstack.wsgi [None req-751ad1a3-c4ca-498f-b1d8-02b3f5c61b04 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:46:35.737 8 INFO cinder.api.openstack.wsgi [None req-03d1d309-d53d-48eb-a2a5-554af2f7e29d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:46:35.738 7 INFO cinder.api.openstack.wsgi [None req-751ad1a3-c4ca-498f-b1d8-02b3f5c61b04 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:46:45.736 7 INFO cinder.api.openstack.wsgi [None req-751ad1a3-c4ca-498f-b1d8-02b3f5c61b04 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:46:45.736 8 INFO cinder.api.openstack.wsgi [None req-03d1d309-d53d-48eb-a2a5-554af2f7e29d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:46:45.737 7 INFO cinder.api.openstack.wsgi [None req-751ad1a3-c4ca-498f-b1d8-02b3f5c61b04 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:46:45.737 8 INFO cinder.api.openstack.wsgi [None req-03d1d309-d53d-48eb-a2a5-554af2f7e29d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:46:55.736 7 INFO cinder.api.openstack.wsgi [None req-751ad1a3-c4ca-498f-b1d8-02b3f5c61b04 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:46:55.736 8 INFO cinder.api.openstack.wsgi [None req-03d1d309-d53d-48eb-a2a5-554af2f7e29d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:46:55.737 7 INFO cinder.api.openstack.wsgi [None req-751ad1a3-c4ca-498f-b1d8-02b3f5c61b04 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:46:55.738 8 INFO cinder.api.openstack.wsgi [None req-03d1d309-d53d-48eb-a2a5-554af2f7e29d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:47:05.736 7 INFO cinder.api.openstack.wsgi [None req-751ad1a3-c4ca-498f-b1d8-02b3f5c61b04 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:47:05.736 8 INFO cinder.api.openstack.wsgi [None req-03d1d309-d53d-48eb-a2a5-554af2f7e29d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:47:05.737 8 INFO cinder.api.openstack.wsgi [None req-03d1d309-d53d-48eb-a2a5-554af2f7e29d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:47:05.737 7 INFO cinder.api.openstack.wsgi [None req-751ad1a3-c4ca-498f-b1d8-02b3f5c61b04 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:47:15.735 7 INFO cinder.api.openstack.wsgi [None req-751ad1a3-c4ca-498f-b1d8-02b3f5c61b04 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:47:15.735 8 INFO cinder.api.openstack.wsgi [None req-03d1d309-d53d-48eb-a2a5-554af2f7e29d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:47:15.737 7 INFO cinder.api.openstack.wsgi [None req-751ad1a3-c4ca-498f-b1d8-02b3f5c61b04 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:47:15.737 8 INFO cinder.api.openstack.wsgi [None req-03d1d309-d53d-48eb-a2a5-554af2f7e29d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:47:18.759 7 INFO cinder.api.openstack.wsgi [None req-79cef777-0b61-4a44-95b9-fc323fb80286 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true 2026-06-23 19:47:18.783 7 INFO cinder.api.openstack.wsgi [None req-79cef777-0b61-4a44-95b9-fc323fb80286 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 286/577] 10.0.0.98 () {28 vars in 694 bytes} [Tue Jun 23 19:47:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true => generated 670 bytes in 174 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:47:18.831 8 INFO cinder.api.openstack.wsgi [None req-2fd49fbe-4b09-4502-9c91-502e3d7bda34 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true 2026-06-23 19:47:18.862 8 INFO cinder.api.openstack.wsgi [None req-2fd49fbe-4b09-4502-9c91-502e3d7bda34 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 292/578] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:47:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true => generated 847 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:47:18.876 7 INFO cinder.api.openstack.wsgi [None req-e749a553-bed1-45e7-9938-a14bb9c3b623 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true 2026-06-23 19:47:18.919 7 INFO cinder.api.openstack.wsgi [None req-e749a553-bed1-45e7-9938-a14bb9c3b623 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 287/579] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:47:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true => generated 845 bytes in 52 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:47:18.935 8 INFO cinder.api.openstack.wsgi [None req-eaa6ab58-db77-4c9c-a80b-f07c955eb72f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true 2026-06-23 19:47:18.973 8 INFO cinder.api.openstack.wsgi [None req-eaa6ab58-db77-4c9c-a80b-f07c955eb72f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 293/580] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:47:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true => generated 845 bytes in 50 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:47:18.984 7 INFO cinder.api.openstack.wsgi [None req-dcc75437-a03e-4c5c-8cfd-c7addc59431c 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 19:47:19.000 7 INFO cinder.volume.api [None req-dcc75437-a03e-4c5c-8cfd-c7addc59431c 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 19:47:19.003 7 INFO cinder.api.openstack.wsgi [None req-dcc75437-a03e-4c5c-8cfd-c7addc59431c 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 288/581] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 19:47:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:47:19.018 8 INFO cinder.api.openstack.wsgi [None req-5c774cbf-4957-4b97-ad0b-619e9990c81a 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 19:47:19.030 8 INFO cinder.volume.api [None req-5c774cbf-4957-4b97-ad0b-619e9990c81a 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 19:47:19.032 8 INFO cinder.api.openstack.wsgi [None req-5c774cbf-4957-4b97-ad0b-619e9990c81a 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 294/582] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 19:47:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:47:19.042 7 INFO cinder.api.openstack.wsgi [None req-2d57dbdd-cfa9-4a82-a59c-79d970694a97 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true 2026-06-23 19:47:19.052 7 INFO cinder.volume.api [None req-2d57dbdd-cfa9-4a82-a59c-79d970694a97 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all snapshots completed successfully. 2026-06-23 19:47:19.053 7 INFO cinder.api.openstack.wsgi [None req-2d57dbdd-cfa9-4a82-a59c-79d970694a97 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 289/583] 10.0.0.98 () {28 vars in 672 bytes} [Tue Jun 23 19:47:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true => generated 17 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:47:19.067 8 INFO cinder.api.openstack.wsgi [None req-1907dca2-bbde-42f2-b7be-7af35abd3508 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services 2026-06-23 19:47:19.072 8 INFO cinder.api.openstack.wsgi [None req-1907dca2-bbde-42f2-b7be-7af35abd3508 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services returned with HTTP 200 [pid: 8|app: 0|req: 295/584] 10.0.0.98 () {28 vars in 643 bytes} [Tue Jun 23 19:47:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-services => generated 646 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:47:25.735 7 INFO cinder.api.openstack.wsgi [None req-2d57dbdd-cfa9-4a82-a59c-79d970694a97 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:47:25.735 8 INFO cinder.api.openstack.wsgi [None req-1907dca2-bbde-42f2-b7be-7af35abd3508 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:47:25.737 7 INFO cinder.api.openstack.wsgi [None req-2d57dbdd-cfa9-4a82-a59c-79d970694a97 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:47:25.737 8 INFO cinder.api.openstack.wsgi [None req-1907dca2-bbde-42f2-b7be-7af35abd3508 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:47:35.735 8 INFO cinder.api.openstack.wsgi [None req-1907dca2-bbde-42f2-b7be-7af35abd3508 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:47:35.736 8 INFO cinder.api.openstack.wsgi [None req-1907dca2-bbde-42f2-b7be-7af35abd3508 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:47:35.736 7 INFO cinder.api.openstack.wsgi [None req-2d57dbdd-cfa9-4a82-a59c-79d970694a97 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:47:35.737 7 INFO cinder.api.openstack.wsgi [None req-2d57dbdd-cfa9-4a82-a59c-79d970694a97 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:47:45.735 7 INFO cinder.api.openstack.wsgi [None req-2d57dbdd-cfa9-4a82-a59c-79d970694a97 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:47:45.735 8 INFO cinder.api.openstack.wsgi [None req-1907dca2-bbde-42f2-b7be-7af35abd3508 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:47:45.736 7 INFO cinder.api.openstack.wsgi [None req-2d57dbdd-cfa9-4a82-a59c-79d970694a97 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:47:45.736 8 INFO cinder.api.openstack.wsgi [None req-1907dca2-bbde-42f2-b7be-7af35abd3508 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:47:55.735 7 INFO cinder.api.openstack.wsgi [None req-2d57dbdd-cfa9-4a82-a59c-79d970694a97 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:47:55.736 8 INFO cinder.api.openstack.wsgi [None req-1907dca2-bbde-42f2-b7be-7af35abd3508 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:47:55.736 7 INFO cinder.api.openstack.wsgi [None req-2d57dbdd-cfa9-4a82-a59c-79d970694a97 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:47:55.737 8 INFO cinder.api.openstack.wsgi [None req-1907dca2-bbde-42f2-b7be-7af35abd3508 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:48:05.736 7 INFO cinder.api.openstack.wsgi [None req-2d57dbdd-cfa9-4a82-a59c-79d970694a97 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:48:05.737 7 INFO cinder.api.openstack.wsgi [None req-2d57dbdd-cfa9-4a82-a59c-79d970694a97 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:48:05.736 8 INFO cinder.api.openstack.wsgi [None req-1907dca2-bbde-42f2-b7be-7af35abd3508 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:48:05.738 8 INFO cinder.api.openstack.wsgi [None req-1907dca2-bbde-42f2-b7be-7af35abd3508 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:48:15.736 7 INFO cinder.api.openstack.wsgi [None req-2d57dbdd-cfa9-4a82-a59c-79d970694a97 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:48:15.736 8 INFO cinder.api.openstack.wsgi [None req-1907dca2-bbde-42f2-b7be-7af35abd3508 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:48:15.737 7 INFO cinder.api.openstack.wsgi [None req-2d57dbdd-cfa9-4a82-a59c-79d970694a97 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:48:15.737 8 INFO cinder.api.openstack.wsgi [None req-1907dca2-bbde-42f2-b7be-7af35abd3508 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:48:18.658 8 INFO cinder.api.openstack.wsgi [None req-f776ffd1-a17d-4842-9324-19c3b0a0fb96 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 19:48:18.668 8 INFO cinder.volume.api [None req-f776ffd1-a17d-4842-9324-19c3b0a0fb96 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 19:48:18.669 8 INFO cinder.api.openstack.wsgi [None req-f776ffd1-a17d-4842-9324-19c3b0a0fb96 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 302/597] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 19:48:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 59 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:48:18.685 7 INFO cinder.api.openstack.wsgi [None req-6cf3b51c-15a5-4c4f-96d9-32cf2ac71e41 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services 2026-06-23 19:48:18.704 7 INFO cinder.api.openstack.wsgi [None req-6cf3b51c-15a5-4c4f-96d9-32cf2ac71e41 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services returned with HTTP 200 [pid: 7|app: 0|req: 296/598] 10.0.0.98 () {28 vars in 643 bytes} [Tue Jun 23 19:48:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-services => generated 646 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:48:18.750 8 INFO cinder.api.openstack.wsgi [None req-259ef9cb-2fab-4895-9f8f-69df8f042f2b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true 2026-06-23 19:48:18.772 8 INFO cinder.api.openstack.wsgi [None req-259ef9cb-2fab-4895-9f8f-69df8f042f2b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 303/599] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:48:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true => generated 847 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:48:18.783 7 INFO cinder.api.openstack.wsgi [None req-9853bb30-961d-4513-8dd6-c81b17809347 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true 2026-06-23 19:48:18.818 7 INFO cinder.api.openstack.wsgi [None req-9853bb30-961d-4513-8dd6-c81b17809347 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 297/600] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:48:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true => generated 845 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:48:18.835 8 INFO cinder.api.openstack.wsgi [None req-8c64ccee-3d77-453d-b9e1-4556aa5dac50 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true 2026-06-23 19:48:18.856 8 INFO cinder.api.openstack.wsgi [None req-8c64ccee-3d77-453d-b9e1-4556aa5dac50 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 304/601] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:48:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true => generated 845 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:48:18.868 7 INFO cinder.api.openstack.wsgi [None req-12b6bb4b-d2d8-47c5-8062-573586c64e19 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 19:48:18.878 7 INFO cinder.volume.api [None req-12b6bb4b-d2d8-47c5-8062-573586c64e19 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 19:48:18.880 7 INFO cinder.api.openstack.wsgi [None req-12b6bb4b-d2d8-47c5-8062-573586c64e19 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 298/602] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 19:48:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:48:18.894 8 INFO cinder.api.openstack.wsgi [None req-ba2d93c6-c1df-4b2a-bc9e-a663a5bebe14 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true 2026-06-23 19:48:18.900 8 INFO cinder.volume.api [None req-ba2d93c6-c1df-4b2a-bc9e-a663a5bebe14 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all snapshots completed successfully. 2026-06-23 19:48:18.900 8 INFO cinder.api.openstack.wsgi [None req-ba2d93c6-c1df-4b2a-bc9e-a663a5bebe14 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 305/603] 10.0.0.98 () {28 vars in 672 bytes} [Tue Jun 23 19:48:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true => generated 17 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:48:18.910 7 INFO cinder.api.openstack.wsgi [None req-957ae899-d78a-42c0-b576-a519d20b5d05 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true 2026-06-23 19:48:18.926 7 INFO cinder.api.openstack.wsgi [None req-957ae899-d78a-42c0-b576-a519d20b5d05 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 299/604] 10.0.0.98 () {28 vars in 694 bytes} [Tue Jun 23 19:48:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true => generated 670 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:48:25.736 8 INFO cinder.api.openstack.wsgi [None req-ba2d93c6-c1df-4b2a-bc9e-a663a5bebe14 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:48:25.736 7 INFO cinder.api.openstack.wsgi [None req-957ae899-d78a-42c0-b576-a519d20b5d05 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:48:25.738 8 INFO cinder.api.openstack.wsgi [None req-ba2d93c6-c1df-4b2a-bc9e-a663a5bebe14 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:48:25.738 7 INFO cinder.api.openstack.wsgi [None req-957ae899-d78a-42c0-b576-a519d20b5d05 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:48:35.736 7 INFO cinder.api.openstack.wsgi [None req-957ae899-d78a-42c0-b576-a519d20b5d05 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:48:35.736 8 INFO cinder.api.openstack.wsgi [None req-ba2d93c6-c1df-4b2a-bc9e-a663a5bebe14 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:48:35.737 7 INFO cinder.api.openstack.wsgi [None req-957ae899-d78a-42c0-b576-a519d20b5d05 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:48:35.737 8 INFO cinder.api.openstack.wsgi [None req-ba2d93c6-c1df-4b2a-bc9e-a663a5bebe14 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:48:45.736 7 INFO cinder.api.openstack.wsgi [None req-957ae899-d78a-42c0-b576-a519d20b5d05 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:48:45.736 8 INFO cinder.api.openstack.wsgi [None req-ba2d93c6-c1df-4b2a-bc9e-a663a5bebe14 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:48:45.737 7 INFO cinder.api.openstack.wsgi [None req-957ae899-d78a-42c0-b576-a519d20b5d05 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:48:45.738 8 INFO cinder.api.openstack.wsgi [None req-ba2d93c6-c1df-4b2a-bc9e-a663a5bebe14 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:48:55.735 7 INFO cinder.api.openstack.wsgi [None req-957ae899-d78a-42c0-b576-a519d20b5d05 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:48:55.735 8 INFO cinder.api.openstack.wsgi [None req-ba2d93c6-c1df-4b2a-bc9e-a663a5bebe14 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:48:55.737 8 INFO cinder.api.openstack.wsgi [None req-ba2d93c6-c1df-4b2a-bc9e-a663a5bebe14 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:48:55.737 7 INFO cinder.api.openstack.wsgi [None req-957ae899-d78a-42c0-b576-a519d20b5d05 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:49:05.735 7 INFO cinder.api.openstack.wsgi [None req-957ae899-d78a-42c0-b576-a519d20b5d05 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:49:05.735 8 INFO cinder.api.openstack.wsgi [None req-ba2d93c6-c1df-4b2a-bc9e-a663a5bebe14 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:49:05.736 7 INFO cinder.api.openstack.wsgi [None req-957ae899-d78a-42c0-b576-a519d20b5d05 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:49:05.737 8 INFO cinder.api.openstack.wsgi [None req-ba2d93c6-c1df-4b2a-bc9e-a663a5bebe14 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:49:15.736 8 INFO cinder.api.openstack.wsgi [None req-ba2d93c6-c1df-4b2a-bc9e-a663a5bebe14 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:49:15.736 7 INFO cinder.api.openstack.wsgi [None req-957ae899-d78a-42c0-b576-a519d20b5d05 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:49:15.737 8 INFO cinder.api.openstack.wsgi [None req-ba2d93c6-c1df-4b2a-bc9e-a663a5bebe14 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:49:15.738 7 INFO cinder.api.openstack.wsgi [None req-957ae899-d78a-42c0-b576-a519d20b5d05 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:49:18.685 8 INFO cinder.api.openstack.wsgi [None req-fd3d6f82-4e3c-4b6a-9e31-72f15e97de41 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 19:49:18.701 8 INFO cinder.volume.api [None req-fd3d6f82-4e3c-4b6a-9e31-72f15e97de41 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 19:49:18.703 8 INFO cinder.api.openstack.wsgi [None req-fd3d6f82-4e3c-4b6a-9e31-72f15e97de41 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 312/617] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 19:49:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 95 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:49:18.718 7 INFO cinder.api.openstack.wsgi [None req-2fa846f7-5f83-42f6-a098-14e899d42661 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services 2026-06-23 19:49:18.728 7 INFO cinder.api.openstack.wsgi [None req-2fa846f7-5f83-42f6-a098-14e899d42661 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services returned with HTTP 200 [pid: 7|app: 0|req: 306/618] 10.0.0.98 () {28 vars in 643 bytes} [Tue Jun 23 19:49:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-services => generated 646 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:49:18.795 8 INFO cinder.api.openstack.wsgi [None req-f7161eb5-f638-41bb-ba09-44fdb91e3055 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true 2026-06-23 19:49:18.830 8 INFO cinder.api.openstack.wsgi [None req-f7161eb5-f638-41bb-ba09-44fdb91e3055 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 313/619] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:49:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true => generated 847 bytes in 46 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:49:18.844 7 INFO cinder.api.openstack.wsgi [None req-2ab9dda0-eb94-4b80-8e22-411157ece8fc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true 2026-06-23 19:49:18.881 7 INFO cinder.api.openstack.wsgi [None req-2ab9dda0-eb94-4b80-8e22-411157ece8fc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 307/620] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:49:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true => generated 845 bytes in 47 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:49:18.891 8 INFO cinder.api.openstack.wsgi [None req-0af23292-eb21-47e9-973c-75fc306d8dfd 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true 2026-06-23 19:49:18.918 8 INFO cinder.api.openstack.wsgi [None req-0af23292-eb21-47e9-973c-75fc306d8dfd 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 314/621] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:49:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true => generated 845 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:49:18.929 7 INFO cinder.api.openstack.wsgi [None req-be722d78-5421-485b-91cb-098a775d4acc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true 2026-06-23 19:49:18.943 7 INFO cinder.api.openstack.wsgi [None req-be722d78-5421-485b-91cb-098a775d4acc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 308/622] 10.0.0.98 () {28 vars in 694 bytes} [Tue Jun 23 19:49:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true => generated 670 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:49:18.952 8 INFO cinder.api.openstack.wsgi [None req-1ebb471a-8230-495c-a49a-221ce97db446 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true 2026-06-23 19:49:18.959 8 INFO cinder.volume.api [None req-1ebb471a-8230-495c-a49a-221ce97db446 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all snapshots completed successfully. 2026-06-23 19:49:18.959 8 INFO cinder.api.openstack.wsgi [None req-1ebb471a-8230-495c-a49a-221ce97db446 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 315/623] 10.0.0.98 () {28 vars in 672 bytes} [Tue Jun 23 19:49:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true => generated 17 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:49:18.970 7 INFO cinder.api.openstack.wsgi [None req-4b32ebc4-eba2-463e-a15e-5a9385b71c90 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 19:49:18.981 7 INFO cinder.volume.api [None req-4b32ebc4-eba2-463e-a15e-5a9385b71c90 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 19:49:18.984 7 INFO cinder.api.openstack.wsgi [None req-4b32ebc4-eba2-463e-a15e-5a9385b71c90 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 309/624] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 19:49:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:49:25.736 7 INFO cinder.api.openstack.wsgi [None req-4b32ebc4-eba2-463e-a15e-5a9385b71c90 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:49:25.736 8 INFO cinder.api.openstack.wsgi [None req-1ebb471a-8230-495c-a49a-221ce97db446 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:49:25.737 7 INFO cinder.api.openstack.wsgi [None req-4b32ebc4-eba2-463e-a15e-5a9385b71c90 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:49:25.738 8 INFO cinder.api.openstack.wsgi [None req-1ebb471a-8230-495c-a49a-221ce97db446 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:49:35.517 7 INFO cinder.api.openstack.wsgi [None req-25f401ab-f6a9-4d76-8c03-5e3aaa7ec2d6 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET https://volume.199-204-45-19.nip.io/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6 2026-06-23 19:49:35.539 7 INFO cinder.api.openstack.wsgi [None req-25f401ab-f6a9-4d76-8c03-5e3aaa7ec2d6 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] https://volume.199-204-45-19.nip.io/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6 returned with HTTP 200 [pid: 7|app: 0|req: 311/627] 199.204.45.19 () {44 vars in 1041 bytes} [Tue Jun 23 19:49:35 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6 => generated 338 bytes in 77 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:49:35.736 8 INFO cinder.api.openstack.wsgi [None req-1ebb471a-8230-495c-a49a-221ce97db446 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:49:35.736 7 INFO cinder.api.openstack.wsgi [None req-25f401ab-f6a9-4d76-8c03-5e3aaa7ec2d6 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:49:35.737 8 INFO cinder.api.openstack.wsgi [None req-1ebb471a-8230-495c-a49a-221ce97db446 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:49:35.737 7 INFO cinder.api.openstack.wsgi [None req-25f401ab-f6a9-4d76-8c03-5e3aaa7ec2d6 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:49:45.736 7 INFO cinder.api.openstack.wsgi [None req-25f401ab-f6a9-4d76-8c03-5e3aaa7ec2d6 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:49:45.735 8 INFO cinder.api.openstack.wsgi [None req-1ebb471a-8230-495c-a49a-221ce97db446 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:49:45.736 7 INFO cinder.api.openstack.wsgi [None req-25f401ab-f6a9-4d76-8c03-5e3aaa7ec2d6 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:49:45.736 8 INFO cinder.api.openstack.wsgi [None req-1ebb471a-8230-495c-a49a-221ce97db446 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:49:55.735 8 INFO cinder.api.openstack.wsgi [None req-1ebb471a-8230-495c-a49a-221ce97db446 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:49:55.735 7 INFO cinder.api.openstack.wsgi [None req-25f401ab-f6a9-4d76-8c03-5e3aaa7ec2d6 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:49:55.736 8 INFO cinder.api.openstack.wsgi [None req-1ebb471a-8230-495c-a49a-221ce97db446 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:49:55.737 7 INFO cinder.api.openstack.wsgi [None req-25f401ab-f6a9-4d76-8c03-5e3aaa7ec2d6 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:50:05.736 7 INFO cinder.api.openstack.wsgi [None req-25f401ab-f6a9-4d76-8c03-5e3aaa7ec2d6 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:50:05.738 7 INFO cinder.api.openstack.wsgi [None req-25f401ab-f6a9-4d76-8c03-5e3aaa7ec2d6 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:50:05.738 8 INFO cinder.api.openstack.wsgi [None req-1ebb471a-8230-495c-a49a-221ce97db446 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:50:05.740 8 INFO cinder.api.openstack.wsgi [None req-1ebb471a-8230-495c-a49a-221ce97db446 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:50:15.735 8 INFO cinder.api.openstack.wsgi [None req-1ebb471a-8230-495c-a49a-221ce97db446 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:50:15.735 7 INFO cinder.api.openstack.wsgi [None req-25f401ab-f6a9-4d76-8c03-5e3aaa7ec2d6 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:50:15.736 8 INFO cinder.api.openstack.wsgi [None req-1ebb471a-8230-495c-a49a-221ce97db446 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:50:15.736 7 INFO cinder.api.openstack.wsgi [None req-25f401ab-f6a9-4d76-8c03-5e3aaa7ec2d6 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:50:18.683 8 INFO cinder.api.openstack.wsgi [None req-921ccfda-db27-489c-b4f3-2f69472963da 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true 2026-06-23 19:50:18.689 8 INFO cinder.volume.api [None req-921ccfda-db27-489c-b4f3-2f69472963da 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all snapshots completed successfully. 2026-06-23 19:50:18.689 8 INFO cinder.api.openstack.wsgi [None req-921ccfda-db27-489c-b4f3-2f69472963da 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 322/638] 10.0.0.98 () {28 vars in 672 bytes} [Tue Jun 23 19:50:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true => generated 17 bytes in 58 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:50:18.702 7 INFO cinder.api.openstack.wsgi [None req-acaa1419-87b3-4c34-85e2-2028b249cdde 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services 2026-06-23 19:50:18.709 7 INFO cinder.api.openstack.wsgi [None req-acaa1419-87b3-4c34-85e2-2028b249cdde 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services returned with HTTP 200 [pid: 7|app: 0|req: 317/639] 10.0.0.98 () {28 vars in 643 bytes} [Tue Jun 23 19:50:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-services => generated 646 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:50:18.718 8 INFO cinder.api.openstack.wsgi [None req-d825753a-af1a-47fa-8419-22d27e01a1f5 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true 2026-06-23 19:50:18.733 8 INFO cinder.api.openstack.wsgi [None req-d825753a-af1a-47fa-8419-22d27e01a1f5 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 323/640] 10.0.0.98 () {28 vars in 694 bytes} [Tue Jun 23 19:50:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true => generated 670 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:50:18.744 7 INFO cinder.api.openstack.wsgi [None req-09031e93-3a55-4dc9-af9a-a984da708524 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 19:50:18.754 7 INFO cinder.volume.api [None req-09031e93-3a55-4dc9-af9a-a984da708524 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 19:50:18.757 7 INFO cinder.api.openstack.wsgi [None req-09031e93-3a55-4dc9-af9a-a984da708524 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 318/641] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 19:50:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:50:18.769 8 INFO cinder.api.openstack.wsgi [None req-3e3aa095-af06-4483-a4c3-f925d173df58 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 19:50:18.781 8 INFO cinder.volume.api [None req-3e3aa095-af06-4483-a4c3-f925d173df58 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 19:50:18.786 8 INFO cinder.api.openstack.wsgi [None req-3e3aa095-af06-4483-a4c3-f925d173df58 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 324/642] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 19:50:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:50:18.846 7 INFO cinder.api.openstack.wsgi [None req-7984b525-a193-424d-aff1-42f28a478644 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true 2026-06-23 19:50:18.875 7 INFO cinder.api.openstack.wsgi [None req-7984b525-a193-424d-aff1-42f28a478644 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 319/643] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:50:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true => generated 847 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:50:18.892 8 INFO cinder.api.openstack.wsgi [None req-e45e3789-8a86-4b96-bfc0-9676620c697a 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true 2026-06-23 19:50:18.915 8 INFO cinder.api.openstack.wsgi [None req-e45e3789-8a86-4b96-bfc0-9676620c697a 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 325/644] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:50:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true => generated 845 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:50:18.930 7 INFO cinder.api.openstack.wsgi [None req-5eb5bd2b-b4fa-4548-86ee-58015aa9f161 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true 2026-06-23 19:50:18.964 7 INFO cinder.api.openstack.wsgi [None req-5eb5bd2b-b4fa-4548-86ee-58015aa9f161 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 320/645] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:50:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true => generated 845 bytes in 45 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:50:25.736 8 INFO cinder.api.openstack.wsgi [None req-e45e3789-8a86-4b96-bfc0-9676620c697a 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:50:25.736 7 INFO cinder.api.openstack.wsgi [None req-5eb5bd2b-b4fa-4548-86ee-58015aa9f161 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:50:25.737 8 INFO cinder.api.openstack.wsgi [None req-e45e3789-8a86-4b96-bfc0-9676620c697a 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:50:25.738 7 INFO cinder.api.openstack.wsgi [None req-5eb5bd2b-b4fa-4548-86ee-58015aa9f161 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:50:35.735 8 INFO cinder.api.openstack.wsgi [None req-e45e3789-8a86-4b96-bfc0-9676620c697a 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:50:35.736 7 INFO cinder.api.openstack.wsgi [None req-5eb5bd2b-b4fa-4548-86ee-58015aa9f161 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:50:35.737 8 INFO cinder.api.openstack.wsgi [None req-e45e3789-8a86-4b96-bfc0-9676620c697a 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:50:35.737 7 INFO cinder.api.openstack.wsgi [None req-5eb5bd2b-b4fa-4548-86ee-58015aa9f161 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:50:36.335 8 INFO cinder.api.openstack.wsgi [None req-4bbcd756-57c9-48fc-aaa5-2db8414cc774 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET https://volume.199-204-45-19.nip.io/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748 2026-06-23 19:50:36.358 8 INFO cinder.api.openstack.wsgi [None req-4bbcd756-57c9-48fc-aaa5-2db8414cc774 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] https://volume.199-204-45-19.nip.io/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748 returned with HTTP 200 [pid: 8|app: 0|req: 328/650] 199.204.45.19 () {44 vars in 1041 bytes} [Tue Jun 23 19:50:36 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748 => generated 338 bytes in 80 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:50:45.736 7 INFO cinder.api.openstack.wsgi [None req-5eb5bd2b-b4fa-4548-86ee-58015aa9f161 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:50:45.736 8 INFO cinder.api.openstack.wsgi [None req-4bbcd756-57c9-48fc-aaa5-2db8414cc774 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:50:45.738 8 INFO cinder.api.openstack.wsgi [None req-4bbcd756-57c9-48fc-aaa5-2db8414cc774 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:50:45.738 7 INFO cinder.api.openstack.wsgi [None req-5eb5bd2b-b4fa-4548-86ee-58015aa9f161 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:50:55.735 8 INFO cinder.api.openstack.wsgi [None req-4bbcd756-57c9-48fc-aaa5-2db8414cc774 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:50:55.736 7 INFO cinder.api.openstack.wsgi [None req-5eb5bd2b-b4fa-4548-86ee-58015aa9f161 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:50:55.736 8 INFO cinder.api.openstack.wsgi [None req-4bbcd756-57c9-48fc-aaa5-2db8414cc774 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:50:55.737 7 INFO cinder.api.openstack.wsgi [None req-5eb5bd2b-b4fa-4548-86ee-58015aa9f161 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:51:05.736 8 INFO cinder.api.openstack.wsgi [None req-4bbcd756-57c9-48fc-aaa5-2db8414cc774 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:51:05.736 7 INFO cinder.api.openstack.wsgi [None req-5eb5bd2b-b4fa-4548-86ee-58015aa9f161 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:51:05.737 7 INFO cinder.api.openstack.wsgi [None req-5eb5bd2b-b4fa-4548-86ee-58015aa9f161 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:51:05.737 8 INFO cinder.api.openstack.wsgi [None req-4bbcd756-57c9-48fc-aaa5-2db8414cc774 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:51:15.736 8 INFO cinder.api.openstack.wsgi [None req-4bbcd756-57c9-48fc-aaa5-2db8414cc774 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:51:15.736 8 INFO cinder.api.openstack.wsgi [None req-4bbcd756-57c9-48fc-aaa5-2db8414cc774 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:51:15.737 7 INFO cinder.api.openstack.wsgi [None req-5eb5bd2b-b4fa-4548-86ee-58015aa9f161 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:51:15.739 7 INFO cinder.api.openstack.wsgi [None req-5eb5bd2b-b4fa-4548-86ee-58015aa9f161 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:51:18.639 8 INFO cinder.api.openstack.wsgi [None req-8536bdca-20b4-44ec-87ae-95d6471450d9 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true 2026-06-23 19:51:18.646 8 INFO cinder.volume.api [None req-8536bdca-20b4-44ec-87ae-95d6471450d9 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all snapshots completed successfully. 2026-06-23 19:51:18.647 8 INFO cinder.api.openstack.wsgi [None req-8536bdca-20b4-44ec-87ae-95d6471450d9 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 333/659] 10.0.0.98 () {28 vars in 672 bytes} [Tue Jun 23 19:51:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true => generated 17 bytes in 49 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:51:18.656 7 INFO cinder.api.openstack.wsgi [None req-47e65aed-d392-4f64-9f8b-f2578e8a502d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 19:51:18.672 7 INFO cinder.volume.api [None req-47e65aed-d392-4f64-9f8b-f2578e8a502d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 19:51:18.675 7 INFO cinder.api.openstack.wsgi [None req-47e65aed-d392-4f64-9f8b-f2578e8a502d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 327/660] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 19:51:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:51:18.689 8 INFO cinder.api.openstack.wsgi [None req-74b543c9-8c7c-446d-a85e-c2f093c47223 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true 2026-06-23 19:51:18.704 8 INFO cinder.api.openstack.wsgi [None req-74b543c9-8c7c-446d-a85e-c2f093c47223 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 334/661] 10.0.0.98 () {28 vars in 694 bytes} [Tue Jun 23 19:51:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true => generated 670 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:51:18.747 7 INFO cinder.api.openstack.wsgi [None req-c82eb77d-debd-4b72-95fd-9682ff0edf6d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true 2026-06-23 19:51:18.784 7 INFO cinder.api.openstack.wsgi [None req-c82eb77d-debd-4b72-95fd-9682ff0edf6d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 328/662] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:51:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true => generated 847 bytes in 48 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:51:18.799 8 INFO cinder.api.openstack.wsgi [None req-77e18a88-08b6-432f-ad3e-ff51983a4745 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true 2026-06-23 19:51:18.825 8 INFO cinder.api.openstack.wsgi [None req-77e18a88-08b6-432f-ad3e-ff51983a4745 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 335/663] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:51:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true => generated 845 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:51:18.840 7 INFO cinder.api.openstack.wsgi [None req-d6f92f85-2074-4f23-8bb5-76763c781480 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true 2026-06-23 19:51:18.870 7 INFO cinder.api.openstack.wsgi [None req-d6f92f85-2074-4f23-8bb5-76763c781480 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 329/664] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:51:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true => generated 845 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:51:18.884 8 INFO cinder.api.openstack.wsgi [None req-90d1fdc3-ff85-4f46-bc66-a5bd5ea2adba 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services 2026-06-23 19:51:18.890 8 INFO cinder.api.openstack.wsgi [None req-90d1fdc3-ff85-4f46-bc66-a5bd5ea2adba 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services returned with HTTP 200 [pid: 8|app: 0|req: 336/665] 10.0.0.98 () {28 vars in 643 bytes} [Tue Jun 23 19:51:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-services => generated 646 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:51:18.900 7 INFO cinder.api.openstack.wsgi [None req-a99c626e-bb3d-475a-a8d7-8bd287b27590 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 19:51:18.911 7 INFO cinder.volume.api [None req-a99c626e-bb3d-475a-a8d7-8bd287b27590 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 19:51:18.913 7 INFO cinder.api.openstack.wsgi [None req-a99c626e-bb3d-475a-a8d7-8bd287b27590 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 330/666] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 19:51:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:51:25.736 8 INFO cinder.api.openstack.wsgi [None req-90d1fdc3-ff85-4f46-bc66-a5bd5ea2adba 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:51:25.736 7 INFO cinder.api.openstack.wsgi [None req-a99c626e-bb3d-475a-a8d7-8bd287b27590 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:51:25.737 8 INFO cinder.api.openstack.wsgi [None req-90d1fdc3-ff85-4f46-bc66-a5bd5ea2adba 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:51:25.738 7 INFO cinder.api.openstack.wsgi [None req-a99c626e-bb3d-475a-a8d7-8bd287b27590 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:51:35.736 8 INFO cinder.api.openstack.wsgi [None req-90d1fdc3-ff85-4f46-bc66-a5bd5ea2adba 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:51:35.736 7 INFO cinder.api.openstack.wsgi [None req-a99c626e-bb3d-475a-a8d7-8bd287b27590 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:51:35.737 7 INFO cinder.api.openstack.wsgi [None req-a99c626e-bb3d-475a-a8d7-8bd287b27590 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:51:35.737 8 INFO cinder.api.openstack.wsgi [None req-90d1fdc3-ff85-4f46-bc66-a5bd5ea2adba 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:51:45.735 7 INFO cinder.api.openstack.wsgi [None req-a99c626e-bb3d-475a-a8d7-8bd287b27590 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:51:45.735 8 INFO cinder.api.openstack.wsgi [None req-90d1fdc3-ff85-4f46-bc66-a5bd5ea2adba 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:51:45.737 7 INFO cinder.api.openstack.wsgi [None req-a99c626e-bb3d-475a-a8d7-8bd287b27590 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:51:45.737 8 INFO cinder.api.openstack.wsgi [None req-90d1fdc3-ff85-4f46-bc66-a5bd5ea2adba 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:51:55.736 8 INFO cinder.api.openstack.wsgi [None req-90d1fdc3-ff85-4f46-bc66-a5bd5ea2adba 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:51:55.736 7 INFO cinder.api.openstack.wsgi [None req-a99c626e-bb3d-475a-a8d7-8bd287b27590 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:51:55.738 7 INFO cinder.api.openstack.wsgi [None req-a99c626e-bb3d-475a-a8d7-8bd287b27590 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:51:55.740 8 INFO cinder.api.openstack.wsgi [None req-90d1fdc3-ff85-4f46-bc66-a5bd5ea2adba 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:52:05.735 7 INFO cinder.api.openstack.wsgi [None req-a99c626e-bb3d-475a-a8d7-8bd287b27590 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:52:05.736 8 INFO cinder.api.openstack.wsgi [None req-90d1fdc3-ff85-4f46-bc66-a5bd5ea2adba 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:52:05.737 8 INFO cinder.api.openstack.wsgi [None req-90d1fdc3-ff85-4f46-bc66-a5bd5ea2adba 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:52:05.737 7 INFO cinder.api.openstack.wsgi [None req-a99c626e-bb3d-475a-a8d7-8bd287b27590 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:52:08.580 7 INFO cinder.api.openstack.wsgi [None req-55061c37-4c60-4fca-b793-332686036c23 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots 2026-06-23 19:52:08.595 7 INFO cinder.volume.api [None req-55061c37-4c60-4fca-b793-332686036c23 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all snapshots completed successfully. 2026-06-23 19:52:08.595 7 INFO cinder.api.openstack.wsgi [None req-55061c37-4c60-4fca-b793-332686036c23 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots returned with HTTP 200 [pid: 7|app: 0|req: 336/677] 10.0.0.93 () {32 vars in 703 bytes} [Tue Jun 23 19:52:08 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/snapshots => generated 17 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:52:08.611 8 INFO cinder.api.openstack.wsgi [None req-233bbbf4-c626-4796-b973-f9cc5c81d863 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes 2026-06-23 19:52:08.639 8 INFO cinder.volume.api [None req-233bbbf4-c626-4796-b973-f9cc5c81d863 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 19:52:08.640 8 INFO cinder.api.openstack.wsgi [None req-233bbbf4-c626-4796-b973-f9cc5c81d863 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes returned with HTTP 200 [pid: 8|app: 0|req: 342/678] 10.0.0.93 () {32 vars in 699 bytes} [Tue Jun 23 19:52:08 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes => generated 15 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:52:15.741 7 INFO cinder.api.openstack.wsgi [None req-55061c37-4c60-4fca-b793-332686036c23 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:52:15.742 7 INFO cinder.api.openstack.wsgi [None req-55061c37-4c60-4fca-b793-332686036c23 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:52:15.748 8 INFO cinder.api.openstack.wsgi [None req-233bbbf4-c626-4796-b973-f9cc5c81d863 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:52:15.749 8 INFO cinder.api.openstack.wsgi [None req-233bbbf4-c626-4796-b973-f9cc5c81d863 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:52:19.199 7 INFO cinder.api.openstack.wsgi [None req-f84f6a0d-e2f7-46e7-946b-ab6aa46eff24 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 19:52:19.210 7 INFO cinder.volume.api [None req-f84f6a0d-e2f7-46e7-946b-ab6aa46eff24 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 19:52:19.213 7 INFO cinder.api.openstack.wsgi [None req-f84f6a0d-e2f7-46e7-946b-ab6aa46eff24 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 338/681] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 19:52:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 232 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:52:19.228 8 INFO cinder.api.openstack.wsgi [None req-b5b158b7-72da-4dfb-a634-7c07bc69d38d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services 2026-06-23 19:52:19.234 8 INFO cinder.api.openstack.wsgi [None req-b5b158b7-72da-4dfb-a634-7c07bc69d38d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services returned with HTTP 200 [pid: 8|app: 0|req: 344/682] 10.0.0.98 () {28 vars in 643 bytes} [Tue Jun 23 19:52:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-services => generated 646 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:52:19.255 7 INFO cinder.api.openstack.wsgi [None req-39782f28-6ab5-4452-a54f-20e9e4f27423 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 19:52:19.267 7 INFO cinder.volume.api [None req-39782f28-6ab5-4452-a54f-20e9e4f27423 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 19:52:19.270 7 INFO cinder.api.openstack.wsgi [None req-39782f28-6ab5-4452-a54f-20e9e4f27423 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 339/683] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 19:52:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:52:19.282 8 INFO cinder.api.openstack.wsgi [None req-273b4f94-ca63-4360-b015-bc54318ffda8 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true 2026-06-23 19:52:19.288 8 INFO cinder.volume.api [None req-273b4f94-ca63-4360-b015-bc54318ffda8 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all snapshots completed successfully. 2026-06-23 19:52:19.289 8 INFO cinder.api.openstack.wsgi [None req-273b4f94-ca63-4360-b015-bc54318ffda8 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 345/684] 10.0.0.98 () {28 vars in 672 bytes} [Tue Jun 23 19:52:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true => generated 17 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:52:19.297 7 INFO cinder.api.openstack.wsgi [None req-9fd32dee-5b55-4c00-a066-820ec7bf103d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true 2026-06-23 19:52:19.311 7 INFO cinder.api.openstack.wsgi [None req-9fd32dee-5b55-4c00-a066-820ec7bf103d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 340/685] 10.0.0.98 () {28 vars in 694 bytes} [Tue Jun 23 19:52:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true => generated 670 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:52:19.352 8 INFO cinder.api.openstack.wsgi [None req-99c4d052-5475-4fa8-8979-4625284f1e74 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/1ba46f19d0784f18b4bec4a0a6456f5f?usage=true 2026-06-23 19:52:19.379 8 INFO cinder.api.openstack.wsgi [None req-99c4d052-5475-4fa8-8979-4625284f1e74 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/1ba46f19d0784f18b4bec4a0a6456f5f?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 346/686] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:52:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/1ba46f19d0784f18b4bec4a0a6456f5f?usage=true => generated 847 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:52:19.395 7 INFO cinder.api.openstack.wsgi [None req-6b1c7c2a-2dc3-403e-a8a6-892b1a607c24 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/a95b0560656f4538a67e159ce4f2a7e1?usage=true 2026-06-23 19:52:19.415 7 INFO cinder.api.openstack.wsgi [None req-6b1c7c2a-2dc3-403e-a8a6-892b1a607c24 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/a95b0560656f4538a67e159ce4f2a7e1?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 341/687] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:52:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/a95b0560656f4538a67e159ce4f2a7e1?usage=true => generated 847 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:52:19.429 8 INFO cinder.api.openstack.wsgi [None req-bf8f365b-8dd8-472c-9c23-a668c1e51651 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true 2026-06-23 19:52:19.451 8 INFO cinder.api.openstack.wsgi [None req-bf8f365b-8dd8-472c-9c23-a668c1e51651 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 347/688] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:52:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true => generated 847 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:52:19.472 7 INFO cinder.api.openstack.wsgi [None req-257feb36-683e-4b6c-8c00-32d5b53b3e29 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true 2026-06-23 19:52:19.489 7 INFO cinder.api.openstack.wsgi [None req-257feb36-683e-4b6c-8c00-32d5b53b3e29 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 342/689] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:52:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true => generated 845 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:52:19.505 8 INFO cinder.api.openstack.wsgi [None req-1e27d02d-fe93-4276-a307-292772c15eef 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e422fa1378ec437f9d70dd46cb6d8272?usage=true 2026-06-23 19:52:19.528 8 INFO cinder.api.openstack.wsgi [None req-1e27d02d-fe93-4276-a307-292772c15eef 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e422fa1378ec437f9d70dd46cb6d8272?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 348/690] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:52:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e422fa1378ec437f9d70dd46cb6d8272?usage=true => generated 847 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:52:19.540 7 INFO cinder.api.openstack.wsgi [None req-687e57dc-e00a-4a68-821f-c15ea53bda19 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f12d8d25698841ee8f47e10399746fab?usage=true 2026-06-23 19:52:19.561 7 INFO cinder.api.openstack.wsgi [None req-687e57dc-e00a-4a68-821f-c15ea53bda19 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f12d8d25698841ee8f47e10399746fab?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 343/691] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:52:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f12d8d25698841ee8f47e10399746fab?usage=true => generated 847 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:52:19.571 8 INFO cinder.api.openstack.wsgi [None req-68a1a157-753d-410a-93cd-29bbaa417cc2 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true 2026-06-23 19:52:19.602 8 INFO cinder.api.openstack.wsgi [None req-68a1a157-753d-410a-93cd-29bbaa417cc2 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 349/692] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:52:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true => generated 845 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:52:25.735 7 INFO cinder.api.openstack.wsgi [None req-687e57dc-e00a-4a68-821f-c15ea53bda19 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:52:25.736 8 INFO cinder.api.openstack.wsgi [None req-68a1a157-753d-410a-93cd-29bbaa417cc2 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:52:25.737 7 INFO cinder.api.openstack.wsgi [None req-687e57dc-e00a-4a68-821f-c15ea53bda19 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:52:25.737 8 INFO cinder.api.openstack.wsgi [None req-68a1a157-753d-410a-93cd-29bbaa417cc2 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:52:35.736 8 INFO cinder.api.openstack.wsgi [None req-68a1a157-753d-410a-93cd-29bbaa417cc2 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:52:35.736 7 INFO cinder.api.openstack.wsgi [None req-687e57dc-e00a-4a68-821f-c15ea53bda19 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:52:35.737 8 INFO cinder.api.openstack.wsgi [None req-68a1a157-753d-410a-93cd-29bbaa417cc2 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:52:35.738 7 INFO cinder.api.openstack.wsgi [None req-687e57dc-e00a-4a68-821f-c15ea53bda19 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:52:45.736 8 INFO cinder.api.openstack.wsgi [None req-68a1a157-753d-410a-93cd-29bbaa417cc2 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:52:45.736 7 INFO cinder.api.openstack.wsgi [None req-687e57dc-e00a-4a68-821f-c15ea53bda19 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:52:45.737 8 INFO cinder.api.openstack.wsgi [None req-68a1a157-753d-410a-93cd-29bbaa417cc2 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:52:45.739 7 INFO cinder.api.openstack.wsgi [None req-687e57dc-e00a-4a68-821f-c15ea53bda19 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:52:48.136 8 INFO cinder.api.openstack.wsgi [None req-1f68b61e-11ab-44cd-bf78-2728ba7f667c 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/a7dd2e5a81594c38a4f9530ddfec8641/volumes 2026-06-23 19:52:48.845 8 INFO cinder.api.v3.volumes [None req-1f68b61e-11ab-44cd-bf78-2728ba7f667c 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] Create volume of 1 GB 2026-06-23 19:52:48.862 8 INFO cinder.volume.api [None req-1f68b61e-11ab-44cd-bf78-2728ba7f667c 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] Availability Zones retrieved successfully. /var/lib/openstack/lib/python3.10/site-packages/taskflow/engines/action_engine/process_executor.py:17: DeprecationWarning: The asyncore module is deprecated and will be removed in Python 3.12. The recommended replacement is asyncio import asyncore 2026-06-23 19:52:49.187 8 INFO cinder.volume.api [None req-1f68b61e-11ab-44cd-bf78-2728ba7f667c 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] Create volume request issued successfully. 2026-06-23 19:52:49.188 8 INFO cinder.api.openstack.wsgi [None req-1f68b61e-11ab-44cd-bf78-2728ba7f667c 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/a7dd2e5a81594c38a4f9530ddfec8641/volumes returned with HTTP 202 [pid: 8|app: 0|req: 353/699] 10.0.0.93 () {34 vars in 721 bytes} [Tue Jun 23 19:52:48 2026] POST /v3/a7dd2e5a81594c38a4f9530ddfec8641/volumes => generated 865 bytes in 1061 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) 2026-06-23 19:52:49.212 7 INFO cinder.api.openstack.wsgi [None req-42523a23-ea9c-4a23-8f2c-8b0a736cd4a4 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/a7dd2e5a81594c38a4f9530ddfec8641/volumes/f5c0c5ff-ac9b-4466-8613-d6f24172e42c /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:52:49.249 7 INFO cinder.volume.api [None req-42523a23-ea9c-4a23-8f2c-8b0a736cd4a4 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] Volume info retrieved successfully. 2026-06-23 19:52:49.259 7 INFO cinder.api.openstack.wsgi [None req-42523a23-ea9c-4a23-8f2c-8b0a736cd4a4 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/a7dd2e5a81594c38a4f9530ddfec8641/volumes/f5c0c5ff-ac9b-4466-8613-d6f24172e42c returned with HTTP 200 [pid: 7|app: 0|req: 347/700] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:52:49 2026] GET /v3/a7dd2e5a81594c38a4f9530ddfec8641/volumes/f5c0c5ff-ac9b-4466-8613-d6f24172e42c => generated 933 bytes in 55 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:52:50.285 8 INFO cinder.api.openstack.wsgi [None req-95e6fee1-03ea-404f-b31a-1ad34514919b 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/a7dd2e5a81594c38a4f9530ddfec8641/volumes/f5c0c5ff-ac9b-4466-8613-d6f24172e42c /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:52:50.328 8 INFO cinder.volume.api [None req-95e6fee1-03ea-404f-b31a-1ad34514919b 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] Volume info retrieved successfully. 2026-06-23 19:52:50.339 8 INFO cinder.api.openstack.wsgi [None req-95e6fee1-03ea-404f-b31a-1ad34514919b 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/a7dd2e5a81594c38a4f9530ddfec8641/volumes/f5c0c5ff-ac9b-4466-8613-d6f24172e42c returned with HTTP 200 [pid: 8|app: 0|req: 354/701] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:52:50 2026] GET /v3/a7dd2e5a81594c38a4f9530ddfec8641/volumes/f5c0c5ff-ac9b-4466-8613-d6f24172e42c => generated 957 bytes in 65 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:52:51.363 7 INFO cinder.api.openstack.wsgi [None req-e61fe7b1-d295-41cb-8cd7-8f892fd7e34e 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/a7dd2e5a81594c38a4f9530ddfec8641/volumes/f5c0c5ff-ac9b-4466-8613-d6f24172e42c /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:52:51.381 7 INFO cinder.volume.api [None req-e61fe7b1-d295-41cb-8cd7-8f892fd7e34e 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] Volume info retrieved successfully. 2026-06-23 19:52:51.388 7 INFO cinder.api.openstack.wsgi [None req-e61fe7b1-d295-41cb-8cd7-8f892fd7e34e 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/a7dd2e5a81594c38a4f9530ddfec8641/volumes/f5c0c5ff-ac9b-4466-8613-d6f24172e42c returned with HTTP 200 [pid: 7|app: 0|req: 348/702] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:52:51 2026] GET /v3/a7dd2e5a81594c38a4f9530ddfec8641/volumes/f5c0c5ff-ac9b-4466-8613-d6f24172e42c => generated 957 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:52:52.411 8 INFO cinder.api.openstack.wsgi [None req-87772e1d-b7de-4943-9921-cf0da04ab593 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/a7dd2e5a81594c38a4f9530ddfec8641/volumes/f5c0c5ff-ac9b-4466-8613-d6f24172e42c /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:52:52.428 8 INFO cinder.volume.api [None req-87772e1d-b7de-4943-9921-cf0da04ab593 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] Volume info retrieved successfully. 2026-06-23 19:52:52.434 8 INFO cinder.api.openstack.wsgi [None req-87772e1d-b7de-4943-9921-cf0da04ab593 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/a7dd2e5a81594c38a4f9530ddfec8641/volumes/f5c0c5ff-ac9b-4466-8613-d6f24172e42c returned with HTTP 200 [pid: 8|app: 0|req: 355/703] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:52:52 2026] GET /v3/a7dd2e5a81594c38a4f9530ddfec8641/volumes/f5c0c5ff-ac9b-4466-8613-d6f24172e42c => generated 1342 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:52:52.506 7 INFO cinder.api.openstack.wsgi [req-d170ee15-900d-46c0-ab8f-ddb7578231a5 req-cb9de4ca-ded2-462c-ab52-46308ec396a0 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/a7dd2e5a81594c38a4f9530ddfec8641/volumes/f5c0c5ff-ac9b-4466-8613-d6f24172e42c /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:52:52.521 7 INFO cinder.volume.api [req-d170ee15-900d-46c0-ab8f-ddb7578231a5 req-cb9de4ca-ded2-462c-ab52-46308ec396a0 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] Volume info retrieved successfully. 2026-06-23 19:52:52.527 7 INFO cinder.api.openstack.wsgi [req-d170ee15-900d-46c0-ab8f-ddb7578231a5 req-cb9de4ca-ded2-462c-ab52-46308ec396a0 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/a7dd2e5a81594c38a4f9530ddfec8641/volumes/f5c0c5ff-ac9b-4466-8613-d6f24172e42c returned with HTTP 200 [pid: 7|app: 0|req: 349/704] 10.0.0.120 () {34 vars in 1027 bytes} [Tue Jun 23 19:52:52 2026] GET /v3/a7dd2e5a81594c38a4f9530ddfec8641/volumes/f5c0c5ff-ac9b-4466-8613-d6f24172e42c => generated 1342 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:52:53.066 8 INFO cinder.api.openstack.wsgi [req-d170ee15-900d-46c0-ab8f-ddb7578231a5 req-239a8b72-14a6-4eab-a24d-d4542a5f0d4c 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/a7dd2e5a81594c38a4f9530ddfec8641/volumes/f5c0c5ff-ac9b-4466-8613-d6f24172e42c /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:52:53.086 8 INFO cinder.volume.api [req-d170ee15-900d-46c0-ab8f-ddb7578231a5 req-239a8b72-14a6-4eab-a24d-d4542a5f0d4c 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] Volume info retrieved successfully. 2026-06-23 19:52:53.094 8 INFO cinder.api.openstack.wsgi [req-d170ee15-900d-46c0-ab8f-ddb7578231a5 req-239a8b72-14a6-4eab-a24d-d4542a5f0d4c 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/a7dd2e5a81594c38a4f9530ddfec8641/volumes/f5c0c5ff-ac9b-4466-8613-d6f24172e42c returned with HTTP 200 [pid: 8|app: 0|req: 356/705] 10.0.0.120 () {34 vars in 1027 bytes} [Tue Jun 23 19:52:53 2026] GET /v3/a7dd2e5a81594c38a4f9530ddfec8641/volumes/f5c0c5ff-ac9b-4466-8613-d6f24172e42c => generated 1342 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-06-23 19:52:53.107 7 INFO cinder.api.openstack.wsgi [req-d170ee15-900d-46c0-ab8f-ddb7578231a5 req-cb9de4ca-ded2-462c-ab52-46308ec396a0 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-06-23 19:52:53.108 7 INFO cinder.api.openstack.wsgi [req-d170ee15-900d-46c0-ab8f-ddb7578231a5 req-cb9de4ca-ded2-462c-ab52-46308ec396a0 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 7|app: 0|req: 350/706] 10.0.0.120 () {32 vars in 828 bytes} [Tue Jun 23 19:52:53 2026] GET / => generated 411 bytes in 3 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:52:53.126 8 INFO cinder.api.openstack.wsgi [req-d170ee15-900d-46c0-ab8f-ddb7578231a5 req-5b6dc24b-92d0-493e-a986-b9b09b9fdb52 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/a7dd2e5a81594c38a4f9530ddfec8641/attachments /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:52:53.208 8 INFO cinder.api.openstack.wsgi [req-d170ee15-900d-46c0-ab8f-ddb7578231a5 req-5b6dc24b-92d0-493e-a986-b9b09b9fdb52 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/a7dd2e5a81594c38a4f9530ddfec8641/attachments returned with HTTP 200 [pid: 8|app: 0|req: 357/707] 10.0.0.120 () {40 vars in 1056 bytes} [Tue Jun 23 19:52:53 2026] POST /v3/a7dd2e5a81594c38a4f9530ddfec8641/attachments => generated 273 bytes in 92 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-06-23 19:52:54.215 7 INFO cinder.api.openstack.wsgi [req-d170ee15-900d-46c0-ab8f-ddb7578231a5 req-cb9de4ca-ded2-462c-ab52-46308ec396a0 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-06-23 19:52:54.216 7 INFO cinder.api.openstack.wsgi [req-d170ee15-900d-46c0-ab8f-ddb7578231a5 req-cb9de4ca-ded2-462c-ab52-46308ec396a0 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 7|app: 0|req: 351/708] 199.204.45.19 () {32 vars in 838 bytes} [Tue Jun 23 19:52:54 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.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:52:54.263 8 INFO cinder.api.openstack.wsgi [req-d170ee15-900d-46c0-ab8f-ddb7578231a5 req-e294b026-0a10-447d-abc3-c6bcf0fb2fb8 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/a7dd2e5a81594c38a4f9530ddfec8641/volumes/f5c0c5ff-ac9b-4466-8613-d6f24172e42c /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:52:54.287 8 INFO cinder.volume.api [req-d170ee15-900d-46c0-ab8f-ddb7578231a5 req-e294b026-0a10-447d-abc3-c6bcf0fb2fb8 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] Volume info retrieved successfully. 2026-06-23 19:52:54.294 8 INFO cinder.api.openstack.wsgi [req-d170ee15-900d-46c0-ab8f-ddb7578231a5 req-e294b026-0a10-447d-abc3-c6bcf0fb2fb8 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/a7dd2e5a81594c38a4f9530ddfec8641/volumes/f5c0c5ff-ac9b-4466-8613-d6f24172e42c returned with HTTP 200 [pid: 8|app: 0|req: 358/709] 199.204.45.19 () {36 vars in 1071 bytes} [Tue Jun 23 19:52:54 2026] GET /v3/a7dd2e5a81594c38a4f9530ddfec8641/volumes/f5c0c5ff-ac9b-4466-8613-d6f24172e42c => generated 1440 bytes in 42 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) 2026-06-23 19:52:55.735 7 INFO cinder.api.openstack.wsgi [req-d170ee15-900d-46c0-ab8f-ddb7578231a5 req-cb9de4ca-ded2-462c-ab52-46308ec396a0 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:52:55.736 7 INFO cinder.api.openstack.wsgi [req-d170ee15-900d-46c0-ab8f-ddb7578231a5 req-cb9de4ca-ded2-462c-ab52-46308ec396a0 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:52:55.736 8 INFO cinder.api.openstack.wsgi [req-d170ee15-900d-46c0-ab8f-ddb7578231a5 req-e294b026-0a10-447d-abc3-c6bcf0fb2fb8 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:52:55.738 8 INFO cinder.api.openstack.wsgi [req-d170ee15-900d-46c0-ab8f-ddb7578231a5 req-e294b026-0a10-447d-abc3-c6bcf0fb2fb8 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:52:56.399 7 INFO cinder.api.openstack.wsgi [req-d170ee15-900d-46c0-ab8f-ddb7578231a5 req-1edc89a3-171c-435e-ac21-63053dd8aca2 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/a7dd2e5a81594c38a4f9530ddfec8641/attachments/2c5f23e7-2e17-40e2-b369-4bc74a21a465 /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:52:57.169 7 INFO cinder.api.openstack.wsgi [req-d170ee15-900d-46c0-ab8f-ddb7578231a5 req-1edc89a3-171c-435e-ac21-63053dd8aca2 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/a7dd2e5a81594c38a4f9530ddfec8641/attachments/2c5f23e7-2e17-40e2-b369-4bc74a21a465 returned with HTTP 200 [pid: 7|app: 0|req: 353/712] 199.204.45.19 () {40 vars in 1132 bytes} [Tue Jun 23 19:52:56 2026] PUT /v3/a7dd2e5a81594c38a4f9530ddfec8641/attachments/2c5f23e7-2e17-40e2-b369-4bc74a21a465 => generated 775 bytes in 782 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:52:57.216 8 INFO cinder.api.openstack.wsgi [req-d170ee15-900d-46c0-ab8f-ddb7578231a5 req-8357624e-25e2-4dfb-bb5e-0b7467233b3c 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/a7dd2e5a81594c38a4f9530ddfec8641/attachments/2c5f23e7-2e17-40e2-b369-4bc74a21a465/action /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:52:57.266 8 INFO cinder.api.openstack.wsgi [req-d170ee15-900d-46c0-ab8f-ddb7578231a5 req-8357624e-25e2-4dfb-bb5e-0b7467233b3c 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/a7dd2e5a81594c38a4f9530ddfec8641/attachments/2c5f23e7-2e17-40e2-b369-4bc74a21a465/action returned with HTTP 204 [pid: 8|app: 0|req: 360/713] 199.204.45.19 () {40 vars in 1146 bytes} [Tue Jun 23 19:52:57 2026] POST /v3/a7dd2e5a81594c38a4f9530ddfec8641/attachments/2c5f23e7-2e17-40e2-b369-4bc74a21a465/action => generated 0 bytes in 61 msecs (HTTP/1.1 204) 7 headers in 292 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:53:02.329 7 INFO cinder.api.openstack.wsgi [req-7956ae0b-0002-47a2-9200-6dab453ceedd req-a879cd19-f101-4ed0-b7e2-ee80ed455e88 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/a7dd2e5a81594c38a4f9530ddfec8641/attachments/2c5f23e7-2e17-40e2-b369-4bc74a21a465 /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:53:02.420 7 INFO cinder.api.openstack.wsgi [req-7956ae0b-0002-47a2-9200-6dab453ceedd req-a879cd19-f101-4ed0-b7e2-ee80ed455e88 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/a7dd2e5a81594c38a4f9530ddfec8641/attachments/2c5f23e7-2e17-40e2-b369-4bc74a21a465 returned with HTTP 200 [pid: 7|app: 0|req: 354/714] 199.204.45.19 () {38 vars in 1101 bytes} [Tue Jun 23 19:53:02 2026] DELETE /v3/a7dd2e5a81594c38a4f9530ddfec8641/attachments/2c5f23e7-2e17-40e2-b369-4bc74a21a465 => generated 19 bytes in 101 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:53:02.441 8 INFO cinder.api.openstack.wsgi [req-7956ae0b-0002-47a2-9200-6dab453ceedd req-faeb0ffe-2ca0-451b-a880-d8a0efda3322 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/a7dd2e5a81594c38a4f9530ddfec8641/volumes/f5c0c5ff-ac9b-4466-8613-d6f24172e42c 2026-06-23 19:53:02.441 8 INFO cinder.api.v3.volumes [req-7956ae0b-0002-47a2-9200-6dab453ceedd req-faeb0ffe-2ca0-451b-a880-d8a0efda3322 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] Delete volume with id: f5c0c5ff-ac9b-4466-8613-d6f24172e42c  /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:53:02.456 8 INFO cinder.volume.api [req-7956ae0b-0002-47a2-9200-6dab453ceedd req-faeb0ffe-2ca0-451b-a880-d8a0efda3322 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] Volume info retrieved successfully. 2026-06-23 19:53:02.487 8 INFO cinder.volume.api [req-7956ae0b-0002-47a2-9200-6dab453ceedd req-faeb0ffe-2ca0-451b-a880-d8a0efda3322 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] Delete volume request issued successfully. 2026-06-23 19:53:02.487 8 INFO cinder.api.openstack.wsgi [req-7956ae0b-0002-47a2-9200-6dab453ceedd req-faeb0ffe-2ca0-451b-a880-d8a0efda3322 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/a7dd2e5a81594c38a4f9530ddfec8641/volumes/f5c0c5ff-ac9b-4466-8613-d6f24172e42c returned with HTTP 202 [pid: 8|app: 0|req: 361/715] 199.204.45.19 () {36 vars in 1052 bytes} [Tue Jun 23 19:53:02 2026] DELETE /v3/a7dd2e5a81594c38a4f9530ddfec8641/volumes/f5c0c5ff-ac9b-4466-8613-d6f24172e42c => generated 0 bytes in 55 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) 2026-06-23 19:53:05.735 7 INFO cinder.api.openstack.wsgi [req-7956ae0b-0002-47a2-9200-6dab453ceedd req-a879cd19-f101-4ed0-b7e2-ee80ed455e88 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:53:05.737 7 INFO cinder.api.openstack.wsgi [req-7956ae0b-0002-47a2-9200-6dab453ceedd req-a879cd19-f101-4ed0-b7e2-ee80ed455e88 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:53:05.736 8 INFO cinder.api.openstack.wsgi [req-7956ae0b-0002-47a2-9200-6dab453ceedd req-faeb0ffe-2ca0-451b-a880-d8a0efda3322 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:53:05.739 8 INFO cinder.api.openstack.wsgi [req-7956ae0b-0002-47a2-9200-6dab453ceedd req-faeb0ffe-2ca0-451b-a880-d8a0efda3322 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:53:15.735 7 INFO cinder.api.openstack.wsgi [req-7956ae0b-0002-47a2-9200-6dab453ceedd req-a879cd19-f101-4ed0-b7e2-ee80ed455e88 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:53:15.736 8 INFO cinder.api.openstack.wsgi [req-7956ae0b-0002-47a2-9200-6dab453ceedd req-faeb0ffe-2ca0-451b-a880-d8a0efda3322 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:53:15.736 7 INFO cinder.api.openstack.wsgi [req-7956ae0b-0002-47a2-9200-6dab453ceedd req-a879cd19-f101-4ed0-b7e2-ee80ed455e88 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:53:15.737 8 INFO cinder.api.openstack.wsgi [req-7956ae0b-0002-47a2-9200-6dab453ceedd req-faeb0ffe-2ca0-451b-a880-d8a0efda3322 87e8e2b7dc3a4b8193055ef92c677a49 a7dd2e5a81594c38a4f9530ddfec8641 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:53:18.834 7 INFO cinder.api.openstack.wsgi [None req-1b4a9aea-7c00-4769-a6cd-830e716dd5f8 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:53:18.841 7 INFO cinder.api.openstack.wsgi [None req-1b4a9aea-7c00-4769-a6cd-830e716dd5f8 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services returned with HTTP 200 [pid: 7|app: 0|req: 357/720] 10.0.0.98 () {28 vars in 643 bytes} [Tue Jun 23 19:53:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-services => generated 646 bytes in 163 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:53:18.855 8 INFO cinder.api.openstack.wsgi [None req-27f454b6-aea2-4909-88a5-abd8c288b5fd 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true 2026-06-23 19:53:18.887 8 INFO cinder.api.openstack.wsgi [None req-27f454b6-aea2-4909-88a5-abd8c288b5fd 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 364/721] 10.0.0.98 () {28 vars in 694 bytes} [Tue Jun 23 19:53:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true => generated 670 bytes in 42 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:53:18.899 7 INFO cinder.api.openstack.wsgi [None req-1b967733-66f7-402a-b070-ed9588b948d6 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 19:53:18.912 7 INFO cinder.volume.api [None req-1b967733-66f7-402a-b070-ed9588b948d6 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 19:53:18.914 7 INFO cinder.api.openstack.wsgi [None req-1b967733-66f7-402a-b070-ed9588b948d6 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 358/722] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 19:53:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:53:18.927 8 INFO cinder.api.openstack.wsgi [None req-f0b44641-07cd-4207-8c77-4f9b8d69c808 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 19:53:18.944 8 INFO cinder.volume.api [None req-f0b44641-07cd-4207-8c77-4f9b8d69c808 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 19:53:18.948 8 INFO cinder.api.openstack.wsgi [None req-f0b44641-07cd-4207-8c77-4f9b8d69c808 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 365/723] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 19:53:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:53:18.991 7 INFO cinder.api.openstack.wsgi [None req-335bd324-4df7-4cbc-923d-951ca8affb50 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/1dccea320e494f5f8e1973ea62d8c831?usage=true 2026-06-23 19:53:19.017 7 INFO cinder.api.openstack.wsgi [None req-335bd324-4df7-4cbc-923d-951ca8affb50 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/1dccea320e494f5f8e1973ea62d8c831?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 359/724] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:53:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/1dccea320e494f5f8e1973ea62d8c831?usage=true => generated 847 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:53:19.033 8 INFO cinder.api.openstack.wsgi [None req-a43cb150-f16a-4764-8773-a3e3e6ac8850 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/406d567a840f4cb09d141cbc618500cd?usage=true 2026-06-23 19:53:19.068 8 INFO cinder.api.openstack.wsgi [None req-a43cb150-f16a-4764-8773-a3e3e6ac8850 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/406d567a840f4cb09d141cbc618500cd?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 366/725] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:53:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/406d567a840f4cb09d141cbc618500cd?usage=true => generated 847 bytes in 48 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:53:19.082 7 INFO cinder.api.openstack.wsgi [None req-db95cbe4-0a56-4819-9b8b-7491409f0317 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/86bc4955266641979266fcb70ba8c7af?usage=true 2026-06-23 19:53:19.111 7 INFO cinder.api.openstack.wsgi [None req-db95cbe4-0a56-4819-9b8b-7491409f0317 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/86bc4955266641979266fcb70ba8c7af?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 360/726] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:53:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/86bc4955266641979266fcb70ba8c7af?usage=true => generated 847 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:53:19.127 8 INFO cinder.api.openstack.wsgi [None req-33bce896-8aed-4746-a39d-7acbc31fa976 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true 2026-06-23 19:53:19.155 8 INFO cinder.api.openstack.wsgi [None req-33bce896-8aed-4746-a39d-7acbc31fa976 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 367/727] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:53:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true => generated 847 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:53:19.171 7 INFO cinder.api.openstack.wsgi [None req-5125b9c3-15de-409c-8b7d-aca85bec936b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true 2026-06-23 19:53:19.196 7 INFO cinder.api.openstack.wsgi [None req-5125b9c3-15de-409c-8b7d-aca85bec936b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 361/728] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:53:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true => generated 845 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:53:19.216 8 INFO cinder.api.openstack.wsgi [None req-748883a9-bac7-429e-98f6-d21f26308658 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e4a369b3aa364ad7839e9c4a619420e7?usage=true 2026-06-23 19:53:19.291 8 INFO cinder.api.openstack.wsgi [None req-748883a9-bac7-429e-98f6-d21f26308658 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e4a369b3aa364ad7839e9c4a619420e7?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 368/729] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:53:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e4a369b3aa364ad7839e9c4a619420e7?usage=true => generated 847 bytes in 86 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:53:19.303 7 INFO cinder.api.openstack.wsgi [None req-fb61964e-3030-414a-a3be-f7082f89150f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true 2026-06-23 19:53:19.324 7 INFO cinder.api.openstack.wsgi [None req-fb61964e-3030-414a-a3be-f7082f89150f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 362/730] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:53:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true => generated 845 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:53:19.338 8 INFO cinder.api.openstack.wsgi [None req-b5ff8188-d42a-40d2-b707-bdfc060f5768 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true 2026-06-23 19:53:19.345 8 INFO cinder.volume.api [None req-b5ff8188-d42a-40d2-b707-bdfc060f5768 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all snapshots completed successfully. 2026-06-23 19:53:19.345 8 INFO cinder.api.openstack.wsgi [None req-b5ff8188-d42a-40d2-b707-bdfc060f5768 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 369/731] 10.0.0.98 () {28 vars in 672 bytes} [Tue Jun 23 19:53:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/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-06-23 19:53:25.736 8 INFO cinder.api.openstack.wsgi [None req-b5ff8188-d42a-40d2-b707-bdfc060f5768 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:53:25.737 8 INFO cinder.api.openstack.wsgi [None req-b5ff8188-d42a-40d2-b707-bdfc060f5768 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:53:25.737 7 INFO cinder.api.openstack.wsgi [None req-fb61964e-3030-414a-a3be-f7082f89150f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:53:25.739 7 INFO cinder.api.openstack.wsgi [None req-fb61964e-3030-414a-a3be-f7082f89150f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:53:35.736 8 INFO cinder.api.openstack.wsgi [None req-b5ff8188-d42a-40d2-b707-bdfc060f5768 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:53:35.736 7 INFO cinder.api.openstack.wsgi [None req-fb61964e-3030-414a-a3be-f7082f89150f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:53:35.738 8 INFO cinder.api.openstack.wsgi [None req-b5ff8188-d42a-40d2-b707-bdfc060f5768 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:53:35.739 7 INFO cinder.api.openstack.wsgi [None req-fb61964e-3030-414a-a3be-f7082f89150f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:53:39.656 8 INFO cinder.api.openstack.wsgi [None req-156ecde0-3d90-432f-9c8f-11776a8eab92 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/037c555a50ea4c93855a364336e3e932/volumes 2026-06-23 19:53:39.658 8 INFO cinder.api.v3.volumes [None req-156ecde0-3d90-432f-9c8f-11776a8eab92 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] Create volume of 1 GB 2026-06-23 19:53:39.664 8 INFO cinder.volume.api [None req-156ecde0-3d90-432f-9c8f-11776a8eab92 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] Availability Zones retrieved successfully. 2026-06-23 19:53:39.831 8 INFO cinder.volume.api [None req-156ecde0-3d90-432f-9c8f-11776a8eab92 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] Create volume request issued successfully. 2026-06-23 19:53:39.832 8 INFO cinder.api.openstack.wsgi [None req-156ecde0-3d90-432f-9c8f-11776a8eab92 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/037c555a50ea4c93855a364336e3e932/volumes returned with HTTP 202 [pid: 8|app: 0|req: 372/736] 10.0.0.93 () {34 vars in 720 bytes} [Tue Jun 23 19:53:39 2026] POST /v3/037c555a50ea4c93855a364336e3e932/volumes => generated 860 bytes in 260 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) 2026-06-23 19:53:39.856 7 INFO cinder.api.openstack.wsgi [None req-ca0bf0d8-4b1e-4d63-9505-a2894d9f164c 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/037c555a50ea4c93855a364336e3e932/volumes/264b9b7c-9142-47c3-916e-f05ba65a26ee /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:53:39.878 7 INFO cinder.volume.api [None req-ca0bf0d8-4b1e-4d63-9505-a2894d9f164c 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] Volume info retrieved successfully. 2026-06-23 19:53:39.885 7 INFO cinder.api.openstack.wsgi [None req-ca0bf0d8-4b1e-4d63-9505-a2894d9f164c 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/037c555a50ea4c93855a364336e3e932/volumes/264b9b7c-9142-47c3-916e-f05ba65a26ee returned with HTTP 200 [pid: 7|app: 0|req: 365/737] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:53:39 2026] GET /v3/037c555a50ea4c93855a364336e3e932/volumes/264b9b7c-9142-47c3-916e-f05ba65a26ee => generated 928 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:53:40.907 8 INFO cinder.api.openstack.wsgi [None req-323866c4-d945-4baf-ac1e-30db35eab28e 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/037c555a50ea4c93855a364336e3e932/volumes/264b9b7c-9142-47c3-916e-f05ba65a26ee /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:53:40.920 8 INFO cinder.volume.api [None req-323866c4-d945-4baf-ac1e-30db35eab28e 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] Volume info retrieved successfully. 2026-06-23 19:53:40.925 8 INFO cinder.api.openstack.wsgi [None req-323866c4-d945-4baf-ac1e-30db35eab28e 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/037c555a50ea4c93855a364336e3e932/volumes/264b9b7c-9142-47c3-916e-f05ba65a26ee returned with HTTP 200 [pid: 8|app: 0|req: 373/738] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:53:40 2026] GET /v3/037c555a50ea4c93855a364336e3e932/volumes/264b9b7c-9142-47c3-916e-f05ba65a26ee => generated 953 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:53:45.735 7 INFO cinder.api.openstack.wsgi [None req-ca0bf0d8-4b1e-4d63-9505-a2894d9f164c 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:53:45.736 7 INFO cinder.api.openstack.wsgi [None req-ca0bf0d8-4b1e-4d63-9505-a2894d9f164c 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:53:45.738 8 INFO cinder.api.openstack.wsgi [None req-323866c4-d945-4baf-ac1e-30db35eab28e 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:53:45.739 8 INFO cinder.api.openstack.wsgi [None req-323866c4-d945-4baf-ac1e-30db35eab28e 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:53:47.975 7 INFO cinder.api.openstack.wsgi [None req-85d7af59-7bf0-4c5f-a622-202d20e2536f 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/037c555a50ea4c93855a364336e3e932/volumes/264b9b7c-9142-47c3-916e-f05ba65a26ee/action /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:53:47.987 7 INFO cinder.volume.api [None req-85d7af59-7bf0-4c5f-a622-202d20e2536f 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] Volume info retrieved successfully. 2026-06-23 19:53:48.006 7 INFO cinder.volume.api [None req-85d7af59-7bf0-4c5f-a622-202d20e2536f 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] Update volume admin metadata completed successfully. 2026-06-23 19:53:48.086 7 INFO cinder.volume.api [None req-85d7af59-7bf0-4c5f-a622-202d20e2536f 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] Attach volume completed successfully. 2026-06-23 19:53:48.087 7 INFO cinder.api.openstack.wsgi [None req-85d7af59-7bf0-4c5f-a622-202d20e2536f 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/037c555a50ea4c93855a364336e3e932/volumes/264b9b7c-9142-47c3-916e-f05ba65a26ee/action returned with HTTP 202 [pid: 7|app: 0|req: 367/741] 10.0.0.93 () {34 vars in 808 bytes} [Tue Jun 23 19:53:47 2026] POST /v3/037c555a50ea4c93855a364336e3e932/volumes/264b9b7c-9142-47c3-916e-f05ba65a26ee/action => generated 0 bytes in 119 msecs (HTTP/1.1 202) 7 headers in 289 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:53:48.100 8 INFO cinder.api.openstack.wsgi [None req-bb4bef6b-ebbb-4770-84e5-bdecf443aeb8 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/037c555a50ea4c93855a364336e3e932/volumes/264b9b7c-9142-47c3-916e-f05ba65a26ee /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:53:48.128 8 INFO cinder.volume.api [None req-bb4bef6b-ebbb-4770-84e5-bdecf443aeb8 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] Volume info retrieved successfully. 2026-06-23 19:53:48.137 8 INFO cinder.api.openstack.wsgi [None req-bb4bef6b-ebbb-4770-84e5-bdecf443aeb8 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/037c555a50ea4c93855a364336e3e932/volumes/264b9b7c-9142-47c3-916e-f05ba65a26ee returned with HTTP 200 [pid: 8|app: 0|req: 375/742] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:53:48 2026] GET /v3/037c555a50ea4c93855a364336e3e932/volumes/264b9b7c-9142-47c3-916e-f05ba65a26ee => generated 1287 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:53:48.158 7 INFO cinder.api.openstack.wsgi [None req-7f3c54ee-facd-4d4f-9c6f-c7d876755edd 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/037c555a50ea4c93855a364336e3e932/volumes/264b9b7c-9142-47c3-916e-f05ba65a26ee/action /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:53:48.174 7 INFO cinder.volume.api [None req-7f3c54ee-facd-4d4f-9c6f-c7d876755edd 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] Volume info retrieved successfully. 2026-06-23 19:53:48.229 7 INFO cinder.volume.api [None req-7f3c54ee-facd-4d4f-9c6f-c7d876755edd 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] Detach volume completed successfully. 2026-06-23 19:53:48.229 7 INFO cinder.api.openstack.wsgi [None req-7f3c54ee-facd-4d4f-9c6f-c7d876755edd 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/037c555a50ea4c93855a364336e3e932/volumes/264b9b7c-9142-47c3-916e-f05ba65a26ee/action returned with HTTP 202 [pid: 7|app: 0|req: 368/743] 10.0.0.93 () {34 vars in 808 bytes} [Tue Jun 23 19:53:48 2026] POST /v3/037c555a50ea4c93855a364336e3e932/volumes/264b9b7c-9142-47c3-916e-f05ba65a26ee/action => generated 0 bytes in 81 msecs (HTTP/1.1 202) 7 headers in 289 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:53:48.246 8 INFO cinder.api.openstack.wsgi [None req-8de6e5f4-b240-4e11-9844-3ab1704bef71 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/037c555a50ea4c93855a364336e3e932/volumes/264b9b7c-9142-47c3-916e-f05ba65a26ee /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:53:48.268 8 INFO cinder.volume.api [None req-8de6e5f4-b240-4e11-9844-3ab1704bef71 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] Volume info retrieved successfully. 2026-06-23 19:53:48.276 8 INFO cinder.api.openstack.wsgi [None req-8de6e5f4-b240-4e11-9844-3ab1704bef71 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/037c555a50ea4c93855a364336e3e932/volumes/264b9b7c-9142-47c3-916e-f05ba65a26ee returned with HTTP 200 [pid: 8|app: 0|req: 376/744] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:53:48 2026] GET /v3/037c555a50ea4c93855a364336e3e932/volumes/264b9b7c-9142-47c3-916e-f05ba65a26ee => generated 972 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:53:49.637 7 INFO cinder.api.openstack.wsgi [None req-56943b14-5ee5-46c8-9d6f-3bea79d0349c 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/037c555a50ea4c93855a364336e3e932/volumes/264b9b7c-9142-47c3-916e-f05ba65a26ee /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:53:49.656 7 INFO cinder.volume.api [None req-56943b14-5ee5-46c8-9d6f-3bea79d0349c 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] Volume info retrieved successfully. 2026-06-23 19:53:49.676 7 INFO cinder.api.openstack.wsgi [None req-56943b14-5ee5-46c8-9d6f-3bea79d0349c 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/037c555a50ea4c93855a364336e3e932/volumes/264b9b7c-9142-47c3-916e-f05ba65a26ee returned with HTTP 200 [pid: 7|app: 0|req: 369/745] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:53:49 2026] GET /v3/037c555a50ea4c93855a364336e3e932/volumes/264b9b7c-9142-47c3-916e-f05ba65a26ee => generated 972 bytes in 48 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:53:49.704 8 INFO cinder.api.openstack.wsgi [None req-7573fdc6-1daa-43f3-b7a3-77e315200686 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/037c555a50ea4c93855a364336e3e932/volumes/264b9b7c-9142-47c3-916e-f05ba65a26ee 2026-06-23 19:53:49.705 8 INFO cinder.api.v3.volumes [None req-7573fdc6-1daa-43f3-b7a3-77e315200686 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] Delete volume with id: 264b9b7c-9142-47c3-916e-f05ba65a26ee  /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:53:49.727 8 INFO cinder.volume.api [None req-7573fdc6-1daa-43f3-b7a3-77e315200686 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] Volume info retrieved successfully. 2026-06-23 19:53:49.750 8 INFO cinder.volume.api [None req-7573fdc6-1daa-43f3-b7a3-77e315200686 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] Delete volume request issued successfully. 2026-06-23 19:53:49.750 8 INFO cinder.api.openstack.wsgi [None req-7573fdc6-1daa-43f3-b7a3-77e315200686 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/037c555a50ea4c93855a364336e3e932/volumes/264b9b7c-9142-47c3-916e-f05ba65a26ee returned with HTTP 202 [pid: 8|app: 0|req: 377/746] 10.0.0.93 () {32 vars in 776 bytes} [Tue Jun 23 19:53:49 2026] DELETE /v3/037c555a50ea4c93855a364336e3e932/volumes/264b9b7c-9142-47c3-916e-f05ba65a26ee => generated 0 bytes in 55 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:53:49.774 7 INFO cinder.api.openstack.wsgi [None req-058b3de5-4da6-41e5-a03e-f9d59e47e9c5 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/037c555a50ea4c93855a364336e3e932/volumes/264b9b7c-9142-47c3-916e-f05ba65a26ee /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:53:49.792 7 INFO cinder.volume.api [None req-058b3de5-4da6-41e5-a03e-f9d59e47e9c5 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] Volume info retrieved successfully. 2026-06-23 19:53:49.798 7 INFO cinder.api.openstack.wsgi [None req-058b3de5-4da6-41e5-a03e-f9d59e47e9c5 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/037c555a50ea4c93855a364336e3e932/volumes/264b9b7c-9142-47c3-916e-f05ba65a26ee returned with HTTP 200 [pid: 7|app: 0|req: 370/747] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:53:49 2026] GET /v3/037c555a50ea4c93855a364336e3e932/volumes/264b9b7c-9142-47c3-916e-f05ba65a26ee => generated 971 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:53:50.829 8 INFO cinder.api.openstack.wsgi [None req-21783657-b565-43e4-b125-4d8f9dd208e9 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/037c555a50ea4c93855a364336e3e932/volumes/264b9b7c-9142-47c3-916e-f05ba65a26ee 2026-06-23 19:53:50.845 8 INFO cinder.api.openstack.wsgi [None req-21783657-b565-43e4-b125-4d8f9dd208e9 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/037c555a50ea4c93855a364336e3e932/volumes/264b9b7c-9142-47c3-916e-f05ba65a26ee returned with HTTP 404 [pid: 8|app: 0|req: 378/748] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:53:50 2026] GET /v3/037c555a50ea4c93855a364336e3e932/volumes/264b9b7c-9142-47c3-916e-f05ba65a26ee => generated 109 bytes in 33 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) 2026-06-23 19:53:55.736 8 INFO cinder.api.openstack.wsgi [None req-21783657-b565-43e4-b125-4d8f9dd208e9 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:53:55.736 7 INFO cinder.api.openstack.wsgi [None req-058b3de5-4da6-41e5-a03e-f9d59e47e9c5 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:53:55.737 8 INFO cinder.api.openstack.wsgi [None req-21783657-b565-43e4-b125-4d8f9dd208e9 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:53:55.737 7 INFO cinder.api.openstack.wsgi [None req-058b3de5-4da6-41e5-a03e-f9d59e47e9c5 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:54:05.736 8 INFO cinder.api.openstack.wsgi [None req-21783657-b565-43e4-b125-4d8f9dd208e9 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:54:05.736 7 INFO cinder.api.openstack.wsgi [None req-058b3de5-4da6-41e5-a03e-f9d59e47e9c5 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:54:05.737 8 INFO cinder.api.openstack.wsgi [None req-21783657-b565-43e4-b125-4d8f9dd208e9 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:54:05.738 7 INFO cinder.api.openstack.wsgi [None req-058b3de5-4da6-41e5-a03e-f9d59e47e9c5 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:54:15.736 8 INFO cinder.api.openstack.wsgi [None req-21783657-b565-43e4-b125-4d8f9dd208e9 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:54:15.736 7 INFO cinder.api.openstack.wsgi [None req-058b3de5-4da6-41e5-a03e-f9d59e47e9c5 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:54:15.737 8 INFO cinder.api.openstack.wsgi [None req-21783657-b565-43e4-b125-4d8f9dd208e9 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:54:15.737 7 INFO cinder.api.openstack.wsgi [None req-058b3de5-4da6-41e5-a03e-f9d59e47e9c5 36b39d91f6634531b2a4dfca0b8b7858 037c555a50ea4c93855a364336e3e932 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:54:18.843 8 INFO cinder.api.openstack.wsgi [None req-8afd82ba-a632-4061-a3a7-01ca545bb484 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/020170546d7e41caaec5c8b189532116?usage=true 2026-06-23 19:54:18.883 8 INFO cinder.api.openstack.wsgi [None req-8afd82ba-a632-4061-a3a7-01ca545bb484 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/020170546d7e41caaec5c8b189532116?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 382/755] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:54:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/020170546d7e41caaec5c8b189532116?usage=true => generated 847 bytes in 164 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:54:18.904 7 INFO cinder.api.openstack.wsgi [None req-7d4da058-149e-43e2-ad46-b3c54fe1f0eb 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/25e55abdfb4e466a87ac81bfde0937d4?usage=true 2026-06-23 19:54:18.936 7 INFO cinder.api.openstack.wsgi [None req-7d4da058-149e-43e2-ad46-b3c54fe1f0eb 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/25e55abdfb4e466a87ac81bfde0937d4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 374/756] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:54:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/25e55abdfb4e466a87ac81bfde0937d4?usage=true => generated 847 bytes in 49 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:54:18.952 8 INFO cinder.api.openstack.wsgi [None req-c599ce5a-47b3-4b5b-bd6e-f5900584fd04 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/2a2e5d57636c4ac480e776936bb8fab5?usage=true 2026-06-23 19:54:18.992 8 INFO cinder.api.openstack.wsgi [None req-c599ce5a-47b3-4b5b-bd6e-f5900584fd04 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/2a2e5d57636c4ac480e776936bb8fab5?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 383/757] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:54:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/2a2e5d57636c4ac480e776936bb8fab5?usage=true => generated 847 bytes in 52 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:54:19.009 7 INFO cinder.api.openstack.wsgi [None req-31163c26-e2e5-4772-9251-edfce422b0dc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/625b657a8d044e0d8fee75979ff1cab9?usage=true 2026-06-23 19:54:19.038 7 INFO cinder.api.openstack.wsgi [None req-31163c26-e2e5-4772-9251-edfce422b0dc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/625b657a8d044e0d8fee75979ff1cab9?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 375/758] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:54:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/625b657a8d044e0d8fee75979ff1cab9?usage=true => generated 847 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:54:19.052 8 INFO cinder.api.openstack.wsgi [None req-c3ea0e54-3a14-4ec2-bc57-e156b37b39c9 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/db2a0c644fa8493c97a0fd32a90a1a78?usage=true 2026-06-23 19:54:19.077 8 INFO cinder.api.openstack.wsgi [None req-c3ea0e54-3a14-4ec2-bc57-e156b37b39c9 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/db2a0c644fa8493c97a0fd32a90a1a78?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 384/759] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:54:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/db2a0c644fa8493c97a0fd32a90a1a78?usage=true => generated 847 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:54:19.094 7 INFO cinder.api.openstack.wsgi [None req-2a6b0304-3782-4384-a6b6-24396bc49eb2 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true 2026-06-23 19:54:19.124 7 INFO cinder.api.openstack.wsgi [None req-2a6b0304-3782-4384-a6b6-24396bc49eb2 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 376/760] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:54:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true => generated 847 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:54:19.140 8 INFO cinder.api.openstack.wsgi [None req-af91ca28-ae8c-44b1-82a1-9aed4ae5cc36 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true 2026-06-23 19:54:19.165 8 INFO cinder.api.openstack.wsgi [None req-af91ca28-ae8c-44b1-82a1-9aed4ae5cc36 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 385/761] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:54:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true => generated 845 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:54:19.180 7 INFO cinder.api.openstack.wsgi [None req-4f89ef82-eed9-4875-baf1-720234799389 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true 2026-06-23 19:54:19.218 7 INFO cinder.api.openstack.wsgi [None req-4f89ef82-eed9-4875-baf1-720234799389 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 377/762] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:54:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true => generated 845 bytes in 50 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:54:19.230 8 INFO cinder.api.openstack.wsgi [None req-5443032f-d082-4067-b0ff-65d7cb887a3f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true 2026-06-23 19:54:19.240 8 INFO cinder.volume.api [None req-5443032f-d082-4067-b0ff-65d7cb887a3f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all snapshots completed successfully. 2026-06-23 19:54:19.240 8 INFO cinder.api.openstack.wsgi [None req-5443032f-d082-4067-b0ff-65d7cb887a3f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 386/763] 10.0.0.98 () {28 vars in 672 bytes} [Tue Jun 23 19:54:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true => generated 17 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:54:19.260 7 INFO cinder.api.openstack.wsgi [None req-f0166d77-628f-4150-9b6e-5b5f68e22df2 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true 2026-06-23 19:54:19.278 7 INFO cinder.api.openstack.wsgi [None req-f0166d77-628f-4150-9b6e-5b5f68e22df2 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 378/764] 10.0.0.98 () {28 vars in 694 bytes} [Tue Jun 23 19:54:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true => generated 670 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:54:19.290 8 INFO cinder.api.openstack.wsgi [None req-c53c8c3a-fca4-4ddc-8f7e-f21ba597ffee 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 19:54:19.304 8 INFO cinder.volume.api [None req-c53c8c3a-fca4-4ddc-8f7e-f21ba597ffee 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 19:54:19.307 8 INFO cinder.api.openstack.wsgi [None req-c53c8c3a-fca4-4ddc-8f7e-f21ba597ffee 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 387/765] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 19:54:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:54:19.321 7 INFO cinder.api.openstack.wsgi [None req-a46d4e44-8b47-465f-bf91-2b230b0a1e19 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services 2026-06-23 19:54:19.329 7 INFO cinder.api.openstack.wsgi [None req-a46d4e44-8b47-465f-bf91-2b230b0a1e19 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services returned with HTTP 200 [pid: 7|app: 0|req: 379/766] 10.0.0.98 () {28 vars in 643 bytes} [Tue Jun 23 19:54:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-services => generated 646 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:54:19.338 8 INFO cinder.api.openstack.wsgi [None req-39396603-2b61-4bb5-a73c-01eaf31be684 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 19:54:19.351 8 INFO cinder.volume.api [None req-39396603-2b61-4bb5-a73c-01eaf31be684 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 19:54:19.354 8 INFO cinder.api.openstack.wsgi [None req-39396603-2b61-4bb5-a73c-01eaf31be684 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 388/767] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 19:54:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:54:25.736 8 INFO cinder.api.openstack.wsgi [None req-39396603-2b61-4bb5-a73c-01eaf31be684 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:54:25.738 8 INFO cinder.api.openstack.wsgi [None req-39396603-2b61-4bb5-a73c-01eaf31be684 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:54:25.737 7 INFO cinder.api.openstack.wsgi [None req-a46d4e44-8b47-465f-bf91-2b230b0a1e19 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:54:25.740 7 INFO cinder.api.openstack.wsgi [None req-a46d4e44-8b47-465f-bf91-2b230b0a1e19 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:54:35.735 7 INFO cinder.api.openstack.wsgi [None req-a46d4e44-8b47-465f-bf91-2b230b0a1e19 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:54:35.735 8 INFO cinder.api.openstack.wsgi [None req-39396603-2b61-4bb5-a73c-01eaf31be684 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:54:35.737 8 INFO cinder.api.openstack.wsgi [None req-39396603-2b61-4bb5-a73c-01eaf31be684 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:54:35.737 7 INFO cinder.api.openstack.wsgi [None req-a46d4e44-8b47-465f-bf91-2b230b0a1e19 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:54:38.255 8 INFO cinder.api.openstack.wsgi [None req-39396603-2b61-4bb5-a73c-01eaf31be684 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-06-23 19:54:38.256 8 INFO cinder.api.openstack.wsgi [None req-39396603-2b61-4bb5-a73c-01eaf31be684 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 8|app: 0|req: 391/772] 10.0.0.93 () {30 vars in 409 bytes} [Tue Jun 23 19:54:38 2026] GET / => generated 411 bytes in 3 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) 2026-06-23 19:54:41.423 7 INFO cinder.api.openstack.wsgi [None req-7327977d-225b-4888-9983-d99c85e98d13 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes 2026-06-23 19:54:41.426 7 INFO cinder.api.v3.volumes [None req-7327977d-225b-4888-9983-d99c85e98d13 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Create volume of 1 GB 2026-06-23 19:54:41.445 7 INFO cinder.volume.api [None req-7327977d-225b-4888-9983-d99c85e98d13 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Availability Zones retrieved successfully. /var/lib/openstack/lib/python3.10/site-packages/taskflow/engines/action_engine/process_executor.py:17: DeprecationWarning: The asyncore module is deprecated and will be removed in Python 3.12. The recommended replacement is asyncio import asyncore 2026-06-23 19:54:41.793 7 INFO cinder.volume.api [None req-7327977d-225b-4888-9983-d99c85e98d13 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Create volume request issued successfully. 2026-06-23 19:54:41.794 7 INFO cinder.api.openstack.wsgi [None req-7327977d-225b-4888-9983-d99c85e98d13 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes returned with HTTP 202 [pid: 7|app: 0|req: 382/773] 10.0.0.93 () {34 vars in 721 bytes} [Tue Jun 23 19:54:41 2026] POST /v3/38c12d0ee4b746f6968240533e78ac45/volumes => generated 870 bytes in 569 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) 2026-06-23 19:54:41.817 8 INFO cinder.api.openstack.wsgi [None req-134aa3d6-1393-44f1-a0a3-e9635612a572 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/0a3f5e99-e390-46c9-904a-f4d5b30f6079 /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:54:41.834 8 INFO cinder.volume.api [None req-134aa3d6-1393-44f1-a0a3-e9635612a572 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Volume info retrieved successfully. 2026-06-23 19:54:41.845 8 INFO cinder.api.openstack.wsgi [None req-134aa3d6-1393-44f1-a0a3-e9635612a572 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/0a3f5e99-e390-46c9-904a-f4d5b30f6079 returned with HTTP 200 [pid: 8|app: 0|req: 392/774] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:54:41 2026] GET /v3/38c12d0ee4b746f6968240533e78ac45/volumes/0a3f5e99-e390-46c9-904a-f4d5b30f6079 => generated 938 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:54:42.870 7 INFO cinder.api.openstack.wsgi [None req-32ab3105-6da1-4ee8-b65c-feedd311e496 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/0a3f5e99-e390-46c9-904a-f4d5b30f6079 /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:54:42.900 7 INFO cinder.volume.api [None req-32ab3105-6da1-4ee8-b65c-feedd311e496 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Volume info retrieved successfully. 2026-06-23 19:54:42.915 7 INFO cinder.api.openstack.wsgi [None req-32ab3105-6da1-4ee8-b65c-feedd311e496 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/0a3f5e99-e390-46c9-904a-f4d5b30f6079 returned with HTTP 200 [pid: 7|app: 0|req: 383/775] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:54:42 2026] GET /v3/38c12d0ee4b746f6968240533e78ac45/volumes/0a3f5e99-e390-46c9-904a-f4d5b30f6079 => generated 963 bytes in 53 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:54:42.938 8 INFO cinder.api.openstack.wsgi [None req-baba8839-160e-4508-9442-98369cb5054e 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/0a3f5e99-e390-46c9-904a-f4d5b30f6079 /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:54:42.952 8 INFO cinder.volume.api [None req-baba8839-160e-4508-9442-98369cb5054e 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Volume info retrieved successfully. 2026-06-23 19:54:42.957 8 INFO cinder.api.openstack.wsgi [None req-baba8839-160e-4508-9442-98369cb5054e 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/0a3f5e99-e390-46c9-904a-f4d5b30f6079 returned with HTTP 200 [pid: 8|app: 0|req: 393/776] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:54:42 2026] GET /v3/38c12d0ee4b746f6968240533e78ac45/volumes/0a3f5e99-e390-46c9-904a-f4d5b30f6079 => generated 963 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:54:42.983 7 INFO cinder.api.openstack.wsgi [None req-6a64fc11-cabb-40be-8986-e94bb03f73e8 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/0a3f5e99-e390-46c9-904a-f4d5b30f6079 /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:54:43.004 7 INFO cinder.volume.api [None req-6a64fc11-cabb-40be-8986-e94bb03f73e8 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Volume info retrieved successfully. 2026-06-23 19:54:43.013 7 INFO cinder.volume.api [None req-6a64fc11-cabb-40be-8986-e94bb03f73e8 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Volume updated successfully. 2026-06-23 19:54:43.014 7 INFO cinder.api.openstack.wsgi [None req-6a64fc11-cabb-40be-8986-e94bb03f73e8 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/0a3f5e99-e390-46c9-904a-f4d5b30f6079 returned with HTTP 200 [pid: 7|app: 0|req: 384/777] 10.0.0.93 () {34 vars in 793 bytes} [Tue Jun 23 19:54:42 2026] PUT /v3/38c12d0ee4b746f6968240533e78ac45/volumes/0a3f5e99-e390-46c9-904a-f4d5b30f6079 => generated 895 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:54:43.037 8 INFO cinder.api.openstack.wsgi [None req-aabae3cb-1ccc-493b-8e6d-cebe403e1514 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/0a3f5e99-e390-46c9-904a-f4d5b30f6079 /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:54:43.053 8 INFO cinder.volume.api [None req-aabae3cb-1ccc-493b-8e6d-cebe403e1514 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Volume info retrieved successfully. 2026-06-23 19:54:43.059 8 INFO cinder.volume.api [None req-aabae3cb-1ccc-493b-8e6d-cebe403e1514 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Volume updated successfully. 2026-06-23 19:54:43.060 8 INFO cinder.api.openstack.wsgi [None req-aabae3cb-1ccc-493b-8e6d-cebe403e1514 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/0a3f5e99-e390-46c9-904a-f4d5b30f6079 returned with HTTP 200 [pid: 8|app: 0|req: 394/778] 10.0.0.93 () {34 vars in 794 bytes} [Tue Jun 23 19:54:43 2026] PUT /v3/38c12d0ee4b746f6968240533e78ac45/volumes/0a3f5e99-e390-46c9-904a-f4d5b30f6079 => 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.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:54:43.077 7 INFO cinder.api.openstack.wsgi [None req-beb0184f-b4d9-4aa5-b515-1c245cd0e9aa 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/0a3f5e99-e390-46c9-904a-f4d5b30f6079 /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:54:43.102 7 INFO cinder.volume.api [None req-beb0184f-b4d9-4aa5-b515-1c245cd0e9aa 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Volume info retrieved successfully. 2026-06-23 19:54:43.110 7 INFO cinder.api.openstack.wsgi [None req-beb0184f-b4d9-4aa5-b515-1c245cd0e9aa 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/0a3f5e99-e390-46c9-904a-f4d5b30f6079 returned with HTTP 200 [pid: 7|app: 0|req: 385/779] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:54:43 2026] GET /v3/38c12d0ee4b746f6968240533e78ac45/volumes/0a3f5e99-e390-46c9-904a-f4d5b30f6079 => generated 1003 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:54:43.130 8 INFO cinder.api.openstack.wsgi [None req-fb745202-2383-4e45-b909-8f4e627e7af4 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes 2026-06-23 19:54:43.133 8 INFO cinder.api.v3.volumes [None req-fb745202-2383-4e45-b909-8f4e627e7af4 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Create volume of 1 GB 2026-06-23 19:54:43.139 8 INFO cinder.volume.api [None req-fb745202-2383-4e45-b909-8f4e627e7af4 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Availability Zones retrieved successfully. 2026-06-23 19:54:43.275 8 INFO cinder.volume.api [None req-fb745202-2383-4e45-b909-8f4e627e7af4 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Create volume request issued successfully. 2026-06-23 19:54:43.276 8 INFO cinder.api.openstack.wsgi [None req-fb745202-2383-4e45-b909-8f4e627e7af4 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes returned with HTTP 202 [pid: 8|app: 0|req: 395/780] 10.0.0.93 () {34 vars in 721 bytes} [Tue Jun 23 19:54:43 2026] POST /v3/38c12d0ee4b746f6968240533e78ac45/volumes => generated 891 bytes in 154 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:54:43.298 7 INFO cinder.api.openstack.wsgi [None req-d522aa3f-4c17-490c-a5db-aa6b6b7dade5 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/b28aa515-fab6-4125-98d0-50deafac3097 /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:54:43.322 7 INFO cinder.volume.api [None req-d522aa3f-4c17-490c-a5db-aa6b6b7dade5 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Volume info retrieved successfully. 2026-06-23 19:54:43.333 7 INFO cinder.api.openstack.wsgi [None req-d522aa3f-4c17-490c-a5db-aa6b6b7dade5 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/b28aa515-fab6-4125-98d0-50deafac3097 returned with HTTP 200 [pid: 7|app: 0|req: 386/781] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:54:43 2026] GET /v3/38c12d0ee4b746f6968240533e78ac45/volumes/b28aa515-fab6-4125-98d0-50deafac3097 => generated 959 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:54:44.357 8 INFO cinder.api.openstack.wsgi [None req-5b7e1a54-5aed-43a1-a192-32af18ff61fb 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/b28aa515-fab6-4125-98d0-50deafac3097 /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:54:44.373 8 INFO cinder.volume.api [None req-5b7e1a54-5aed-43a1-a192-32af18ff61fb 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Volume info retrieved successfully. 2026-06-23 19:54:44.379 8 INFO cinder.api.openstack.wsgi [None req-5b7e1a54-5aed-43a1-a192-32af18ff61fb 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/b28aa515-fab6-4125-98d0-50deafac3097 returned with HTTP 200 [pid: 8|app: 0|req: 396/782] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:54:44 2026] GET /v3/38c12d0ee4b746f6968240533e78ac45/volumes/b28aa515-fab6-4125-98d0-50deafac3097 => generated 984 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:54:44.401 7 INFO cinder.api.openstack.wsgi [None req-69bcc09b-b3e8-45d2-aedf-1f5bb5d08eec 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/b28aa515-fab6-4125-98d0-50deafac3097 /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:54:44.418 7 INFO cinder.volume.api [None req-69bcc09b-b3e8-45d2-aedf-1f5bb5d08eec 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Volume info retrieved successfully. 2026-06-23 19:54:44.427 7 INFO cinder.volume.api [None req-69bcc09b-b3e8-45d2-aedf-1f5bb5d08eec 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Volume updated successfully. 2026-06-23 19:54:44.429 7 INFO cinder.api.openstack.wsgi [None req-69bcc09b-b3e8-45d2-aedf-1f5bb5d08eec 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/b28aa515-fab6-4125-98d0-50deafac3097 returned with HTTP 200 [pid: 7|app: 0|req: 387/783] 10.0.0.93 () {34 vars in 793 bytes} [Tue Jun 23 19:54:44 2026] PUT /v3/38c12d0ee4b746f6968240533e78ac45/volumes/b28aa515-fab6-4125-98d0-50deafac3097 => generated 881 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:54:44.449 8 INFO cinder.api.openstack.wsgi [None req-941138b9-f54e-49ad-b22f-ad106f4bbd1e 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/b28aa515-fab6-4125-98d0-50deafac3097 /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:54:44.462 8 INFO cinder.volume.api [None req-941138b9-f54e-49ad-b22f-ad106f4bbd1e 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Volume info retrieved successfully. 2026-06-23 19:54:44.468 8 INFO cinder.api.openstack.wsgi [None req-941138b9-f54e-49ad-b22f-ad106f4bbd1e 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/b28aa515-fab6-4125-98d0-50deafac3097 returned with HTTP 200 [pid: 8|app: 0|req: 397/784] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:54:44 2026] GET /v3/38c12d0ee4b746f6968240533e78ac45/volumes/b28aa515-fab6-4125-98d0-50deafac3097 => generated 949 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:54:44.489 7 INFO cinder.api.openstack.wsgi [None req-c32632ca-8299-46e0-a916-d20ad9e6f69e 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/b28aa515-fab6-4125-98d0-50deafac3097 2026-06-23 19:54:44.490 7 INFO cinder.api.v3.volumes [None req-c32632ca-8299-46e0-a916-d20ad9e6f69e 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Delete volume with id: b28aa515-fab6-4125-98d0-50deafac3097  /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:54:44.499 7 INFO cinder.volume.api [None req-c32632ca-8299-46e0-a916-d20ad9e6f69e 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Volume info retrieved successfully. 2026-06-23 19:54:44.521 7 INFO cinder.volume.api [None req-c32632ca-8299-46e0-a916-d20ad9e6f69e 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Delete volume request issued successfully. 2026-06-23 19:54:44.521 7 INFO cinder.api.openstack.wsgi [None req-c32632ca-8299-46e0-a916-d20ad9e6f69e 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/b28aa515-fab6-4125-98d0-50deafac3097 returned with HTTP 202 [pid: 7|app: 0|req: 388/785] 10.0.0.93 () {32 vars in 776 bytes} [Tue Jun 23 19:54:44 2026] DELETE /v3/38c12d0ee4b746f6968240533e78ac45/volumes/b28aa515-fab6-4125-98d0-50deafac3097 => generated 0 bytes in 40 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:54:44.532 8 INFO cinder.api.openstack.wsgi [None req-f71f351e-a872-46ee-a1d2-e646c7694d58 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/b28aa515-fab6-4125-98d0-50deafac3097 /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:54:44.546 8 INFO cinder.volume.api [None req-f71f351e-a872-46ee-a1d2-e646c7694d58 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Volume info retrieved successfully. 2026-06-23 19:54:44.553 8 INFO cinder.api.openstack.wsgi [None req-f71f351e-a872-46ee-a1d2-e646c7694d58 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/b28aa515-fab6-4125-98d0-50deafac3097 returned with HTTP 200 [pid: 8|app: 0|req: 398/786] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:54:44 2026] GET /v3/38c12d0ee4b746f6968240533e78ac45/volumes/b28aa515-fab6-4125-98d0-50deafac3097 => generated 948 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:54:45.572 7 INFO cinder.api.openstack.wsgi [None req-736b5982-ed7b-4227-bf9c-5d3fd85d1c2c 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/b28aa515-fab6-4125-98d0-50deafac3097 2026-06-23 19:54:45.582 7 INFO cinder.api.openstack.wsgi [None req-736b5982-ed7b-4227-bf9c-5d3fd85d1c2c 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/b28aa515-fab6-4125-98d0-50deafac3097 returned with HTTP 404 [pid: 7|app: 0|req: 389/787] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:54:45 2026] GET /v3/38c12d0ee4b746f6968240533e78ac45/volumes/b28aa515-fab6-4125-98d0-50deafac3097 => 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.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:54:45.594 8 INFO cinder.api.openstack.wsgi [None req-3c06be3d-6b27-41e6-9abd-1e946ca1633f 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/0a3f5e99-e390-46c9-904a-f4d5b30f6079 /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:54:45.611 8 INFO cinder.volume.api [None req-3c06be3d-6b27-41e6-9abd-1e946ca1633f 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Volume info retrieved successfully. 2026-06-23 19:54:45.617 8 INFO cinder.api.openstack.wsgi [None req-3c06be3d-6b27-41e6-9abd-1e946ca1633f 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/0a3f5e99-e390-46c9-904a-f4d5b30f6079 returned with HTTP 200 [pid: 8|app: 0|req: 399/788] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:54:45 2026] GET /v3/38c12d0ee4b746f6968240533e78ac45/volumes/0a3f5e99-e390-46c9-904a-f4d5b30f6079 => generated 1003 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-06-23 19:54:45.637 7 INFO cinder.api.openstack.wsgi [None req-87b503b5-2ba9-47a3-8bb6-f80a3d6b5cf2 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/0a3f5e99-e390-46c9-904a-f4d5b30f6079 2026-06-23 19:54:45.638 7 INFO cinder.api.v3.volumes [None req-87b503b5-2ba9-47a3-8bb6-f80a3d6b5cf2 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Delete volume with id: 0a3f5e99-e390-46c9-904a-f4d5b30f6079  /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:54:45.656 7 INFO cinder.volume.api [None req-87b503b5-2ba9-47a3-8bb6-f80a3d6b5cf2 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Volume info retrieved successfully. 2026-06-23 19:54:45.682 7 INFO cinder.volume.api [None req-87b503b5-2ba9-47a3-8bb6-f80a3d6b5cf2 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Delete volume request issued successfully. 2026-06-23 19:54:45.682 7 INFO cinder.api.openstack.wsgi [None req-87b503b5-2ba9-47a3-8bb6-f80a3d6b5cf2 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/0a3f5e99-e390-46c9-904a-f4d5b30f6079 returned with HTTP 202 [pid: 7|app: 0|req: 390/789] 10.0.0.93 () {32 vars in 776 bytes} [Tue Jun 23 19:54:45 2026] DELETE /v3/38c12d0ee4b746f6968240533e78ac45/volumes/0a3f5e99-e390-46c9-904a-f4d5b30f6079 => generated 0 bytes in 54 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:54:45.694 8 INFO cinder.api.openstack.wsgi [None req-4eda9128-5532-4936-a123-e4148615fbf0 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/0a3f5e99-e390-46c9-904a-f4d5b30f6079 /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:54:45.711 8 INFO cinder.volume.api [None req-4eda9128-5532-4936-a123-e4148615fbf0 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Volume info retrieved successfully. 2026-06-23 19:54:45.717 8 INFO cinder.api.openstack.wsgi [None req-4eda9128-5532-4936-a123-e4148615fbf0 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/0a3f5e99-e390-46c9-904a-f4d5b30f6079 returned with HTTP 200 [pid: 8|app: 0|req: 400/790] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:54:45 2026] GET /v3/38c12d0ee4b746f6968240533e78ac45/volumes/0a3f5e99-e390-46c9-904a-f4d5b30f6079 => generated 1002 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-06-23 19:54:45.735 7 INFO cinder.api.openstack.wsgi [None req-87b503b5-2ba9-47a3-8bb6-f80a3d6b5cf2 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:54:45.736 8 INFO cinder.api.openstack.wsgi [None req-4eda9128-5532-4936-a123-e4148615fbf0 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:54:45.736 7 INFO cinder.api.openstack.wsgi [None req-87b503b5-2ba9-47a3-8bb6-f80a3d6b5cf2 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:54:45.737 8 INFO cinder.api.openstack.wsgi [None req-4eda9128-5532-4936-a123-e4148615fbf0 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:54:46.742 7 INFO cinder.api.openstack.wsgi [None req-5d01393a-8be7-4d2d-8c91-ecd0d62b1906 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/0a3f5e99-e390-46c9-904a-f4d5b30f6079 2026-06-23 19:54:46.751 7 INFO cinder.api.openstack.wsgi [None req-5d01393a-8be7-4d2d-8c91-ecd0d62b1906 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/0a3f5e99-e390-46c9-904a-f4d5b30f6079 returned with HTTP 404 [pid: 7|app: 0|req: 392/793] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:54:46 2026] GET /v3/38c12d0ee4b746f6968240533e78ac45/volumes/0a3f5e99-e390-46c9-904a-f4d5b30f6079 => 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.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:54:46.819 8 INFO cinder.api.openstack.wsgi [None req-f99c8b5d-3716-4bd9-8b3a-ebc8588420cd 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes 2026-06-23 19:54:46.941 8 INFO cinder.api.v3.volumes [None req-f99c8b5d-3716-4bd9-8b3a-ebc8588420cd 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Create volume of 1 GB 2026-06-23 19:54:46.950 8 INFO cinder.volume.api [None req-f99c8b5d-3716-4bd9-8b3a-ebc8588420cd 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Availability Zones retrieved successfully. 2026-06-23 19:54:47.135 8 INFO cinder.volume.api [None req-f99c8b5d-3716-4bd9-8b3a-ebc8588420cd 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Create volume request issued successfully. 2026-06-23 19:54:47.136 8 INFO cinder.api.openstack.wsgi [None req-f99c8b5d-3716-4bd9-8b3a-ebc8588420cd 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes returned with HTTP 202 [pid: 8|app: 0|req: 402/794] 10.0.0.93 () {34 vars in 721 bytes} [Tue Jun 23 19:54:46 2026] POST /v3/38c12d0ee4b746f6968240533e78ac45/volumes => generated 871 bytes in 324 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) 2026-06-23 19:54:47.160 7 INFO cinder.api.openstack.wsgi [None req-b7c53aea-69f8-4fa9-af90-f726dd4346ff 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/cc0791e7-9164-4188-b72b-adbdf321871c /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:54:47.175 7 INFO cinder.volume.api [None req-b7c53aea-69f8-4fa9-af90-f726dd4346ff 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Volume info retrieved successfully. 2026-06-23 19:54:47.179 7 INFO cinder.api.openstack.wsgi [None req-b7c53aea-69f8-4fa9-af90-f726dd4346ff 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/cc0791e7-9164-4188-b72b-adbdf321871c returned with HTTP 200 [pid: 7|app: 0|req: 393/795] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:54:47 2026] GET /v3/38c12d0ee4b746f6968240533e78ac45/volumes/cc0791e7-9164-4188-b72b-adbdf321871c => generated 939 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:54:48.202 8 INFO cinder.api.openstack.wsgi [None req-017168cd-5db9-41b7-99d4-f726e7d9e772 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/cc0791e7-9164-4188-b72b-adbdf321871c /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:54:48.220 8 INFO cinder.volume.api [None req-017168cd-5db9-41b7-99d4-f726e7d9e772 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Volume info retrieved successfully. 2026-06-23 19:54:48.231 8 INFO cinder.api.openstack.wsgi [None req-017168cd-5db9-41b7-99d4-f726e7d9e772 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/cc0791e7-9164-4188-b72b-adbdf321871c returned with HTTP 200 [pid: 8|app: 0|req: 403/796] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:54:48 2026] GET /v3/38c12d0ee4b746f6968240533e78ac45/volumes/cc0791e7-9164-4188-b72b-adbdf321871c => generated 1348 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:54:48.254 7 INFO cinder.api.openstack.wsgi [None req-be6ee2db-a6f9-4123-84d6-b76cd75f26bb 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/cc0791e7-9164-4188-b72b-adbdf321871c /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:54:48.269 7 INFO cinder.volume.api [None req-be6ee2db-a6f9-4123-84d6-b76cd75f26bb 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Volume info retrieved successfully. 2026-06-23 19:54:48.275 7 INFO cinder.api.openstack.wsgi [None req-be6ee2db-a6f9-4123-84d6-b76cd75f26bb 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/cc0791e7-9164-4188-b72b-adbdf321871c returned with HTTP 200 [pid: 7|app: 0|req: 394/797] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:54:48 2026] GET /v3/38c12d0ee4b746f6968240533e78ac45/volumes/cc0791e7-9164-4188-b72b-adbdf321871c => generated 1348 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:54:48.302 8 INFO cinder.api.openstack.wsgi [None req-f4001c6a-6b11-4e9b-9f99-b0b0c22330fd 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/cc0791e7-9164-4188-b72b-adbdf321871c /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:54:48.325 8 INFO cinder.volume.api [None req-f4001c6a-6b11-4e9b-9f99-b0b0c22330fd 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Volume info retrieved successfully. 2026-06-23 19:54:48.331 8 INFO cinder.volume.api [None req-f4001c6a-6b11-4e9b-9f99-b0b0c22330fd 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Volume updated successfully. 2026-06-23 19:54:48.332 8 INFO cinder.api.openstack.wsgi [None req-f4001c6a-6b11-4e9b-9f99-b0b0c22330fd 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/cc0791e7-9164-4188-b72b-adbdf321871c returned with HTTP 200 [pid: 8|app: 0|req: 404/798] 10.0.0.93 () {34 vars in 793 bytes} [Tue Jun 23 19:54:48 2026] PUT /v3/38c12d0ee4b746f6968240533e78ac45/volumes/cc0791e7-9164-4188-b72b-adbdf321871c => generated 895 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:54:48.357 7 INFO cinder.api.openstack.wsgi [None req-593bbb80-3b25-4cdb-a950-7a662ad18c42 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/cc0791e7-9164-4188-b72b-adbdf321871c /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:54:48.374 7 INFO cinder.volume.api [None req-593bbb80-3b25-4cdb-a950-7a662ad18c42 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Volume info retrieved successfully. 2026-06-23 19:54:48.384 7 INFO cinder.volume.api [None req-593bbb80-3b25-4cdb-a950-7a662ad18c42 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Volume updated successfully. 2026-06-23 19:54:48.385 7 INFO cinder.api.openstack.wsgi [None req-593bbb80-3b25-4cdb-a950-7a662ad18c42 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/cc0791e7-9164-4188-b72b-adbdf321871c returned with HTTP 200 [pid: 7|app: 0|req: 395/799] 10.0.0.93 () {34 vars in 794 bytes} [Tue Jun 23 19:54:48 2026] PUT /v3/38c12d0ee4b746f6968240533e78ac45/volumes/cc0791e7-9164-4188-b72b-adbdf321871c => generated 934 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:54:48.408 8 INFO cinder.api.openstack.wsgi [None req-09a5ac90-3dcf-4cf2-a1fe-ccc0e604ae5d 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/cc0791e7-9164-4188-b72b-adbdf321871c /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:54:48.439 8 INFO cinder.volume.api [None req-09a5ac90-3dcf-4cf2-a1fe-ccc0e604ae5d 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Volume info retrieved successfully. 2026-06-23 19:54:48.448 8 INFO cinder.api.openstack.wsgi [None req-09a5ac90-3dcf-4cf2-a1fe-ccc0e604ae5d 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/cc0791e7-9164-4188-b72b-adbdf321871c returned with HTTP 200 [pid: 8|app: 0|req: 405/800] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:54:48 2026] GET /v3/38c12d0ee4b746f6968240533e78ac45/volumes/cc0791e7-9164-4188-b72b-adbdf321871c => generated 1387 bytes in 51 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:54:48.472 7 INFO cinder.api.openstack.wsgi [None req-bc03fb81-be5d-420d-82e3-458f435fc8d2 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes 2026-06-23 19:54:48.473 7 INFO cinder.api.v3.volumes [None req-bc03fb81-be5d-420d-82e3-458f435fc8d2 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Create volume of 1 GB 2026-06-23 19:54:48.480 7 INFO cinder.volume.api [None req-bc03fb81-be5d-420d-82e3-458f435fc8d2 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Availability Zones retrieved successfully. 2026-06-23 19:54:48.635 7 INFO cinder.volume.api [None req-bc03fb81-be5d-420d-82e3-458f435fc8d2 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Create volume request issued successfully. 2026-06-23 19:54:48.636 7 INFO cinder.api.openstack.wsgi [None req-bc03fb81-be5d-420d-82e3-458f435fc8d2 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes returned with HTTP 202 [pid: 7|app: 0|req: 396/801] 10.0.0.93 () {34 vars in 721 bytes} [Tue Jun 23 19:54:48 2026] POST /v3/38c12d0ee4b746f6968240533e78ac45/volumes => generated 890 bytes in 174 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:54:48.656 8 INFO cinder.api.openstack.wsgi [None req-25aaf5dd-9930-4e4d-b5dc-acfe7e6da54f 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/b3300317-3f31-4d03-8f07-9af49976d663 /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:54:48.674 8 INFO cinder.volume.api [None req-25aaf5dd-9930-4e4d-b5dc-acfe7e6da54f 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Volume info retrieved successfully. 2026-06-23 19:54:48.681 8 INFO cinder.api.openstack.wsgi [None req-25aaf5dd-9930-4e4d-b5dc-acfe7e6da54f 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/b3300317-3f31-4d03-8f07-9af49976d663 returned with HTTP 200 [pid: 8|app: 0|req: 406/802] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:54:48 2026] GET /v3/38c12d0ee4b746f6968240533e78ac45/volumes/b3300317-3f31-4d03-8f07-9af49976d663 => generated 958 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:54:49.705 7 INFO cinder.api.openstack.wsgi [None req-5468403f-dff4-4fb7-b184-575baaefc69d 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/b3300317-3f31-4d03-8f07-9af49976d663 /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:54:49.724 7 INFO cinder.volume.api [None req-5468403f-dff4-4fb7-b184-575baaefc69d 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Volume info retrieved successfully. 2026-06-23 19:54:49.735 7 INFO cinder.api.openstack.wsgi [None req-5468403f-dff4-4fb7-b184-575baaefc69d 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/b3300317-3f31-4d03-8f07-9af49976d663 returned with HTTP 200 [pid: 7|app: 0|req: 397/803] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:54:49 2026] GET /v3/38c12d0ee4b746f6968240533e78ac45/volumes/b3300317-3f31-4d03-8f07-9af49976d663 => generated 983 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:54:49.756 8 INFO cinder.api.openstack.wsgi [None req-f90e1223-20fb-44ef-a89d-cf006bfcadf8 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/b3300317-3f31-4d03-8f07-9af49976d663 /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:54:49.780 8 INFO cinder.volume.api [None req-f90e1223-20fb-44ef-a89d-cf006bfcadf8 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Volume info retrieved successfully. 2026-06-23 19:54:49.792 8 INFO cinder.volume.api [None req-f90e1223-20fb-44ef-a89d-cf006bfcadf8 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Volume updated successfully. 2026-06-23 19:54:49.793 8 INFO cinder.api.openstack.wsgi [None req-f90e1223-20fb-44ef-a89d-cf006bfcadf8 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/b3300317-3f31-4d03-8f07-9af49976d663 returned with HTTP 200 [pid: 8|app: 0|req: 407/804] 10.0.0.93 () {34 vars in 793 bytes} [Tue Jun 23 19:54:49 2026] PUT /v3/38c12d0ee4b746f6968240533e78ac45/volumes/b3300317-3f31-4d03-8f07-9af49976d663 => generated 882 bytes in 45 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:54:49.815 7 INFO cinder.api.openstack.wsgi [None req-273c6649-5f05-49e5-a33b-cdf0a5393fb6 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/b3300317-3f31-4d03-8f07-9af49976d663 /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:54:49.836 7 INFO cinder.volume.api [None req-273c6649-5f05-49e5-a33b-cdf0a5393fb6 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Volume info retrieved successfully. 2026-06-23 19:54:49.840 7 INFO cinder.api.openstack.wsgi [None req-273c6649-5f05-49e5-a33b-cdf0a5393fb6 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/b3300317-3f31-4d03-8f07-9af49976d663 returned with HTTP 200 [pid: 7|app: 0|req: 398/805] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:54:49 2026] GET /v3/38c12d0ee4b746f6968240533e78ac45/volumes/b3300317-3f31-4d03-8f07-9af49976d663 => generated 950 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:54:49.867 8 INFO cinder.api.openstack.wsgi [None req-81a8d910-dfaf-48d8-b843-b88770eabc04 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/b3300317-3f31-4d03-8f07-9af49976d663 2026-06-23 19:54:49.868 8 INFO cinder.api.v3.volumes [None req-81a8d910-dfaf-48d8-b843-b88770eabc04 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Delete volume with id: b3300317-3f31-4d03-8f07-9af49976d663  /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:54:49.880 8 INFO cinder.volume.api [None req-81a8d910-dfaf-48d8-b843-b88770eabc04 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Volume info retrieved successfully. 2026-06-23 19:54:49.912 8 INFO cinder.volume.api [None req-81a8d910-dfaf-48d8-b843-b88770eabc04 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Delete volume request issued successfully. 2026-06-23 19:54:49.913 8 INFO cinder.api.openstack.wsgi [None req-81a8d910-dfaf-48d8-b843-b88770eabc04 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/b3300317-3f31-4d03-8f07-9af49976d663 returned with HTTP 202 [pid: 8|app: 0|req: 408/806] 10.0.0.93 () {32 vars in 776 bytes} [Tue Jun 23 19:54:49 2026] DELETE /v3/38c12d0ee4b746f6968240533e78ac45/volumes/b3300317-3f31-4d03-8f07-9af49976d663 => generated 0 bytes in 56 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:54:49.925 7 INFO cinder.api.openstack.wsgi [None req-7817f882-713e-4ded-9a33-2cb028b1276e 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/b3300317-3f31-4d03-8f07-9af49976d663 /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:54:49.953 7 INFO cinder.volume.api [None req-7817f882-713e-4ded-9a33-2cb028b1276e 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Volume info retrieved successfully. 2026-06-23 19:54:49.959 7 INFO cinder.api.openstack.wsgi [None req-7817f882-713e-4ded-9a33-2cb028b1276e 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/b3300317-3f31-4d03-8f07-9af49976d663 returned with HTTP 200 [pid: 7|app: 0|req: 399/807] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:54:49 2026] GET /v3/38c12d0ee4b746f6968240533e78ac45/volumes/b3300317-3f31-4d03-8f07-9af49976d663 => generated 949 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:54:50.978 8 INFO cinder.api.openstack.wsgi [None req-65eeac07-39b3-4e2a-9ff1-506dca4138b4 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/b3300317-3f31-4d03-8f07-9af49976d663 2026-06-23 19:54:51.003 8 INFO cinder.api.openstack.wsgi [None req-65eeac07-39b3-4e2a-9ff1-506dca4138b4 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/b3300317-3f31-4d03-8f07-9af49976d663 returned with HTTP 404 [pid: 8|app: 0|req: 409/808] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:54:50 2026] GET /v3/38c12d0ee4b746f6968240533e78ac45/volumes/b3300317-3f31-4d03-8f07-9af49976d663 => generated 109 bytes in 33 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:54:51.016 7 INFO cinder.api.openstack.wsgi [None req-3229f19d-e377-41b3-a99e-1b13400fabc2 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/cc0791e7-9164-4188-b72b-adbdf321871c /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:54:51.047 7 INFO cinder.volume.api [None req-3229f19d-e377-41b3-a99e-1b13400fabc2 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Volume info retrieved successfully. 2026-06-23 19:54:51.054 7 INFO cinder.api.openstack.wsgi [None req-3229f19d-e377-41b3-a99e-1b13400fabc2 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/cc0791e7-9164-4188-b72b-adbdf321871c returned with HTTP 200 [pid: 7|app: 0|req: 400/809] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:54:51 2026] GET /v3/38c12d0ee4b746f6968240533e78ac45/volumes/cc0791e7-9164-4188-b72b-adbdf321871c => generated 1387 bytes in 45 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-06-23 19:54:51.073 8 INFO cinder.api.openstack.wsgi [None req-cfbc5277-1170-4b50-9132-92ad5bf4544f 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/cc0791e7-9164-4188-b72b-adbdf321871c 2026-06-23 19:54:51.075 8 INFO cinder.api.v3.volumes [None req-cfbc5277-1170-4b50-9132-92ad5bf4544f 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Delete volume with id: cc0791e7-9164-4188-b72b-adbdf321871c  /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:54:51.087 8 INFO cinder.volume.api [None req-cfbc5277-1170-4b50-9132-92ad5bf4544f 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Volume info retrieved successfully. 2026-06-23 19:54:51.121 8 INFO cinder.volume.api [None req-cfbc5277-1170-4b50-9132-92ad5bf4544f 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Delete volume request issued successfully. 2026-06-23 19:54:51.121 8 INFO cinder.api.openstack.wsgi [None req-cfbc5277-1170-4b50-9132-92ad5bf4544f 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/cc0791e7-9164-4188-b72b-adbdf321871c returned with HTTP 202 [pid: 8|app: 0|req: 410/810] 10.0.0.93 () {32 vars in 776 bytes} [Tue Jun 23 19:54:51 2026] DELETE /v3/38c12d0ee4b746f6968240533e78ac45/volumes/cc0791e7-9164-4188-b72b-adbdf321871c => generated 0 bytes in 58 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:54:51.132 7 INFO cinder.api.openstack.wsgi [None req-0bcc9c4b-d18f-4554-8f87-7351f3c5f664 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/cc0791e7-9164-4188-b72b-adbdf321871c /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:54:51.144 7 INFO cinder.volume.api [None req-0bcc9c4b-d18f-4554-8f87-7351f3c5f664 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] Volume info retrieved successfully. 2026-06-23 19:54:51.148 7 INFO cinder.api.openstack.wsgi [None req-0bcc9c4b-d18f-4554-8f87-7351f3c5f664 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/cc0791e7-9164-4188-b72b-adbdf321871c returned with HTTP 200 [pid: 7|app: 0|req: 401/811] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:54:51 2026] GET /v3/38c12d0ee4b746f6968240533e78ac45/volumes/cc0791e7-9164-4188-b72b-adbdf321871c => generated 1386 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:54:52.166 8 INFO cinder.api.openstack.wsgi [None req-6e4448aa-f58c-4201-8669-2ee6d9dce9c3 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/cc0791e7-9164-4188-b72b-adbdf321871c 2026-06-23 19:54:52.176 8 INFO cinder.api.openstack.wsgi [None req-6e4448aa-f58c-4201-8669-2ee6d9dce9c3 1454c6b6d0d144f98fd7653f7c1e5e35 38c12d0ee4b746f6968240533e78ac45 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/38c12d0ee4b746f6968240533e78ac45/volumes/cc0791e7-9164-4188-b72b-adbdf321871c returned with HTTP 404 [pid: 8|app: 0|req: 411/812] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:54:52 2026] GET /v3/38c12d0ee4b746f6968240533e78ac45/volumes/cc0791e7-9164-4188-b72b-adbdf321871c => generated 109 bytes in 18 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:54:55.434 7 INFO cinder.api.openstack.wsgi [None req-d8805d6d-0882-4cb5-9b1f-45942390acff 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes 2026-06-23 19:54:55.470 7 INFO cinder.volume.api [None req-d8805d6d-0882-4cb5-9b1f-45942390acff 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] Get all volumes completed successfully. 2026-06-23 19:54:55.471 7 INFO cinder.api.openstack.wsgi [None req-d8805d6d-0882-4cb5-9b1f-45942390acff 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes returned with HTTP 200 [pid: 7|app: 0|req: 402/813] 10.0.0.93 () {32 vars in 699 bytes} [Tue Jun 23 19:54:55 2026] GET /v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes => generated 15 bytes in 343 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:54:55.486 8 INFO cinder.api.openstack.wsgi [None req-eeebc590-aea2-482f-9eca-3008ca9e9012 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes 2026-06-23 19:54:55.489 8 INFO cinder.api.v3.volumes [None req-eeebc590-aea2-482f-9eca-3008ca9e9012 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] Create volume of 1 GB 2026-06-23 19:54:55.497 8 INFO cinder.volume.api [None req-eeebc590-aea2-482f-9eca-3008ca9e9012 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] Availability Zones retrieved successfully. 2026-06-23 19:54:55.660 8 INFO cinder.volume.api [None req-eeebc590-aea2-482f-9eca-3008ca9e9012 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] Create volume request issued successfully. 2026-06-23 19:54:55.661 8 INFO cinder.api.openstack.wsgi [None req-eeebc590-aea2-482f-9eca-3008ca9e9012 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes returned with HTTP 202 [pid: 8|app: 0|req: 412/814] 10.0.0.93 () {34 vars in 721 bytes} [Tue Jun 23 19:54:55 2026] POST /v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes => generated 876 bytes in 185 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) 2026-06-23 19:54:55.682 7 INFO cinder.api.openstack.wsgi [None req-883add39-8b9a-4d41-8ab9-1eda2a102e64 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/ec16d995-7cde-4537-b3b5-65180e697c6f /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:54:55.694 7 INFO cinder.volume.api [None req-883add39-8b9a-4d41-8ab9-1eda2a102e64 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] Volume info retrieved successfully. 2026-06-23 19:54:55.699 7 INFO cinder.api.openstack.wsgi [None req-883add39-8b9a-4d41-8ab9-1eda2a102e64 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/ec16d995-7cde-4537-b3b5-65180e697c6f returned with HTTP 200 [pid: 7|app: 0|req: 403/815] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:54:55 2026] GET /v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/ec16d995-7cde-4537-b3b5-65180e697c6f => generated 944 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:54:55.736 7 INFO cinder.api.openstack.wsgi [None req-883add39-8b9a-4d41-8ab9-1eda2a102e64 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:54:55.737 8 INFO cinder.api.openstack.wsgi [None req-eeebc590-aea2-482f-9eca-3008ca9e9012 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:54:55.738 7 INFO cinder.api.openstack.wsgi [None req-883add39-8b9a-4d41-8ab9-1eda2a102e64 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:54:55.739 8 INFO cinder.api.openstack.wsgi [None req-eeebc590-aea2-482f-9eca-3008ca9e9012 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] http://10.0.0.168:8776/ returned with HTTP 300 /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:54:56.719 8 INFO cinder.api.openstack.wsgi [None req-42fe64ee-e1db-4f57-8bb7-94dca56ebe07 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/ec16d995-7cde-4537-b3b5-65180e697c6f /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:54:56.744 8 INFO cinder.volume.api [None req-42fe64ee-e1db-4f57-8bb7-94dca56ebe07 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] Volume info retrieved successfully. 2026-06-23 19:54:56.759 8 INFO cinder.api.openstack.wsgi [None req-42fe64ee-e1db-4f57-8bb7-94dca56ebe07 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/ec16d995-7cde-4537-b3b5-65180e697c6f returned with HTTP 200 [pid: 8|app: 0|req: 414/818] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:54:56 2026] GET /v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/ec16d995-7cde-4537-b3b5-65180e697c6f => generated 969 bytes in 50 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:54:56.794 7 INFO cinder.api.openstack.wsgi [None req-25a678e5-b29d-44e6-ae14-66a9fe5f6718 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/ec16d995-7cde-4537-b3b5-65180e697c6f /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:54:56.845 7 INFO cinder.volume.api [None req-25a678e5-b29d-44e6-ae14-66a9fe5f6718 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] Volume info retrieved successfully. 2026-06-23 19:54:56.858 7 INFO cinder.api.openstack.wsgi [None req-25a678e5-b29d-44e6-ae14-66a9fe5f6718 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/ec16d995-7cde-4537-b3b5-65180e697c6f returned with HTTP 200 [pid: 7|app: 0|req: 405/819] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:54:56 2026] GET /v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/ec16d995-7cde-4537-b3b5-65180e697c6f => generated 969 bytes in 74 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:54:56.884 8 INFO cinder.api.openstack.wsgi [None req-58d4ec03-6c7d-48d6-9882-be126ee77683 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes 2026-06-23 19:54:56.888 8 INFO cinder.api.v3.volumes [None req-58d4ec03-6c7d-48d6-9882-be126ee77683 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] Create volume of 1 GB 2026-06-23 19:54:56.924 8 INFO cinder.volume.api [None req-58d4ec03-6c7d-48d6-9882-be126ee77683 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] Availability Zones retrieved successfully. 2026-06-23 19:54:57.083 8 INFO cinder.volume.api [None req-58d4ec03-6c7d-48d6-9882-be126ee77683 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] Create volume request issued successfully. 2026-06-23 19:54:57.089 8 INFO cinder.api.openstack.wsgi [None req-58d4ec03-6c7d-48d6-9882-be126ee77683 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes returned with HTTP 202 [pid: 8|app: 0|req: 415/820] 10.0.0.93 () {34 vars in 721 bytes} [Tue Jun 23 19:54:56 2026] POST /v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes => generated 876 bytes in 217 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:54:57.116 7 INFO cinder.api.openstack.wsgi [None req-cab542df-32fe-4729-867f-784ab3a9da1b 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/aed30f48-713c-4472-8712-865f7f3c58fa /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:54:57.138 7 INFO cinder.volume.api [None req-cab542df-32fe-4729-867f-784ab3a9da1b 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] Volume info retrieved successfully. 2026-06-23 19:54:57.144 7 INFO cinder.api.openstack.wsgi [None req-cab542df-32fe-4729-867f-784ab3a9da1b 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/aed30f48-713c-4472-8712-865f7f3c58fa returned with HTTP 200 [pid: 7|app: 0|req: 406/821] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:54:57 2026] GET /v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/aed30f48-713c-4472-8712-865f7f3c58fa => generated 944 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:54:58.168 8 INFO cinder.api.openstack.wsgi [None req-38c03ea8-9055-4c39-b5bd-4e74d73d7c29 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/aed30f48-713c-4472-8712-865f7f3c58fa /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:54:58.195 8 INFO cinder.volume.api [None req-38c03ea8-9055-4c39-b5bd-4e74d73d7c29 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] Volume info retrieved successfully. 2026-06-23 19:54:58.201 8 INFO cinder.api.openstack.wsgi [None req-38c03ea8-9055-4c39-b5bd-4e74d73d7c29 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/aed30f48-713c-4472-8712-865f7f3c58fa returned with HTTP 200 [pid: 8|app: 0|req: 416/822] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:54:58 2026] GET /v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/aed30f48-713c-4472-8712-865f7f3c58fa => generated 969 bytes in 42 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:54:58.225 7 INFO cinder.api.openstack.wsgi [None req-82a90d97-7841-4412-a82f-1819919df8b9 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/aed30f48-713c-4472-8712-865f7f3c58fa /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:54:58.243 7 INFO cinder.volume.api [None req-82a90d97-7841-4412-a82f-1819919df8b9 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] Volume info retrieved successfully. 2026-06-23 19:54:58.248 7 INFO cinder.api.openstack.wsgi [None req-82a90d97-7841-4412-a82f-1819919df8b9 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/aed30f48-713c-4472-8712-865f7f3c58fa returned with HTTP 200 [pid: 7|app: 0|req: 407/823] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:54:58 2026] GET /v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/aed30f48-713c-4472-8712-865f7f3c58fa => generated 969 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:54:58.277 8 INFO cinder.api.openstack.wsgi [None req-4dfc059c-47f5-4f5f-aba8-d4adc643d96a 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes 2026-06-23 19:54:58.279 8 INFO cinder.api.v3.volumes [None req-4dfc059c-47f5-4f5f-aba8-d4adc643d96a 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] Create volume of 1 GB 2026-06-23 19:54:58.289 8 INFO cinder.volume.api [None req-4dfc059c-47f5-4f5f-aba8-d4adc643d96a 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] Availability Zones retrieved successfully. 2026-06-23 19:54:58.401 8 INFO cinder.volume.api [None req-4dfc059c-47f5-4f5f-aba8-d4adc643d96a 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] Create volume request issued successfully. 2026-06-23 19:54:58.402 8 INFO cinder.api.openstack.wsgi [None req-4dfc059c-47f5-4f5f-aba8-d4adc643d96a 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes returned with HTTP 202 [pid: 8|app: 0|req: 417/824] 10.0.0.93 () {34 vars in 721 bytes} [Tue Jun 23 19:54:58 2026] POST /v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes => generated 876 bytes in 132 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:54:58.426 7 INFO cinder.api.openstack.wsgi [None req-0f339317-4596-4826-ba03-22833417b4aa 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/a835e366-7a84-42a3-83e5-bc8dc7015a50 /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:54:58.448 7 INFO cinder.volume.api [None req-0f339317-4596-4826-ba03-22833417b4aa 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] Volume info retrieved successfully. 2026-06-23 19:54:58.453 7 INFO cinder.api.openstack.wsgi [None req-0f339317-4596-4826-ba03-22833417b4aa 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/a835e366-7a84-42a3-83e5-bc8dc7015a50 returned with HTTP 200 [pid: 7|app: 0|req: 408/825] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:54:58 2026] GET /v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/a835e366-7a84-42a3-83e5-bc8dc7015a50 => generated 944 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:54:59.477 8 INFO cinder.api.openstack.wsgi [None req-7f176558-0479-4bd7-bb85-22b5c674acf7 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/a835e366-7a84-42a3-83e5-bc8dc7015a50 /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:54:59.494 8 INFO cinder.volume.api [None req-7f176558-0479-4bd7-bb85-22b5c674acf7 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] Volume info retrieved successfully. 2026-06-23 19:54:59.502 8 INFO cinder.api.openstack.wsgi [None req-7f176558-0479-4bd7-bb85-22b5c674acf7 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/a835e366-7a84-42a3-83e5-bc8dc7015a50 returned with HTTP 200 [pid: 8|app: 0|req: 418/826] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:54:59 2026] GET /v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/a835e366-7a84-42a3-83e5-bc8dc7015a50 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:54:59.532 7 INFO cinder.api.openstack.wsgi [None req-73be119b-d2d7-4ac5-9fd9-ff5e87034115 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/a835e366-7a84-42a3-83e5-bc8dc7015a50 /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:54:59.597 7 INFO cinder.volume.api [None req-73be119b-d2d7-4ac5-9fd9-ff5e87034115 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] Volume info retrieved successfully. 2026-06-23 19:54:59.606 7 INFO cinder.api.openstack.wsgi [None req-73be119b-d2d7-4ac5-9fd9-ff5e87034115 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/a835e366-7a84-42a3-83e5-bc8dc7015a50 returned with HTTP 200 [pid: 7|app: 0|req: 409/827] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:54:59 2026] GET /v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/a835e366-7a84-42a3-83e5-bc8dc7015a50 => generated 969 bytes in 82 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:54:59.629 8 INFO cinder.api.openstack.wsgi [None req-1aba8754-7de5-4828-a570-53bf0b21da57 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes 2026-06-23 19:54:59.665 8 INFO cinder.volume.api [None req-1aba8754-7de5-4828-a570-53bf0b21da57 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] Get all volumes completed successfully. 2026-06-23 19:54:59.666 8 INFO cinder.api.openstack.wsgi [None req-1aba8754-7de5-4828-a570-53bf0b21da57 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes returned with HTTP 200 [pid: 8|app: 0|req: 419/828] 10.0.0.93 () {32 vars in 699 bytes} [Tue Jun 23 19:54:59 2026] GET /v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes => generated 1324 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:54:59.687 7 INFO cinder.api.openstack.wsgi [None req-6487a8b3-a943-4610-b008-5ec1f46a15df 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/a835e366-7a84-42a3-83e5-bc8dc7015a50 /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:54:59.703 7 INFO cinder.volume.api [None req-6487a8b3-a943-4610-b008-5ec1f46a15df 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] Volume info retrieved successfully. 2026-06-23 19:54:59.708 7 INFO cinder.api.openstack.wsgi [None req-6487a8b3-a943-4610-b008-5ec1f46a15df 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/a835e366-7a84-42a3-83e5-bc8dc7015a50 returned with HTTP 200 [pid: 7|app: 0|req: 410/829] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:54:59 2026] GET /v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/a835e366-7a84-42a3-83e5-bc8dc7015a50 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:54:59.730 8 INFO cinder.api.openstack.wsgi [None req-02b6375c-07a3-455b-96f8-7d1d21e5b112 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/a835e366-7a84-42a3-83e5-bc8dc7015a50 2026-06-23 19:54:59.730 8 INFO cinder.api.v3.volumes [None req-02b6375c-07a3-455b-96f8-7d1d21e5b112 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] Delete volume with id: a835e366-7a84-42a3-83e5-bc8dc7015a50  /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:54:59.741 8 INFO cinder.volume.api [None req-02b6375c-07a3-455b-96f8-7d1d21e5b112 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] Volume info retrieved successfully. 2026-06-23 19:54:59.764 8 INFO cinder.volume.api [None req-02b6375c-07a3-455b-96f8-7d1d21e5b112 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] Delete volume request issued successfully. 2026-06-23 19:54:59.764 8 INFO cinder.api.openstack.wsgi [None req-02b6375c-07a3-455b-96f8-7d1d21e5b112 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/a835e366-7a84-42a3-83e5-bc8dc7015a50 returned with HTTP 202 [pid: 8|app: 0|req: 420/830] 10.0.0.93 () {32 vars in 776 bytes} [Tue Jun 23 19:54:59 2026] DELETE /v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/a835e366-7a84-42a3-83e5-bc8dc7015a50 => generated 0 bytes in 41 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:54:59.782 7 INFO cinder.api.openstack.wsgi [None req-11f81cdf-8f32-409c-82f5-6250a6ac9cd3 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/a835e366-7a84-42a3-83e5-bc8dc7015a50 /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:54:59.796 7 INFO cinder.volume.api [None req-11f81cdf-8f32-409c-82f5-6250a6ac9cd3 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] Volume info retrieved successfully. 2026-06-23 19:54:59.801 7 INFO cinder.api.openstack.wsgi [None req-11f81cdf-8f32-409c-82f5-6250a6ac9cd3 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/a835e366-7a84-42a3-83e5-bc8dc7015a50 returned with HTTP 200 [pid: 7|app: 0|req: 411/831] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:54:59 2026] GET /v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/a835e366-7a84-42a3-83e5-bc8dc7015a50 => generated 968 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:55:00.823 8 INFO cinder.api.openstack.wsgi [None req-c0c23a9c-93e1-4132-a16c-0bc4d8c43290 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/a835e366-7a84-42a3-83e5-bc8dc7015a50 2026-06-23 19:55:00.835 8 INFO cinder.api.openstack.wsgi [None req-c0c23a9c-93e1-4132-a16c-0bc4d8c43290 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/a835e366-7a84-42a3-83e5-bc8dc7015a50 returned with HTTP 404 [pid: 8|app: 0|req: 421/832] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:55:00 2026] GET /v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/a835e366-7a84-42a3-83e5-bc8dc7015a50 => 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.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:55:00.846 7 INFO cinder.api.openstack.wsgi [None req-1f30547c-41c0-4bd4-a552-ac118699de53 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/aed30f48-713c-4472-8712-865f7f3c58fa /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:55:00.862 7 INFO cinder.volume.api [None req-1f30547c-41c0-4bd4-a552-ac118699de53 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] Volume info retrieved successfully. 2026-06-23 19:55:00.868 7 INFO cinder.api.openstack.wsgi [None req-1f30547c-41c0-4bd4-a552-ac118699de53 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/aed30f48-713c-4472-8712-865f7f3c58fa returned with HTTP 200 [pid: 7|app: 0|req: 412/833] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:55:00 2026] GET /v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/aed30f48-713c-4472-8712-865f7f3c58fa => generated 969 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:55:00.903 8 INFO cinder.api.openstack.wsgi [None req-a14687dd-78e8-41f9-91cd-87400e210c5e 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/aed30f48-713c-4472-8712-865f7f3c58fa 2026-06-23 19:55:00.904 8 INFO cinder.api.v3.volumes [None req-a14687dd-78e8-41f9-91cd-87400e210c5e 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] Delete volume with id: aed30f48-713c-4472-8712-865f7f3c58fa  /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:55:00.916 8 INFO cinder.volume.api [None req-a14687dd-78e8-41f9-91cd-87400e210c5e 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] Volume info retrieved successfully. 2026-06-23 19:55:00.942 8 INFO cinder.volume.api [None req-a14687dd-78e8-41f9-91cd-87400e210c5e 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] Delete volume request issued successfully. 2026-06-23 19:55:00.943 8 INFO cinder.api.openstack.wsgi [None req-a14687dd-78e8-41f9-91cd-87400e210c5e 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/aed30f48-713c-4472-8712-865f7f3c58fa returned with HTTP 202 [pid: 8|app: 0|req: 422/834] 10.0.0.93 () {32 vars in 776 bytes} [Tue Jun 23 19:55:00 2026] DELETE /v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/aed30f48-713c-4472-8712-865f7f3c58fa => generated 0 bytes in 58 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:55:00.962 7 INFO cinder.api.openstack.wsgi [None req-af2ba598-f100-41eb-9bf4-bfeb6980eca1 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/aed30f48-713c-4472-8712-865f7f3c58fa /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:55:00.989 7 INFO cinder.volume.api [None req-af2ba598-f100-41eb-9bf4-bfeb6980eca1 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] Volume info retrieved successfully. 2026-06-23 19:55:00.996 7 INFO cinder.api.openstack.wsgi [None req-af2ba598-f100-41eb-9bf4-bfeb6980eca1 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/aed30f48-713c-4472-8712-865f7f3c58fa returned with HTTP 200 [pid: 7|app: 0|req: 413/835] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:55:00 2026] GET /v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/aed30f48-713c-4472-8712-865f7f3c58fa => generated 968 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:55:02.019 8 INFO cinder.api.openstack.wsgi [None req-294a5513-b2b8-491a-b361-ade7c866fdb7 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/aed30f48-713c-4472-8712-865f7f3c58fa 2026-06-23 19:55:02.028 8 INFO cinder.api.openstack.wsgi [None req-294a5513-b2b8-491a-b361-ade7c866fdb7 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/aed30f48-713c-4472-8712-865f7f3c58fa returned with HTTP 404 [pid: 8|app: 0|req: 423/836] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:55:02 2026] GET /v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/aed30f48-713c-4472-8712-865f7f3c58fa => 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.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:55:02.044 7 INFO cinder.api.openstack.wsgi [None req-67039304-1443-4e15-89fc-1417fe4819ae 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/ec16d995-7cde-4537-b3b5-65180e697c6f /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:55:02.074 7 INFO cinder.volume.api [None req-67039304-1443-4e15-89fc-1417fe4819ae 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] Volume info retrieved successfully. 2026-06-23 19:55:02.084 7 INFO cinder.api.openstack.wsgi [None req-67039304-1443-4e15-89fc-1417fe4819ae 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/ec16d995-7cde-4537-b3b5-65180e697c6f returned with HTTP 200 [pid: 7|app: 0|req: 414/837] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:55:02 2026] GET /v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/ec16d995-7cde-4537-b3b5-65180e697c6f => generated 969 bytes in 51 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:55:02.107 8 INFO cinder.api.openstack.wsgi [None req-c1cea4e7-c657-4551-ba09-cc4894407df9 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/ec16d995-7cde-4537-b3b5-65180e697c6f 2026-06-23 19:55:02.108 8 INFO cinder.api.v3.volumes [None req-c1cea4e7-c657-4551-ba09-cc4894407df9 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] Delete volume with id: ec16d995-7cde-4537-b3b5-65180e697c6f  /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:55:02.119 8 INFO cinder.volume.api [None req-c1cea4e7-c657-4551-ba09-cc4894407df9 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] Volume info retrieved successfully. 2026-06-23 19:55:02.142 8 INFO cinder.volume.api [None req-c1cea4e7-c657-4551-ba09-cc4894407df9 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] Delete volume request issued successfully. 2026-06-23 19:55:02.143 8 INFO cinder.api.openstack.wsgi [None req-c1cea4e7-c657-4551-ba09-cc4894407df9 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/ec16d995-7cde-4537-b3b5-65180e697c6f returned with HTTP 202 [pid: 8|app: 0|req: 424/838] 10.0.0.93 () {32 vars in 776 bytes} [Tue Jun 23 19:55:02 2026] DELETE /v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/ec16d995-7cde-4537-b3b5-65180e697c6f => generated 0 bytes in 44 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:55:02.154 7 INFO cinder.api.openstack.wsgi [None req-fb99a258-ecaa-4f84-b9ec-cf46de289205 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/ec16d995-7cde-4537-b3b5-65180e697c6f /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:55:02.174 7 INFO cinder.volume.api [None req-fb99a258-ecaa-4f84-b9ec-cf46de289205 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] Volume info retrieved successfully. 2026-06-23 19:55:02.186 7 INFO cinder.api.openstack.wsgi [None req-fb99a258-ecaa-4f84-b9ec-cf46de289205 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/ec16d995-7cde-4537-b3b5-65180e697c6f returned with HTTP 200 [pid: 7|app: 0|req: 415/839] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:55:02 2026] GET /v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/ec16d995-7cde-4537-b3b5-65180e697c6f => generated 968 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:55:03.209 8 INFO cinder.api.openstack.wsgi [None req-da08d7c9-dddf-44c9-afe6-8d417657276c 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/ec16d995-7cde-4537-b3b5-65180e697c6f 2026-06-23 19:55:03.219 8 INFO cinder.api.openstack.wsgi [None req-da08d7c9-dddf-44c9-afe6-8d417657276c 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/ec16d995-7cde-4537-b3b5-65180e697c6f returned with HTTP 404 [pid: 8|app: 0|req: 425/840] 10.0.0.93 () {32 vars in 773 bytes} [Tue Jun 23 19:55:03 2026] GET /v3/4bac6d8dfe1e49cf961c2ae3dcc56d7d/volumes/ec16d995-7cde-4537-b3b5-65180e697c6f => generated 109 bytes in 19 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) 2026-06-23 19:55:05.735 7 INFO cinder.api.openstack.wsgi [None req-fb99a258-ecaa-4f84-b9ec-cf46de289205 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:55:05.736 8 INFO cinder.api.openstack.wsgi [None req-da08d7c9-dddf-44c9-afe6-8d417657276c 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:55:05.737 7 INFO cinder.api.openstack.wsgi [None req-fb99a258-ecaa-4f84-b9ec-cf46de289205 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:55:05.737 8 INFO cinder.api.openstack.wsgi [None req-da08d7c9-dddf-44c9-afe6-8d417657276c 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:55:08.114 7 INFO cinder.api.openstack.wsgi [None req-fb99a258-ecaa-4f84-b9ec-cf46de289205 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-06-23 19:55:08.115 7 INFO cinder.api.openstack.wsgi [None req-fb99a258-ecaa-4f84-b9ec-cf46de289205 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 7|app: 0|req: 417/843] 10.0.0.248 () {28 vars in 375 bytes} [Tue Jun 23 19:55:08 2026] GET / => generated 411 bytes in 2 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) 2026-06-23 19:55:08.126 8 INFO cinder.api.openstack.wsgi [None req-315e688a-edbd-4bd8-a3a3-74a25d9ef3f2 9a89bde750904399bcf209e6fad1aefe 78b01d07a74c4236b4b9bc8a98a5b0fe - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/78b01d07a74c4236b4b9bc8a98a5b0fe/limits?tenant_id=78b01d07a74c4236b4b9bc8a98a5b0fe 2026-06-23 19:55:08.153 8 INFO cinder.api.openstack.wsgi [None req-315e688a-edbd-4bd8-a3a3-74a25d9ef3f2 9a89bde750904399bcf209e6fad1aefe 78b01d07a74c4236b4b9bc8a98a5b0fe - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/78b01d07a74c4236b4b9bc8a98a5b0fe/limits?tenant_id=78b01d07a74c4236b4b9bc8a98a5b0fe returned with HTTP 200 [pid: 8|app: 0|req: 427/844] 10.0.0.248 () {34 vars in 878 bytes} [Tue Jun 23 19:55:08 2026] GET /v3/78b01d07a74c4236b4b9bc8a98a5b0fe/limits?tenant_id=78b01d07a74c4236b4b9bc8a98a5b0fe => generated 302 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-06-23 19:55:10.174 7 INFO cinder.api.openstack.wsgi [None req-fb99a258-ecaa-4f84-b9ec-cf46de289205 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-06-23 19:55:10.174 7 INFO cinder.api.openstack.wsgi [None req-fb99a258-ecaa-4f84-b9ec-cf46de289205 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 7|app: 0|req: 418/845] 10.0.0.248 () {28 vars in 375 bytes} [Tue Jun 23 19:55:10 2026] GET / => generated 411 bytes in 1 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) 2026-06-23 19:55:10.182 8 INFO cinder.api.openstack.wsgi [None req-315e688a-edbd-4bd8-a3a3-74a25d9ef3f2 9a89bde750904399bcf209e6fad1aefe 78b01d07a74c4236b4b9bc8a98a5b0fe - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-06-23 19:55:10.183 8 INFO cinder.api.openstack.wsgi [None req-315e688a-edbd-4bd8-a3a3-74a25d9ef3f2 9a89bde750904399bcf209e6fad1aefe 78b01d07a74c4236b4b9bc8a98a5b0fe - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 8|app: 0|req: 428/846] 10.0.0.248 () {28 vars in 375 bytes} [Tue Jun 23 19:55:10 2026] GET / => generated 411 bytes in 2 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) 2026-06-23 19:55:11.090 7 INFO cinder.api.openstack.wsgi [None req-fb99a258-ecaa-4f84-b9ec-cf46de289205 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-06-23 19:55:11.091 7 INFO cinder.api.openstack.wsgi [None req-fb99a258-ecaa-4f84-b9ec-cf46de289205 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 7|app: 0|req: 419/847] 10.0.0.248 () {28 vars in 375 bytes} [Tue Jun 23 19:55:11 2026] GET / => generated 411 bytes in 2 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) 2026-06-23 19:55:11.106 8 INFO cinder.api.openstack.wsgi [None req-c5fe095c-2a4a-4d7c-b9c5-327d399b37b7 9a89bde750904399bcf209e6fad1aefe 78b01d07a74c4236b4b9bc8a98a5b0fe - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/78b01d07a74c4236b4b9bc8a98a5b0fe/limits?tenant_id=78b01d07a74c4236b4b9bc8a98a5b0fe 2026-06-23 19:55:11.128 8 INFO cinder.api.openstack.wsgi [None req-c5fe095c-2a4a-4d7c-b9c5-327d399b37b7 9a89bde750904399bcf209e6fad1aefe 78b01d07a74c4236b4b9bc8a98a5b0fe - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/78b01d07a74c4236b4b9bc8a98a5b0fe/limits?tenant_id=78b01d07a74c4236b4b9bc8a98a5b0fe returned with HTTP 200 [pid: 8|app: 0|req: 429/848] 10.0.0.248 () {34 vars in 878 bytes} [Tue Jun 23 19:55:11 2026] GET /v3/78b01d07a74c4236b4b9bc8a98a5b0fe/limits?tenant_id=78b01d07a74c4236b4b9bc8a98a5b0fe => generated 302 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-06-23 19:55:12.868 7 INFO cinder.api.openstack.wsgi [None req-fb99a258-ecaa-4f84-b9ec-cf46de289205 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-06-23 19:55:12.869 7 INFO cinder.api.openstack.wsgi [None req-fb99a258-ecaa-4f84-b9ec-cf46de289205 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 7|app: 0|req: 420/849] 10.0.0.248 () {28 vars in 375 bytes} [Tue Jun 23 19:55:12 2026] GET / => generated 411 bytes in 2 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) 2026-06-23 19:55:12.876 8 INFO cinder.api.openstack.wsgi [None req-c5fe095c-2a4a-4d7c-b9c5-327d399b37b7 9a89bde750904399bcf209e6fad1aefe 78b01d07a74c4236b4b9bc8a98a5b0fe - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-06-23 19:55:12.876 8 INFO cinder.api.openstack.wsgi [None req-c5fe095c-2a4a-4d7c-b9c5-327d399b37b7 9a89bde750904399bcf209e6fad1aefe 78b01d07a74c4236b4b9bc8a98a5b0fe - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 8|app: 0|req: 430/850] 10.0.0.248 () {28 vars in 375 bytes} [Tue Jun 23 19:55:12 2026] GET / => generated 411 bytes in 1 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) 2026-06-23 19:55:15.736 7 INFO cinder.api.openstack.wsgi [None req-fb99a258-ecaa-4f84-b9ec-cf46de289205 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:55:15.736 8 INFO cinder.api.openstack.wsgi [None req-c5fe095c-2a4a-4d7c-b9c5-327d399b37b7 9a89bde750904399bcf209e6fad1aefe 78b01d07a74c4236b4b9bc8a98a5b0fe - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:55:15.736 7 INFO cinder.api.openstack.wsgi [None req-fb99a258-ecaa-4f84-b9ec-cf46de289205 3328f226496c4d4c970aedc91920e117 4bac6d8dfe1e49cf961c2ae3dcc56d7d - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:55:15.737 8 INFO cinder.api.openstack.wsgi [None req-c5fe095c-2a4a-4d7c-b9c5-327d399b37b7 9a89bde750904399bcf209e6fad1aefe 78b01d07a74c4236b4b9bc8a98a5b0fe - - default default] http://10.0.0.168:8776/ returned with HTTP 300 /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:55:18.823 7 INFO cinder.api.openstack.wsgi [None req-156af257-3e38-4126-a057-7204ec3c88b4 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 19:55:18.831 7 INFO cinder.volume.api [None req-156af257-3e38-4126-a057-7204ec3c88b4 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 19:55:18.833 7 INFO cinder.api.openstack.wsgi [None req-156af257-3e38-4126-a057-7204ec3c88b4 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 422/853] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 19:55:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 155 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:55:18.848 8 INFO cinder.api.openstack.wsgi [None req-5f0caf03-093b-4e55-b577-a4fa1e566d14 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true 2026-06-23 19:55:18.871 8 INFO cinder.api.openstack.wsgi [None req-5f0caf03-093b-4e55-b577-a4fa1e566d14 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 432/854] 10.0.0.98 () {28 vars in 694 bytes} [Tue Jun 23 19:55:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true => generated 670 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:55:18.934 7 INFO cinder.api.openstack.wsgi [None req-51e4dbaf-a78f-439d-8925-c5a5ef48b107 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/0a8bfc2e0e204032a81cf790b454d9f6?usage=true 2026-06-23 19:55:18.977 7 INFO cinder.api.openstack.wsgi [None req-51e4dbaf-a78f-439d-8925-c5a5ef48b107 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/0a8bfc2e0e204032a81cf790b454d9f6?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 423/855] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:55:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/0a8bfc2e0e204032a81cf790b454d9f6?usage=true => generated 847 bytes in 54 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:55:18.991 8 INFO cinder.api.openstack.wsgi [None req-fe3695cd-aae3-44c9-b179-f0586b710884 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/2cb1a891917a4b49b21fde5d56590746?usage=true 2026-06-23 19:55:19.014 8 INFO cinder.api.openstack.wsgi [None req-fe3695cd-aae3-44c9-b179-f0586b710884 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/2cb1a891917a4b49b21fde5d56590746?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 433/856] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:55:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/2cb1a891917a4b49b21fde5d56590746?usage=true => generated 847 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:55:19.030 7 INFO cinder.api.openstack.wsgi [None req-af9e072a-1b02-4cf4-aaf6-80843d0e582a 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/4fb00a2d85904b96b9788d1007317b39?usage=true 2026-06-23 19:55:19.052 7 INFO cinder.api.openstack.wsgi [None req-af9e072a-1b02-4cf4-aaf6-80843d0e582a 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/4fb00a2d85904b96b9788d1007317b39?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 424/857] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:55:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/4fb00a2d85904b96b9788d1007317b39?usage=true => generated 847 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:55:19.068 8 INFO cinder.api.openstack.wsgi [None req-f05d693a-de4c-4bda-b2d8-920e9e9043fc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/741d35c68f8a42e2af9618fe50d52ef1?usage=true 2026-06-23 19:55:19.093 8 INFO cinder.api.openstack.wsgi [None req-f05d693a-de4c-4bda-b2d8-920e9e9043fc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/741d35c68f8a42e2af9618fe50d52ef1?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 434/858] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:55:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/741d35c68f8a42e2af9618fe50d52ef1?usage=true => generated 847 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:55:19.108 7 INFO cinder.api.openstack.wsgi [None req-2123a880-4803-4838-8716-40b2d3e859ca 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/c7b6615871934c48a368f054832c6d6a?usage=true 2026-06-23 19:55:19.131 7 INFO cinder.api.openstack.wsgi [None req-2123a880-4803-4838-8716-40b2d3e859ca 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/c7b6615871934c48a368f054832c6d6a?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 425/859] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:55:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/c7b6615871934c48a368f054832c6d6a?usage=true => generated 847 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:55:19.145 8 INFO cinder.api.openstack.wsgi [None req-979b852f-65af-465f-9b38-9e06498ae82d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true 2026-06-23 19:55:19.175 8 INFO cinder.api.openstack.wsgi [None req-979b852f-65af-465f-9b38-9e06498ae82d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 435/860] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:55:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true => generated 847 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:55:19.190 7 INFO cinder.api.openstack.wsgi [None req-6901c0af-87c0-4f25-9a3b-2236b0796aeb 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true 2026-06-23 19:55:19.219 7 INFO cinder.api.openstack.wsgi [None req-6901c0af-87c0-4f25-9a3b-2236b0796aeb 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 426/861] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:55:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true => generated 845 bytes in 42 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:55:19.236 8 INFO cinder.api.openstack.wsgi [None req-fcb46a3d-52a1-4053-8f30-2609f7ca5fba 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/ec0814e289ae4a5e80e6f9e40252519d?usage=true 2026-06-23 19:55:19.263 8 INFO cinder.api.openstack.wsgi [None req-fcb46a3d-52a1-4053-8f30-2609f7ca5fba 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/ec0814e289ae4a5e80e6f9e40252519d?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 436/862] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:55:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/ec0814e289ae4a5e80e6f9e40252519d?usage=true => generated 847 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:55:19.281 7 INFO cinder.api.openstack.wsgi [None req-1b73dbfa-8312-4617-aec7-d197104b0a90 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/edef2b60f9904f6f821c3c62547f0f39?usage=true 2026-06-23 19:55:19.319 7 INFO cinder.api.openstack.wsgi [None req-1b73dbfa-8312-4617-aec7-d197104b0a90 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/edef2b60f9904f6f821c3c62547f0f39?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 427/863] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:55:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/edef2b60f9904f6f821c3c62547f0f39?usage=true => generated 847 bytes in 51 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:55:19.339 8 INFO cinder.api.openstack.wsgi [None req-2f11d3b5-20b5-4f1d-a146-680a97d52292 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true 2026-06-23 19:55:19.365 8 INFO cinder.api.openstack.wsgi [None req-2f11d3b5-20b5-4f1d-a146-680a97d52292 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 437/864] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:55:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true => generated 845 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:55:19.383 7 INFO cinder.api.openstack.wsgi [None req-2f9a5389-6442-48a4-860c-2c886eb25caa 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f4c96c6e881244c0a2049df0b0427fe5?usage=true 2026-06-23 19:55:19.408 7 INFO cinder.api.openstack.wsgi [None req-2f9a5389-6442-48a4-860c-2c886eb25caa 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f4c96c6e881244c0a2049df0b0427fe5?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 428/865] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:55:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f4c96c6e881244c0a2049df0b0427fe5?usage=true => generated 847 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:55:19.423 8 INFO cinder.api.openstack.wsgi [None req-2be8898d-0c19-4a5d-9359-4e5c25484743 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services 2026-06-23 19:55:19.432 8 INFO cinder.api.openstack.wsgi [None req-2be8898d-0c19-4a5d-9359-4e5c25484743 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services returned with HTTP 200 [pid: 8|app: 0|req: 438/866] 10.0.0.98 () {28 vars in 643 bytes} [Tue Jun 23 19:55:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-services => generated 646 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:55:19.442 7 INFO cinder.api.openstack.wsgi [None req-d56f9580-ab7c-4066-94bc-df409166cd0e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 19:55:19.453 7 INFO cinder.volume.api [None req-d56f9580-ab7c-4066-94bc-df409166cd0e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 19:55:19.455 7 INFO cinder.api.openstack.wsgi [None req-d56f9580-ab7c-4066-94bc-df409166cd0e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 429/867] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 19:55:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:55:19.465 8 INFO cinder.api.openstack.wsgi [None req-9222f52e-cf58-49e4-8d40-91076f84e186 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true 2026-06-23 19:55:19.476 8 INFO cinder.volume.api [None req-9222f52e-cf58-49e4-8d40-91076f84e186 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all snapshots completed successfully. 2026-06-23 19:55:19.477 8 INFO cinder.api.openstack.wsgi [None req-9222f52e-cf58-49e4-8d40-91076f84e186 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 439/868] 10.0.0.98 () {28 vars in 672 bytes} [Tue Jun 23 19:55:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true => generated 17 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:55:25.736 7 INFO cinder.api.openstack.wsgi [None req-d56f9580-ab7c-4066-94bc-df409166cd0e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:55:25.737 8 INFO cinder.api.openstack.wsgi [None req-9222f52e-cf58-49e4-8d40-91076f84e186 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:55:25.738 7 INFO cinder.api.openstack.wsgi [None req-d56f9580-ab7c-4066-94bc-df409166cd0e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:55:25.740 8 INFO cinder.api.openstack.wsgi [None req-9222f52e-cf58-49e4-8d40-91076f84e186 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:55:35.736 7 INFO cinder.api.openstack.wsgi [None req-d56f9580-ab7c-4066-94bc-df409166cd0e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:55:35.737 7 INFO cinder.api.openstack.wsgi [None req-d56f9580-ab7c-4066-94bc-df409166cd0e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:55:35.736 8 INFO cinder.api.openstack.wsgi [None req-9222f52e-cf58-49e4-8d40-91076f84e186 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:55:35.742 8 INFO cinder.api.openstack.wsgi [None req-9222f52e-cf58-49e4-8d40-91076f84e186 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:55:45.736 7 INFO cinder.api.openstack.wsgi [None req-d56f9580-ab7c-4066-94bc-df409166cd0e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:55:45.736 8 INFO cinder.api.openstack.wsgi [None req-9222f52e-cf58-49e4-8d40-91076f84e186 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:55:45.737 7 INFO cinder.api.openstack.wsgi [None req-d56f9580-ab7c-4066-94bc-df409166cd0e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:55:45.737 8 INFO cinder.api.openstack.wsgi [None req-9222f52e-cf58-49e4-8d40-91076f84e186 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:55:55.735 8 INFO cinder.api.openstack.wsgi [None req-9222f52e-cf58-49e4-8d40-91076f84e186 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:55:55.735 7 INFO cinder.api.openstack.wsgi [None req-d56f9580-ab7c-4066-94bc-df409166cd0e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:55:55.736 8 INFO cinder.api.openstack.wsgi [None req-9222f52e-cf58-49e4-8d40-91076f84e186 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:55:55.736 7 INFO cinder.api.openstack.wsgi [None req-d56f9580-ab7c-4066-94bc-df409166cd0e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:56:05.735 8 INFO cinder.api.openstack.wsgi [None req-9222f52e-cf58-49e4-8d40-91076f84e186 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:56:05.736 8 INFO cinder.api.openstack.wsgi [None req-9222f52e-cf58-49e4-8d40-91076f84e186 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:56:05.736 7 INFO cinder.api.openstack.wsgi [None req-d56f9580-ab7c-4066-94bc-df409166cd0e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:56:05.737 7 INFO cinder.api.openstack.wsgi [None req-d56f9580-ab7c-4066-94bc-df409166cd0e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:56:15.736 7 INFO cinder.api.openstack.wsgi [None req-d56f9580-ab7c-4066-94bc-df409166cd0e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:56:15.736 8 INFO cinder.api.openstack.wsgi [None req-9222f52e-cf58-49e4-8d40-91076f84e186 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:56:15.737 8 INFO cinder.api.openstack.wsgi [None req-9222f52e-cf58-49e4-8d40-91076f84e186 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:56:15.737 7 INFO cinder.api.openstack.wsgi [None req-d56f9580-ab7c-4066-94bc-df409166cd0e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:56:18.898 8 INFO cinder.api.openstack.wsgi [None req-074ac5b8-88c3-4d3a-84de-f14b64ffad22 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 19:56:18.906 8 INFO cinder.volume.api [None req-074ac5b8-88c3-4d3a-84de-f14b64ffad22 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 19:56:18.909 8 INFO cinder.api.openstack.wsgi [None req-074ac5b8-88c3-4d3a-84de-f14b64ffad22 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 446/881] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 19:56:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 191 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:56:18.925 7 INFO cinder.api.openstack.wsgi [None req-eae34a15-97f3-438b-963a-f15ceb6072b7 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true 2026-06-23 19:56:18.947 7 INFO cinder.api.openstack.wsgi [None req-eae34a15-97f3-438b-963a-f15ceb6072b7 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 436/882] 10.0.0.98 () {28 vars in 694 bytes} [Tue Jun 23 19:56:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true => generated 670 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:56:18.967 8 INFO cinder.api.openstack.wsgi [None req-244f7abf-657c-4118-848d-91151ee4d9f2 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 19:56:18.977 8 INFO cinder.volume.api [None req-244f7abf-657c-4118-848d-91151ee4d9f2 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 19:56:18.979 8 INFO cinder.api.openstack.wsgi [None req-244f7abf-657c-4118-848d-91151ee4d9f2 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 447/883] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 19:56:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:56:19.021 7 INFO cinder.api.openstack.wsgi [None req-132c8171-66d8-4022-afa0-ea1f6d2a1026 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/005a055be6ec4858b89783b83af6e709?usage=true 2026-06-23 19:56:19.051 7 INFO cinder.api.openstack.wsgi [None req-132c8171-66d8-4022-afa0-ea1f6d2a1026 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/005a055be6ec4858b89783b83af6e709?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 437/884] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:56:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/005a055be6ec4858b89783b83af6e709?usage=true => generated 847 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:56:19.066 8 INFO cinder.api.openstack.wsgi [None req-686d183e-3eb2-413b-8823-1bbf64564dc3 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/0911648592d5469688500752c8bdbf47?usage=true 2026-06-23 19:56:19.096 8 INFO cinder.api.openstack.wsgi [None req-686d183e-3eb2-413b-8823-1bbf64564dc3 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/0911648592d5469688500752c8bdbf47?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 448/885] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:56:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/0911648592d5469688500752c8bdbf47?usage=true => generated 847 bytes in 42 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:56:19.108 7 INFO cinder.api.openstack.wsgi [None req-3bf2ea7c-42d5-4fa1-9acb-3f88194222e4 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/0e1ce8ba8cab47f0885e78330a30bef4?usage=true 2026-06-23 19:56:19.138 7 INFO cinder.api.openstack.wsgi [None req-3bf2ea7c-42d5-4fa1-9acb-3f88194222e4 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/0e1ce8ba8cab47f0885e78330a30bef4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 438/886] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:56:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/0e1ce8ba8cab47f0885e78330a30bef4?usage=true => generated 847 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:56:19.150 8 INFO cinder.api.openstack.wsgi [None req-9f0cad14-ce09-45c2-be06-3686389da94e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/194588ecfa614748ada94552b27cb359?usage=true 2026-06-23 19:56:19.174 8 INFO cinder.api.openstack.wsgi [None req-9f0cad14-ce09-45c2-be06-3686389da94e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/194588ecfa614748ada94552b27cb359?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 449/887] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:56:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/194588ecfa614748ada94552b27cb359?usage=true => generated 847 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:56:19.186 7 INFO cinder.api.openstack.wsgi [None req-bbedfd9c-1bb2-485f-8930-1eeddc866b4b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/2d9cd52959c44876a4f403ba9e2b4842?usage=true 2026-06-23 19:56:19.210 7 INFO cinder.api.openstack.wsgi [None req-bbedfd9c-1bb2-485f-8930-1eeddc866b4b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/2d9cd52959c44876a4f403ba9e2b4842?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 439/888] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:56:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/2d9cd52959c44876a4f403ba9e2b4842?usage=true => generated 847 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:56:19.224 8 INFO cinder.api.openstack.wsgi [None req-e6f6da92-2c03-42d4-9218-e48b741a966e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/5b118ae857d24f25b9818147ad922d70?usage=true 2026-06-23 19:56:19.252 8 INFO cinder.api.openstack.wsgi [None req-e6f6da92-2c03-42d4-9218-e48b741a966e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/5b118ae857d24f25b9818147ad922d70?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 450/889] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:56:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/5b118ae857d24f25b9818147ad922d70?usage=true => generated 847 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:56:19.266 7 INFO cinder.api.openstack.wsgi [None req-e6a4cf9e-e515-4b44-bd10-f2518156ac92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/625ecafbe17341a1aee1b16ecaca387b?usage=true 2026-06-23 19:56:19.296 7 INFO cinder.api.openstack.wsgi [None req-e6a4cf9e-e515-4b44-bd10-f2518156ac92 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/625ecafbe17341a1aee1b16ecaca387b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 440/890] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:56:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/625ecafbe17341a1aee1b16ecaca387b?usage=true => generated 847 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:56:19.310 8 INFO cinder.api.openstack.wsgi [None req-0ccab284-7528-4450-8078-19460e3c1ae1 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/699087dd9d524c6492826b4da81d8d5e?usage=true 2026-06-23 19:56:19.376 8 INFO cinder.api.openstack.wsgi [None req-0ccab284-7528-4450-8078-19460e3c1ae1 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/699087dd9d524c6492826b4da81d8d5e?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 451/891] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:56:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/699087dd9d524c6492826b4da81d8d5e?usage=true => generated 847 bytes in 77 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:56:19.392 7 INFO cinder.api.openstack.wsgi [None req-bbb39f3e-3f34-4399-b5eb-87d9ab70da1c 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/92c4ec809bbc406e895ceb97dd70ba79?usage=true 2026-06-23 19:56:19.414 7 INFO cinder.api.openstack.wsgi [None req-bbb39f3e-3f34-4399-b5eb-87d9ab70da1c 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/92c4ec809bbc406e895ceb97dd70ba79?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 441/892] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:56:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/92c4ec809bbc406e895ceb97dd70ba79?usage=true => generated 847 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:56:19.430 8 INFO cinder.api.openstack.wsgi [None req-7dd4db88-841f-48f4-aba0-469c6f8ba99e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true 2026-06-23 19:56:19.452 8 INFO cinder.api.openstack.wsgi [None req-7dd4db88-841f-48f4-aba0-469c6f8ba99e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 452/893] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:56:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true => generated 847 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:56:19.466 7 INFO cinder.api.openstack.wsgi [None req-544e7d3b-be7f-4ddd-97f1-2ec7c6ed55f6 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true 2026-06-23 19:56:19.491 7 INFO cinder.api.openstack.wsgi [None req-544e7d3b-be7f-4ddd-97f1-2ec7c6ed55f6 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 442/894] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:56:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true => generated 845 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:56:19.505 8 INFO cinder.api.openstack.wsgi [None req-7d18299f-312d-47cb-837a-07cf922c13c8 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/eed797a5bd304316af8f6c641580c6b4?usage=true 2026-06-23 19:56:19.530 8 INFO cinder.api.openstack.wsgi [None req-7d18299f-312d-47cb-837a-07cf922c13c8 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/eed797a5bd304316af8f6c641580c6b4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 453/895] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:56:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/eed797a5bd304316af8f6c641580c6b4?usage=true => generated 847 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:56:19.543 7 INFO cinder.api.openstack.wsgi [None req-58e05b52-2403-4e73-8c30-1092b1ee947e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true 2026-06-23 19:56:19.566 7 INFO cinder.api.openstack.wsgi [None req-58e05b52-2403-4e73-8c30-1092b1ee947e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 443/896] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:56:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true => generated 845 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:56:19.578 8 INFO cinder.api.openstack.wsgi [None req-6c9b42b8-d8cb-49d5-8b14-1a225293f616 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/fa5ed10103184770ac46eac123dcbe39?usage=true 2026-06-23 19:56:19.599 8 INFO cinder.api.openstack.wsgi [None req-6c9b42b8-d8cb-49d5-8b14-1a225293f616 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/fa5ed10103184770ac46eac123dcbe39?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 454/897] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:56:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/fa5ed10103184770ac46eac123dcbe39?usage=true => generated 847 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:56:19.611 7 INFO cinder.api.openstack.wsgi [None req-fd080a93-3849-441f-8711-f864d2ca4c4b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true 2026-06-23 19:56:19.618 7 INFO cinder.volume.api [None req-fd080a93-3849-441f-8711-f864d2ca4c4b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all snapshots completed successfully. 2026-06-23 19:56:19.618 7 INFO cinder.api.openstack.wsgi [None req-fd080a93-3849-441f-8711-f864d2ca4c4b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 444/898] 10.0.0.98 () {28 vars in 672 bytes} [Tue Jun 23 19:56:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true => generated 17 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:56:19.634 8 INFO cinder.api.openstack.wsgi [None req-02c7f7d8-8bcb-4026-a805-a178bd295df5 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services 2026-06-23 19:56:19.640 8 INFO cinder.api.openstack.wsgi [None req-02c7f7d8-8bcb-4026-a805-a178bd295df5 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services returned with HTTP 200 [pid: 8|app: 0|req: 455/899] 10.0.0.98 () {28 vars in 643 bytes} [Tue Jun 23 19:56:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-services => generated 646 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:56:25.736 7 INFO cinder.api.openstack.wsgi [None req-fd080a93-3849-441f-8711-f864d2ca4c4b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:56:25.736 8 INFO cinder.api.openstack.wsgi [None req-02c7f7d8-8bcb-4026-a805-a178bd295df5 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:56:25.738 7 INFO cinder.api.openstack.wsgi [None req-fd080a93-3849-441f-8711-f864d2ca4c4b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:56:25.738 8 INFO cinder.api.openstack.wsgi [None req-02c7f7d8-8bcb-4026-a805-a178bd295df5 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:56:35.736 7 INFO cinder.api.openstack.wsgi [None req-fd080a93-3849-441f-8711-f864d2ca4c4b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:56:35.736 7 INFO cinder.api.openstack.wsgi [None req-fd080a93-3849-441f-8711-f864d2ca4c4b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:56:35.736 8 INFO cinder.api.openstack.wsgi [None req-02c7f7d8-8bcb-4026-a805-a178bd295df5 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:56:35.737 8 INFO cinder.api.openstack.wsgi [None req-02c7f7d8-8bcb-4026-a805-a178bd295df5 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:56:45.736 7 INFO cinder.api.openstack.wsgi [None req-fd080a93-3849-441f-8711-f864d2ca4c4b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:56:45.737 7 INFO cinder.api.openstack.wsgi [None req-fd080a93-3849-441f-8711-f864d2ca4c4b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:56:45.737 8 INFO cinder.api.openstack.wsgi [None req-02c7f7d8-8bcb-4026-a805-a178bd295df5 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:56:45.741 8 INFO cinder.api.openstack.wsgi [None req-02c7f7d8-8bcb-4026-a805-a178bd295df5 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:56:55.735 8 INFO cinder.api.openstack.wsgi [None req-02c7f7d8-8bcb-4026-a805-a178bd295df5 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:56:55.735 7 INFO cinder.api.openstack.wsgi [None req-fd080a93-3849-441f-8711-f864d2ca4c4b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:56:55.736 8 INFO cinder.api.openstack.wsgi [None req-02c7f7d8-8bcb-4026-a805-a178bd295df5 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:56:55.736 7 INFO cinder.api.openstack.wsgi [None req-fd080a93-3849-441f-8711-f864d2ca4c4b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:57:01.687 8 INFO cinder.api.openstack.wsgi [None req-8f2ede1c-9f4e-4cd4-89ee-43928c55c0cf 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes 2026-06-23 19:57:01.826 8 INFO cinder.api.v3.volumes [None req-8f2ede1c-9f4e-4cd4-89ee-43928c55c0cf 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Create volume of 16 GB 2026-06-23 19:57:01.838 8 INFO cinder.volume.api [None req-8f2ede1c-9f4e-4cd4-89ee-43928c55c0cf 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Availability Zones retrieved successfully. 2026-06-23 19:57:02.099 8 INFO cinder.volume.api [None req-8f2ede1c-9f4e-4cd4-89ee-43928c55c0cf 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Create volume request issued successfully. 2026-06-23 19:57:02.101 8 INFO cinder.api.openstack.wsgi [None req-8f2ede1c-9f4e-4cd4-89ee-43928c55c0cf 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes returned with HTTP 202 [pid: 8|app: 0|req: 460/908] 199.204.45.19 () {34 vars in 732 bytes} [Tue Jun 23 19:57:01 2026] POST /v3/f2920c33348246b08d55932abdebf6a6/volumes => generated 846 bytes in 530 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) 2026-06-23 19:57:02.118 7 INFO cinder.api.openstack.wsgi [req-8f2ede1c-9f4e-4cd4-89ee-43928c55c0cf req-f5f5cb46-a8ed-4503-8650-6405167a17e1 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/5637e443-a113-4e3f-b59c-4203b2686731 /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:57:02.159 7 INFO cinder.volume.api [req-8f2ede1c-9f4e-4cd4-89ee-43928c55c0cf req-f5f5cb46-a8ed-4503-8650-6405167a17e1 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Volume info retrieved successfully. 2026-06-23 19:57:02.164 7 INFO cinder.api.openstack.wsgi [req-8f2ede1c-9f4e-4cd4-89ee-43928c55c0cf req-f5f5cb46-a8ed-4503-8650-6405167a17e1 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/5637e443-a113-4e3f-b59c-4203b2686731 returned with HTTP 200 [pid: 7|app: 0|req: 449/909] 199.204.45.19 () {32 vars in 823 bytes} [Tue Jun 23 19:57:02 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/5637e443-a113-4e3f-b59c-4203b2686731 => generated 1025 bytes in 53 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-06-23 19:57:05.736 8 INFO cinder.api.openstack.wsgi [None req-8f2ede1c-9f4e-4cd4-89ee-43928c55c0cf 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:57:05.737 7 INFO cinder.api.openstack.wsgi [req-8f2ede1c-9f4e-4cd4-89ee-43928c55c0cf req-f5f5cb46-a8ed-4503-8650-6405167a17e1 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:57:05.738 8 INFO cinder.api.openstack.wsgi [None req-8f2ede1c-9f4e-4cd4-89ee-43928c55c0cf 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:57:05.739 7 INFO cinder.api.openstack.wsgi [req-8f2ede1c-9f4e-4cd4-89ee-43928c55c0cf req-f5f5cb46-a8ed-4503-8650-6405167a17e1 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:57:07.187 8 INFO cinder.api.openstack.wsgi [req-8f2ede1c-9f4e-4cd4-89ee-43928c55c0cf req-c68a0bd2-6923-4c4c-9e4b-7bb7f39e847b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/5637e443-a113-4e3f-b59c-4203b2686731 /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:57:07.204 8 INFO cinder.volume.api [req-8f2ede1c-9f4e-4cd4-89ee-43928c55c0cf req-c68a0bd2-6923-4c4c-9e4b-7bb7f39e847b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Volume info retrieved successfully. 2026-06-23 19:57:07.210 8 INFO cinder.api.openstack.wsgi [req-8f2ede1c-9f4e-4cd4-89ee-43928c55c0cf req-c68a0bd2-6923-4c4c-9e4b-7bb7f39e847b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/5637e443-a113-4e3f-b59c-4203b2686731 returned with HTTP 200 [pid: 8|app: 0|req: 462/912] 199.204.45.19 () {32 vars in 823 bytes} [Tue Jun 23 19:57:07 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/5637e443-a113-4e3f-b59c-4203b2686731 => generated 1489 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:57:07.780 7 INFO cinder.api.openstack.wsgi [req-97c6ff5a-447b-43f0-ab6e-8f1b8db9b567 req-34ec312f-fd9b-48e6-9d6d-9b2a67887aa1 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/5637e443-a113-4e3f-b59c-4203b2686731 /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:57:07.807 7 INFO cinder.volume.api [req-97c6ff5a-447b-43f0-ab6e-8f1b8db9b567 req-34ec312f-fd9b-48e6-9d6d-9b2a67887aa1 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Volume info retrieved successfully. 2026-06-23 19:57:07.813 7 INFO cinder.api.openstack.wsgi [req-97c6ff5a-447b-43f0-ab6e-8f1b8db9b567 req-34ec312f-fd9b-48e6-9d6d-9b2a67887aa1 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/5637e443-a113-4e3f-b59c-4203b2686731 returned with HTTP 200 [pid: 7|app: 0|req: 451/913] 10.0.0.120 () {34 vars in 1027 bytes} [Tue Jun 23 19:57:07 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/5637e443-a113-4e3f-b59c-4203b2686731 => generated 1489 bytes in 42 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:57:08.287 8 INFO cinder.api.openstack.wsgi [req-97c6ff5a-447b-43f0-ab6e-8f1b8db9b567 req-dfc7d3f0-f2ca-41da-9b4c-b877df624bed 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/5637e443-a113-4e3f-b59c-4203b2686731 /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:57:08.306 8 INFO cinder.volume.api [req-97c6ff5a-447b-43f0-ab6e-8f1b8db9b567 req-dfc7d3f0-f2ca-41da-9b4c-b877df624bed 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Volume info retrieved successfully. 2026-06-23 19:57:08.320 8 INFO cinder.api.openstack.wsgi [req-97c6ff5a-447b-43f0-ab6e-8f1b8db9b567 req-dfc7d3f0-f2ca-41da-9b4c-b877df624bed 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/5637e443-a113-4e3f-b59c-4203b2686731 returned with HTTP 200 [pid: 8|app: 0|req: 463/914] 10.0.0.120 () {34 vars in 1027 bytes} [Tue Jun 23 19:57:08 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/5637e443-a113-4e3f-b59c-4203b2686731 => generated 1489 bytes in 42 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-06-23 19:57:08.334 7 INFO cinder.api.openstack.wsgi [req-97c6ff5a-447b-43f0-ab6e-8f1b8db9b567 req-34ec312f-fd9b-48e6-9d6d-9b2a67887aa1 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-06-23 19:57:08.336 7 INFO cinder.api.openstack.wsgi [req-97c6ff5a-447b-43f0-ab6e-8f1b8db9b567 req-34ec312f-fd9b-48e6-9d6d-9b2a67887aa1 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 7|app: 0|req: 452/915] 10.0.0.120 () {32 vars in 828 bytes} [Tue Jun 23 19:57:08 2026] GET / => generated 411 bytes in 3 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:57:08.353 8 INFO cinder.api.openstack.wsgi [req-97c6ff5a-447b-43f0-ab6e-8f1b8db9b567 req-2f70a59e-9d9c-4811-b5ab-84539f67f592 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/attachments /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:57:08.415 8 INFO cinder.api.openstack.wsgi [req-97c6ff5a-447b-43f0-ab6e-8f1b8db9b567 req-2f70a59e-9d9c-4811-b5ab-84539f67f592 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/attachments returned with HTTP 200 [pid: 8|app: 0|req: 464/916] 10.0.0.120 () {40 vars in 1056 bytes} [Tue Jun 23 19:57:08 2026] POST /v3/f2920c33348246b08d55932abdebf6a6/attachments => generated 273 bytes in 73 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-06-23 19:57:09.312 7 INFO cinder.api.openstack.wsgi [req-97c6ff5a-447b-43f0-ab6e-8f1b8db9b567 req-34ec312f-fd9b-48e6-9d6d-9b2a67887aa1 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-06-23 19:57:09.313 7 INFO cinder.api.openstack.wsgi [req-97c6ff5a-447b-43f0-ab6e-8f1b8db9b567 req-34ec312f-fd9b-48e6-9d6d-9b2a67887aa1 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 7|app: 0|req: 453/917] 199.204.45.19 () {32 vars in 838 bytes} [Tue Jun 23 19:57:09 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.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:57:09.332 8 INFO cinder.api.openstack.wsgi [req-97c6ff5a-447b-43f0-ab6e-8f1b8db9b567 req-a57109c9-58b2-4a77-ba1f-12de7a0fe2f4 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/5637e443-a113-4e3f-b59c-4203b2686731 /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:57:09.363 8 INFO cinder.volume.api [req-97c6ff5a-447b-43f0-ab6e-8f1b8db9b567 req-a57109c9-58b2-4a77-ba1f-12de7a0fe2f4 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Volume info retrieved successfully. 2026-06-23 19:57:09.368 8 INFO cinder.api.openstack.wsgi [req-97c6ff5a-447b-43f0-ab6e-8f1b8db9b567 req-a57109c9-58b2-4a77-ba1f-12de7a0fe2f4 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/5637e443-a113-4e3f-b59c-4203b2686731 returned with HTTP 200 [pid: 8|app: 0|req: 465/918] 199.204.45.19 () {36 vars in 1071 bytes} [Tue Jun 23 19:57:09 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/5637e443-a113-4e3f-b59c-4203b2686731 => generated 1608 bytes in 46 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:57:09.445 7 INFO cinder.api.openstack.wsgi [req-97c6ff5a-447b-43f0-ab6e-8f1b8db9b567 req-1a717009-68ec-4e52-a2c8-d130be183f6e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/attachments/86abc7af-25b9-4329-bdcd-718b2efd4d55 /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:57:10.013 7 INFO cinder.api.openstack.wsgi [req-97c6ff5a-447b-43f0-ab6e-8f1b8db9b567 req-1a717009-68ec-4e52-a2c8-d130be183f6e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/attachments/86abc7af-25b9-4329-bdcd-718b2efd4d55 returned with HTTP 200 [pid: 7|app: 0|req: 454/919] 199.204.45.19 () {40 vars in 1132 bytes} [Tue Jun 23 19:57:09 2026] PUT /v3/f2920c33348246b08d55932abdebf6a6/attachments/86abc7af-25b9-4329-bdcd-718b2efd4d55 => generated 775 bytes in 577 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:57:10.067 8 INFO cinder.api.openstack.wsgi [req-97c6ff5a-447b-43f0-ab6e-8f1b8db9b567 req-55005ae6-1ff9-4e38-ac15-913440f7bba8 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/attachments/86abc7af-25b9-4329-bdcd-718b2efd4d55/action /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:57:10.122 8 INFO cinder.api.openstack.wsgi [req-97c6ff5a-447b-43f0-ab6e-8f1b8db9b567 req-55005ae6-1ff9-4e38-ac15-913440f7bba8 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/attachments/86abc7af-25b9-4329-bdcd-718b2efd4d55/action returned with HTTP 204 [pid: 8|app: 0|req: 466/920] 199.204.45.19 () {40 vars in 1146 bytes} [Tue Jun 23 19:57:10 2026] POST /v3/f2920c33348246b08d55932abdebf6a6/attachments/86abc7af-25b9-4329-bdcd-718b2efd4d55/action => generated 0 bytes in 69 msecs (HTTP/1.1 204) 7 headers in 292 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:57:11.090 7 INFO cinder.api.openstack.wsgi [req-8f2ede1c-9f4e-4cd4-89ee-43928c55c0cf req-dadb7f0c-a7bc-4f8b-94ff-e21c736ac598 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/5637e443-a113-4e3f-b59c-4203b2686731 /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:57:11.116 7 INFO cinder.volume.api [req-8f2ede1c-9f4e-4cd4-89ee-43928c55c0cf req-dadb7f0c-a7bc-4f8b-94ff-e21c736ac598 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Volume info retrieved successfully. 2026-06-23 19:57:11.123 7 INFO cinder.api.openstack.wsgi [req-8f2ede1c-9f4e-4cd4-89ee-43928c55c0cf req-dadb7f0c-a7bc-4f8b-94ff-e21c736ac598 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/5637e443-a113-4e3f-b59c-4203b2686731 returned with HTTP 200 [pid: 7|app: 0|req: 455/921] 199.204.45.19 () {32 vars in 823 bytes} [Tue Jun 23 19:57:11 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/5637e443-a113-4e3f-b59c-4203b2686731 => generated 1787 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:57:13.429 8 INFO cinder.api.openstack.wsgi [req-8f2ede1c-9f4e-4cd4-89ee-43928c55c0cf req-cd653786-5ca6-4aec-baf6-7194e13269c3 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/5637e443-a113-4e3f-b59c-4203b2686731 /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:57:13.475 8 INFO cinder.volume.api [req-8f2ede1c-9f4e-4cd4-89ee-43928c55c0cf req-cd653786-5ca6-4aec-baf6-7194e13269c3 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Volume info retrieved successfully. 2026-06-23 19:57:13.481 8 INFO cinder.api.openstack.wsgi [req-8f2ede1c-9f4e-4cd4-89ee-43928c55c0cf req-cd653786-5ca6-4aec-baf6-7194e13269c3 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/5637e443-a113-4e3f-b59c-4203b2686731 returned with HTTP 200 [pid: 8|app: 0|req: 467/922] 199.204.45.19 () {32 vars in 823 bytes} [Tue Jun 23 19:57:13 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/5637e443-a113-4e3f-b59c-4203b2686731 => generated 1787 bytes in 59 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-06-23 19:57:15.736 8 INFO cinder.api.openstack.wsgi [req-8f2ede1c-9f4e-4cd4-89ee-43928c55c0cf req-cd653786-5ca6-4aec-baf6-7194e13269c3 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:57:15.736 8 INFO cinder.api.openstack.wsgi [req-8f2ede1c-9f4e-4cd4-89ee-43928c55c0cf req-cd653786-5ca6-4aec-baf6-7194e13269c3 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:57:15.736 7 INFO cinder.api.openstack.wsgi [req-8f2ede1c-9f4e-4cd4-89ee-43928c55c0cf req-dadb7f0c-a7bc-4f8b-94ff-e21c736ac598 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:57:15.738 7 INFO cinder.api.openstack.wsgi [req-8f2ede1c-9f4e-4cd4-89ee-43928c55c0cf req-dadb7f0c-a7bc-4f8b-94ff-e21c736ac598 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:57:18.858 8 INFO cinder.api.openstack.wsgi [None req-722354e2-8494-4810-929a-885e907dd83d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true 2026-06-23 19:57:18.879 8 INFO cinder.api.openstack.wsgi [None req-722354e2-8494-4810-929a-885e907dd83d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 469/925] 10.0.0.98 () {28 vars in 694 bytes} [Tue Jun 23 19:57:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true => generated 670 bytes in 188 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:57:18.937 7 INFO cinder.api.openstack.wsgi [None req-82c67f30-6a67-4cfb-a05e-9528b826d1cc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/005a055be6ec4858b89783b83af6e709?usage=true 2026-06-23 19:57:18.992 7 INFO cinder.api.openstack.wsgi [None req-82c67f30-6a67-4cfb-a05e-9528b826d1cc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/005a055be6ec4858b89783b83af6e709?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 457/926] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:57:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/005a055be6ec4858b89783b83af6e709?usage=true => generated 847 bytes in 64 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:57:19.008 8 INFO cinder.api.openstack.wsgi [None req-bfffa00c-b704-41ad-a9b2-57f33591acbf 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/2d9cd52959c44876a4f403ba9e2b4842?usage=true 2026-06-23 19:57:19.042 8 INFO cinder.api.openstack.wsgi [None req-bfffa00c-b704-41ad-a9b2-57f33591acbf 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/2d9cd52959c44876a4f403ba9e2b4842?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 470/927] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:57:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/2d9cd52959c44876a4f403ba9e2b4842?usage=true => generated 847 bytes in 45 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:57:19.057 7 INFO cinder.api.openstack.wsgi [None req-2144e2be-0709-4da3-a4cd-3a5dab5f3176 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/5b118ae857d24f25b9818147ad922d70?usage=true 2026-06-23 19:57:19.088 7 INFO cinder.api.openstack.wsgi [None req-2144e2be-0709-4da3-a4cd-3a5dab5f3176 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/5b118ae857d24f25b9818147ad922d70?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 458/928] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:57:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/5b118ae857d24f25b9818147ad922d70?usage=true => generated 847 bytes in 42 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:57:19.102 8 INFO cinder.api.openstack.wsgi [None req-1ff3f5ea-7090-4643-a608-bfa25f1c0e09 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/625ecafbe17341a1aee1b16ecaca387b?usage=true 2026-06-23 19:57:19.132 8 INFO cinder.api.openstack.wsgi [None req-1ff3f5ea-7090-4643-a608-bfa25f1c0e09 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/625ecafbe17341a1aee1b16ecaca387b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 471/929] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:57:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/625ecafbe17341a1aee1b16ecaca387b?usage=true => generated 847 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:57:19.149 7 INFO cinder.api.openstack.wsgi [None req-f7f25531-7831-4785-9c63-c4397e91a375 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/699087dd9d524c6492826b4da81d8d5e?usage=true 2026-06-23 19:57:19.180 7 INFO cinder.api.openstack.wsgi [None req-f7f25531-7831-4785-9c63-c4397e91a375 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/699087dd9d524c6492826b4da81d8d5e?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 459/930] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:57:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/699087dd9d524c6492826b4da81d8d5e?usage=true => generated 847 bytes in 42 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:57:19.197 8 INFO cinder.api.openstack.wsgi [None req-f01eacd0-f4b7-40f4-a6f8-80fe6f321329 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/92c4ec809bbc406e895ceb97dd70ba79?usage=true 2026-06-23 19:57:19.229 8 INFO cinder.api.openstack.wsgi [None req-f01eacd0-f4b7-40f4-a6f8-80fe6f321329 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/92c4ec809bbc406e895ceb97dd70ba79?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 472/931] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:57:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/92c4ec809bbc406e895ceb97dd70ba79?usage=true => generated 847 bytes in 44 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:57:19.243 7 INFO cinder.api.openstack.wsgi [None req-48b5ff83-f0ed-4f4d-9206-b81c3aea0de9 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true 2026-06-23 19:57:19.269 7 INFO cinder.api.openstack.wsgi [None req-48b5ff83-f0ed-4f4d-9206-b81c3aea0de9 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 460/932] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:57:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true => generated 847 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:57:19.284 8 INFO cinder.api.openstack.wsgi [None req-0b36ff83-b70f-4f27-9b2a-38f0a3834f75 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true 2026-06-23 19:57:19.313 8 INFO cinder.api.openstack.wsgi [None req-0b36ff83-b70f-4f27-9b2a-38f0a3834f75 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 473/933] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:57:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true => generated 845 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:57:19.330 7 INFO cinder.api.openstack.wsgi [None req-70e99381-191d-499f-8c8a-78e5ee6dfc5a 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/eed797a5bd304316af8f6c641580c6b4?usage=true 2026-06-23 19:57:19.380 7 INFO cinder.api.openstack.wsgi [None req-70e99381-191d-499f-8c8a-78e5ee6dfc5a 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/eed797a5bd304316af8f6c641580c6b4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 461/934] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:57:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/eed797a5bd304316af8f6c641580c6b4?usage=true => generated 847 bytes in 65 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:57:19.396 8 INFO cinder.api.openstack.wsgi [None req-5ae9f7a5-fdb0-4ca1-a4bb-2e1478505ecd 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true 2026-06-23 19:57:19.439 8 INFO cinder.api.openstack.wsgi [None req-5ae9f7a5-fdb0-4ca1-a4bb-2e1478505ecd 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 474/935] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:57:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true => generated 847 bytes in 51 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:57:19.453 7 INFO cinder.api.openstack.wsgi [None req-0c30f090-4af5-4660-ae29-6a75dd88a688 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/fa5ed10103184770ac46eac123dcbe39?usage=true 2026-06-23 19:57:19.481 7 INFO cinder.api.openstack.wsgi [None req-0c30f090-4af5-4660-ae29-6a75dd88a688 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/fa5ed10103184770ac46eac123dcbe39?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 462/936] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:57:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/fa5ed10103184770ac46eac123dcbe39?usage=true => generated 847 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:57:19.496 8 INFO cinder.api.openstack.wsgi [None req-6c112d6b-5073-4310-aeec-eb2d7dbef0ef 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 19:57:19.515 8 INFO cinder.volume.api [None req-6c112d6b-5073-4310-aeec-eb2d7dbef0ef 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:57:19.527 8 INFO cinder.api.openstack.wsgi [None req-6c112d6b-5073-4310-aeec-eb2d7dbef0ef 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 475/937] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 19:57:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 1790 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-06-23 19:57:19.540 7 INFO cinder.api.openstack.wsgi [None req-90d83d84-2466-4da2-a810-e2117590f1ac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true 2026-06-23 19:57:19.548 7 INFO cinder.volume.api [None req-90d83d84-2466-4da2-a810-e2117590f1ac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all snapshots completed successfully. 2026-06-23 19:57:19.548 7 INFO cinder.api.openstack.wsgi [None req-90d83d84-2466-4da2-a810-e2117590f1ac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 463/938] 10.0.0.98 () {28 vars in 672 bytes} [Tue Jun 23 19:57:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true => generated 17 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:57:19.565 8 INFO cinder.api.openstack.wsgi [None req-55c617bf-47ae-40c0-91a2-cdfa31e2e861 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services 2026-06-23 19:57:19.572 8 INFO cinder.api.openstack.wsgi [None req-55c617bf-47ae-40c0-91a2-cdfa31e2e861 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services returned with HTTP 200 [pid: 8|app: 0|req: 476/939] 10.0.0.98 () {28 vars in 643 bytes} [Tue Jun 23 19:57:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-services => generated 646 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:57:19.583 7 INFO cinder.api.openstack.wsgi [None req-30bfed95-f56e-4a62-92b3-5d218b5625fc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 19:57:19.603 7 INFO cinder.volume.api [None req-30bfed95-f56e-4a62-92b3-5d218b5625fc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:57:19.610 7 INFO cinder.api.openstack.wsgi [None req-30bfed95-f56e-4a62-92b3-5d218b5625fc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 464/940] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 19:57:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 1790 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-06-23 19:57:25.736 7 INFO cinder.api.openstack.wsgi [None req-30bfed95-f56e-4a62-92b3-5d218b5625fc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:57:25.736 8 INFO cinder.api.openstack.wsgi [None req-55c617bf-47ae-40c0-91a2-cdfa31e2e861 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:57:25.737 7 INFO cinder.api.openstack.wsgi [None req-30bfed95-f56e-4a62-92b3-5d218b5625fc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:57:25.737 8 INFO cinder.api.openstack.wsgi [None req-55c617bf-47ae-40c0-91a2-cdfa31e2e861 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:57:35.735 8 INFO cinder.api.openstack.wsgi [None req-55c617bf-47ae-40c0-91a2-cdfa31e2e861 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:57:35.735 7 INFO cinder.api.openstack.wsgi [None req-30bfed95-f56e-4a62-92b3-5d218b5625fc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:57:35.736 7 INFO cinder.api.openstack.wsgi [None req-30bfed95-f56e-4a62-92b3-5d218b5625fc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:57:35.737 8 INFO cinder.api.openstack.wsgi [None req-55c617bf-47ae-40c0-91a2-cdfa31e2e861 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:57:45.736 8 INFO cinder.api.openstack.wsgi [None req-55c617bf-47ae-40c0-91a2-cdfa31e2e861 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:57:45.736 7 INFO cinder.api.openstack.wsgi [None req-30bfed95-f56e-4a62-92b3-5d218b5625fc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:57:45.738 8 INFO cinder.api.openstack.wsgi [None req-55c617bf-47ae-40c0-91a2-cdfa31e2e861 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:57:45.738 7 INFO cinder.api.openstack.wsgi [None req-30bfed95-f56e-4a62-92b3-5d218b5625fc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:57:55.735 7 INFO cinder.api.openstack.wsgi [None req-30bfed95-f56e-4a62-92b3-5d218b5625fc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:57:55.736 8 INFO cinder.api.openstack.wsgi [None req-55c617bf-47ae-40c0-91a2-cdfa31e2e861 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:57:55.737 7 INFO cinder.api.openstack.wsgi [None req-30bfed95-f56e-4a62-92b3-5d218b5625fc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:57:55.737 8 INFO cinder.api.openstack.wsgi [None req-55c617bf-47ae-40c0-91a2-cdfa31e2e861 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:58:05.736 7 INFO cinder.api.openstack.wsgi [None req-30bfed95-f56e-4a62-92b3-5d218b5625fc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:58:05.736 8 INFO cinder.api.openstack.wsgi [None req-55c617bf-47ae-40c0-91a2-cdfa31e2e861 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:58:05.737 7 INFO cinder.api.openstack.wsgi [None req-30bfed95-f56e-4a62-92b3-5d218b5625fc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:58:05.737 8 INFO cinder.api.openstack.wsgi [None req-55c617bf-47ae-40c0-91a2-cdfa31e2e861 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:58:15.736 8 INFO cinder.api.openstack.wsgi [None req-55c617bf-47ae-40c0-91a2-cdfa31e2e861 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:58:15.736 7 INFO cinder.api.openstack.wsgi [None req-30bfed95-f56e-4a62-92b3-5d218b5625fc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:58:15.738 8 INFO cinder.api.openstack.wsgi [None req-55c617bf-47ae-40c0-91a2-cdfa31e2e861 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:58:15.738 7 INFO cinder.api.openstack.wsgi [None req-30bfed95-f56e-4a62-92b3-5d218b5625fc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:58:18.673 7 INFO cinder.api.openstack.wsgi [None req-5fd24388-8647-4db6-8422-abf8f98ef9b2 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true 2026-06-23 19:58:18.689 7 INFO cinder.api.openstack.wsgi [None req-5fd24388-8647-4db6-8422-abf8f98ef9b2 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 471/953] 10.0.0.98 () {28 vars in 694 bytes} [Tue Jun 23 19:58:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true => generated 671 bytes in 75 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:58:18.740 8 INFO cinder.api.openstack.wsgi [None req-ffbee31d-daeb-45e1-b25b-dae68b1a70d9 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/005a055be6ec4858b89783b83af6e709?usage=true 2026-06-23 19:58:18.769 8 INFO cinder.api.openstack.wsgi [None req-ffbee31d-daeb-45e1-b25b-dae68b1a70d9 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/005a055be6ec4858b89783b83af6e709?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 483/954] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:58:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/005a055be6ec4858b89783b83af6e709?usage=true => generated 847 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:58:18.783 7 INFO cinder.api.openstack.wsgi [None req-edaf076f-69a2-4fea-a747-226b07c11082 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/2d9cd52959c44876a4f403ba9e2b4842?usage=true 2026-06-23 19:58:18.831 7 INFO cinder.api.openstack.wsgi [None req-edaf076f-69a2-4fea-a747-226b07c11082 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/2d9cd52959c44876a4f403ba9e2b4842?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 472/955] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:58:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/2d9cd52959c44876a4f403ba9e2b4842?usage=true => generated 847 bytes in 57 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:58:18.848 8 INFO cinder.api.openstack.wsgi [None req-0112726c-0fb1-4676-841f-ea2c89cc223d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/5b118ae857d24f25b9818147ad922d70?usage=true 2026-06-23 19:58:18.888 8 INFO cinder.api.openstack.wsgi [None req-0112726c-0fb1-4676-841f-ea2c89cc223d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/5b118ae857d24f25b9818147ad922d70?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 484/956] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:58:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/5b118ae857d24f25b9818147ad922d70?usage=true => generated 847 bytes in 53 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:58:18.903 7 INFO cinder.api.openstack.wsgi [None req-6ffa37d1-db83-4b3f-a276-846be5733ad3 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/625ecafbe17341a1aee1b16ecaca387b?usage=true 2026-06-23 19:58:18.941 7 INFO cinder.api.openstack.wsgi [None req-6ffa37d1-db83-4b3f-a276-846be5733ad3 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/625ecafbe17341a1aee1b16ecaca387b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 473/957] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:58:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/625ecafbe17341a1aee1b16ecaca387b?usage=true => generated 847 bytes in 49 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:58:18.957 8 INFO cinder.api.openstack.wsgi [None req-1b71e911-8227-4f03-aeac-5e4855c18fdd 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/699087dd9d524c6492826b4da81d8d5e?usage=true 2026-06-23 19:58:18.983 8 INFO cinder.api.openstack.wsgi [None req-1b71e911-8227-4f03-aeac-5e4855c18fdd 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/699087dd9d524c6492826b4da81d8d5e?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 485/958] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:58:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/699087dd9d524c6492826b4da81d8d5e?usage=true => generated 847 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:58:18.998 7 INFO cinder.api.openstack.wsgi [None req-da7f1fc2-b636-49f2-900a-1d712a41738d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/92c4ec809bbc406e895ceb97dd70ba79?usage=true 2026-06-23 19:58:19.024 7 INFO cinder.api.openstack.wsgi [None req-da7f1fc2-b636-49f2-900a-1d712a41738d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/92c4ec809bbc406e895ceb97dd70ba79?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 474/959] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:58:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/92c4ec809bbc406e895ceb97dd70ba79?usage=true => generated 847 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:58:19.037 8 INFO cinder.api.openstack.wsgi [None req-c1865262-e2cb-4ef8-815a-78025772c157 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true 2026-06-23 19:58:19.063 8 INFO cinder.api.openstack.wsgi [None req-c1865262-e2cb-4ef8-815a-78025772c157 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 486/960] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:58:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true => generated 847 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:58:19.077 7 INFO cinder.api.openstack.wsgi [None req-ec7b931e-6664-4ada-bd05-35bfcd459e64 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true 2026-06-23 19:58:19.104 7 INFO cinder.api.openstack.wsgi [None req-ec7b931e-6664-4ada-bd05-35bfcd459e64 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 475/961] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:58:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true => generated 845 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:58:19.120 8 INFO cinder.api.openstack.wsgi [None req-35f9d10d-9c56-4502-821d-40242ffee449 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/eed797a5bd304316af8f6c641580c6b4?usage=true 2026-06-23 19:58:19.146 8 INFO cinder.api.openstack.wsgi [None req-35f9d10d-9c56-4502-821d-40242ffee449 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/eed797a5bd304316af8f6c641580c6b4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 487/962] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:58:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/eed797a5bd304316af8f6c641580c6b4?usage=true => generated 847 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:58:19.160 7 INFO cinder.api.openstack.wsgi [None req-84dd41a6-4657-4300-91bb-2c1322b2b8ee 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true 2026-06-23 19:58:19.192 7 INFO cinder.api.openstack.wsgi [None req-84dd41a6-4657-4300-91bb-2c1322b2b8ee 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 476/963] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:58:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true => generated 847 bytes in 42 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:58:19.203 8 INFO cinder.api.openstack.wsgi [None req-89070d7f-3780-43db-8a24-df498230a488 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/fa5ed10103184770ac46eac123dcbe39?usage=true 2026-06-23 19:58:19.227 8 INFO cinder.api.openstack.wsgi [None req-89070d7f-3780-43db-8a24-df498230a488 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/fa5ed10103184770ac46eac123dcbe39?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 488/964] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:58:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/fa5ed10103184770ac46eac123dcbe39?usage=true => generated 847 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:58:19.239 7 INFO cinder.api.openstack.wsgi [None req-aa78e527-2427-4a88-bb75-970c0f0aea5f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 19:58:19.255 7 INFO cinder.volume.api [None req-aa78e527-2427-4a88-bb75-970c0f0aea5f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:58:19.262 7 INFO cinder.api.openstack.wsgi [None req-aa78e527-2427-4a88-bb75-970c0f0aea5f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 477/965] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 19:58:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 1790 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-06-23 19:58:19.272 8 INFO cinder.api.openstack.wsgi [None req-ca8d5265-ec5a-49b7-a79f-e91c40a0b3df 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true 2026-06-23 19:58:19.279 8 INFO cinder.volume.api [None req-ca8d5265-ec5a-49b7-a79f-e91c40a0b3df 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all snapshots completed successfully. 2026-06-23 19:58:19.280 8 INFO cinder.api.openstack.wsgi [None req-ca8d5265-ec5a-49b7-a79f-e91c40a0b3df 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 489/966] 10.0.0.98 () {28 vars in 672 bytes} [Tue Jun 23 19:58:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true => generated 17 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:58:19.295 7 INFO cinder.api.openstack.wsgi [None req-2a917637-52eb-45bf-9f70-fd7dc219a5dd 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services 2026-06-23 19:58:19.302 7 INFO cinder.api.openstack.wsgi [None req-2a917637-52eb-45bf-9f70-fd7dc219a5dd 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services returned with HTTP 200 [pid: 7|app: 0|req: 478/967] 10.0.0.98 () {28 vars in 643 bytes} [Tue Jun 23 19:58:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-services => generated 646 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:58:19.309 8 INFO cinder.api.openstack.wsgi [None req-732d7288-1f3e-4aeb-a820-e64be7cebb0a 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 19:58:19.322 8 INFO cinder.volume.api [None req-732d7288-1f3e-4aeb-a820-e64be7cebb0a 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:58:19.327 8 INFO cinder.api.openstack.wsgi [None req-732d7288-1f3e-4aeb-a820-e64be7cebb0a 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 490/968] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 19:58:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 1790 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-06-23 19:58:25.736 7 INFO cinder.api.openstack.wsgi [None req-2a917637-52eb-45bf-9f70-fd7dc219a5dd 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:58:25.737 7 INFO cinder.api.openstack.wsgi [None req-2a917637-52eb-45bf-9f70-fd7dc219a5dd 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:58:25.738 8 INFO cinder.api.openstack.wsgi [None req-732d7288-1f3e-4aeb-a820-e64be7cebb0a 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:58:25.739 8 INFO cinder.api.openstack.wsgi [None req-732d7288-1f3e-4aeb-a820-e64be7cebb0a 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:58:35.735 7 INFO cinder.api.openstack.wsgi [None req-2a917637-52eb-45bf-9f70-fd7dc219a5dd 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:58:35.736 7 INFO cinder.api.openstack.wsgi [None req-2a917637-52eb-45bf-9f70-fd7dc219a5dd 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:58:35.737 8 INFO cinder.api.openstack.wsgi [None req-732d7288-1f3e-4aeb-a820-e64be7cebb0a 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:58:35.738 8 INFO cinder.api.openstack.wsgi [None req-732d7288-1f3e-4aeb-a820-e64be7cebb0a 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:58:45.736 7 INFO cinder.api.openstack.wsgi [None req-2a917637-52eb-45bf-9f70-fd7dc219a5dd 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:58:45.736 8 INFO cinder.api.openstack.wsgi [None req-732d7288-1f3e-4aeb-a820-e64be7cebb0a 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:58:45.738 7 INFO cinder.api.openstack.wsgi [None req-2a917637-52eb-45bf-9f70-fd7dc219a5dd 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:58:45.738 8 INFO cinder.api.openstack.wsgi [None req-732d7288-1f3e-4aeb-a820-e64be7cebb0a 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:58:55.736 7 INFO cinder.api.openstack.wsgi [None req-2a917637-52eb-45bf-9f70-fd7dc219a5dd 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:58:55.736 8 INFO cinder.api.openstack.wsgi [None req-732d7288-1f3e-4aeb-a820-e64be7cebb0a 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:58:55.738 8 INFO cinder.api.openstack.wsgi [None req-732d7288-1f3e-4aeb-a820-e64be7cebb0a 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:58:55.738 7 INFO cinder.api.openstack.wsgi [None req-2a917637-52eb-45bf-9f70-fd7dc219a5dd 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:59:05.736 7 INFO cinder.api.openstack.wsgi [None req-2a917637-52eb-45bf-9f70-fd7dc219a5dd 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:59:05.736 8 INFO cinder.api.openstack.wsgi [None req-732d7288-1f3e-4aeb-a820-e64be7cebb0a 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:59:05.737 7 INFO cinder.api.openstack.wsgi [None req-2a917637-52eb-45bf-9f70-fd7dc219a5dd 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:59:05.739 8 INFO cinder.api.openstack.wsgi [None req-732d7288-1f3e-4aeb-a820-e64be7cebb0a 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:59:12.543 7 INFO cinder.api.openstack.wsgi [req-dc9a679f-b957-4ee7-9755-b15baf37fd36 req-e6ee3e8e-2514-4eb5-adc3-fb7ec7f0d9a1 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/attachments/86abc7af-25b9-4329-bdcd-718b2efd4d55 /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:59:12.610 7 INFO cinder.api.openstack.wsgi [req-dc9a679f-b957-4ee7-9755-b15baf37fd36 req-e6ee3e8e-2514-4eb5-adc3-fb7ec7f0d9a1 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/attachments/86abc7af-25b9-4329-bdcd-718b2efd4d55 returned with HTTP 200 [pid: 7|app: 0|req: 484/979] 199.204.45.19 () {38 vars in 1101 bytes} [Tue Jun 23 19:59:12 2026] DELETE /v3/f2920c33348246b08d55932abdebf6a6/attachments/86abc7af-25b9-4329-bdcd-718b2efd4d55 => generated 19 bytes in 77 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:59:12.631 8 INFO cinder.api.openstack.wsgi [req-dc9a679f-b957-4ee7-9755-b15baf37fd36 req-e3a9e0a6-5ace-4b9a-ae0b-1bd1d5b8d30c 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/5637e443-a113-4e3f-b59c-4203b2686731 2026-06-23 19:59:12.632 8 INFO cinder.api.v3.volumes [req-dc9a679f-b957-4ee7-9755-b15baf37fd36 req-e3a9e0a6-5ace-4b9a-ae0b-1bd1d5b8d30c 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Delete volume with id: 5637e443-a113-4e3f-b59c-4203b2686731  /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:59:12.649 8 INFO cinder.volume.api [req-dc9a679f-b957-4ee7-9755-b15baf37fd36 req-e3a9e0a6-5ace-4b9a-ae0b-1bd1d5b8d30c 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Volume info retrieved successfully. 2026-06-23 19:59:12.672 8 INFO cinder.volume.api [req-dc9a679f-b957-4ee7-9755-b15baf37fd36 req-e3a9e0a6-5ace-4b9a-ae0b-1bd1d5b8d30c 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Delete volume request issued successfully. 2026-06-23 19:59:12.672 8 INFO cinder.api.openstack.wsgi [req-dc9a679f-b957-4ee7-9755-b15baf37fd36 req-e3a9e0a6-5ace-4b9a-ae0b-1bd1d5b8d30c 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/5637e443-a113-4e3f-b59c-4203b2686731 returned with HTTP 202 [pid: 8|app: 0|req: 496/980] 199.204.45.19 () {36 vars in 1052 bytes} [Tue Jun 23 19:59:12 2026] DELETE /v3/f2920c33348246b08d55932abdebf6a6/volumes/5637e443-a113-4e3f-b59c-4203b2686731 => generated 0 bytes in 53 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) 2026-06-23 19:59:15.736 7 INFO cinder.api.openstack.wsgi [req-dc9a679f-b957-4ee7-9755-b15baf37fd36 req-e6ee3e8e-2514-4eb5-adc3-fb7ec7f0d9a1 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:59:15.736 8 INFO cinder.api.openstack.wsgi [req-dc9a679f-b957-4ee7-9755-b15baf37fd36 req-e3a9e0a6-5ace-4b9a-ae0b-1bd1d5b8d30c 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:59:15.737 7 INFO cinder.api.openstack.wsgi [req-dc9a679f-b957-4ee7-9755-b15baf37fd36 req-e6ee3e8e-2514-4eb5-adc3-fb7ec7f0d9a1 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:59:15.737 8 INFO cinder.api.openstack.wsgi [req-dc9a679f-b957-4ee7-9755-b15baf37fd36 req-e3a9e0a6-5ace-4b9a-ae0b-1bd1d5b8d30c 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:59:18.658 7 INFO cinder.api.openstack.wsgi [None req-a4362997-a08e-4f4b-a8fa-fa25c5ba8ac1 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true /var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. warnings.warn('Policy enforcement is depending on the value of ' 2026-06-23 19:59:18.673 7 INFO cinder.volume.api [None req-a4362997-a08e-4f4b-a8fa-fa25c5ba8ac1 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 19:59:18.676 7 INFO cinder.api.openstack.wsgi [None req-a4362997-a08e-4f4b-a8fa-fa25c5ba8ac1 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 486/983] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 19:59:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 77 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: cinderv3. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-23 19:59:18.693 8 INFO cinder.api.openstack.wsgi [None req-5d4e7400-6a32-467c-b5e3-c1ebfbee6534 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true 2026-06-23 19:59:18.714 8 INFO cinder.api.openstack.wsgi [None req-5d4e7400-6a32-467c-b5e3-c1ebfbee6534 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 498/984] 10.0.0.98 () {28 vars in 694 bytes} [Tue Jun 23 19:59:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true => generated 670 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:59:18.723 7 INFO cinder.api.openstack.wsgi [None req-3bacdb9a-f4eb-41eb-a1cd-23fac95d8ae8 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true 2026-06-23 19:59:18.730 7 INFO cinder.volume.api [None req-3bacdb9a-f4eb-41eb-a1cd-23fac95d8ae8 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all snapshots completed successfully. 2026-06-23 19:59:18.730 7 INFO cinder.api.openstack.wsgi [None req-3bacdb9a-f4eb-41eb-a1cd-23fac95d8ae8 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 487/985] 10.0.0.98 () {28 vars in 672 bytes} [Tue Jun 23 19:59:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/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-06-23 19:59:18.738 8 INFO cinder.api.openstack.wsgi [None req-e0adcdf3-87c7-4ec7-bde8-3e0bb8cce87d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 19:59:18.750 8 INFO cinder.volume.api [None req-e0adcdf3-87c7-4ec7-bde8-3e0bb8cce87d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 19:59:18.752 8 INFO cinder.api.openstack.wsgi [None req-e0adcdf3-87c7-4ec7-bde8-3e0bb8cce87d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 499/986] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 19:59:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:59:18.817 7 INFO cinder.api.openstack.wsgi [None req-63833aa1-3c59-4759-a465-e81af45b4c1e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/005a055be6ec4858b89783b83af6e709?usage=true 2026-06-23 19:59:18.849 7 INFO cinder.api.openstack.wsgi [None req-63833aa1-3c59-4759-a465-e81af45b4c1e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/005a055be6ec4858b89783b83af6e709?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 488/987] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:59:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/005a055be6ec4858b89783b83af6e709?usage=true => generated 847 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:59:18.862 8 INFO cinder.api.openstack.wsgi [None req-2f8e301f-f4a9-4157-bbcf-012f91a54ede 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/2d9cd52959c44876a4f403ba9e2b4842?usage=true 2026-06-23 19:59:18.901 8 INFO cinder.api.openstack.wsgi [None req-2f8e301f-f4a9-4157-bbcf-012f91a54ede 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/2d9cd52959c44876a4f403ba9e2b4842?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 500/988] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:59:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/2d9cd52959c44876a4f403ba9e2b4842?usage=true => generated 847 bytes in 48 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:59:18.915 7 INFO cinder.api.openstack.wsgi [None req-0bd4de53-a8f0-4819-9bd9-f0e82a9876af 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/5b118ae857d24f25b9818147ad922d70?usage=true 2026-06-23 19:59:18.949 7 INFO cinder.api.openstack.wsgi [None req-0bd4de53-a8f0-4819-9bd9-f0e82a9876af 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/5b118ae857d24f25b9818147ad922d70?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 489/989] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:59:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/5b118ae857d24f25b9818147ad922d70?usage=true => generated 847 bytes in 44 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:59:18.968 8 INFO cinder.api.openstack.wsgi [None req-ba36f118-662e-4f29-9c0a-bf5e538c0657 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/625ecafbe17341a1aee1b16ecaca387b?usage=true 2026-06-23 19:59:18.999 8 INFO cinder.api.openstack.wsgi [None req-ba36f118-662e-4f29-9c0a-bf5e538c0657 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/625ecafbe17341a1aee1b16ecaca387b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 501/990] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:59:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/625ecafbe17341a1aee1b16ecaca387b?usage=true => generated 847 bytes in 45 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:59:19.016 7 INFO cinder.api.openstack.wsgi [None req-a79d1066-19e6-4d56-b3ac-3bd305077ef5 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/699087dd9d524c6492826b4da81d8d5e?usage=true 2026-06-23 19:59:19.045 7 INFO cinder.api.openstack.wsgi [None req-a79d1066-19e6-4d56-b3ac-3bd305077ef5 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/699087dd9d524c6492826b4da81d8d5e?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 490/991] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:59:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/699087dd9d524c6492826b4da81d8d5e?usage=true => generated 847 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:59:19.060 8 INFO cinder.api.openstack.wsgi [None req-9cee5a8c-59e6-49bb-b349-c5451f857189 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/92c4ec809bbc406e895ceb97dd70ba79?usage=true 2026-06-23 19:59:19.082 8 INFO cinder.api.openstack.wsgi [None req-9cee5a8c-59e6-49bb-b349-c5451f857189 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/92c4ec809bbc406e895ceb97dd70ba79?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 502/992] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:59:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/92c4ec809bbc406e895ceb97dd70ba79?usage=true => generated 847 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:59:19.095 7 INFO cinder.api.openstack.wsgi [None req-e274d54d-6250-4dde-9d7d-69d1d6d5fdfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true 2026-06-23 19:59:19.128 7 INFO cinder.api.openstack.wsgi [None req-e274d54d-6250-4dde-9d7d-69d1d6d5fdfc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 491/993] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:59:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true => generated 847 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:59:19.143 8 INFO cinder.api.openstack.wsgi [None req-15258b9c-2ae3-42c9-a53f-64b02b2fe66d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true 2026-06-23 19:59:19.170 8 INFO cinder.api.openstack.wsgi [None req-15258b9c-2ae3-42c9-a53f-64b02b2fe66d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 503/994] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:59:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true => generated 845 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:59:19.186 7 INFO cinder.api.openstack.wsgi [None req-d43f5c86-1cf0-4081-82bc-8247261202b6 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/eed797a5bd304316af8f6c641580c6b4?usage=true 2026-06-23 19:59:19.214 7 INFO cinder.api.openstack.wsgi [None req-d43f5c86-1cf0-4081-82bc-8247261202b6 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/eed797a5bd304316af8f6c641580c6b4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 492/995] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:59:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/eed797a5bd304316af8f6c641580c6b4?usage=true => generated 847 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:59:19.226 8 INFO cinder.api.openstack.wsgi [None req-c83cc037-e7b0-4209-8bd7-96d48312ae21 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true 2026-06-23 19:59:19.253 8 INFO cinder.api.openstack.wsgi [None req-c83cc037-e7b0-4209-8bd7-96d48312ae21 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 504/996] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:59:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true => generated 845 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:59:19.269 7 INFO cinder.api.openstack.wsgi [None req-c3820d90-0648-4001-aa8c-1f5ef19a8f18 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/fa5ed10103184770ac46eac123dcbe39?usage=true 2026-06-23 19:59:19.296 7 INFO cinder.api.openstack.wsgi [None req-c3820d90-0648-4001-aa8c-1f5ef19a8f18 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/fa5ed10103184770ac46eac123dcbe39?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 493/997] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 19:59:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/fa5ed10103184770ac46eac123dcbe39?usage=true => generated 847 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:59:19.311 8 INFO cinder.api.openstack.wsgi [None req-a7599ca6-58fc-4818-a9f8-bf07f8008b6c 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services 2026-06-23 19:59:19.324 8 INFO cinder.api.openstack.wsgi [None req-a7599ca6-58fc-4818-a9f8-bf07f8008b6c 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services returned with HTTP 200 [pid: 8|app: 0|req: 505/998] 10.0.0.98 () {28 vars in 643 bytes} [Tue Jun 23 19:59:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-services => generated 646 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 19:59:25.737 8 INFO cinder.api.openstack.wsgi [None req-a7599ca6-58fc-4818-a9f8-bf07f8008b6c 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:59:25.737 7 INFO cinder.api.openstack.wsgi [None req-c3820d90-0648-4001-aa8c-1f5ef19a8f18 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:59:25.738 8 INFO cinder.api.openstack.wsgi [None req-a7599ca6-58fc-4818-a9f8-bf07f8008b6c 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:59:25.738 7 INFO cinder.api.openstack.wsgi [None req-c3820d90-0648-4001-aa8c-1f5ef19a8f18 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:59:35.737 8 INFO cinder.api.openstack.wsgi [None req-a7599ca6-58fc-4818-a9f8-bf07f8008b6c 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:59:35.737 7 INFO cinder.api.openstack.wsgi [None req-c3820d90-0648-4001-aa8c-1f5ef19a8f18 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:59:35.738 8 INFO cinder.api.openstack.wsgi [None req-a7599ca6-58fc-4818-a9f8-bf07f8008b6c 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:59:35.738 7 INFO cinder.api.openstack.wsgi [None req-c3820d90-0648-4001-aa8c-1f5ef19a8f18 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:59:44.190 7 INFO cinder.api.openstack.wsgi [None req-e1469ec8-087a-4fa3-93f7-235f616c3093 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots 2026-06-23 19:59:44.200 7 INFO cinder.volume.api [None req-e1469ec8-087a-4fa3-93f7-235f616c3093 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all snapshots completed successfully. 2026-06-23 19:59:44.201 7 INFO cinder.api.openstack.wsgi [None req-e1469ec8-087a-4fa3-93f7-235f616c3093 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots returned with HTTP 200 [pid: 7|app: 0|req: 496/1003] 10.0.0.93 () {32 vars in 703 bytes} [Tue Jun 23 19:59:44 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/snapshots => generated 17 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:59:44.217 8 INFO cinder.api.openstack.wsgi [None req-54d1f5d2-8697-4b03-87cb-086b86d9c63d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes 2026-06-23 19:59:44.228 8 INFO cinder.volume.api [None req-54d1f5d2-8697-4b03-87cb-086b86d9c63d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 19:59:44.228 8 INFO cinder.api.openstack.wsgi [None req-54d1f5d2-8697-4b03-87cb-086b86d9c63d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes returned with HTTP 200 [pid: 8|app: 0|req: 508/1004] 10.0.0.93 () {32 vars in 699 bytes} [Tue Jun 23 19:59:44 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes => generated 15 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 19:59:45.736 7 INFO cinder.api.openstack.wsgi [None req-e1469ec8-087a-4fa3-93f7-235f616c3093 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:59:45.736 8 INFO cinder.api.openstack.wsgi [None req-54d1f5d2-8697-4b03-87cb-086b86d9c63d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:59:45.737 7 INFO cinder.api.openstack.wsgi [None req-e1469ec8-087a-4fa3-93f7-235f616c3093 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:59:45.738 8 INFO cinder.api.openstack.wsgi [None req-54d1f5d2-8697-4b03-87cb-086b86d9c63d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:59:55.735 7 INFO cinder.api.openstack.wsgi [None req-e1469ec8-087a-4fa3-93f7-235f616c3093 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:59:55.735 8 INFO cinder.api.openstack.wsgi [None req-54d1f5d2-8697-4b03-87cb-086b86d9c63d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 19:59:55.736 8 INFO cinder.api.openstack.wsgi [None req-54d1f5d2-8697-4b03-87cb-086b86d9c63d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 19:59:55.736 7 INFO cinder.api.openstack.wsgi [None req-e1469ec8-087a-4fa3-93f7-235f616c3093 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:00:05.736 8 INFO cinder.api.openstack.wsgi [None req-54d1f5d2-8697-4b03-87cb-086b86d9c63d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:00:05.736 7 INFO cinder.api.openstack.wsgi [None req-e1469ec8-087a-4fa3-93f7-235f616c3093 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:00:05.737 8 INFO cinder.api.openstack.wsgi [None req-54d1f5d2-8697-4b03-87cb-086b86d9c63d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:00:05.737 7 INFO cinder.api.openstack.wsgi [None req-e1469ec8-087a-4fa3-93f7-235f616c3093 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:00:15.737 7 INFO cinder.api.openstack.wsgi [None req-e1469ec8-087a-4fa3-93f7-235f616c3093 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:00:15.737 8 INFO cinder.api.openstack.wsgi [None req-54d1f5d2-8697-4b03-87cb-086b86d9c63d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:00:15.738 8 INFO cinder.api.openstack.wsgi [None req-54d1f5d2-8697-4b03-87cb-086b86d9c63d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:00:15.738 7 INFO cinder.api.openstack.wsgi [None req-e1469ec8-087a-4fa3-93f7-235f616c3093 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:00:18.764 8 INFO cinder.api.openstack.wsgi [None req-7bf9d0c3-6a7a-4f35-8418-f1e758598236 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true 2026-06-23 20:00:18.780 8 INFO cinder.api.openstack.wsgi [None req-7bf9d0c3-6a7a-4f35-8418-f1e758598236 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 513/1013] 10.0.0.98 () {28 vars in 694 bytes} [Tue Jun 23 20:00:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true => generated 670 bytes in 161 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 20:00:18.791 7 INFO cinder.api.openstack.wsgi [None req-dd7782ab-aa74-4ca7-b895-0ff93bb00a82 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 20:00:18.806 7 INFO cinder.volume.api [None req-dd7782ab-aa74-4ca7-b895-0ff93bb00a82 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 20:00:18.809 7 INFO cinder.api.openstack.wsgi [None req-dd7782ab-aa74-4ca7-b895-0ff93bb00a82 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 501/1014] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 20:00:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 20:00:18.830 8 INFO cinder.api.openstack.wsgi [None req-99657df6-4e58-4291-b96f-451bfedab176 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services 2026-06-23 20:00:18.840 8 INFO cinder.api.openstack.wsgi [None req-99657df6-4e58-4291-b96f-451bfedab176 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services returned with HTTP 200 [pid: 8|app: 0|req: 514/1015] 10.0.0.98 () {28 vars in 643 bytes} [Tue Jun 23 20:00:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-services => generated 646 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 20:00:18.912 7 INFO cinder.api.openstack.wsgi [None req-126f33ba-d7a5-41bf-8b88-fb5d68ae44fc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true 2026-06-23 20:00:18.943 7 INFO cinder.api.openstack.wsgi [None req-126f33ba-d7a5-41bf-8b88-fb5d68ae44fc 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 502/1016] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 20:00:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true => generated 847 bytes in 44 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 20:00:18.955 8 INFO cinder.api.openstack.wsgi [None req-9c011621-f96c-44d4-91e7-c14a25a6ed87 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true 2026-06-23 20:00:18.980 8 INFO cinder.api.openstack.wsgi [None req-9c011621-f96c-44d4-91e7-c14a25a6ed87 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 515/1017] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 20:00:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true => generated 845 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 20:00:18.991 7 INFO cinder.api.openstack.wsgi [None req-75f36cb9-bab0-4be5-b1ea-830db0959ef9 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true 2026-06-23 20:00:19.016 7 INFO cinder.api.openstack.wsgi [None req-75f36cb9-bab0-4be5-b1ea-830db0959ef9 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 503/1018] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 20:00:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true => generated 845 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 20:00:19.027 8 INFO cinder.api.openstack.wsgi [None req-b042c3f8-610c-4cd9-9555-ce4ebd926b2b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 20:00:19.041 8 INFO cinder.volume.api [None req-b042c3f8-610c-4cd9-9555-ce4ebd926b2b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 20:00:19.043 8 INFO cinder.api.openstack.wsgi [None req-b042c3f8-610c-4cd9-9555-ce4ebd926b2b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 516/1019] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 20:00:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 20:00:19.055 7 INFO cinder.api.openstack.wsgi [None req-d6bba98c-47d8-48f1-ab90-9d5fe17879f5 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true 2026-06-23 20:00:19.066 7 INFO cinder.volume.api [None req-d6bba98c-47d8-48f1-ab90-9d5fe17879f5 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all snapshots completed successfully. 2026-06-23 20:00:19.066 7 INFO cinder.api.openstack.wsgi [None req-d6bba98c-47d8-48f1-ab90-9d5fe17879f5 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 504/1020] 10.0.0.98 () {28 vars in 672 bytes} [Tue Jun 23 20:00:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true => generated 17 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 20:00:25.736 8 INFO cinder.api.openstack.wsgi [None req-b042c3f8-610c-4cd9-9555-ce4ebd926b2b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:00:25.737 8 INFO cinder.api.openstack.wsgi [None req-b042c3f8-610c-4cd9-9555-ce4ebd926b2b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:00:25.737 7 INFO cinder.api.openstack.wsgi [None req-d6bba98c-47d8-48f1-ab90-9d5fe17879f5 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:00:25.738 7 INFO cinder.api.openstack.wsgi [None req-d6bba98c-47d8-48f1-ab90-9d5fe17879f5 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:00:35.736 8 INFO cinder.api.openstack.wsgi [None req-b042c3f8-610c-4cd9-9555-ce4ebd926b2b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:00:35.737 8 INFO cinder.api.openstack.wsgi [None req-b042c3f8-610c-4cd9-9555-ce4ebd926b2b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:00:35.736 7 INFO cinder.api.openstack.wsgi [None req-d6bba98c-47d8-48f1-ab90-9d5fe17879f5 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:00:35.738 7 INFO cinder.api.openstack.wsgi [None req-d6bba98c-47d8-48f1-ab90-9d5fe17879f5 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:00:45.736 7 INFO cinder.api.openstack.wsgi [None req-d6bba98c-47d8-48f1-ab90-9d5fe17879f5 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:00:45.736 8 INFO cinder.api.openstack.wsgi [None req-b042c3f8-610c-4cd9-9555-ce4ebd926b2b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:00:45.737 7 INFO cinder.api.openstack.wsgi [None req-d6bba98c-47d8-48f1-ab90-9d5fe17879f5 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:00:45.737 8 INFO cinder.api.openstack.wsgi [None req-b042c3f8-610c-4cd9-9555-ce4ebd926b2b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:00:55.735 8 INFO cinder.api.openstack.wsgi [None req-b042c3f8-610c-4cd9-9555-ce4ebd926b2b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:00:55.735 7 INFO cinder.api.openstack.wsgi [None req-d6bba98c-47d8-48f1-ab90-9d5fe17879f5 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:00:55.736 8 INFO cinder.api.openstack.wsgi [None req-b042c3f8-610c-4cd9-9555-ce4ebd926b2b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:00:55.737 7 INFO cinder.api.openstack.wsgi [None req-d6bba98c-47d8-48f1-ab90-9d5fe17879f5 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:01:05.735 7 INFO cinder.api.openstack.wsgi [None req-d6bba98c-47d8-48f1-ab90-9d5fe17879f5 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:01:05.735 8 INFO cinder.api.openstack.wsgi [None req-b042c3f8-610c-4cd9-9555-ce4ebd926b2b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:01:05.736 7 INFO cinder.api.openstack.wsgi [None req-d6bba98c-47d8-48f1-ab90-9d5fe17879f5 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:01:05.737 8 INFO cinder.api.openstack.wsgi [None req-b042c3f8-610c-4cd9-9555-ce4ebd926b2b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:01:15.736 8 INFO cinder.api.openstack.wsgi [None req-b042c3f8-610c-4cd9-9555-ce4ebd926b2b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:01:15.736 7 INFO cinder.api.openstack.wsgi [None req-d6bba98c-47d8-48f1-ab90-9d5fe17879f5 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:01:15.737 8 INFO cinder.api.openstack.wsgi [None req-b042c3f8-610c-4cd9-9555-ce4ebd926b2b 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:01:15.738 7 INFO cinder.api.openstack.wsgi [None req-d6bba98c-47d8-48f1-ab90-9d5fe17879f5 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:01:18.799 8 INFO cinder.api.openstack.wsgi [None req-f889540b-1f22-47f7-9e45-3624c06f44bf 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true 2026-06-23 20:01:18.812 8 INFO cinder.volume.api [None req-f889540b-1f22-47f7-9e45-3624c06f44bf 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all snapshots completed successfully. 2026-06-23 20:01:18.812 8 INFO cinder.api.openstack.wsgi [None req-f889540b-1f22-47f7-9e45-3624c06f44bf 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 523/1033] 10.0.0.98 () {28 vars in 672 bytes} [Tue Jun 23 20:01:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true => generated 17 bytes in 110 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 20:01:18.828 7 INFO cinder.api.openstack.wsgi [None req-c6d1c02a-e2d7-4a31-bd48-ae7f92f4381c 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 20:01:18.847 7 INFO cinder.volume.api [None req-c6d1c02a-e2d7-4a31-bd48-ae7f92f4381c 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 20:01:18.850 7 INFO cinder.api.openstack.wsgi [None req-c6d1c02a-e2d7-4a31-bd48-ae7f92f4381c 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 511/1034] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 20:01:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 20:01:18.933 8 INFO cinder.api.openstack.wsgi [None req-d6393011-77a6-45a7-8f5e-c677728f6131 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true 2026-06-23 20:01:18.965 8 INFO cinder.api.openstack.wsgi [None req-d6393011-77a6-45a7-8f5e-c677728f6131 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 524/1035] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 20:01:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true => generated 847 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 20:01:18.979 7 INFO cinder.api.openstack.wsgi [None req-8d290370-de08-400c-b1e2-2076ec793373 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true 2026-06-23 20:01:19.022 7 INFO cinder.api.openstack.wsgi [None req-8d290370-de08-400c-b1e2-2076ec793373 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 512/1036] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 20:01:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true => generated 845 bytes in 52 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 20:01:19.037 8 INFO cinder.api.openstack.wsgi [None req-50b28eb3-1619-421f-bd46-b7a2943344b3 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true 2026-06-23 20:01:19.066 8 INFO cinder.api.openstack.wsgi [None req-50b28eb3-1619-421f-bd46-b7a2943344b3 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 525/1037] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 20:01:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true => generated 845 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 20:01:19.076 7 INFO cinder.api.openstack.wsgi [None req-092780ac-5e0d-4d85-b00b-9ac23834132f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services 2026-06-23 20:01:19.082 7 INFO cinder.api.openstack.wsgi [None req-092780ac-5e0d-4d85-b00b-9ac23834132f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services returned with HTTP 200 [pid: 7|app: 0|req: 513/1038] 10.0.0.98 () {28 vars in 643 bytes} [Tue Jun 23 20:01:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-services => generated 646 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 20:01:19.092 8 INFO cinder.api.openstack.wsgi [None req-997a7736-69db-43fb-bf2d-4d28a4385194 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true 2026-06-23 20:01:19.111 8 INFO cinder.api.openstack.wsgi [None req-997a7736-69db-43fb-bf2d-4d28a4385194 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 526/1039] 10.0.0.98 () {28 vars in 694 bytes} [Tue Jun 23 20:01:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true => generated 670 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 20:01:19.123 7 INFO cinder.api.openstack.wsgi [None req-2553f5f1-d07b-4e9e-93f3-1b2f5175000e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 20:01:19.136 7 INFO cinder.volume.api [None req-2553f5f1-d07b-4e9e-93f3-1b2f5175000e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 20:01:19.139 7 INFO cinder.api.openstack.wsgi [None req-2553f5f1-d07b-4e9e-93f3-1b2f5175000e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 514/1040] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 20:01:19 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 20:01:25.736 7 INFO cinder.api.openstack.wsgi [None req-2553f5f1-d07b-4e9e-93f3-1b2f5175000e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:01:25.736 8 INFO cinder.api.openstack.wsgi [None req-997a7736-69db-43fb-bf2d-4d28a4385194 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:01:25.737 7 INFO cinder.api.openstack.wsgi [None req-2553f5f1-d07b-4e9e-93f3-1b2f5175000e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:01:25.737 8 INFO cinder.api.openstack.wsgi [None req-997a7736-69db-43fb-bf2d-4d28a4385194 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:01:35.736 7 INFO cinder.api.openstack.wsgi [None req-2553f5f1-d07b-4e9e-93f3-1b2f5175000e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:01:35.737 7 INFO cinder.api.openstack.wsgi [None req-2553f5f1-d07b-4e9e-93f3-1b2f5175000e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:01:35.738 8 INFO cinder.api.openstack.wsgi [None req-997a7736-69db-43fb-bf2d-4d28a4385194 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:01:35.739 8 INFO cinder.api.openstack.wsgi [None req-997a7736-69db-43fb-bf2d-4d28a4385194 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:01:45.735 8 INFO cinder.api.openstack.wsgi [None req-997a7736-69db-43fb-bf2d-4d28a4385194 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:01:45.736 7 INFO cinder.api.openstack.wsgi [None req-2553f5f1-d07b-4e9e-93f3-1b2f5175000e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:01:45.737 8 INFO cinder.api.openstack.wsgi [None req-997a7736-69db-43fb-bf2d-4d28a4385194 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:01:45.737 7 INFO cinder.api.openstack.wsgi [None req-2553f5f1-d07b-4e9e-93f3-1b2f5175000e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:01:55.736 8 INFO cinder.api.openstack.wsgi [None req-997a7736-69db-43fb-bf2d-4d28a4385194 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:01:55.736 7 INFO cinder.api.openstack.wsgi [None req-2553f5f1-d07b-4e9e-93f3-1b2f5175000e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:01:55.737 8 INFO cinder.api.openstack.wsgi [None req-997a7736-69db-43fb-bf2d-4d28a4385194 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:01:55.738 7 INFO cinder.api.openstack.wsgi [None req-2553f5f1-d07b-4e9e-93f3-1b2f5175000e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:02:05.736 8 INFO cinder.api.openstack.wsgi [None req-997a7736-69db-43fb-bf2d-4d28a4385194 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:02:05.736 7 INFO cinder.api.openstack.wsgi [None req-2553f5f1-d07b-4e9e-93f3-1b2f5175000e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:02:05.737 8 INFO cinder.api.openstack.wsgi [None req-997a7736-69db-43fb-bf2d-4d28a4385194 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:02:05.737 7 INFO cinder.api.openstack.wsgi [None req-2553f5f1-d07b-4e9e-93f3-1b2f5175000e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:02:15.736 7 INFO cinder.api.openstack.wsgi [None req-2553f5f1-d07b-4e9e-93f3-1b2f5175000e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:02:15.736 8 INFO cinder.api.openstack.wsgi [None req-997a7736-69db-43fb-bf2d-4d28a4385194 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:02:15.737 7 INFO cinder.api.openstack.wsgi [None req-2553f5f1-d07b-4e9e-93f3-1b2f5175000e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:02:15.738 8 INFO cinder.api.openstack.wsgi [None req-997a7736-69db-43fb-bf2d-4d28a4385194 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:02:18.680 7 INFO cinder.api.openstack.wsgi [None req-0924178c-e42c-47fa-9e3f-a6e164265c8d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true 2026-06-23 20:02:18.687 7 INFO cinder.volume.api [None req-0924178c-e42c-47fa-9e3f-a6e164265c8d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all snapshots completed successfully. 2026-06-23 20:02:18.688 7 INFO cinder.api.openstack.wsgi [None req-0924178c-e42c-47fa-9e3f-a6e164265c8d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 521/1053] 10.0.0.98 () {28 vars in 672 bytes} [Tue Jun 23 20:02:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true => generated 17 bytes in 62 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 20:02:18.700 8 INFO cinder.api.openstack.wsgi [None req-fb32d823-1635-4f8a-a365-59a2d932fcfd 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 20:02:18.717 8 INFO cinder.volume.api [None req-fb32d823-1635-4f8a-a365-59a2d932fcfd 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 20:02:18.720 8 INFO cinder.api.openstack.wsgi [None req-fb32d823-1635-4f8a-a365-59a2d932fcfd 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 533/1054] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 20:02:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 20:02:18.732 7 INFO cinder.api.openstack.wsgi [None req-02262c58-ed15-4d98-bae7-8a5d67fcf2ac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true 2026-06-23 20:02:18.751 7 INFO cinder.api.openstack.wsgi [None req-02262c58-ed15-4d98-bae7-8a5d67fcf2ac 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 522/1055] 10.0.0.98 () {28 vars in 694 bytes} [Tue Jun 23 20:02:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true => generated 668 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 20:02:18.770 8 INFO cinder.api.openstack.wsgi [None req-984e79e3-4cbc-498f-9170-d225ed9d21a6 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services 2026-06-23 20:02:18.780 8 INFO cinder.api.openstack.wsgi [None req-984e79e3-4cbc-498f-9170-d225ed9d21a6 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services returned with HTTP 200 [pid: 8|app: 0|req: 534/1056] 10.0.0.98 () {28 vars in 643 bytes} [Tue Jun 23 20:02:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-services => generated 646 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 20:02:18.794 7 INFO cinder.api.openstack.wsgi [None req-a50b766b-5ad3-4ab6-a02d-8a76707a6264 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 20:02:18.807 7 INFO cinder.volume.api [None req-a50b766b-5ad3-4ab6-a02d-8a76707a6264 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 20:02:18.810 7 INFO cinder.api.openstack.wsgi [None req-a50b766b-5ad3-4ab6-a02d-8a76707a6264 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 523/1057] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 20:02:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 20:02:18.895 8 INFO cinder.api.openstack.wsgi [None req-32e92ec1-3bed-4e6d-9d03-063452d6ae87 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true 2026-06-23 20:02:18.923 8 INFO cinder.api.openstack.wsgi [None req-32e92ec1-3bed-4e6d-9d03-063452d6ae87 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 535/1058] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 20:02:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true => generated 847 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 20:02:18.940 7 INFO cinder.api.openstack.wsgi [None req-f69e807f-3ff8-498e-98c4-c780f08f347f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true 2026-06-23 20:02:18.962 7 INFO cinder.api.openstack.wsgi [None req-f69e807f-3ff8-498e-98c4-c780f08f347f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 524/1059] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 20:02:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true => generated 845 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 20:02:18.981 8 INFO cinder.api.openstack.wsgi [None req-3472cd12-658b-4579-92c3-eae43c776adf 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true 2026-06-23 20:02:19.013 8 INFO cinder.api.openstack.wsgi [None req-3472cd12-658b-4579-92c3-eae43c776adf 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 536/1060] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 20:02:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true => generated 845 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 20:02:25.736 8 INFO cinder.api.openstack.wsgi [None req-3472cd12-658b-4579-92c3-eae43c776adf 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:02:25.736 7 INFO cinder.api.openstack.wsgi [None req-f69e807f-3ff8-498e-98c4-c780f08f347f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:02:25.737 8 INFO cinder.api.openstack.wsgi [None req-3472cd12-658b-4579-92c3-eae43c776adf 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:02:25.738 7 INFO cinder.api.openstack.wsgi [None req-f69e807f-3ff8-498e-98c4-c780f08f347f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:02:35.736 8 INFO cinder.api.openstack.wsgi [None req-3472cd12-658b-4579-92c3-eae43c776adf 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:02:35.737 7 INFO cinder.api.openstack.wsgi [None req-f69e807f-3ff8-498e-98c4-c780f08f347f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:02:35.738 7 INFO cinder.api.openstack.wsgi [None req-f69e807f-3ff8-498e-98c4-c780f08f347f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:02:35.738 8 INFO cinder.api.openstack.wsgi [None req-3472cd12-658b-4579-92c3-eae43c776adf 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:02:45.735 7 INFO cinder.api.openstack.wsgi [None req-f69e807f-3ff8-498e-98c4-c780f08f347f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:02:45.736 8 INFO cinder.api.openstack.wsgi [None req-3472cd12-658b-4579-92c3-eae43c776adf 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:02:45.737 7 INFO cinder.api.openstack.wsgi [None req-f69e807f-3ff8-498e-98c4-c780f08f347f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:02:45.738 8 INFO cinder.api.openstack.wsgi [None req-3472cd12-658b-4579-92c3-eae43c776adf 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:02:55.735 7 INFO cinder.api.openstack.wsgi [None req-f69e807f-3ff8-498e-98c4-c780f08f347f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:02:55.736 8 INFO cinder.api.openstack.wsgi [None req-3472cd12-658b-4579-92c3-eae43c776adf 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:02:55.737 7 INFO cinder.api.openstack.wsgi [None req-f69e807f-3ff8-498e-98c4-c780f08f347f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:02:55.738 8 INFO cinder.api.openstack.wsgi [None req-3472cd12-658b-4579-92c3-eae43c776adf 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:03:05.736 7 INFO cinder.api.openstack.wsgi [None req-f69e807f-3ff8-498e-98c4-c780f08f347f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:03:05.738 7 INFO cinder.api.openstack.wsgi [None req-f69e807f-3ff8-498e-98c4-c780f08f347f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:03:05.739 8 INFO cinder.api.openstack.wsgi [None req-3472cd12-658b-4579-92c3-eae43c776adf 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:03:05.740 8 INFO cinder.api.openstack.wsgi [None req-3472cd12-658b-4579-92c3-eae43c776adf 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:03:15.737 7 INFO cinder.api.openstack.wsgi [None req-f69e807f-3ff8-498e-98c4-c780f08f347f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:03:15.738 7 INFO cinder.api.openstack.wsgi [None req-f69e807f-3ff8-498e-98c4-c780f08f347f 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:03:15.738 8 INFO cinder.api.openstack.wsgi [None req-3472cd12-658b-4579-92c3-eae43c776adf 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:03:15.739 8 INFO cinder.api.openstack.wsgi [None req-3472cd12-658b-4579-92c3-eae43c776adf 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:03:18.706 7 INFO cinder.api.openstack.wsgi [None req-d2443457-a24b-468a-902e-fcc4d2861b49 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 20:03:18.719 7 INFO cinder.volume.api [None req-d2443457-a24b-468a-902e-fcc4d2861b49 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 20:03:18.722 7 INFO cinder.api.openstack.wsgi [None req-d2443457-a24b-468a-902e-fcc4d2861b49 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 531/1073] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 20:03:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 74 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 20:03:18.734 8 INFO cinder.api.openstack.wsgi [None req-7fd48d49-a42f-4445-9fa1-c1af5bcb7d15 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 20:03:18.746 8 INFO cinder.volume.api [None req-7fd48d49-a42f-4445-9fa1-c1af5bcb7d15 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 20:03:18.749 8 INFO cinder.api.openstack.wsgi [None req-7fd48d49-a42f-4445-9fa1-c1af5bcb7d15 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 543/1074] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 20:03:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 20:03:18.771 7 INFO cinder.api.openstack.wsgi [None req-6432b880-2d32-45b4-a3d6-e76fd2518699 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true 2026-06-23 20:03:18.780 7 INFO cinder.volume.api [None req-6432b880-2d32-45b4-a3d6-e76fd2518699 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all snapshots completed successfully. 2026-06-23 20:03:18.780 7 INFO cinder.api.openstack.wsgi [None req-6432b880-2d32-45b4-a3d6-e76fd2518699 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 532/1075] 10.0.0.98 () {28 vars in 672 bytes} [Tue Jun 23 20:03:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true => generated 17 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 20:03:18.794 8 INFO cinder.api.openstack.wsgi [None req-2ac1e7e0-9a3e-4ae1-b753-6a49ec96f326 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true 2026-06-23 20:03:18.813 8 INFO cinder.api.openstack.wsgi [None req-2ac1e7e0-9a3e-4ae1-b753-6a49ec96f326 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 544/1076] 10.0.0.98 () {28 vars in 694 bytes} [Tue Jun 23 20:03:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true => generated 668 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 20:03:18.829 7 INFO cinder.api.openstack.wsgi [None req-cf3a9e5f-dc98-4186-a376-8796cdbc2d40 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services 2026-06-23 20:03:18.836 7 INFO cinder.api.openstack.wsgi [None req-cf3a9e5f-dc98-4186-a376-8796cdbc2d40 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services returned with HTTP 200 [pid: 7|app: 0|req: 533/1077] 10.0.0.98 () {28 vars in 643 bytes} [Tue Jun 23 20:03:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-services => generated 646 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 20:03:18.901 8 INFO cinder.api.openstack.wsgi [None req-dd568f38-0378-4cec-9bcb-66999259f3ad 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true 2026-06-23 20:03:18.930 8 INFO cinder.api.openstack.wsgi [None req-dd568f38-0378-4cec-9bcb-66999259f3ad 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 545/1078] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 20:03:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true => generated 847 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 20:03:18.944 7 INFO cinder.api.openstack.wsgi [None req-fb9a6489-4d64-48f5-9df7-8165c2aa2ae9 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true 2026-06-23 20:03:18.977 7 INFO cinder.api.openstack.wsgi [None req-fb9a6489-4d64-48f5-9df7-8165c2aa2ae9 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 534/1079] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 20:03:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true => generated 845 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 20:03:18.990 8 INFO cinder.api.openstack.wsgi [None req-2ba238ee-9954-4e36-8a4a-7d1dae3f48d3 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true 2026-06-23 20:03:19.013 8 INFO cinder.api.openstack.wsgi [None req-2ba238ee-9954-4e36-8a4a-7d1dae3f48d3 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 546/1080] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 20:03:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true => generated 845 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 20:03:25.735 7 INFO cinder.api.openstack.wsgi [None req-fb9a6489-4d64-48f5-9df7-8165c2aa2ae9 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:03:25.735 8 INFO cinder.api.openstack.wsgi [None req-2ba238ee-9954-4e36-8a4a-7d1dae3f48d3 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:03:25.737 8 INFO cinder.api.openstack.wsgi [None req-2ba238ee-9954-4e36-8a4a-7d1dae3f48d3 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:03:25.737 7 INFO cinder.api.openstack.wsgi [None req-fb9a6489-4d64-48f5-9df7-8165c2aa2ae9 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:03:35.735 7 INFO cinder.api.openstack.wsgi [None req-fb9a6489-4d64-48f5-9df7-8165c2aa2ae9 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:03:35.735 8 INFO cinder.api.openstack.wsgi [None req-2ba238ee-9954-4e36-8a4a-7d1dae3f48d3 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:03:35.736 7 INFO cinder.api.openstack.wsgi [None req-fb9a6489-4d64-48f5-9df7-8165c2aa2ae9 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:03:35.737 8 INFO cinder.api.openstack.wsgi [None req-2ba238ee-9954-4e36-8a4a-7d1dae3f48d3 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:03:45.735 7 INFO cinder.api.openstack.wsgi [None req-fb9a6489-4d64-48f5-9df7-8165c2aa2ae9 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:03:45.735 8 INFO cinder.api.openstack.wsgi [None req-2ba238ee-9954-4e36-8a4a-7d1dae3f48d3 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:03:45.736 8 INFO cinder.api.openstack.wsgi [None req-2ba238ee-9954-4e36-8a4a-7d1dae3f48d3 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:03:45.736 7 INFO cinder.api.openstack.wsgi [None req-fb9a6489-4d64-48f5-9df7-8165c2aa2ae9 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:03:55.735 8 INFO cinder.api.openstack.wsgi [None req-2ba238ee-9954-4e36-8a4a-7d1dae3f48d3 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:03:55.736 7 INFO cinder.api.openstack.wsgi [None req-fb9a6489-4d64-48f5-9df7-8165c2aa2ae9 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:03:55.737 8 INFO cinder.api.openstack.wsgi [None req-2ba238ee-9954-4e36-8a4a-7d1dae3f48d3 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:03:55.737 7 INFO cinder.api.openstack.wsgi [None req-fb9a6489-4d64-48f5-9df7-8165c2aa2ae9 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:04:05.736 8 INFO cinder.api.openstack.wsgi [None req-2ba238ee-9954-4e36-8a4a-7d1dae3f48d3 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:04:05.737 8 INFO cinder.api.openstack.wsgi [None req-2ba238ee-9954-4e36-8a4a-7d1dae3f48d3 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:04:05.736 7 INFO cinder.api.openstack.wsgi [None req-fb9a6489-4d64-48f5-9df7-8165c2aa2ae9 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:04:05.738 7 INFO cinder.api.openstack.wsgi [None req-fb9a6489-4d64-48f5-9df7-8165c2aa2ae9 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:04:15.735 8 INFO cinder.api.openstack.wsgi [None req-2ba238ee-9954-4e36-8a4a-7d1dae3f48d3 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:04:15.736 8 INFO cinder.api.openstack.wsgi [None req-2ba238ee-9954-4e36-8a4a-7d1dae3f48d3 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:04:15.736 7 INFO cinder.api.openstack.wsgi [None req-fb9a6489-4d64-48f5-9df7-8165c2aa2ae9 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:04:15.738 7 INFO cinder.api.openstack.wsgi [None req-fb9a6489-4d64-48f5-9df7-8165c2aa2ae9 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:04:18.693 8 INFO cinder.api.openstack.wsgi [None req-b07c0409-6b88-4565-988c-e2b881a1682d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true 2026-06-23 20:04:18.704 8 INFO cinder.volume.api [None req-b07c0409-6b88-4565-988c-e2b881a1682d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all snapshots completed successfully. 2026-06-23 20:04:18.705 8 INFO cinder.api.openstack.wsgi [None req-b07c0409-6b88-4565-988c-e2b881a1682d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 553/1093] 10.0.0.98 () {28 vars in 672 bytes} [Tue Jun 23 20:04:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/snapshots?all_tenants=true => generated 17 bytes in 76 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 20:04:18.771 7 INFO cinder.api.openstack.wsgi [None req-e285ae60-9592-4c16-a55c-03e4f0e81f40 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true 2026-06-23 20:04:18.802 7 INFO cinder.api.openstack.wsgi [None req-e285ae60-9592-4c16-a55c-03e4f0e81f40 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 541/1094] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 20:04:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/dea78e5bb99644e1a485a828efda71e4?usage=true => generated 847 bytes in 44 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 20:04:18.821 8 INFO cinder.api.openstack.wsgi [None req-c7b4d884-ade5-482e-a00b-6c364cf7803d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true 2026-06-23 20:04:18.863 8 INFO cinder.api.openstack.wsgi [None req-c7b4d884-ade5-482e-a00b-6c364cf7803d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 554/1095] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 20:04:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/e1fad1e9d9474683adc8c094c81f7748?usage=true => generated 845 bytes in 55 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 20:04:18.878 7 INFO cinder.api.openstack.wsgi [None req-92518184-6cae-4dc3-8bea-64d3255964f0 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true 2026-06-23 20:04:18.907 7 INFO cinder.api.openstack.wsgi [None req-92518184-6cae-4dc3-8bea-64d3255964f0 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 542/1096] 10.0.0.98 () {28 vars in 734 bytes} [Tue Jun 23 20:04:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-quota-sets/f2920c33348246b08d55932abdebf6a6?usage=true => generated 845 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 20:04:18.917 8 INFO cinder.api.openstack.wsgi [None req-65894fb5-2f86-466a-9715-724cec263c3d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 20:04:18.929 8 INFO cinder.volume.api [None req-65894fb5-2f86-466a-9715-724cec263c3d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 20:04:18.934 8 INFO cinder.api.openstack.wsgi [None req-65894fb5-2f86-466a-9715-724cec263c3d 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 555/1097] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 20:04:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 20:04:18.945 7 INFO cinder.api.openstack.wsgi [None req-390bdc42-9e71-4a08-b442-cb56d7785b04 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services 2026-06-23 20:04:18.955 7 INFO cinder.api.openstack.wsgi [None req-390bdc42-9e71-4a08-b442-cb56d7785b04 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/os-services returned with HTTP 200 [pid: 7|app: 0|req: 543/1098] 10.0.0.98 () {28 vars in 643 bytes} [Tue Jun 23 20:04:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/os-services => generated 646 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 20:04:18.969 8 INFO cinder.api.openstack.wsgi [None req-522fc420-b413-4630-aa29-ab2d5e6717cd 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true 2026-06-23 20:04:18.988 8 INFO cinder.api.openstack.wsgi [None req-522fc420-b413-4630-aa29-ab2d5e6717cd 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 556/1099] 10.0.0.98 () {28 vars in 694 bytes} [Tue Jun 23 20:04:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/scheduler-stats/get_pools?detail=true => generated 668 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-06-23 20:04:18.997 7 INFO cinder.api.openstack.wsgi [None req-c13fed4c-f39c-4756-9a37-62b23f7cb22e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true 2026-06-23 20:04:19.010 7 INFO cinder.volume.api [None req-c13fed4c-f39c-4756-9a37-62b23f7cb22e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] Get all volumes completed successfully. 2026-06-23 20:04:19.014 7 INFO cinder.api.openstack.wsgi [None req-c13fed4c-f39c-4756-9a37-62b23f7cb22e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 544/1100] 10.0.0.98 () {28 vars in 682 bytes} [Tue Jun 23 20:04:18 2026] GET /v3/f2920c33348246b08d55932abdebf6a6/volumes/detail?all_tenants=true => generated 15 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-06-23 20:04:25.736 7 INFO cinder.api.openstack.wsgi [None req-c13fed4c-f39c-4756-9a37-62b23f7cb22e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:04:25.736 8 INFO cinder.api.openstack.wsgi [None req-522fc420-b413-4630-aa29-ab2d5e6717cd 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:04:25.737 8 INFO cinder.api.openstack.wsgi [None req-522fc420-b413-4630-aa29-ab2d5e6717cd 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:04:25.737 7 INFO cinder.api.openstack.wsgi [None req-c13fed4c-f39c-4756-9a37-62b23f7cb22e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:04:35.735 7 INFO cinder.api.openstack.wsgi [None req-c13fed4c-f39c-4756-9a37-62b23f7cb22e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:04:35.736 7 INFO cinder.api.openstack.wsgi [None req-c13fed4c-f39c-4756-9a37-62b23f7cb22e 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300 2026-06-23 20:04:35.736 8 INFO cinder.api.openstack.wsgi [None req-522fc420-b413-4630-aa29-ab2d5e6717cd 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] GET http://10.0.0.168:8776/ 2026-06-23 20:04:35.738 8 INFO cinder.api.openstack.wsgi [None req-522fc420-b413-4630-aa29-ab2d5e6717cd 2b18d60b87384b7b9789aa7c2c44bc0d f2920c33348246b08d55932abdebf6a6 - - default default] http://10.0.0.168:8776/ returned with HTTP 300