+ 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 [Fri May 8 10:45:16 2026] *** compiled with version: 11.4.0 on 06 May 2026 22:36:19 os: Linux-5.15.0-177-generic #187-Ubuntu SMP Sat Apr 11 22:54:33 UTC 2026 nodename: cinder-api-6bd944df75-xpvt2 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 0x55f7d0ffab10 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-05-08 10:45:19.782 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-05-08 10:45:19.783 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/kombu/utils/compat.py:82: DeprecationWarning: SelectableGroups dict interface is deprecated. Use select. for ep in importlib_metadata.entry_points().get(namespace, []) 2026-05-08 10:45:19.992 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-05-08 10:45:19.992 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/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-05-08 10:45:20.754 7 INFO cinder.rpc [None req-bf672d83-64f8-433f-ab3e-900df7b50771 - - - - - -] Automatically selected cinder-scheduler objects version 1.39 as minimum service version. 2026-05-08 10:45:20.777 7 INFO cinder.rpc [None req-bf672d83-64f8-433f-ab3e-900df7b50771 - - - - - -] Automatically selected cinder-scheduler RPC version 3.12 as minimum service version. 2026-05-08 10:45:20.782 7 INFO cinder.rpc [None req-bf672d83-64f8-433f-ab3e-900df7b50771 - - - - - -] Automatically selected cinder-volume objects version 1.39 as minimum service version. 2026-05-08 10:45:20.785 7 INFO cinder.rpc [None req-bf672d83-64f8-433f-ab3e-900df7b50771 - - - - - -] Automatically selected cinder-volume RPC version 3.18 as minimum service version. 2026-05-08 10:45:20.799 7 INFO cinder.rpc [None req-bf672d83-64f8-433f-ab3e-900df7b50771 - - - - - -] Automatically selected cinder-backup objects version 1.39 as minimum service version. 2026-05-08 10:45:20.804 7 INFO cinder.rpc [None req-bf672d83-64f8-433f-ab3e-900df7b50771 - - - - - -] Automatically selected cinder-backup RPC version 2.4 as minimum service version. 2026-05-08 10:45:20.860 7 WARNING cinder.api.contrib.hosts [None req-bf672d83-64f8-433f-ab3e-900df7b50771 - - - - - -] Deprecated: The Host API is deprecated and will be be removed in a future version. 2026-05-08 10:45:20.910 7 WARNING keystonemiddleware._common.config [None req-bf672d83-64f8-433f-ab3e-900df7b50771 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-08 10:45:20.921 7 WARNING oslo_config.cfg [None req-bf672d83-64f8-433f-ab3e-900df7b50771 - - - - - -] 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 0x55f7d0ffab10 pid: 7 (default app) 2026-05-08 10:45:21.016 8 INFO cinder.rpc [None req-4dd96f24-f634-4a93-8b5d-04391a8d8856 - - - - - -] Automatically selected cinder-scheduler objects version 1.39 as minimum service version. 2026-05-08 10:45:21.020 8 INFO cinder.rpc [None req-4dd96f24-f634-4a93-8b5d-04391a8d8856 - - - - - -] Automatically selected cinder-scheduler RPC version 3.12 as minimum service version. 2026-05-08 10:45:21.024 8 INFO cinder.rpc [None req-4dd96f24-f634-4a93-8b5d-04391a8d8856 - - - - - -] Automatically selected cinder-volume objects version 1.39 as minimum service version. 2026-05-08 10:45:21.028 8 INFO cinder.rpc [None req-4dd96f24-f634-4a93-8b5d-04391a8d8856 - - - - - -] Automatically selected cinder-volume RPC version 3.18 as minimum service version. 2026-05-08 10:45:21.041 8 INFO cinder.rpc [None req-4dd96f24-f634-4a93-8b5d-04391a8d8856 - - - - - -] Automatically selected cinder-backup objects version 1.39 as minimum service version. 2026-05-08 10:45:21.044 8 INFO cinder.rpc [None req-4dd96f24-f634-4a93-8b5d-04391a8d8856 - - - - - -] Automatically selected cinder-backup RPC version 2.4 as minimum service version. 2026-05-08 10:45:21.096 8 WARNING cinder.api.contrib.hosts [None req-4dd96f24-f634-4a93-8b5d-04391a8d8856 - - - - - -] Deprecated: The Host API is deprecated and will be be removed in a future version. 2026-05-08 10:45:21.143 8 WARNING keystonemiddleware._common.config [None req-4dd96f24-f634-4a93-8b5d-04391a8d8856 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-08 10:45:21.153 8 WARNING oslo_config.cfg [None req-4dd96f24-f634-4a93-8b5d-04391a8d8856 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 5 seconds on interpreter 0x55f7d0ffab10 pid: 8 (default app) 2026-05-08 10:45:21.853 7 INFO cinder.api.openstack.wsgi [None req-bf672d83-64f8-433f-ab3e-900df7b50771 - - - - - -] GET http://10.0.0.182:8776/ 2026-05-08 10:45:21.853 8 INFO cinder.api.openstack.wsgi [None req-4dd96f24-f634-4a93-8b5d-04391a8d8856 - - - - - -] GET http://10.0.0.182:8776/ 2026-05-08 10:45:21.855 7 INFO cinder.api.openstack.wsgi [None req-bf672d83-64f8-433f-ab3e-900df7b50771 - - - - - -] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:45:21.855 8 INFO cinder.api.openstack.wsgi [None req-4dd96f24-f634-4a93-8b5d-04391a8d8856 - - - - - -] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:45:21.857 8 INFO cinder.api.openstack.wsgi [None req-4dd96f24-f634-4a93-8b5d-04391a8d8856 - - - - - -] GET http://10.0.0.182:8776/ 2026-05-08 10:45:21.858 8 INFO cinder.api.openstack.wsgi [None req-4dd96f24-f634-4a93-8b5d-04391a8d8856 - - - - - -] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:45:31.851 7 INFO cinder.api.openstack.wsgi [None req-bf672d83-64f8-433f-ab3e-900df7b50771 - - - - - -] GET http://10.0.0.182:8776/ 2026-05-08 10:45:31.851 8 INFO cinder.api.openstack.wsgi [None req-4dd96f24-f634-4a93-8b5d-04391a8d8856 - - - - - -] GET http://10.0.0.182:8776/ 2026-05-08 10:45:31.852 7 INFO cinder.api.openstack.wsgi [None req-bf672d83-64f8-433f-ab3e-900df7b50771 - - - - - -] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:45:31.853 8 INFO cinder.api.openstack.wsgi [None req-4dd96f24-f634-4a93-8b5d-04391a8d8856 - - - - - -] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:45:41.852 8 INFO cinder.api.openstack.wsgi [None req-4dd96f24-f634-4a93-8b5d-04391a8d8856 - - - - - -] GET http://10.0.0.182:8776/ 2026-05-08 10:45:41.852 7 INFO cinder.api.openstack.wsgi [None req-bf672d83-64f8-433f-ab3e-900df7b50771 - - - - - -] GET http://10.0.0.182:8776/ 2026-05-08 10:45:41.853 8 INFO cinder.api.openstack.wsgi [None req-4dd96f24-f634-4a93-8b5d-04391a8d8856 - - - - - -] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:45:41.854 7 INFO cinder.api.openstack.wsgi [None req-bf672d83-64f8-433f-ab3e-900df7b50771 - - - - - -] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:45:51.852 7 INFO cinder.api.openstack.wsgi [None req-bf672d83-64f8-433f-ab3e-900df7b50771 - - - - - -] GET http://10.0.0.182:8776/ 2026-05-08 10:45:51.852 8 INFO cinder.api.openstack.wsgi [None req-4dd96f24-f634-4a93-8b5d-04391a8d8856 - - - - - -] GET http://10.0.0.182:8776/ 2026-05-08 10:45:51.854 7 INFO cinder.api.openstack.wsgi [None req-bf672d83-64f8-433f-ab3e-900df7b50771 - - - - - -] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:45:51.855 8 INFO cinder.api.openstack.wsgi [None req-4dd96f24-f634-4a93-8b5d-04391a8d8856 - - - - - -] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:46:01.851 7 INFO cinder.api.openstack.wsgi [None req-bf672d83-64f8-433f-ab3e-900df7b50771 - - - - - -] GET http://10.0.0.182:8776/ 2026-05-08 10:46:01.852 8 INFO cinder.api.openstack.wsgi [None req-4dd96f24-f634-4a93-8b5d-04391a8d8856 - - - - - -] GET http://10.0.0.182:8776/ 2026-05-08 10:46:01.853 7 INFO cinder.api.openstack.wsgi [None req-bf672d83-64f8-433f-ab3e-900df7b50771 - - - - - -] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:46:01.853 8 INFO cinder.api.openstack.wsgi [None req-4dd96f24-f634-4a93-8b5d-04391a8d8856 - - - - - -] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:46:11.852 8 INFO cinder.api.openstack.wsgi [None req-4dd96f24-f634-4a93-8b5d-04391a8d8856 - - - - - -] GET http://10.0.0.182:8776/ 2026-05-08 10:46:11.853 7 INFO cinder.api.openstack.wsgi [None req-bf672d83-64f8-433f-ab3e-900df7b50771 - - - - - -] GET http://10.0.0.182:8776/ 2026-05-08 10:46:11.854 8 INFO cinder.api.openstack.wsgi [None req-4dd96f24-f634-4a93-8b5d-04391a8d8856 - - - - - -] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:46:11.855 7 INFO cinder.api.openstack.wsgi [None req-bf672d83-64f8-433f-ab3e-900df7b50771 - - - - - -] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:46:21.851 8 INFO cinder.api.openstack.wsgi [None req-4dd96f24-f634-4a93-8b5d-04391a8d8856 - - - - - -] GET http://10.0.0.182:8776/ 2026-05-08 10:46:21.852 7 INFO cinder.api.openstack.wsgi [None req-bf672d83-64f8-433f-ab3e-900df7b50771 - - - - - -] GET http://10.0.0.182:8776/ 2026-05-08 10:46:21.853 8 INFO cinder.api.openstack.wsgi [None req-4dd96f24-f634-4a93-8b5d-04391a8d8856 - - - - - -] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:46:21.854 7 INFO cinder.api.openstack.wsgi [None req-bf672d83-64f8-433f-ab3e-900df7b50771 - - - - - -] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:46:31.851 7 INFO cinder.api.openstack.wsgi [None req-bf672d83-64f8-433f-ab3e-900df7b50771 - - - - - -] GET http://10.0.0.182:8776/ 2026-05-08 10:46:31.852 8 INFO cinder.api.openstack.wsgi [None req-4dd96f24-f634-4a93-8b5d-04391a8d8856 - - - - - -] GET http://10.0.0.182:8776/ 2026-05-08 10:46:31.852 7 INFO cinder.api.openstack.wsgi [None req-bf672d83-64f8-433f-ab3e-900df7b50771 - - - - - -] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:46:31.853 8 INFO cinder.api.openstack.wsgi [None req-4dd96f24-f634-4a93-8b5d-04391a8d8856 - - - - - -] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:46:41.851 7 INFO cinder.api.openstack.wsgi [None req-bf672d83-64f8-433f-ab3e-900df7b50771 - - - - - -] GET http://10.0.0.182:8776/ 2026-05-08 10:46:41.852 8 INFO cinder.api.openstack.wsgi [None req-4dd96f24-f634-4a93-8b5d-04391a8d8856 - - - - - -] GET http://10.0.0.182:8776/ 2026-05-08 10:46:41.853 7 INFO cinder.api.openstack.wsgi [None req-bf672d83-64f8-433f-ab3e-900df7b50771 - - - - - -] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:46:41.853 8 INFO cinder.api.openstack.wsgi [None req-4dd96f24-f634-4a93-8b5d-04391a8d8856 - - - - - -] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:46:51.852 7 INFO cinder.api.openstack.wsgi [None req-bf672d83-64f8-433f-ab3e-900df7b50771 - - - - - -] GET http://10.0.0.182:8776/ 2026-05-08 10:46:51.852 8 INFO cinder.api.openstack.wsgi [None req-4dd96f24-f634-4a93-8b5d-04391a8d8856 - - - - - -] GET http://10.0.0.182:8776/ 2026-05-08 10:46:51.853 7 INFO cinder.api.openstack.wsgi [None req-bf672d83-64f8-433f-ab3e-900df7b50771 - - - - - -] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:46:51.854 8 INFO cinder.api.openstack.wsgi [None req-4dd96f24-f634-4a93-8b5d-04391a8d8856 - - - - - -] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:47:01.851 7 INFO cinder.api.openstack.wsgi [None req-bf672d83-64f8-433f-ab3e-900df7b50771 - - - - - -] GET http://10.0.0.182:8776/ 2026-05-08 10:47:01.851 8 INFO cinder.api.openstack.wsgi [None req-4dd96f24-f634-4a93-8b5d-04391a8d8856 - - - - - -] GET http://10.0.0.182:8776/ 2026-05-08 10:47:01.852 8 INFO cinder.api.openstack.wsgi [None req-4dd96f24-f634-4a93-8b5d-04391a8d8856 - - - - - -] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:47:01.852 7 INFO cinder.api.openstack.wsgi [None req-bf672d83-64f8-433f-ab3e-900df7b50771 - - - - - -] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:47:11.852 8 INFO cinder.api.openstack.wsgi [None req-4dd96f24-f634-4a93-8b5d-04391a8d8856 - - - - - -] GET http://10.0.0.182:8776/ 2026-05-08 10:47:11.852 7 INFO cinder.api.openstack.wsgi [None req-bf672d83-64f8-433f-ab3e-900df7b50771 - - - - - -] GET http://10.0.0.182:8776/ 2026-05-08 10:47:11.854 7 INFO cinder.api.openstack.wsgi [None req-bf672d83-64f8-433f-ab3e-900df7b50771 - - - - - -] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:47:11.856 8 INFO cinder.api.openstack.wsgi [None req-4dd96f24-f634-4a93-8b5d-04391a8d8856 - - - - - -] http://10.0.0.182: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, ' 2026-05-08 10:47:13.586 7 WARNING oslo_policy.policy [None req-b0eb4985-1353-4a89-82ed-9cf7998148a4 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-05-08 10:47:13.587 7 WARNING oslo_policy.policy [None req-b0eb4985-1353-4a89-82ed-9cf7998148a4 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. /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:delete":"rule:admin_or_owner" was deprecated in X in favor of "backup: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 "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-05-08 10:47:13.894 7 INFO cinder.api.openstack.wsgi [None req-b0eb4985-1353-4a89-82ed-9cf7998148a4 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/types/rbd1 2026-05-08 10:47:13.912 7 INFO cinder.api.openstack.wsgi [None req-b0eb4985-1353-4a89-82ed-9cf7998148a4 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/types/rbd1 returned with HTTP 404 [pid: 7|app: 0|req: 13/26] 10.0.0.23 () {30 vars in 681 bytes} [Fri May 8 10:47:13 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/types/rbd1 => generated 82 bytes in 813 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, ' 2026-05-08 10:47:13.963 8 WARNING oslo_policy.policy [None req-a7d3694f-d4d0-401c-ac0a-b64c0c41c84c b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. 2026-05-08 10:47:13.963 8 WARNING oslo_policy.policy [None req-a7d3694f-d4d0-401c-ac0a-b64c0c41c84c b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html. /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:delete":"rule:admin_or_owner" was deprecated in X in favor of "backup: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 "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-05-08 10:47:14.282 8 INFO cinder.api.openstack.wsgi [None req-a7d3694f-d4d0-401c-ac0a-b64c0c41c84c b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 10:47:14.310 8 INFO cinder.api.openstack.wsgi [None req-a7d3694f-d4d0-401c-ac0a-b64c0c41c84c b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/types?name=rbd1&is_public=None returned with HTTP 200 [pid: 8|app: 0|req: 14/27] 10.0.0.23 () {30 vars in 720 bytes} [Fri May 8 10:47:13 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/types?name=rbd1&is_public=None => generated 20 bytes in 387 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-05-08 10:47:16.091 7 INFO cinder.api.openstack.wsgi [None req-f32f5cac-5ac2-4ee1-8e14-b926a875ddcf b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 10:47:16.114 7 INFO cinder.api.openstack.wsgi [None req-f32f5cac-5ac2-4ee1-8e14-b926a875ddcf b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/types returned with HTTP 200 [pid: 7|app: 0|req: 14/28] 10.0.0.23 () {34 vars in 724 bytes} [Fri May 8 10:47:16 2026] POST /v3/4291a995f42245f1b0a723491ec36d4a/types => generated 179 bytes in 62 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 10:47:16.129 8 INFO cinder.api.openstack.wsgi [req-f32f5cac-5ac2-4ee1-8e14-b926a875ddcf req-b54ca97d-f5da-47ad-aed7-22eac4ec83c8 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/types/a9371ebd-2748-46d8-99b8-01dfc39d4cf6/extra_specs 2026-05-08 10:47:16.204 8 INFO cinder.api.openstack.wsgi [req-f32f5cac-5ac2-4ee1-8e14-b926a875ddcf req-b54ca97d-f5da-47ad-aed7-22eac4ec83c8 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/types/a9371ebd-2748-46d8-99b8-01dfc39d4cf6/extra_specs returned with HTTP 200 [pid: 8|app: 0|req: 15/29] 10.0.0.23 () {36 vars in 893 bytes} [Fri May 8 10:47:16 2026] POST /v3/4291a995f42245f1b0a723491ec36d4a/types/a9371ebd-2748-46d8-99b8-01dfc39d4cf6/extra_specs => generated 48 bytes in 84 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-05-08 10:47:17.940 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/types?is_public=None 2026-05-08 10:47:17.956 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/types?is_public=None returned with HTTP 200 [pid: 7|app: 0|req: 15/30] 10.0.0.23 () {30 vars in 700 bytes} [Fri May 8 10:47:17 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/types?is_public=None => generated 443 bytes in 67 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 10:47:19.977 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/qos-specs 2026-05-08 10:47:20.113 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/qos-specs returned with HTTP 200 [pid: 8|app: 0|req: 16/31] 10.0.0.23 () {30 vars in 679 bytes} [Fri May 8 10:47:19 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/qos-specs => generated 17 bytes in 498 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-05-08 10:47:21.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:47:21.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:47:21.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:47:21.854 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:47:31.851 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:47:31.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:47:31.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:47:31.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:47:41.851 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:47:41.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:47:41.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:47:41.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:47:51.851 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:47:51.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:47:51.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:47:51.855 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:48:01.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:48:01.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:48:01.854 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:48:01.856 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:48:11.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:48:11.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:48:11.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:48:11.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:48:21.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:48:21.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:48:21.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:48:21.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:48:31.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:48:31.851 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:48:31.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:48:31.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:48:41.851 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:48:41.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:48:41.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:48:41.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:48:51.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:48:51.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:48:51.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:48:51.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:49:01.854 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:49:01.854 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:49:01.855 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:49:01.855 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:49:11.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:49:11.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:49:11.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:49:11.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:49:21.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:49:21.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:49:21.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:49:21.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:49:31.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:49:31.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:49:31.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:49:31.855 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:49:41.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:49:41.851 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:49:41.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:49:41.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:49:51.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:49:51.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:49:51.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:49:51.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:50:01.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:50:01.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:50:01.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:50:01.855 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:50:11.851 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:50:11.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:50:11.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:50:11.855 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:50:21.851 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:50:21.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:50:21.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:50:21.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:50:31.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:50:31.851 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:50:31.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:50:31.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:50:41.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:50:41.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:50:41.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:50:41.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:50:51.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:50:51.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:50:51.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:50:51.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:51:01.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:51:01.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:51:01.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:51:01.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:51:11.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:51:11.855 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:51:11.855 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:51:11.856 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:51:21.851 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:51:21.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:51:21.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:51:21.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:51:31.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:51:31.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:51:31.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:51:31.854 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:51:41.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:51:41.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:51:41.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:51:41.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:51:51.851 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:51:51.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:51:51.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:51:51.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:52:01.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:52:01.851 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:52:01.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:52:01.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:52:11.851 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:52:11.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:52:11.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:52:11.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:52:21.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:52:21.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:52:21.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:52:21.854 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:52:31.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:52:31.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:52:31.854 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:52:31.854 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:52:41.851 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:52:41.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:52:41.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:52:41.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:52:51.851 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:52:51.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:52:51.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:52:51.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:53:01.851 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:53:01.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:53:01.854 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:53:01.856 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:53:11.851 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:53:11.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:53:11.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:53:11.855 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:53:21.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:53:21.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:53:21.854 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:53:21.855 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:53:31.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:53:31.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:53:31.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:53:31.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:53:41.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:53:41.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:53:41.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:53:41.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:53:51.851 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:53:51.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:53:51.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:53:51.854 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:54:01.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:54:01.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:54:01.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:54:01.854 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:54:11.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:54:11.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:54:11.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:54:11.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:54:21.855 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:54:21.855 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:54:21.856 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:54:21.856 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:54:31.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:54:31.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:54:31.854 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:54:31.854 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:54:41.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:54:41.851 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:54:41.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:54:41.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:54:51.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:54:51.851 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:54:51.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:54:51.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:55:01.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:55:01.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:55:01.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:55:01.854 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:55:11.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:55:11.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:55:11.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:55:11.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:55:21.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:55:21.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:55:21.856 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:55:21.858 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:55:31.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:55:31.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:55:31.851 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:55:31.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:55:41.851 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:55:41.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:55:41.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:55:41.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:55:51.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:55:51.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:55:51.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:55:51.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:56:01.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:56:01.854 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:56:01.854 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:56:01.857 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:56:11.851 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:56:11.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:56:11.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:56:11.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:56:21.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:56:21.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:56:21.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:56:21.854 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:56:31.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:56:31.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:56:31.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:56:31.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:56:41.851 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:56:41.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:56:41.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:56:41.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:56:51.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:56:51.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:56:51.854 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:56:51.854 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:57:01.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:57:01.851 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:57:01.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:57:01.854 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:57:11.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:57:11.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:57:11.854 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:57:11.854 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:57:21.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:57:21.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:57:21.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:57:21.855 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:57:31.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:57:31.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:57:31.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:57:31.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:57:41.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:57:41.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:57:41.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:57:41.855 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:57:51.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:57:51.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:57:51.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:57:51.856 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:58:01.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:58:01.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:58:01.851 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:58:01.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:58:11.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:58:11.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:58:11.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:58:11.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:58:21.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:58:21.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:58:21.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:58:21.854 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:58:31.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:58:31.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:58:31.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:58:31.854 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:58:41.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:58:41.851 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:58:41.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:58:41.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:58:51.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:58:51.851 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:58:51.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:58:51.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:59:01.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:59:01.851 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:59:01.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:59:01.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:59:11.851 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:59:11.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:59:11.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:59:11.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:59:21.851 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:59:21.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:59:21.851 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:59:21.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:59:31.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:59:31.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:59:31.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:59:31.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:59:41.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:59:41.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:59:41.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:59:41.855 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:59:51.851 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:59:51.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 10:59:51.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 10:59:51.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:00:01.851 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:00:01.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:00:01.854 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:00:01.855 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:00:11.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:00:11.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:00:11.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:00:11.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:00:21.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:00:21.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:00:21.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:00:21.854 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:00:31.851 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:00:31.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:00:31.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:00:31.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:00:41.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:00:41.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:00:41.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:00:41.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:00:51.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:00:51.851 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:00:51.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:00:51.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:01:01.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:01:01.851 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:01:01.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:01:01.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:01:11.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:01:11.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:01:11.854 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:01:11.854 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:01:21.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:01:21.851 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:01:21.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:01:21.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:01:31.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:01:31.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:01:31.855 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:01:31.855 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:01:41.851 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:01:41.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:01:41.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:01:41.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:01:51.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:01:51.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:01:51.854 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:01:51.854 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:02:01.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:02:01.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:02:01.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:02:01.854 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:02:11.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:02:11.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:02:11.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:02:11.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:02:21.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:02:21.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:02:21.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:02:21.854 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:02:31.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:02:31.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:02:31.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:02:31.854 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:02:41.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:02:41.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:02:41.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:02:41.854 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:02:51.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:02:51.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:02:51.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:02:51.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:03:01.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:03:01.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:03:01.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:03:01.854 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:03:11.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:03:11.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:03:11.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:03:11.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:03:21.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:03:21.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:03:21.851 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:03:21.855 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:03:31.851 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:03:31.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:03:31.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:03:31.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:03:41.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:03:41.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:03:41.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:03:41.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:03:51.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:03:51.851 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:03:51.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:03:51.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:04:01.851 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:04:01.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:04:01.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:04:01.854 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:04:11.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:04:11.851 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:04:11.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:04:11.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:04:21.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:04:21.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:04:21.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:04:21.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:04:31.851 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:04:31.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:04:31.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:04:31.854 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:04:41.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:04:41.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:04:41.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:04:41.854 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:04:51.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:04:51.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:04:51.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:04:51.854 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:05:01.851 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:05:01.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:05:01.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:05:01.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:05:11.851 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:05:11.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:05:11.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:05:11.854 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:05:21.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:05:21.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:05:21.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:05:21.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:05:31.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:05:31.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:05:31.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:05:31.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:05:41.851 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:05:41.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:05:41.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:05:41.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:05:51.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:05:51.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:05:51.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:05:51.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:06:01.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:06:01.852 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:06:01.853 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:06:01.854 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:06:11.851 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:06:11.851 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:06:11.852 7 INFO cinder.api.openstack.wsgi [None req-3d8dc794-5a9b-4bab-83c9-db9501d810dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:06:11.853 8 INFO cinder.api.openstack.wsgi [None req-8adb0dd6-aafb-4efd-b83d-d8d842981580 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182: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-05-08 11:06:16.220 7 INFO cinder.api.openstack.wsgi [None req-e4ccd1ab-f03e-4c02-9518-91e31dbf2913 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET https://volume.199-204-45-89.nip.io/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a 2026-05-08 11:06:16.247 7 WARNING cinder.quota [None req-e4ccd1ab-f03e-4c02-9518-91e31dbf2913 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - 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-05-08 11:06:16.247 7 WARNING cinder.quota [None req-e4ccd1ab-f03e-4c02-9518-91e31dbf2913 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - 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-05-08 11:06:16.248 7 WARNING cinder.quota [None req-e4ccd1ab-f03e-4c02-9518-91e31dbf2913 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - 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-05-08 11:06:16.248 7 WARNING cinder.quota [None req-e4ccd1ab-f03e-4c02-9518-91e31dbf2913 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - 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-05-08 11:06:16.249 7 WARNING cinder.quota [None req-e4ccd1ab-f03e-4c02-9518-91e31dbf2913 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - 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-05-08 11:06:16.250 7 WARNING cinder.quota [None req-e4ccd1ab-f03e-4c02-9518-91e31dbf2913 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - 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-05-08 11:06:16.250 7 WARNING cinder.quota [None req-e4ccd1ab-f03e-4c02-9518-91e31dbf2913 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - 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-05-08 11:06:16.251 7 WARNING cinder.quota [None req-e4ccd1ab-f03e-4c02-9518-91e31dbf2913 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - 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-05-08 11:06:16.258 7 INFO cinder.api.openstack.wsgi [None req-e4ccd1ab-f03e-4c02-9518-91e31dbf2913 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] https://volume.199-204-45-89.nip.io/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a returned with HTTP 200 [pid: 7|app: 0|req: 130/260] 199.204.45.89 () {44 vars in 1042 bytes} [Fri May 8 11:06:16 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a => generated 340 bytes in 187 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-05-08 11:06:16.549 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] PUT https://volume.199-204-45-89.nip.io/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a 2026-05-08 11:06:16.630 8 WARNING cinder.quota [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - 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-05-08 11:06:16.631 8 WARNING cinder.quota [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - 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-05-08 11:06:16.632 8 WARNING cinder.quota [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - 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-05-08 11:06:16.632 8 WARNING cinder.quota [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - 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-05-08 11:06:16.633 8 WARNING cinder.quota [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - 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-05-08 11:06:16.633 8 WARNING cinder.quota [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - 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-05-08 11:06:16.634 8 WARNING cinder.quota [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - 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-05-08 11:06:16.634 8 WARNING cinder.quota [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - 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-05-08 11:06:16.641 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] https://volume.199-204-45-89.nip.io/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a returned with HTTP 200 [pid: 8|app: 0|req: 131/261] 199.204.45.89 () {48 vars in 1094 bytes} [Fri May 8 11:06:16 2026] PUT /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a => generated 296 bytes in 105 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:06:17.325 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET https://volume.199-204-45-89.nip.io/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a 2026-05-08 11:06:17.345 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] https://volume.199-204-45-89.nip.io/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a returned with HTTP 200 [pid: 7|app: 0|req: 131/262] 199.204.45.89 () {44 vars in 1042 bytes} [Fri May 8 11:06:17 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a => generated 338 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:06:21.852 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:06:21.852 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:06:21.853 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:06:21.853 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:06:31.852 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:06:31.853 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:06:31.852 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:06:31.855 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:06:41.851 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:06:41.852 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:06:41.852 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:06:41.853 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:06:51.851 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:06:51.851 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:06:51.852 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:06:51.853 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:07:01.852 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:07:01.852 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:07:01.853 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:07:01.854 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:07:11.851 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:07:11.851 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:07:11.852 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:07:11.852 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:07:21.852 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:07:21.852 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:07:21.852 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:07:21.853 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:07:31.852 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:07:31.853 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:07:31.853 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:07:31.854 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:07:41.852 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:07:41.852 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:07:41.854 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:07:41.854 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:07:51.852 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:07:51.852 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:07:51.854 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:07:51.854 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:08:01.851 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:08:01.852 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:08:01.853 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:08:01.855 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:08:11.851 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:08:11.851 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:08:11.853 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:08:11.853 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:08:21.852 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:08:21.853 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:08:21.853 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:08:21.854 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:08:31.851 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:08:31.851 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:08:31.852 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:08:31.853 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:08:41.852 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:08:41.852 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:08:41.853 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:08:41.854 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:08:51.854 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:08:51.854 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:08:51.855 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:08:51.855 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:09:01.852 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:09:01.852 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:09:01.854 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:09:01.854 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:09:11.851 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:09:11.851 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:09:11.852 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:09:11.852 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:09:21.854 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:09:21.856 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:09:21.856 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:09:21.857 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:09:31.851 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:09:31.851 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:09:31.852 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:09:31.852 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:09:41.851 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:09:41.851 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:09:41.853 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:09:41.853 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:09:51.851 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:09:51.851 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:09:51.852 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:09:51.854 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:10:01.851 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:10:01.851 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:10:01.852 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:10:01.853 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:10:11.851 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:10:11.852 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:10:11.852 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:10:11.853 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:10:21.851 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:10:21.852 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:10:21.853 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:10:21.853 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:10:31.851 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:10:31.852 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:10:31.853 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:10:31.853 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:10:41.852 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:10:41.852 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:10:41.854 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:10:41.854 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:10:51.853 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:10:51.855 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:10:51.855 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:10:51.857 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:11:01.851 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:11:01.851 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:11:01.852 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:11:01.852 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:11:11.852 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:11:11.853 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:11:11.854 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:11:11.854 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:11:21.851 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:11:21.851 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:11:21.853 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:11:21.853 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:11:31.852 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:11:31.852 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:11:31.853 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:11:31.853 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:11:41.852 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:11:41.853 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:11:41.853 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:11:41.855 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:11:51.852 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:11:51.853 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:11:51.852 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:11:51.855 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:12:01.851 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:12:01.851 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:12:01.852 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:12:01.852 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:12:11.851 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:12:11.852 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:12:11.852 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:12:11.853 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:12:21.852 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:12:21.853 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:12:21.853 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:12:21.855 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:12:31.853 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:12:31.854 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:12:31.854 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:12:31.856 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:12:41.851 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:12:41.852 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:12:41.852 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:12:41.854 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:12:51.851 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:12:51.852 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:12:51.853 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:12:51.856 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:13:01.852 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:13:01.853 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:13:01.851 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:13:01.860 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:13:11.851 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:13:11.852 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:13:11.852 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:13:11.853 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:13:21.851 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:13:21.851 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:13:21.852 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:13:21.853 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:13:31.852 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:13:31.852 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:13:31.853 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:13:31.853 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:13:41.852 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:13:41.852 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:13:41.853 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:13:41.853 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:13:51.852 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:13:51.853 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:13:51.853 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:13:51.854 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:14:01.851 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:14:01.852 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:14:01.852 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:14:01.853 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:14:11.852 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:14:11.852 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:14:11.854 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:14:11.854 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:14:21.851 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:14:21.851 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:14:21.852 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:14:21.852 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:14:31.854 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:14:31.854 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:14:31.855 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:14:31.855 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:14:41.851 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:14:41.852 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:14:41.852 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:14:41.854 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:14:51.851 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:14:51.851 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:14:51.853 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:14:51.853 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:15:01.852 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:15:01.852 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:15:01.853 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:15:01.855 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:15:11.851 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:15:11.852 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:15:11.853 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:15:11.853 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:15:21.851 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:15:21.851 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:15:21.852 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:15:21.852 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:15:31.852 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:15:31.852 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:15:31.854 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:15:31.854 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:15:41.851 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:15:41.851 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:15:41.852 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:15:41.853 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:15:51.852 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:15:51.852 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:15:51.853 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:15:51.854 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:16:01.852 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:16:01.852 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:16:01.853 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:16:01.854 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:16:11.852 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:16:11.854 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:16:11.861 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:16:11.862 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:16:21.852 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:16:21.853 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:16:21.854 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:16:21.855 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:16:31.851 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:16:31.851 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:16:31.852 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:16:31.853 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:16:41.852 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:16:41.852 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:16:41.853 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:16:41.854 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:16:51.852 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:16:51.852 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:16:51.853 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:16:51.854 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:17:01.851 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:17:01.852 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:17:01.853 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:17:01.854 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:17:11.852 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:17:11.852 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:17:11.853 7 INFO cinder.api.openstack.wsgi [None req-37141593-e102-47d6-93ca-4eb5851c7de1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:17:11.853 8 INFO cinder.api.openstack.wsgi [None req-fe89af36-ab28-4b93-99dc-f0654aa1a6d6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:17:15.813 7 INFO cinder.api.openstack.wsgi [None req-0053fd37-8e00-4b67-9b71-dcd634e9f709 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET https://volume.199-204-45-89.nip.io/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b 2026-05-08 11:17:15.845 7 INFO cinder.api.openstack.wsgi [None req-0053fd37-8e00-4b67-9b71-dcd634e9f709 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] https://volume.199-204-45-89.nip.io/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b returned with HTTP 200 [pid: 7|app: 0|req: 198/395] 199.204.45.89 () {44 vars in 1042 bytes} [Fri May 8 11:17:15 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b => generated 340 bytes in 203 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:17:16.259 8 INFO cinder.api.openstack.wsgi [None req-7cc2f2f4-8483-4783-b8df-583d6b57c12a b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] PUT https://volume.199-204-45-89.nip.io/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b 2026-05-08 11:17:16.350 8 INFO cinder.api.openstack.wsgi [None req-7cc2f2f4-8483-4783-b8df-583d6b57c12a b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] https://volume.199-204-45-89.nip.io/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b returned with HTTP 200 [pid: 8|app: 0|req: 198/396] 199.204.45.89 () {48 vars in 1094 bytes} [Fri May 8 11:17:16 2026] PUT /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b => generated 296 bytes in 106 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:17:16.693 7 INFO cinder.api.openstack.wsgi [None req-3dfc4b19-a0fc-46a1-b393-cd228a0a48a6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET https://volume.199-204-45-89.nip.io/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b 2026-05-08 11:17:16.715 7 INFO cinder.api.openstack.wsgi [None req-3dfc4b19-a0fc-46a1-b393-cd228a0a48a6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] https://volume.199-204-45-89.nip.io/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b returned with HTTP 200 [pid: 7|app: 0|req: 199/397] 199.204.45.89 () {44 vars in 1042 bytes} [Fri May 8 11:17:16 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b => generated 338 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:17:21.851 8 INFO cinder.api.openstack.wsgi [None req-7cc2f2f4-8483-4783-b8df-583d6b57c12a b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:17:21.851 7 INFO cinder.api.openstack.wsgi [None req-3dfc4b19-a0fc-46a1-b393-cd228a0a48a6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:17:21.852 8 INFO cinder.api.openstack.wsgi [None req-7cc2f2f4-8483-4783-b8df-583d6b57c12a b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:17:21.852 7 INFO cinder.api.openstack.wsgi [None req-3dfc4b19-a0fc-46a1-b393-cd228a0a48a6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:17:31.851 7 INFO cinder.api.openstack.wsgi [None req-3dfc4b19-a0fc-46a1-b393-cd228a0a48a6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:17:31.851 8 INFO cinder.api.openstack.wsgi [None req-7cc2f2f4-8483-4783-b8df-583d6b57c12a b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:17:31.852 7 INFO cinder.api.openstack.wsgi [None req-3dfc4b19-a0fc-46a1-b393-cd228a0a48a6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:17:31.852 8 INFO cinder.api.openstack.wsgi [None req-7cc2f2f4-8483-4783-b8df-583d6b57c12a b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:17:41.852 8 INFO cinder.api.openstack.wsgi [None req-7cc2f2f4-8483-4783-b8df-583d6b57c12a b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:17:41.852 7 INFO cinder.api.openstack.wsgi [None req-3dfc4b19-a0fc-46a1-b393-cd228a0a48a6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:17:41.853 8 INFO cinder.api.openstack.wsgi [None req-7cc2f2f4-8483-4783-b8df-583d6b57c12a b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:17:41.853 7 INFO cinder.api.openstack.wsgi [None req-3dfc4b19-a0fc-46a1-b393-cd228a0a48a6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:17:51.851 8 INFO cinder.api.openstack.wsgi [None req-7cc2f2f4-8483-4783-b8df-583d6b57c12a b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:17:51.851 7 INFO cinder.api.openstack.wsgi [None req-3dfc4b19-a0fc-46a1-b393-cd228a0a48a6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:17:51.852 8 INFO cinder.api.openstack.wsgi [None req-7cc2f2f4-8483-4783-b8df-583d6b57c12a b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:17:51.853 7 INFO cinder.api.openstack.wsgi [None req-3dfc4b19-a0fc-46a1-b393-cd228a0a48a6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:18:01.852 8 INFO cinder.api.openstack.wsgi [None req-7cc2f2f4-8483-4783-b8df-583d6b57c12a b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:18:01.852 7 INFO cinder.api.openstack.wsgi [None req-3dfc4b19-a0fc-46a1-b393-cd228a0a48a6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:18:01.853 8 INFO cinder.api.openstack.wsgi [None req-7cc2f2f4-8483-4783-b8df-583d6b57c12a b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:18:01.853 7 INFO cinder.api.openstack.wsgi [None req-3dfc4b19-a0fc-46a1-b393-cd228a0a48a6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:18:11.852 7 INFO cinder.api.openstack.wsgi [None req-3dfc4b19-a0fc-46a1-b393-cd228a0a48a6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:18:11.852 8 INFO cinder.api.openstack.wsgi [None req-7cc2f2f4-8483-4783-b8df-583d6b57c12a b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:18:11.854 7 INFO cinder.api.openstack.wsgi [None req-3dfc4b19-a0fc-46a1-b393-cd228a0a48a6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:18:11.854 8 INFO cinder.api.openstack.wsgi [None req-7cc2f2f4-8483-4783-b8df-583d6b57c12a b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:18:21.852 7 INFO cinder.api.openstack.wsgi [None req-3dfc4b19-a0fc-46a1-b393-cd228a0a48a6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:18:21.853 7 INFO cinder.api.openstack.wsgi [None req-3dfc4b19-a0fc-46a1-b393-cd228a0a48a6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:18:21.853 8 INFO cinder.api.openstack.wsgi [None req-7cc2f2f4-8483-4783-b8df-583d6b57c12a b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:18:21.855 8 INFO cinder.api.openstack.wsgi [None req-7cc2f2f4-8483-4783-b8df-583d6b57c12a b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:18:31.851 7 INFO cinder.api.openstack.wsgi [None req-3dfc4b19-a0fc-46a1-b393-cd228a0a48a6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:18:31.852 8 INFO cinder.api.openstack.wsgi [None req-7cc2f2f4-8483-4783-b8df-583d6b57c12a b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:18:31.853 7 INFO cinder.api.openstack.wsgi [None req-3dfc4b19-a0fc-46a1-b393-cd228a0a48a6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:18:31.854 8 INFO cinder.api.openstack.wsgi [None req-7cc2f2f4-8483-4783-b8df-583d6b57c12a b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:18:37.166 7 INFO cinder.api.openstack.wsgi [None req-86e46c14-0e1c-4157-a65c-36dcbb5adc35 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services 2026-05-08 11:18:37.330 7 INFO cinder.api.openstack.wsgi [None req-86e46c14-0e1c-4157-a65c-36dcbb5adc35 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services returned with HTTP 200 [pid: 7|app: 0|req: 208/414] 10.0.0.154 () {28 vars in 645 bytes} [Fri May 8 11:18:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-services => generated 646 bytes in 226 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:18:37.348 8 INFO cinder.api.openstack.wsgi [None req-9ebe714c-3595-43b4-b0ed-aec2e66defb0 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true 2026-05-08 11:18:37.404 8 INFO cinder.api.openstack.wsgi [None req-9ebe714c-3595-43b4-b0ed-aec2e66defb0 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 207/415] 10.0.0.154 () {28 vars in 696 bytes} [Fri May 8 11:18:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true => generated 670 bytes in 71 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:18:37.454 7 INFO cinder.api.openstack.wsgi [None req-1f7a30e8-6818-4ca4-9d0b-72508c629240 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true 2026-05-08 11:18:37.481 7 INFO cinder.api.openstack.wsgi [None req-1f7a30e8-6818-4ca4-9d0b-72508c629240 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 209/416] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:18:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true => generated 847 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:18:37.495 8 INFO cinder.api.openstack.wsgi [None req-ead9c1cf-e986-4d26-a093-8849118ea7ce b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true 2026-05-08 11:18:37.535 8 INFO cinder.api.openstack.wsgi [None req-ead9c1cf-e986-4d26-a093-8849118ea7ce b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 208/417] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:18:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true => generated 845 bytes in 51 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:18:37.556 7 INFO cinder.api.openstack.wsgi [None req-3ed7b168-39c1-4b41-a2d6-26ad9e5cbb41 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true 2026-05-08 11:18:37.579 7 INFO cinder.api.openstack.wsgi [None req-3ed7b168-39c1-4b41-a2d6-26ad9e5cbb41 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 210/418] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:18:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true => generated 845 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:18:37.591 8 INFO cinder.api.openstack.wsgi [None req-c34b6ebb-a42d-4afd-8d95-98dc2974695d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:18:37.626 8 INFO cinder.volume.api [None req-c34b6ebb-a42d-4afd-8d95-98dc2974695d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:18:37.629 8 INFO cinder.api.openstack.wsgi [None req-c34b6ebb-a42d-4afd-8d95-98dc2974695d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 209/419] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:18:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true => generated 15 bytes in 45 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-05-08 11:18:37.647 7 INFO cinder.api.openstack.wsgi [None req-47d6a5a1-f591-48ec-9d15-320792bacb23 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true 2026-05-08 11:18:37.676 7 INFO cinder.volume.api [None req-47d6a5a1-f591-48ec-9d15-320792bacb23 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all snapshots completed successfully. 2026-05-08 11:18:37.677 7 INFO cinder.api.openstack.wsgi [None req-47d6a5a1-f591-48ec-9d15-320792bacb23 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 211/420] 10.0.0.154 () {28 vars in 674 bytes} [Fri May 8 11:18:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true => generated 17 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-05-08 11:18:37.692 8 INFO cinder.api.openstack.wsgi [None req-3c36ca35-fd75-40eb-97d3-720e67f75596 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:18:37.705 8 INFO cinder.volume.api [None req-3c36ca35-fd75-40eb-97d3-720e67f75596 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:18:37.708 8 INFO cinder.api.openstack.wsgi [None req-3c36ca35-fd75-40eb-97d3-720e67f75596 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 210/421] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:18:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:18:41.852 7 INFO cinder.api.openstack.wsgi [None req-47d6a5a1-f591-48ec-9d15-320792bacb23 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:18:41.852 8 INFO cinder.api.openstack.wsgi [None req-3c36ca35-fd75-40eb-97d3-720e67f75596 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:18:41.854 7 INFO cinder.api.openstack.wsgi [None req-47d6a5a1-f591-48ec-9d15-320792bacb23 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:18:41.854 8 INFO cinder.api.openstack.wsgi [None req-3c36ca35-fd75-40eb-97d3-720e67f75596 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:18:51.853 8 INFO cinder.api.openstack.wsgi [None req-3c36ca35-fd75-40eb-97d3-720e67f75596 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:18:51.854 7 INFO cinder.api.openstack.wsgi [None req-47d6a5a1-f591-48ec-9d15-320792bacb23 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:18:51.855 8 INFO cinder.api.openstack.wsgi [None req-3c36ca35-fd75-40eb-97d3-720e67f75596 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:18:51.857 7 INFO cinder.api.openstack.wsgi [None req-47d6a5a1-f591-48ec-9d15-320792bacb23 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:19:01.851 7 INFO cinder.api.openstack.wsgi [None req-47d6a5a1-f591-48ec-9d15-320792bacb23 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:19:01.853 7 INFO cinder.api.openstack.wsgi [None req-47d6a5a1-f591-48ec-9d15-320792bacb23 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:19:01.852 8 INFO cinder.api.openstack.wsgi [None req-3c36ca35-fd75-40eb-97d3-720e67f75596 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:19:01.854 8 INFO cinder.api.openstack.wsgi [None req-3c36ca35-fd75-40eb-97d3-720e67f75596 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:19:11.852 8 INFO cinder.api.openstack.wsgi [None req-3c36ca35-fd75-40eb-97d3-720e67f75596 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:19:11.852 7 INFO cinder.api.openstack.wsgi [None req-47d6a5a1-f591-48ec-9d15-320792bacb23 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:19:11.854 7 INFO cinder.api.openstack.wsgi [None req-47d6a5a1-f591-48ec-9d15-320792bacb23 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:19:11.854 8 INFO cinder.api.openstack.wsgi [None req-3c36ca35-fd75-40eb-97d3-720e67f75596 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:19:21.852 8 INFO cinder.api.openstack.wsgi [None req-3c36ca35-fd75-40eb-97d3-720e67f75596 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:19:21.852 7 INFO cinder.api.openstack.wsgi [None req-47d6a5a1-f591-48ec-9d15-320792bacb23 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:19:21.853 8 INFO cinder.api.openstack.wsgi [None req-3c36ca35-fd75-40eb-97d3-720e67f75596 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:19:21.853 7 INFO cinder.api.openstack.wsgi [None req-47d6a5a1-f591-48ec-9d15-320792bacb23 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:19:31.852 8 INFO cinder.api.openstack.wsgi [None req-3c36ca35-fd75-40eb-97d3-720e67f75596 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:19:31.853 8 INFO cinder.api.openstack.wsgi [None req-3c36ca35-fd75-40eb-97d3-720e67f75596 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:19:31.852 7 INFO cinder.api.openstack.wsgi [None req-47d6a5a1-f591-48ec-9d15-320792bacb23 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:19:31.855 7 INFO cinder.api.openstack.wsgi [None req-47d6a5a1-f591-48ec-9d15-320792bacb23 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:19:37.159 8 INFO cinder.api.openstack.wsgi [None req-221936cf-4d7b-43c2-aefe-b5bd005204b0 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services 2026-05-08 11:19:37.168 8 INFO cinder.api.openstack.wsgi [None req-221936cf-4d7b-43c2-aefe-b5bd005204b0 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services returned with HTTP 200 [pid: 8|app: 0|req: 217/434] 10.0.0.154 () {28 vars in 645 bytes} [Fri May 8 11:19:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-services => generated 646 bytes in 86 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:19:37.183 7 INFO cinder.api.openstack.wsgi [None req-2ad99c59-7a24-4eab-836f-6a0a66fbaf1d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true 2026-05-08 11:19:37.236 7 INFO cinder.api.openstack.wsgi [None req-2ad99c59-7a24-4eab-836f-6a0a66fbaf1d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 218/435] 10.0.0.154 () {28 vars in 696 bytes} [Fri May 8 11:19:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true => generated 670 bytes in 70 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:19:37.258 8 INFO cinder.api.openstack.wsgi [None req-feddce5b-c235-4e87-a411-bb7302f8dacd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:19:37.270 8 INFO cinder.volume.api [None req-feddce5b-c235-4e87-a411-bb7302f8dacd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:19:37.273 8 INFO cinder.api.openstack.wsgi [None req-feddce5b-c235-4e87-a411-bb7302f8dacd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 218/436] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:19:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:19:37.289 7 INFO cinder.api.openstack.wsgi [None req-367f30ca-b1b8-49fd-8af4-a85d286cf558 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:19:37.339 7 INFO cinder.volume.api [None req-367f30ca-b1b8-49fd-8af4-a85d286cf558 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:19:37.342 7 INFO cinder.api.openstack.wsgi [None req-367f30ca-b1b8-49fd-8af4-a85d286cf558 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 219/437] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:19:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true => generated 15 bytes in 65 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-05-08 11:19:37.399 8 INFO cinder.api.openstack.wsgi [None req-34c293ae-15bb-4a33-9bff-c64b12452cc4 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true 2026-05-08 11:19:37.434 8 INFO cinder.api.openstack.wsgi [None req-34c293ae-15bb-4a33-9bff-c64b12452cc4 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 219/438] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:19:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true => generated 847 bytes in 49 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:19:37.448 7 INFO cinder.api.openstack.wsgi [None req-51e35a03-1f44-47e2-9caf-cbabd292bc7b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true 2026-05-08 11:19:37.478 7 INFO cinder.api.openstack.wsgi [None req-51e35a03-1f44-47e2-9caf-cbabd292bc7b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 220/439] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:19:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true => generated 845 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:19:37.496 8 INFO cinder.api.openstack.wsgi [None req-ea691adb-759e-4d99-9ec9-a2c26072c3fc b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true 2026-05-08 11:19:37.520 8 INFO cinder.api.openstack.wsgi [None req-ea691adb-759e-4d99-9ec9-a2c26072c3fc b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 220/440] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:19:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true => generated 845 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:19:37.540 7 INFO cinder.api.openstack.wsgi [None req-136e968d-2efe-4ad7-b1a5-2a62ff634a76 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true 2026-05-08 11:19:37.551 7 INFO cinder.volume.api [None req-136e968d-2efe-4ad7-b1a5-2a62ff634a76 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all snapshots completed successfully. 2026-05-08 11:19:37.552 7 INFO cinder.api.openstack.wsgi [None req-136e968d-2efe-4ad7-b1a5-2a62ff634a76 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 221/441] 10.0.0.154 () {28 vars in 674 bytes} [Fri May 8 11:19:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true => generated 17 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-05-08 11:19:41.851 8 INFO cinder.api.openstack.wsgi [None req-ea691adb-759e-4d99-9ec9-a2c26072c3fc b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:19:41.852 8 INFO cinder.api.openstack.wsgi [None req-ea691adb-759e-4d99-9ec9-a2c26072c3fc b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:19:41.852 7 INFO cinder.api.openstack.wsgi [None req-136e968d-2efe-4ad7-b1a5-2a62ff634a76 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:19:41.854 7 INFO cinder.api.openstack.wsgi [None req-136e968d-2efe-4ad7-b1a5-2a62ff634a76 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:19:51.851 7 INFO cinder.api.openstack.wsgi [None req-136e968d-2efe-4ad7-b1a5-2a62ff634a76 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:19:51.851 8 INFO cinder.api.openstack.wsgi [None req-ea691adb-759e-4d99-9ec9-a2c26072c3fc b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:19:51.852 7 INFO cinder.api.openstack.wsgi [None req-136e968d-2efe-4ad7-b1a5-2a62ff634a76 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:19:51.853 8 INFO cinder.api.openstack.wsgi [None req-ea691adb-759e-4d99-9ec9-a2c26072c3fc b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:20:01.852 7 INFO cinder.api.openstack.wsgi [None req-136e968d-2efe-4ad7-b1a5-2a62ff634a76 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:20:01.852 8 INFO cinder.api.openstack.wsgi [None req-ea691adb-759e-4d99-9ec9-a2c26072c3fc b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:20:01.853 7 INFO cinder.api.openstack.wsgi [None req-136e968d-2efe-4ad7-b1a5-2a62ff634a76 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:20:01.853 8 INFO cinder.api.openstack.wsgi [None req-ea691adb-759e-4d99-9ec9-a2c26072c3fc b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:20:11.851 8 INFO cinder.api.openstack.wsgi [None req-ea691adb-759e-4d99-9ec9-a2c26072c3fc b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:20:11.851 7 INFO cinder.api.openstack.wsgi [None req-136e968d-2efe-4ad7-b1a5-2a62ff634a76 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:20:11.853 8 INFO cinder.api.openstack.wsgi [None req-ea691adb-759e-4d99-9ec9-a2c26072c3fc b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:20:11.853 7 INFO cinder.api.openstack.wsgi [None req-136e968d-2efe-4ad7-b1a5-2a62ff634a76 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:20:21.852 7 INFO cinder.api.openstack.wsgi [None req-136e968d-2efe-4ad7-b1a5-2a62ff634a76 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:20:21.852 8 INFO cinder.api.openstack.wsgi [None req-ea691adb-759e-4d99-9ec9-a2c26072c3fc b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:20:21.853 7 INFO cinder.api.openstack.wsgi [None req-136e968d-2efe-4ad7-b1a5-2a62ff634a76 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:20:21.853 8 INFO cinder.api.openstack.wsgi [None req-ea691adb-759e-4d99-9ec9-a2c26072c3fc b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:20:31.852 8 INFO cinder.api.openstack.wsgi [None req-ea691adb-759e-4d99-9ec9-a2c26072c3fc b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:20:31.852 7 INFO cinder.api.openstack.wsgi [None req-136e968d-2efe-4ad7-b1a5-2a62ff634a76 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:20:31.854 7 INFO cinder.api.openstack.wsgi [None req-136e968d-2efe-4ad7-b1a5-2a62ff634a76 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:20:31.854 8 INFO cinder.api.openstack.wsgi [None req-ea691adb-759e-4d99-9ec9-a2c26072c3fc b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:20:37.126 8 INFO cinder.api.openstack.wsgi [None req-bd62e2a1-cd27-42f1-8c87-922fc5bdf5ab b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:20:37.137 8 INFO cinder.volume.api [None req-bd62e2a1-cd27-42f1-8c87-922fc5bdf5ab b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:20:37.141 8 INFO cinder.api.openstack.wsgi [None req-bd62e2a1-cd27-42f1-8c87-922fc5bdf5ab b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 227/454] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:20:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true => generated 15 bytes in 63 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-05-08 11:20:37.156 7 INFO cinder.api.openstack.wsgi [None req-f628cdea-52e1-4f4b-93a3-4b5de97bb75c b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:20:37.166 7 INFO cinder.volume.api [None req-f628cdea-52e1-4f4b-93a3-4b5de97bb75c b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:20:37.167 7 INFO cinder.api.openstack.wsgi [None req-f628cdea-52e1-4f4b-93a3-4b5de97bb75c b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 228/455] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:20:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:20:37.178 8 INFO cinder.api.openstack.wsgi [None req-d63951aa-e18e-4d0c-abc7-106ae56a01e5 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true 2026-05-08 11:20:37.198 8 INFO cinder.volume.api [None req-d63951aa-e18e-4d0c-abc7-106ae56a01e5 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all snapshots completed successfully. 2026-05-08 11:20:37.198 8 INFO cinder.api.openstack.wsgi [None req-d63951aa-e18e-4d0c-abc7-106ae56a01e5 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 228/456] 10.0.0.154 () {28 vars in 674 bytes} [Fri May 8 11:20:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true => generated 17 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-05-08 11:20:37.213 7 INFO cinder.api.openstack.wsgi [None req-f3c23322-c103-42b2-b3b4-5accd2c84e4b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services 2026-05-08 11:20:37.220 7 INFO cinder.api.openstack.wsgi [None req-f3c23322-c103-42b2-b3b4-5accd2c84e4b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services returned with HTTP 200 [pid: 7|app: 0|req: 229/457] 10.0.0.154 () {28 vars in 645 bytes} [Fri May 8 11:20:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-services => generated 646 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:20:37.234 8 INFO cinder.api.openstack.wsgi [None req-aa5f366e-d36c-426e-87d5-98445a166917 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true 2026-05-08 11:20:37.263 8 INFO cinder.api.openstack.wsgi [None req-aa5f366e-d36c-426e-87d5-98445a166917 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 229/458] 10.0.0.154 () {28 vars in 696 bytes} [Fri May 8 11:20:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true => generated 670 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:20:37.372 7 INFO cinder.api.openstack.wsgi [None req-5dfd7056-aa3e-4d70-ae8e-467d6479629f b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true 2026-05-08 11:20:37.396 7 INFO cinder.api.openstack.wsgi [None req-5dfd7056-aa3e-4d70-ae8e-467d6479629f b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 230/459] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:20:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true => generated 847 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:20:37.410 8 INFO cinder.api.openstack.wsgi [None req-77a688fd-fa98-48f9-ad29-deb091117d57 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true 2026-05-08 11:20:37.460 8 INFO cinder.api.openstack.wsgi [None req-77a688fd-fa98-48f9-ad29-deb091117d57 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 230/460] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:20:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true => generated 845 bytes in 60 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:20:37.482 7 INFO cinder.api.openstack.wsgi [None req-c33368ad-c4e2-4f69-be33-0fe8db32fd0e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true 2026-05-08 11:20:37.509 7 INFO cinder.api.openstack.wsgi [None req-c33368ad-c4e2-4f69-be33-0fe8db32fd0e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 231/461] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:20:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true => generated 845 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:20:41.852 8 INFO cinder.api.openstack.wsgi [None req-77a688fd-fa98-48f9-ad29-deb091117d57 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:20:41.853 8 INFO cinder.api.openstack.wsgi [None req-77a688fd-fa98-48f9-ad29-deb091117d57 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:20:41.855 7 INFO cinder.api.openstack.wsgi [None req-c33368ad-c4e2-4f69-be33-0fe8db32fd0e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:20:41.857 7 INFO cinder.api.openstack.wsgi [None req-c33368ad-c4e2-4f69-be33-0fe8db32fd0e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:20:51.852 7 INFO cinder.api.openstack.wsgi [None req-c33368ad-c4e2-4f69-be33-0fe8db32fd0e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:20:51.852 8 INFO cinder.api.openstack.wsgi [None req-77a688fd-fa98-48f9-ad29-deb091117d57 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:20:51.853 7 INFO cinder.api.openstack.wsgi [None req-c33368ad-c4e2-4f69-be33-0fe8db32fd0e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:20:51.853 8 INFO cinder.api.openstack.wsgi [None req-77a688fd-fa98-48f9-ad29-deb091117d57 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:21:01.852 7 INFO cinder.api.openstack.wsgi [None req-c33368ad-c4e2-4f69-be33-0fe8db32fd0e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:21:01.852 8 INFO cinder.api.openstack.wsgi [None req-77a688fd-fa98-48f9-ad29-deb091117d57 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:21:01.853 7 INFO cinder.api.openstack.wsgi [None req-c33368ad-c4e2-4f69-be33-0fe8db32fd0e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:21:01.854 8 INFO cinder.api.openstack.wsgi [None req-77a688fd-fa98-48f9-ad29-deb091117d57 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:21:11.852 7 INFO cinder.api.openstack.wsgi [None req-c33368ad-c4e2-4f69-be33-0fe8db32fd0e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:21:11.852 8 INFO cinder.api.openstack.wsgi [None req-77a688fd-fa98-48f9-ad29-deb091117d57 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:21:11.853 7 INFO cinder.api.openstack.wsgi [None req-c33368ad-c4e2-4f69-be33-0fe8db32fd0e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:21:11.854 8 INFO cinder.api.openstack.wsgi [None req-77a688fd-fa98-48f9-ad29-deb091117d57 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:21:21.851 7 INFO cinder.api.openstack.wsgi [None req-c33368ad-c4e2-4f69-be33-0fe8db32fd0e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:21:21.851 8 INFO cinder.api.openstack.wsgi [None req-77a688fd-fa98-48f9-ad29-deb091117d57 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:21:21.853 7 INFO cinder.api.openstack.wsgi [None req-c33368ad-c4e2-4f69-be33-0fe8db32fd0e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:21:21.853 8 INFO cinder.api.openstack.wsgi [None req-77a688fd-fa98-48f9-ad29-deb091117d57 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:21:31.851 8 INFO cinder.api.openstack.wsgi [None req-77a688fd-fa98-48f9-ad29-deb091117d57 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:21:31.852 7 INFO cinder.api.openstack.wsgi [None req-c33368ad-c4e2-4f69-be33-0fe8db32fd0e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:21:31.853 8 INFO cinder.api.openstack.wsgi [None req-77a688fd-fa98-48f9-ad29-deb091117d57 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:21:31.853 7 INFO cinder.api.openstack.wsgi [None req-c33368ad-c4e2-4f69-be33-0fe8db32fd0e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:21:37.131 8 INFO cinder.api.openstack.wsgi [None req-19fb94d7-27cd-4dd3-a646-48072798a940 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:21:37.142 8 INFO cinder.volume.api [None req-19fb94d7-27cd-4dd3-a646-48072798a940 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:21:37.145 8 INFO cinder.api.openstack.wsgi [None req-19fb94d7-27cd-4dd3-a646-48072798a940 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 237/474] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:21:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true => generated 15 bytes in 72 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-05-08 11:21:37.164 7 INFO cinder.api.openstack.wsgi [None req-36b00b0a-57b7-47f6-840b-55e9db321eeb b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services 2026-05-08 11:21:37.171 7 INFO cinder.api.openstack.wsgi [None req-36b00b0a-57b7-47f6-840b-55e9db321eeb b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services returned with HTTP 200 [pid: 7|app: 0|req: 238/475] 10.0.0.154 () {28 vars in 645 bytes} [Fri May 8 11:21:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-services => generated 646 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:21:37.186 8 INFO cinder.api.openstack.wsgi [None req-fd2be94a-1720-43ae-81d5-4a8181a57954 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:21:37.204 8 INFO cinder.volume.api [None req-fd2be94a-1720-43ae-81d5-4a8181a57954 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:21:37.210 8 INFO cinder.api.openstack.wsgi [None req-fd2be94a-1720-43ae-81d5-4a8181a57954 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 238/476] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:21:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true => generated 15 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-05-08 11:21:37.225 7 INFO cinder.api.openstack.wsgi [None req-7ffd0145-7aca-442a-93e4-8608e84b63dc b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true 2026-05-08 11:21:37.246 7 INFO cinder.api.openstack.wsgi [None req-7ffd0145-7aca-442a-93e4-8608e84b63dc b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 239/477] 10.0.0.154 () {28 vars in 696 bytes} [Fri May 8 11:21:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true => generated 670 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:21:37.294 8 INFO cinder.api.openstack.wsgi [None req-8bb83c83-bf7b-4ade-9d63-7c3518f0d3bb b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true 2026-05-08 11:21:37.321 8 INFO cinder.api.openstack.wsgi [None req-8bb83c83-bf7b-4ade-9d63-7c3518f0d3bb b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 239/478] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:21:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true => generated 847 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:21:37.337 7 INFO cinder.api.openstack.wsgi [None req-ac020ce5-bb57-4556-9686-0baaf36a7760 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true 2026-05-08 11:21:37.366 7 INFO cinder.api.openstack.wsgi [None req-ac020ce5-bb57-4556-9686-0baaf36a7760 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 240/479] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:21:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true => generated 845 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:21:37.395 8 INFO cinder.api.openstack.wsgi [None req-3e26718b-ef7a-4062-a065-f89a6d8cc20c b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true 2026-05-08 11:21:37.421 8 INFO cinder.api.openstack.wsgi [None req-3e26718b-ef7a-4062-a065-f89a6d8cc20c b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 240/480] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:21:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true => generated 845 bytes in 47 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:21:37.435 7 INFO cinder.api.openstack.wsgi [None req-7cecc21a-9d83-4a86-bb61-42187980f252 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true 2026-05-08 11:21:37.445 7 INFO cinder.volume.api [None req-7cecc21a-9d83-4a86-bb61-42187980f252 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all snapshots completed successfully. 2026-05-08 11:21:37.445 7 INFO cinder.api.openstack.wsgi [None req-7cecc21a-9d83-4a86-bb61-42187980f252 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 241/481] 10.0.0.154 () {28 vars in 674 bytes} [Fri May 8 11:21:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:21:41.851 7 INFO cinder.api.openstack.wsgi [None req-7cecc21a-9d83-4a86-bb61-42187980f252 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:21:41.851 8 INFO cinder.api.openstack.wsgi [None req-3e26718b-ef7a-4062-a065-f89a6d8cc20c b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:21:41.852 7 INFO cinder.api.openstack.wsgi [None req-7cecc21a-9d83-4a86-bb61-42187980f252 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:21:41.852 8 INFO cinder.api.openstack.wsgi [None req-3e26718b-ef7a-4062-a065-f89a6d8cc20c b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:21:51.851 7 INFO cinder.api.openstack.wsgi [None req-7cecc21a-9d83-4a86-bb61-42187980f252 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:21:51.852 8 INFO cinder.api.openstack.wsgi [None req-3e26718b-ef7a-4062-a065-f89a6d8cc20c b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:21:51.852 7 INFO cinder.api.openstack.wsgi [None req-7cecc21a-9d83-4a86-bb61-42187980f252 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:21:51.854 8 INFO cinder.api.openstack.wsgi [None req-3e26718b-ef7a-4062-a065-f89a6d8cc20c b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:22:01.851 8 INFO cinder.api.openstack.wsgi [None req-3e26718b-ef7a-4062-a065-f89a6d8cc20c b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:22:01.852 7 INFO cinder.api.openstack.wsgi [None req-7cecc21a-9d83-4a86-bb61-42187980f252 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:22:01.853 8 INFO cinder.api.openstack.wsgi [None req-3e26718b-ef7a-4062-a065-f89a6d8cc20c b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:22:01.853 7 INFO cinder.api.openstack.wsgi [None req-7cecc21a-9d83-4a86-bb61-42187980f252 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:22:11.852 8 INFO cinder.api.openstack.wsgi [None req-3e26718b-ef7a-4062-a065-f89a6d8cc20c b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:22:11.852 7 INFO cinder.api.openstack.wsgi [None req-7cecc21a-9d83-4a86-bb61-42187980f252 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:22:11.853 7 INFO cinder.api.openstack.wsgi [None req-7cecc21a-9d83-4a86-bb61-42187980f252 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:22:11.855 8 INFO cinder.api.openstack.wsgi [None req-3e26718b-ef7a-4062-a065-f89a6d8cc20c b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:22:21.852 8 INFO cinder.api.openstack.wsgi [None req-3e26718b-ef7a-4062-a065-f89a6d8cc20c b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:22:21.852 7 INFO cinder.api.openstack.wsgi [None req-7cecc21a-9d83-4a86-bb61-42187980f252 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:22:21.853 8 INFO cinder.api.openstack.wsgi [None req-3e26718b-ef7a-4062-a065-f89a6d8cc20c b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:22:21.854 7 INFO cinder.api.openstack.wsgi [None req-7cecc21a-9d83-4a86-bb61-42187980f252 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:22:31.851 7 INFO cinder.api.openstack.wsgi [None req-7cecc21a-9d83-4a86-bb61-42187980f252 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:22:31.851 8 INFO cinder.api.openstack.wsgi [None req-3e26718b-ef7a-4062-a065-f89a6d8cc20c b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:22:31.852 7 INFO cinder.api.openstack.wsgi [None req-7cecc21a-9d83-4a86-bb61-42187980f252 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:22:31.853 8 INFO cinder.api.openstack.wsgi [None req-3e26718b-ef7a-4062-a065-f89a6d8cc20c b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:22:37.149 7 INFO cinder.api.openstack.wsgi [None req-3bde6d4c-5f34-4235-b2ba-6a80b747b82b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:22:37.161 7 INFO cinder.volume.api [None req-3bde6d4c-5f34-4235-b2ba-6a80b747b82b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:22:37.163 7 INFO cinder.api.openstack.wsgi [None req-3bde6d4c-5f34-4235-b2ba-6a80b747b82b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 248/494] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:22:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true => generated 15 bytes in 83 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-05-08 11:22:37.181 8 INFO cinder.api.openstack.wsgi [None req-cd1675cb-da7b-47e7-83e7-7eee4f6a9bdf b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true 2026-05-08 11:22:37.197 8 INFO cinder.api.openstack.wsgi [None req-cd1675cb-da7b-47e7-83e7-7eee4f6a9bdf b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 247/495] 10.0.0.154 () {28 vars in 696 bytes} [Fri May 8 11:22:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:22:37.210 7 INFO cinder.api.openstack.wsgi [None req-e2765c85-7500-4104-888a-7612e2f1f9c2 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true 2026-05-08 11:22:37.217 7 INFO cinder.volume.api [None req-e2765c85-7500-4104-888a-7612e2f1f9c2 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all snapshots completed successfully. 2026-05-08 11:22:37.218 7 INFO cinder.api.openstack.wsgi [None req-e2765c85-7500-4104-888a-7612e2f1f9c2 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 249/496] 10.0.0.154 () {28 vars in 674 bytes} [Fri May 8 11:22:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:22:37.232 8 INFO cinder.api.openstack.wsgi [None req-e352d394-da83-4446-bcd6-d0ac667fec62 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services 2026-05-08 11:22:37.241 8 INFO cinder.api.openstack.wsgi [None req-e352d394-da83-4446-bcd6-d0ac667fec62 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services returned with HTTP 200 [pid: 8|app: 0|req: 248/497] 10.0.0.154 () {28 vars in 645 bytes} [Fri May 8 11:22:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-services => generated 646 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:22:37.257 7 INFO cinder.api.openstack.wsgi [None req-63bb2189-3ae2-4b47-80a5-b59e475dc197 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:22:37.268 7 INFO cinder.volume.api [None req-63bb2189-3ae2-4b47-80a5-b59e475dc197 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:22:37.270 7 INFO cinder.api.openstack.wsgi [None req-63bb2189-3ae2-4b47-80a5-b59e475dc197 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 250/498] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:22:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:22:37.325 8 INFO cinder.api.openstack.wsgi [None req-d2130144-1324-48a9-a3e0-94eeed6c6a10 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true 2026-05-08 11:22:37.355 8 INFO cinder.api.openstack.wsgi [None req-d2130144-1324-48a9-a3e0-94eeed6c6a10 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 249/499] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:22:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true => generated 847 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:22:37.371 7 INFO cinder.api.openstack.wsgi [None req-322bcd78-b31f-45e5-b197-9bc6da26cf0e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true 2026-05-08 11:22:37.399 7 INFO cinder.api.openstack.wsgi [None req-322bcd78-b31f-45e5-b197-9bc6da26cf0e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 251/500] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:22:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true => generated 845 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:22:37.413 8 INFO cinder.api.openstack.wsgi [None req-ca6d2a5a-fdeb-4dde-aa02-6f9c7ee55892 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true 2026-05-08 11:22:37.440 8 INFO cinder.api.openstack.wsgi [None req-ca6d2a5a-fdeb-4dde-aa02-6f9c7ee55892 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 250/501] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:22:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true => generated 845 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:22:41.851 8 INFO cinder.api.openstack.wsgi [None req-ca6d2a5a-fdeb-4dde-aa02-6f9c7ee55892 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:22:41.851 7 INFO cinder.api.openstack.wsgi [None req-322bcd78-b31f-45e5-b197-9bc6da26cf0e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:22:41.852 8 INFO cinder.api.openstack.wsgi [None req-ca6d2a5a-fdeb-4dde-aa02-6f9c7ee55892 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:22:41.853 7 INFO cinder.api.openstack.wsgi [None req-322bcd78-b31f-45e5-b197-9bc6da26cf0e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:22:51.851 8 INFO cinder.api.openstack.wsgi [None req-ca6d2a5a-fdeb-4dde-aa02-6f9c7ee55892 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:22:51.851 7 INFO cinder.api.openstack.wsgi [None req-322bcd78-b31f-45e5-b197-9bc6da26cf0e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:22:51.853 8 INFO cinder.api.openstack.wsgi [None req-ca6d2a5a-fdeb-4dde-aa02-6f9c7ee55892 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:22:51.853 7 INFO cinder.api.openstack.wsgi [None req-322bcd78-b31f-45e5-b197-9bc6da26cf0e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:23:01.851 8 INFO cinder.api.openstack.wsgi [None req-ca6d2a5a-fdeb-4dde-aa02-6f9c7ee55892 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:23:01.852 7 INFO cinder.api.openstack.wsgi [None req-322bcd78-b31f-45e5-b197-9bc6da26cf0e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:23:01.853 8 INFO cinder.api.openstack.wsgi [None req-ca6d2a5a-fdeb-4dde-aa02-6f9c7ee55892 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:23:01.854 7 INFO cinder.api.openstack.wsgi [None req-322bcd78-b31f-45e5-b197-9bc6da26cf0e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:23:11.855 7 INFO cinder.api.openstack.wsgi [None req-322bcd78-b31f-45e5-b197-9bc6da26cf0e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:23:11.854 8 INFO cinder.api.openstack.wsgi [None req-ca6d2a5a-fdeb-4dde-aa02-6f9c7ee55892 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:23:11.857 7 INFO cinder.api.openstack.wsgi [None req-322bcd78-b31f-45e5-b197-9bc6da26cf0e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:23:11.859 8 INFO cinder.api.openstack.wsgi [None req-ca6d2a5a-fdeb-4dde-aa02-6f9c7ee55892 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:23:21.851 8 INFO cinder.api.openstack.wsgi [None req-ca6d2a5a-fdeb-4dde-aa02-6f9c7ee55892 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:23:21.852 8 INFO cinder.api.openstack.wsgi [None req-ca6d2a5a-fdeb-4dde-aa02-6f9c7ee55892 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:23:21.852 7 INFO cinder.api.openstack.wsgi [None req-322bcd78-b31f-45e5-b197-9bc6da26cf0e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:23:21.854 7 INFO cinder.api.openstack.wsgi [None req-322bcd78-b31f-45e5-b197-9bc6da26cf0e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:23:31.851 8 INFO cinder.api.openstack.wsgi [None req-ca6d2a5a-fdeb-4dde-aa02-6f9c7ee55892 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:23:31.851 7 INFO cinder.api.openstack.wsgi [None req-322bcd78-b31f-45e5-b197-9bc6da26cf0e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:23:31.852 8 INFO cinder.api.openstack.wsgi [None req-ca6d2a5a-fdeb-4dde-aa02-6f9c7ee55892 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:23:31.852 7 INFO cinder.api.openstack.wsgi [None req-322bcd78-b31f-45e5-b197-9bc6da26cf0e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:23:37.139 8 INFO cinder.api.openstack.wsgi [None req-7579cf6c-8437-451b-9036-8386a045061d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true 2026-05-08 11:23:37.157 8 INFO cinder.api.openstack.wsgi [None req-7579cf6c-8437-451b-9036-8386a045061d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 257/514] 10.0.0.154 () {28 vars in 696 bytes} [Fri May 8 11:23:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true => generated 670 bytes in 86 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:23:37.171 7 INFO cinder.api.openstack.wsgi [None req-b80373d2-0952-4167-8272-1be16949bed7 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true 2026-05-08 11:23:37.179 7 INFO cinder.volume.api [None req-b80373d2-0952-4167-8272-1be16949bed7 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all snapshots completed successfully. 2026-05-08 11:23:37.180 7 INFO cinder.api.openstack.wsgi [None req-b80373d2-0952-4167-8272-1be16949bed7 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 258/515] 10.0.0.154 () {28 vars in 674 bytes} [Fri May 8 11:23:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:23:37.226 8 INFO cinder.api.openstack.wsgi [None req-6dd2ae40-d00e-4e75-8d88-2f712abbd974 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true 2026-05-08 11:23:37.266 8 INFO cinder.api.openstack.wsgi [None req-6dd2ae40-d00e-4e75-8d88-2f712abbd974 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 258/516] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:23:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true => generated 847 bytes in 52 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:23:37.299 7 INFO cinder.api.openstack.wsgi [None req-d88c8f13-de1f-40a3-a7a4-6070fb80361c b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true 2026-05-08 11:23:37.336 7 INFO cinder.api.openstack.wsgi [None req-d88c8f13-de1f-40a3-a7a4-6070fb80361c b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 259/517] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:23:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true => generated 845 bytes in 53 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:23:37.348 8 INFO cinder.api.openstack.wsgi [None req-7351eef0-6445-43e7-a407-c3ee8bb1f19b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true 2026-05-08 11:23:37.380 8 INFO cinder.api.openstack.wsgi [None req-7351eef0-6445-43e7-a407-c3ee8bb1f19b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 259/518] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:23:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true => generated 845 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:23:37.401 7 INFO cinder.api.openstack.wsgi [None req-84e3479b-7b72-42ea-b426-a561f4f912de b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services 2026-05-08 11:23:37.407 7 INFO cinder.api.openstack.wsgi [None req-84e3479b-7b72-42ea-b426-a561f4f912de b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services returned with HTTP 200 [pid: 7|app: 0|req: 260/519] 10.0.0.154 () {28 vars in 645 bytes} [Fri May 8 11:23:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-services => generated 646 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:23:37.425 8 INFO cinder.api.openstack.wsgi [None req-75fe9d05-1b99-4198-954b-48996b04c063 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:23:37.437 8 INFO cinder.volume.api [None req-75fe9d05-1b99-4198-954b-48996b04c063 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:23:37.440 8 INFO cinder.api.openstack.wsgi [None req-75fe9d05-1b99-4198-954b-48996b04c063 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 260/520] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:23:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:23:37.454 7 INFO cinder.api.openstack.wsgi [None req-760a8330-b698-41b7-ab0b-21d949c492f1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:23:37.465 7 INFO cinder.volume.api [None req-760a8330-b698-41b7-ab0b-21d949c492f1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:23:37.468 7 INFO cinder.api.openstack.wsgi [None req-760a8330-b698-41b7-ab0b-21d949c492f1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 261/521] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:23:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:23:41.851 8 INFO cinder.api.openstack.wsgi [None req-75fe9d05-1b99-4198-954b-48996b04c063 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:23:41.852 7 INFO cinder.api.openstack.wsgi [None req-760a8330-b698-41b7-ab0b-21d949c492f1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:23:41.853 8 INFO cinder.api.openstack.wsgi [None req-75fe9d05-1b99-4198-954b-48996b04c063 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:23:41.854 7 INFO cinder.api.openstack.wsgi [None req-760a8330-b698-41b7-ab0b-21d949c492f1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:23:51.852 8 INFO cinder.api.openstack.wsgi [None req-75fe9d05-1b99-4198-954b-48996b04c063 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:23:51.852 7 INFO cinder.api.openstack.wsgi [None req-760a8330-b698-41b7-ab0b-21d949c492f1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:23:51.853 7 INFO cinder.api.openstack.wsgi [None req-760a8330-b698-41b7-ab0b-21d949c492f1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:23:51.853 8 INFO cinder.api.openstack.wsgi [None req-75fe9d05-1b99-4198-954b-48996b04c063 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:24:01.851 7 INFO cinder.api.openstack.wsgi [None req-760a8330-b698-41b7-ab0b-21d949c492f1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:24:01.852 8 INFO cinder.api.openstack.wsgi [None req-75fe9d05-1b99-4198-954b-48996b04c063 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:24:01.853 7 INFO cinder.api.openstack.wsgi [None req-760a8330-b698-41b7-ab0b-21d949c492f1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:24:01.854 8 INFO cinder.api.openstack.wsgi [None req-75fe9d05-1b99-4198-954b-48996b04c063 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:24:11.852 7 INFO cinder.api.openstack.wsgi [None req-760a8330-b698-41b7-ab0b-21d949c492f1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:24:11.853 7 INFO cinder.api.openstack.wsgi [None req-760a8330-b698-41b7-ab0b-21d949c492f1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:24:11.854 8 INFO cinder.api.openstack.wsgi [None req-75fe9d05-1b99-4198-954b-48996b04c063 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:24:11.856 8 INFO cinder.api.openstack.wsgi [None req-75fe9d05-1b99-4198-954b-48996b04c063 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:24:21.851 7 INFO cinder.api.openstack.wsgi [None req-760a8330-b698-41b7-ab0b-21d949c492f1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:24:21.852 7 INFO cinder.api.openstack.wsgi [None req-760a8330-b698-41b7-ab0b-21d949c492f1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:24:21.852 8 INFO cinder.api.openstack.wsgi [None req-75fe9d05-1b99-4198-954b-48996b04c063 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:24:21.854 8 INFO cinder.api.openstack.wsgi [None req-75fe9d05-1b99-4198-954b-48996b04c063 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:24:31.852 8 INFO cinder.api.openstack.wsgi [None req-75fe9d05-1b99-4198-954b-48996b04c063 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:24:31.852 7 INFO cinder.api.openstack.wsgi [None req-760a8330-b698-41b7-ab0b-21d949c492f1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:24:31.853 8 INFO cinder.api.openstack.wsgi [None req-75fe9d05-1b99-4198-954b-48996b04c063 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:24:31.854 7 INFO cinder.api.openstack.wsgi [None req-760a8330-b698-41b7-ab0b-21d949c492f1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:24:37.169 8 INFO cinder.api.openstack.wsgi [None req-805528df-d7fc-4317-94ac-1df8c76bee03 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:24:37.180 8 INFO cinder.volume.api [None req-805528df-d7fc-4317-94ac-1df8c76bee03 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:24:37.182 8 INFO cinder.api.openstack.wsgi [None req-805528df-d7fc-4317-94ac-1df8c76bee03 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 267/534] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:24:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true => generated 15 bytes in 75 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-05-08 11:24:37.202 7 INFO cinder.api.openstack.wsgi [None req-4d3285f3-0cdd-4578-8a02-49ae0cfeaaec b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true 2026-05-08 11:24:37.219 7 INFO cinder.api.openstack.wsgi [None req-4d3285f3-0cdd-4578-8a02-49ae0cfeaaec b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 268/535] 10.0.0.154 () {28 vars in 696 bytes} [Fri May 8 11:24:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true => generated 670 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:24:37.263 8 INFO cinder.api.openstack.wsgi [None req-28255fe9-3ffe-4f01-89f5-a03ac686754e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true 2026-05-08 11:24:37.292 8 INFO cinder.api.openstack.wsgi [None req-28255fe9-3ffe-4f01-89f5-a03ac686754e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 268/536] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:24:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true => generated 847 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:24:37.311 7 INFO cinder.api.openstack.wsgi [None req-f49ab43b-406d-419b-b321-a0afc807854e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true 2026-05-08 11:24:37.344 7 INFO cinder.api.openstack.wsgi [None req-f49ab43b-406d-419b-b321-a0afc807854e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 269/537] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:24:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true => generated 845 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:24:37.361 8 INFO cinder.api.openstack.wsgi [None req-c38ca181-ab41-4f22-b122-6018f19d08a4 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true 2026-05-08 11:24:37.389 8 INFO cinder.api.openstack.wsgi [None req-c38ca181-ab41-4f22-b122-6018f19d08a4 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 269/538] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:24:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true => generated 845 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:24:37.401 7 INFO cinder.api.openstack.wsgi [None req-e2f3b89c-11a5-4bf2-b417-6b54c6e7d7de b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:24:37.413 7 INFO cinder.volume.api [None req-e2f3b89c-11a5-4bf2-b417-6b54c6e7d7de b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:24:37.416 7 INFO cinder.api.openstack.wsgi [None req-e2f3b89c-11a5-4bf2-b417-6b54c6e7d7de b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 270/539] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:24:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:24:37.433 8 INFO cinder.api.openstack.wsgi [None req-ad5968f0-e4aa-4c23-b36a-fda0b7f57d1b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services 2026-05-08 11:24:37.439 8 INFO cinder.api.openstack.wsgi [None req-ad5968f0-e4aa-4c23-b36a-fda0b7f57d1b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services returned with HTTP 200 [pid: 8|app: 0|req: 270/540] 10.0.0.154 () {28 vars in 645 bytes} [Fri May 8 11:24:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-services => generated 646 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:24:37.449 7 INFO cinder.api.openstack.wsgi [None req-0b7d67fc-e318-4ce7-be47-05b558488ba8 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true 2026-05-08 11:24:37.458 7 INFO cinder.volume.api [None req-0b7d67fc-e318-4ce7-be47-05b558488ba8 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all snapshots completed successfully. 2026-05-08 11:24:37.459 7 INFO cinder.api.openstack.wsgi [None req-0b7d67fc-e318-4ce7-be47-05b558488ba8 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 271/541] 10.0.0.154 () {28 vars in 674 bytes} [Fri May 8 11:24:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:24:41.851 8 INFO cinder.api.openstack.wsgi [None req-ad5968f0-e4aa-4c23-b36a-fda0b7f57d1b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:24:41.851 7 INFO cinder.api.openstack.wsgi [None req-0b7d67fc-e318-4ce7-be47-05b558488ba8 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:24:41.852 8 INFO cinder.api.openstack.wsgi [None req-ad5968f0-e4aa-4c23-b36a-fda0b7f57d1b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:24:41.853 7 INFO cinder.api.openstack.wsgi [None req-0b7d67fc-e318-4ce7-be47-05b558488ba8 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:24:51.852 7 INFO cinder.api.openstack.wsgi [None req-0b7d67fc-e318-4ce7-be47-05b558488ba8 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:24:51.852 8 INFO cinder.api.openstack.wsgi [None req-ad5968f0-e4aa-4c23-b36a-fda0b7f57d1b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:24:51.854 7 INFO cinder.api.openstack.wsgi [None req-0b7d67fc-e318-4ce7-be47-05b558488ba8 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:24:51.854 8 INFO cinder.api.openstack.wsgi [None req-ad5968f0-e4aa-4c23-b36a-fda0b7f57d1b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:25:01.852 7 INFO cinder.api.openstack.wsgi [None req-0b7d67fc-e318-4ce7-be47-05b558488ba8 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:25:01.853 7 INFO cinder.api.openstack.wsgi [None req-0b7d67fc-e318-4ce7-be47-05b558488ba8 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:25:01.853 8 INFO cinder.api.openstack.wsgi [None req-ad5968f0-e4aa-4c23-b36a-fda0b7f57d1b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:25:01.855 8 INFO cinder.api.openstack.wsgi [None req-ad5968f0-e4aa-4c23-b36a-fda0b7f57d1b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:25:11.851 8 INFO cinder.api.openstack.wsgi [None req-ad5968f0-e4aa-4c23-b36a-fda0b7f57d1b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:25:11.851 7 INFO cinder.api.openstack.wsgi [None req-0b7d67fc-e318-4ce7-be47-05b558488ba8 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:25:11.852 8 INFO cinder.api.openstack.wsgi [None req-ad5968f0-e4aa-4c23-b36a-fda0b7f57d1b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:25:11.854 7 INFO cinder.api.openstack.wsgi [None req-0b7d67fc-e318-4ce7-be47-05b558488ba8 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:25:21.852 7 INFO cinder.api.openstack.wsgi [None req-0b7d67fc-e318-4ce7-be47-05b558488ba8 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:25:21.852 8 INFO cinder.api.openstack.wsgi [None req-ad5968f0-e4aa-4c23-b36a-fda0b7f57d1b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:25:21.854 7 INFO cinder.api.openstack.wsgi [None req-0b7d67fc-e318-4ce7-be47-05b558488ba8 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:25:21.854 8 INFO cinder.api.openstack.wsgi [None req-ad5968f0-e4aa-4c23-b36a-fda0b7f57d1b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:25:31.851 7 INFO cinder.api.openstack.wsgi [None req-0b7d67fc-e318-4ce7-be47-05b558488ba8 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:25:31.852 7 INFO cinder.api.openstack.wsgi [None req-0b7d67fc-e318-4ce7-be47-05b558488ba8 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:25:31.854 8 INFO cinder.api.openstack.wsgi [None req-ad5968f0-e4aa-4c23-b36a-fda0b7f57d1b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:25:31.856 8 INFO cinder.api.openstack.wsgi [None req-ad5968f0-e4aa-4c23-b36a-fda0b7f57d1b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:25:37.144 7 INFO cinder.api.openstack.wsgi [None req-62c5f4c9-bc32-4426-833c-5a58acca7d56 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true 2026-05-08 11:25:37.164 7 INFO cinder.api.openstack.wsgi [None req-62c5f4c9-bc32-4426-833c-5a58acca7d56 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 278/554] 10.0.0.154 () {28 vars in 696 bytes} [Fri May 8 11:25:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true => generated 670 bytes in 75 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:25:37.181 8 INFO cinder.api.openstack.wsgi [None req-0e6d7a54-7807-4b2b-b020-9b53f455d689 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true 2026-05-08 11:25:37.189 8 INFO cinder.volume.api [None req-0e6d7a54-7807-4b2b-b020-9b53f455d689 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all snapshots completed successfully. 2026-05-08 11:25:37.189 8 INFO cinder.api.openstack.wsgi [None req-0e6d7a54-7807-4b2b-b020-9b53f455d689 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 277/555] 10.0.0.154 () {28 vars in 674 bytes} [Fri May 8 11:25:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:25:37.236 7 INFO cinder.api.openstack.wsgi [None req-21485429-af87-419b-a310-e35518cc3e5d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true 2026-05-08 11:25:37.268 7 INFO cinder.api.openstack.wsgi [None req-21485429-af87-419b-a310-e35518cc3e5d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 279/556] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:25:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true => generated 847 bytes in 45 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:25:37.283 8 INFO cinder.api.openstack.wsgi [None req-fc526c5b-db76-4ab9-846f-8ddbfead7492 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true 2026-05-08 11:25:37.308 8 INFO cinder.api.openstack.wsgi [None req-fc526c5b-db76-4ab9-846f-8ddbfead7492 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 278/557] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:25:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true => generated 845 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:25:37.322 7 INFO cinder.api.openstack.wsgi [None req-3846db08-cbd0-4a55-a559-7e9bae445609 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true 2026-05-08 11:25:37.352 7 INFO cinder.api.openstack.wsgi [None req-3846db08-cbd0-4a55-a559-7e9bae445609 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 280/558] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:25:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true => generated 845 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:25:37.368 8 INFO cinder.api.openstack.wsgi [None req-e9ef0547-bdfd-4d6d-8b98-637f708b22e7 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:25:37.380 8 INFO cinder.volume.api [None req-e9ef0547-bdfd-4d6d-8b98-637f708b22e7 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:25:37.382 8 INFO cinder.api.openstack.wsgi [None req-e9ef0547-bdfd-4d6d-8b98-637f708b22e7 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 279/559] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:25:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:25:37.395 7 INFO cinder.api.openstack.wsgi [None req-5772dd06-fabe-4617-bb01-4ede7e444237 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:25:37.408 7 INFO cinder.volume.api [None req-5772dd06-fabe-4617-bb01-4ede7e444237 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:25:37.410 7 INFO cinder.api.openstack.wsgi [None req-5772dd06-fabe-4617-bb01-4ede7e444237 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 281/560] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:25:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:25:37.420 8 INFO cinder.api.openstack.wsgi [None req-2c60ac3e-179d-46e6-adb1-fd50a4701b76 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services 2026-05-08 11:25:37.428 8 INFO cinder.api.openstack.wsgi [None req-2c60ac3e-179d-46e6-adb1-fd50a4701b76 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services returned with HTTP 200 [pid: 8|app: 0|req: 280/561] 10.0.0.154 () {28 vars in 645 bytes} [Fri May 8 11:25:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-services => generated 646 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:25:41.851 7 INFO cinder.api.openstack.wsgi [None req-5772dd06-fabe-4617-bb01-4ede7e444237 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:25:41.852 8 INFO cinder.api.openstack.wsgi [None req-2c60ac3e-179d-46e6-adb1-fd50a4701b76 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:25:41.853 7 INFO cinder.api.openstack.wsgi [None req-5772dd06-fabe-4617-bb01-4ede7e444237 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:25:41.853 8 INFO cinder.api.openstack.wsgi [None req-2c60ac3e-179d-46e6-adb1-fd50a4701b76 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:25:51.852 8 INFO cinder.api.openstack.wsgi [None req-2c60ac3e-179d-46e6-adb1-fd50a4701b76 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:25:51.852 7 INFO cinder.api.openstack.wsgi [None req-5772dd06-fabe-4617-bb01-4ede7e444237 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:25:51.854 8 INFO cinder.api.openstack.wsgi [None req-2c60ac3e-179d-46e6-adb1-fd50a4701b76 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:25:51.854 7 INFO cinder.api.openstack.wsgi [None req-5772dd06-fabe-4617-bb01-4ede7e444237 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:26:01.852 8 INFO cinder.api.openstack.wsgi [None req-2c60ac3e-179d-46e6-adb1-fd50a4701b76 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:26:01.852 7 INFO cinder.api.openstack.wsgi [None req-5772dd06-fabe-4617-bb01-4ede7e444237 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:26:01.853 8 INFO cinder.api.openstack.wsgi [None req-2c60ac3e-179d-46e6-adb1-fd50a4701b76 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:26:01.853 7 INFO cinder.api.openstack.wsgi [None req-5772dd06-fabe-4617-bb01-4ede7e444237 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:26:11.852 8 INFO cinder.api.openstack.wsgi [None req-2c60ac3e-179d-46e6-adb1-fd50a4701b76 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:26:11.852 7 INFO cinder.api.openstack.wsgi [None req-5772dd06-fabe-4617-bb01-4ede7e444237 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:26:11.853 8 INFO cinder.api.openstack.wsgi [None req-2c60ac3e-179d-46e6-adb1-fd50a4701b76 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:26:11.853 7 INFO cinder.api.openstack.wsgi [None req-5772dd06-fabe-4617-bb01-4ede7e444237 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:26:21.851 8 INFO cinder.api.openstack.wsgi [None req-2c60ac3e-179d-46e6-adb1-fd50a4701b76 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:26:21.852 7 INFO cinder.api.openstack.wsgi [None req-5772dd06-fabe-4617-bb01-4ede7e444237 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:26:21.853 8 INFO cinder.api.openstack.wsgi [None req-2c60ac3e-179d-46e6-adb1-fd50a4701b76 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:26:21.853 7 INFO cinder.api.openstack.wsgi [None req-5772dd06-fabe-4617-bb01-4ede7e444237 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:26:31.852 7 INFO cinder.api.openstack.wsgi [None req-5772dd06-fabe-4617-bb01-4ede7e444237 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:26:31.852 8 INFO cinder.api.openstack.wsgi [None req-2c60ac3e-179d-46e6-adb1-fd50a4701b76 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:26:31.853 7 INFO cinder.api.openstack.wsgi [None req-5772dd06-fabe-4617-bb01-4ede7e444237 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:26:31.853 8 INFO cinder.api.openstack.wsgi [None req-2c60ac3e-179d-46e6-adb1-fd50a4701b76 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:26:37.170 7 INFO cinder.api.openstack.wsgi [None req-3073b2f8-51f9-4ba1-b581-717fa72157fd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true 2026-05-08 11:26:37.176 7 INFO cinder.volume.api [None req-3073b2f8-51f9-4ba1-b581-717fa72157fd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all snapshots completed successfully. 2026-05-08 11:26:37.177 7 INFO cinder.api.openstack.wsgi [None req-3073b2f8-51f9-4ba1-b581-717fa72157fd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 288/574] 10.0.0.154 () {28 vars in 674 bytes} [Fri May 8 11:26:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true => generated 17 bytes in 64 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-05-08 11:26:37.193 8 INFO cinder.api.openstack.wsgi [None req-954f806a-ab00-4ea3-9a89-f2e6d3415963 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services 2026-05-08 11:26:37.200 8 INFO cinder.api.openstack.wsgi [None req-954f806a-ab00-4ea3-9a89-f2e6d3415963 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services returned with HTTP 200 [pid: 8|app: 0|req: 287/575] 10.0.0.154 () {28 vars in 645 bytes} [Fri May 8 11:26:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-services => generated 646 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:26:37.215 7 INFO cinder.api.openstack.wsgi [None req-d3c5344d-a526-4ba4-9849-a18f6e9c64aa b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true 2026-05-08 11:26:37.233 7 INFO cinder.api.openstack.wsgi [None req-d3c5344d-a526-4ba4-9849-a18f6e9c64aa b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 289/576] 10.0.0.154 () {28 vars in 696 bytes} [Fri May 8 11:26:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:26:37.278 8 INFO cinder.api.openstack.wsgi [None req-e51781ee-e905-4b13-bc91-e662e4b5bed8 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true 2026-05-08 11:26:37.309 8 INFO cinder.api.openstack.wsgi [None req-e51781ee-e905-4b13-bc91-e662e4b5bed8 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 288/577] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:26:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true => generated 847 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:26:37.322 7 INFO cinder.api.openstack.wsgi [None req-c7c9a107-34a9-4c7b-8be4-befc3e855f3d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true 2026-05-08 11:26:37.354 7 INFO cinder.api.openstack.wsgi [None req-c7c9a107-34a9-4c7b-8be4-befc3e855f3d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 290/578] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:26:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true => generated 845 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:26:37.371 8 INFO cinder.api.openstack.wsgi [None req-4d72e251-9cad-4209-8ac2-4c8b62539cd8 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true 2026-05-08 11:26:37.394 8 INFO cinder.api.openstack.wsgi [None req-4d72e251-9cad-4209-8ac2-4c8b62539cd8 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 289/579] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:26:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true => generated 845 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:26:37.409 7 INFO cinder.api.openstack.wsgi [None req-2e31baf9-10dc-4b07-88dd-3c46bb6a3dec b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:26:37.421 7 INFO cinder.volume.api [None req-2e31baf9-10dc-4b07-88dd-3c46bb6a3dec b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:26:37.426 7 INFO cinder.api.openstack.wsgi [None req-2e31baf9-10dc-4b07-88dd-3c46bb6a3dec b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 291/580] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:26:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true => generated 15 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-05-08 11:26:37.439 8 INFO cinder.api.openstack.wsgi [None req-9929877f-940c-4e50-ad3e-5834b3110426 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:26:37.451 8 INFO cinder.volume.api [None req-9929877f-940c-4e50-ad3e-5834b3110426 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:26:37.454 8 INFO cinder.api.openstack.wsgi [None req-9929877f-940c-4e50-ad3e-5834b3110426 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 290/581] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:26:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:26:41.852 8 INFO cinder.api.openstack.wsgi [None req-9929877f-940c-4e50-ad3e-5834b3110426 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:26:41.852 7 INFO cinder.api.openstack.wsgi [None req-2e31baf9-10dc-4b07-88dd-3c46bb6a3dec b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:26:41.853 8 INFO cinder.api.openstack.wsgi [None req-9929877f-940c-4e50-ad3e-5834b3110426 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:26:41.854 7 INFO cinder.api.openstack.wsgi [None req-2e31baf9-10dc-4b07-88dd-3c46bb6a3dec b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:26:51.851 7 INFO cinder.api.openstack.wsgi [None req-2e31baf9-10dc-4b07-88dd-3c46bb6a3dec b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:26:51.851 8 INFO cinder.api.openstack.wsgi [None req-9929877f-940c-4e50-ad3e-5834b3110426 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:26:51.853 7 INFO cinder.api.openstack.wsgi [None req-2e31baf9-10dc-4b07-88dd-3c46bb6a3dec b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:26:51.853 8 INFO cinder.api.openstack.wsgi [None req-9929877f-940c-4e50-ad3e-5834b3110426 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:27:01.851 8 INFO cinder.api.openstack.wsgi [None req-9929877f-940c-4e50-ad3e-5834b3110426 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:27:01.851 7 INFO cinder.api.openstack.wsgi [None req-2e31baf9-10dc-4b07-88dd-3c46bb6a3dec b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:27:01.853 8 INFO cinder.api.openstack.wsgi [None req-9929877f-940c-4e50-ad3e-5834b3110426 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:27:01.855 7 INFO cinder.api.openstack.wsgi [None req-2e31baf9-10dc-4b07-88dd-3c46bb6a3dec b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:27:11.851 8 INFO cinder.api.openstack.wsgi [None req-9929877f-940c-4e50-ad3e-5834b3110426 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:27:11.851 7 INFO cinder.api.openstack.wsgi [None req-2e31baf9-10dc-4b07-88dd-3c46bb6a3dec b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:27:11.852 8 INFO cinder.api.openstack.wsgi [None req-9929877f-940c-4e50-ad3e-5834b3110426 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:27:11.853 7 INFO cinder.api.openstack.wsgi [None req-2e31baf9-10dc-4b07-88dd-3c46bb6a3dec b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:27:21.852 7 INFO cinder.api.openstack.wsgi [None req-2e31baf9-10dc-4b07-88dd-3c46bb6a3dec b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:27:21.852 8 INFO cinder.api.openstack.wsgi [None req-9929877f-940c-4e50-ad3e-5834b3110426 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:27:21.853 7 INFO cinder.api.openstack.wsgi [None req-2e31baf9-10dc-4b07-88dd-3c46bb6a3dec b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:27:21.853 8 INFO cinder.api.openstack.wsgi [None req-9929877f-940c-4e50-ad3e-5834b3110426 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:27:31.852 8 INFO cinder.api.openstack.wsgi [None req-9929877f-940c-4e50-ad3e-5834b3110426 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:27:31.852 7 INFO cinder.api.openstack.wsgi [None req-2e31baf9-10dc-4b07-88dd-3c46bb6a3dec b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:27:31.853 8 INFO cinder.api.openstack.wsgi [None req-9929877f-940c-4e50-ad3e-5834b3110426 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:27:31.854 7 INFO cinder.api.openstack.wsgi [None req-2e31baf9-10dc-4b07-88dd-3c46bb6a3dec b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:27:37.269 8 INFO cinder.api.openstack.wsgi [None req-9d05280c-9895-4142-a17d-0ff267d983ed b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true 2026-05-08 11:27:37.309 8 INFO cinder.api.openstack.wsgi [None req-9d05280c-9895-4142-a17d-0ff267d983ed b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 297/594] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:27:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true => generated 847 bytes in 183 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:27:37.327 7 INFO cinder.api.openstack.wsgi [None req-0bdedebf-4c1d-41a1-9929-f9799fe1562e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true 2026-05-08 11:27:37.374 7 INFO cinder.api.openstack.wsgi [None req-0bdedebf-4c1d-41a1-9929-f9799fe1562e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 298/595] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:27:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true => generated 845 bytes in 58 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:27:37.391 8 INFO cinder.api.openstack.wsgi [None req-d19593bb-34ba-41ec-a5ca-50ab29e27a50 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true 2026-05-08 11:27:37.422 8 INFO cinder.api.openstack.wsgi [None req-d19593bb-34ba-41ec-a5ca-50ab29e27a50 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 298/596] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:27:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true => generated 845 bytes in 44 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:27:37.436 7 INFO cinder.api.openstack.wsgi [None req-197979bb-f14f-49e4-bde1-52b86914fc55 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true 2026-05-08 11:27:37.443 7 INFO cinder.volume.api [None req-197979bb-f14f-49e4-bde1-52b86914fc55 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all snapshots completed successfully. 2026-05-08 11:27:37.444 7 INFO cinder.api.openstack.wsgi [None req-197979bb-f14f-49e4-bde1-52b86914fc55 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 299/597] 10.0.0.154 () {28 vars in 674 bytes} [Fri May 8 11:27:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:27:37.460 8 INFO cinder.api.openstack.wsgi [None req-aa4ec6e4-f3f0-4696-8ab1-ec170668485c b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true 2026-05-08 11:27:37.478 8 INFO cinder.api.openstack.wsgi [None req-aa4ec6e4-f3f0-4696-8ab1-ec170668485c b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 299/598] 10.0.0.154 () {28 vars in 696 bytes} [Fri May 8 11:27:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:27:37.492 7 INFO cinder.api.openstack.wsgi [None req-61df70fe-8288-42b8-9911-67b5d4583290 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:27:37.504 7 INFO cinder.volume.api [None req-61df70fe-8288-42b8-9911-67b5d4583290 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:27:37.507 7 INFO cinder.api.openstack.wsgi [None req-61df70fe-8288-42b8-9911-67b5d4583290 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 300/599] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:27:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:27:37.519 8 INFO cinder.api.openstack.wsgi [None req-cc404335-6a99-49fe-8535-70171a7eb8b1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services 2026-05-08 11:27:37.526 8 INFO cinder.api.openstack.wsgi [None req-cc404335-6a99-49fe-8535-70171a7eb8b1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services returned with HTTP 200 [pid: 8|app: 0|req: 300/600] 10.0.0.154 () {28 vars in 645 bytes} [Fri May 8 11:27:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-services => generated 646 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:27:37.539 7 INFO cinder.api.openstack.wsgi [None req-034c8fd9-b289-4113-adc8-e54fb002c818 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:27:37.554 7 INFO cinder.volume.api [None req-034c8fd9-b289-4113-adc8-e54fb002c818 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:27:37.557 7 INFO cinder.api.openstack.wsgi [None req-034c8fd9-b289-4113-adc8-e54fb002c818 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 301/601] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:27:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true => generated 15 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-05-08 11:27:41.851 8 INFO cinder.api.openstack.wsgi [None req-cc404335-6a99-49fe-8535-70171a7eb8b1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:27:41.851 7 INFO cinder.api.openstack.wsgi [None req-034c8fd9-b289-4113-adc8-e54fb002c818 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:27:41.852 8 INFO cinder.api.openstack.wsgi [None req-cc404335-6a99-49fe-8535-70171a7eb8b1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:27:41.853 7 INFO cinder.api.openstack.wsgi [None req-034c8fd9-b289-4113-adc8-e54fb002c818 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:27:51.852 8 INFO cinder.api.openstack.wsgi [None req-cc404335-6a99-49fe-8535-70171a7eb8b1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:27:51.852 7 INFO cinder.api.openstack.wsgi [None req-034c8fd9-b289-4113-adc8-e54fb002c818 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:27:51.853 8 INFO cinder.api.openstack.wsgi [None req-cc404335-6a99-49fe-8535-70171a7eb8b1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:27:51.853 7 INFO cinder.api.openstack.wsgi [None req-034c8fd9-b289-4113-adc8-e54fb002c818 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:28:01.851 8 INFO cinder.api.openstack.wsgi [None req-cc404335-6a99-49fe-8535-70171a7eb8b1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:28:01.852 7 INFO cinder.api.openstack.wsgi [None req-034c8fd9-b289-4113-adc8-e54fb002c818 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:28:01.852 8 INFO cinder.api.openstack.wsgi [None req-cc404335-6a99-49fe-8535-70171a7eb8b1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:28:01.853 7 INFO cinder.api.openstack.wsgi [None req-034c8fd9-b289-4113-adc8-e54fb002c818 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:28:11.851 8 INFO cinder.api.openstack.wsgi [None req-cc404335-6a99-49fe-8535-70171a7eb8b1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:28:11.852 7 INFO cinder.api.openstack.wsgi [None req-034c8fd9-b289-4113-adc8-e54fb002c818 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:28:11.852 8 INFO cinder.api.openstack.wsgi [None req-cc404335-6a99-49fe-8535-70171a7eb8b1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:28:11.854 7 INFO cinder.api.openstack.wsgi [None req-034c8fd9-b289-4113-adc8-e54fb002c818 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:28:21.852 8 INFO cinder.api.openstack.wsgi [None req-cc404335-6a99-49fe-8535-70171a7eb8b1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:28:21.852 7 INFO cinder.api.openstack.wsgi [None req-034c8fd9-b289-4113-adc8-e54fb002c818 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:28:21.854 8 INFO cinder.api.openstack.wsgi [None req-cc404335-6a99-49fe-8535-70171a7eb8b1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:28:21.854 7 INFO cinder.api.openstack.wsgi [None req-034c8fd9-b289-4113-adc8-e54fb002c818 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:28:31.852 8 INFO cinder.api.openstack.wsgi [None req-cc404335-6a99-49fe-8535-70171a7eb8b1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:28:31.853 8 INFO cinder.api.openstack.wsgi [None req-cc404335-6a99-49fe-8535-70171a7eb8b1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:28:31.852 7 INFO cinder.api.openstack.wsgi [None req-034c8fd9-b289-4113-adc8-e54fb002c818 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:28:31.855 7 INFO cinder.api.openstack.wsgi [None req-034c8fd9-b289-4113-adc8-e54fb002c818 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:28:37.127 8 INFO cinder.api.openstack.wsgi [None req-fcf7bdf5-da2b-4ba3-bf31-6e4dd1ca3757 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true 2026-05-08 11:28:37.145 8 INFO cinder.api.openstack.wsgi [None req-fcf7bdf5-da2b-4ba3-bf31-6e4dd1ca3757 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 307/614] 10.0.0.154 () {28 vars in 696 bytes} [Fri May 8 11:28:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true => generated 670 bytes in 76 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:28:37.185 7 INFO cinder.api.openstack.wsgi [None req-b3db038d-0a5b-45b3-8096-4ce186b9dffa b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true 2026-05-08 11:28:37.222 7 INFO cinder.api.openstack.wsgi [None req-b3db038d-0a5b-45b3-8096-4ce186b9dffa b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 308/615] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:28:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true => generated 847 bytes in 44 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:28:37.240 8 INFO cinder.api.openstack.wsgi [None req-3775a0e0-844d-4ebc-8ea1-a6714f00b98a b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true 2026-05-08 11:28:37.287 8 INFO cinder.api.openstack.wsgi [None req-3775a0e0-844d-4ebc-8ea1-a6714f00b98a b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 308/616] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:28:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true => generated 845 bytes in 59 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:28:37.302 7 INFO cinder.api.openstack.wsgi [None req-79b612c3-d4d9-40c3-9b92-8454d116b480 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true 2026-05-08 11:28:37.336 7 INFO cinder.api.openstack.wsgi [None req-79b612c3-d4d9-40c3-9b92-8454d116b480 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 309/617] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:28:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true => generated 845 bytes in 45 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:28:37.349 8 INFO cinder.api.openstack.wsgi [None req-57260e48-2cf8-4d0a-bffe-40782ac53a2c b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true 2026-05-08 11:28:37.357 8 INFO cinder.volume.api [None req-57260e48-2cf8-4d0a-bffe-40782ac53a2c b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all snapshots completed successfully. 2026-05-08 11:28:37.357 8 INFO cinder.api.openstack.wsgi [None req-57260e48-2cf8-4d0a-bffe-40782ac53a2c b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 309/618] 10.0.0.154 () {28 vars in 674 bytes} [Fri May 8 11:28:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:28:37.371 7 INFO cinder.api.openstack.wsgi [None req-3cdef3c0-92eb-4e7f-8aee-7373b2bd7ac6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services 2026-05-08 11:28:37.386 7 INFO cinder.api.openstack.wsgi [None req-3cdef3c0-92eb-4e7f-8aee-7373b2bd7ac6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services returned with HTTP 200 [pid: 7|app: 0|req: 310/619] 10.0.0.154 () {28 vars in 645 bytes} [Fri May 8 11:28:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-services => generated 646 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:28:37.396 8 INFO cinder.api.openstack.wsgi [None req-cc5f0395-a757-413c-8077-6ceea9258e3d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:28:37.405 8 INFO cinder.volume.api [None req-cc5f0395-a757-413c-8077-6ceea9258e3d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:28:37.409 8 INFO cinder.api.openstack.wsgi [None req-cc5f0395-a757-413c-8077-6ceea9258e3d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 310/620] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:28:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:28:37.419 7 INFO cinder.api.openstack.wsgi [None req-704d7810-8afc-428e-8480-80a181a17a34 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:28:37.430 7 INFO cinder.volume.api [None req-704d7810-8afc-428e-8480-80a181a17a34 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:28:37.431 7 INFO cinder.api.openstack.wsgi [None req-704d7810-8afc-428e-8480-80a181a17a34 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 311/621] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:28:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:28:41.851 8 INFO cinder.api.openstack.wsgi [None req-cc5f0395-a757-413c-8077-6ceea9258e3d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:28:41.851 7 INFO cinder.api.openstack.wsgi [None req-704d7810-8afc-428e-8480-80a181a17a34 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:28:41.853 8 INFO cinder.api.openstack.wsgi [None req-cc5f0395-a757-413c-8077-6ceea9258e3d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:28:41.853 7 INFO cinder.api.openstack.wsgi [None req-704d7810-8afc-428e-8480-80a181a17a34 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:28:51.851 8 INFO cinder.api.openstack.wsgi [None req-cc5f0395-a757-413c-8077-6ceea9258e3d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:28:51.852 8 INFO cinder.api.openstack.wsgi [None req-cc5f0395-a757-413c-8077-6ceea9258e3d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:28:51.852 7 INFO cinder.api.openstack.wsgi [None req-704d7810-8afc-428e-8480-80a181a17a34 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:28:51.854 7 INFO cinder.api.openstack.wsgi [None req-704d7810-8afc-428e-8480-80a181a17a34 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:29:01.851 7 INFO cinder.api.openstack.wsgi [None req-704d7810-8afc-428e-8480-80a181a17a34 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:29:01.851 8 INFO cinder.api.openstack.wsgi [None req-cc5f0395-a757-413c-8077-6ceea9258e3d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:29:01.852 7 INFO cinder.api.openstack.wsgi [None req-704d7810-8afc-428e-8480-80a181a17a34 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:29:01.853 8 INFO cinder.api.openstack.wsgi [None req-cc5f0395-a757-413c-8077-6ceea9258e3d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:29:11.851 7 INFO cinder.api.openstack.wsgi [None req-704d7810-8afc-428e-8480-80a181a17a34 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:29:11.851 8 INFO cinder.api.openstack.wsgi [None req-cc5f0395-a757-413c-8077-6ceea9258e3d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:29:11.853 7 INFO cinder.api.openstack.wsgi [None req-704d7810-8afc-428e-8480-80a181a17a34 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:29:11.853 8 INFO cinder.api.openstack.wsgi [None req-cc5f0395-a757-413c-8077-6ceea9258e3d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:29:21.851 7 INFO cinder.api.openstack.wsgi [None req-704d7810-8afc-428e-8480-80a181a17a34 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:29:21.852 7 INFO cinder.api.openstack.wsgi [None req-704d7810-8afc-428e-8480-80a181a17a34 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:29:21.853 8 INFO cinder.api.openstack.wsgi [None req-cc5f0395-a757-413c-8077-6ceea9258e3d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:29:21.855 8 INFO cinder.api.openstack.wsgi [None req-cc5f0395-a757-413c-8077-6ceea9258e3d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:29:31.852 8 INFO cinder.api.openstack.wsgi [None req-cc5f0395-a757-413c-8077-6ceea9258e3d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:29:31.852 7 INFO cinder.api.openstack.wsgi [None req-704d7810-8afc-428e-8480-80a181a17a34 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:29:31.853 8 INFO cinder.api.openstack.wsgi [None req-cc5f0395-a757-413c-8077-6ceea9258e3d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:29:31.853 7 INFO cinder.api.openstack.wsgi [None req-704d7810-8afc-428e-8480-80a181a17a34 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:29:37.128 8 INFO cinder.api.openstack.wsgi [None req-b03c5dc6-792a-4d3f-bc22-83087ebef4e7 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true 2026-05-08 11:29:37.143 8 INFO cinder.api.openstack.wsgi [None req-b03c5dc6-792a-4d3f-bc22-83087ebef4e7 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 317/634] 10.0.0.154 () {28 vars in 696 bytes} [Fri May 8 11:29:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true => generated 670 bytes in 68 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:29:37.192 7 INFO cinder.api.openstack.wsgi [None req-15441c23-294a-41d3-a973-46f4c02b077e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true 2026-05-08 11:29:37.216 7 INFO cinder.api.openstack.wsgi [None req-15441c23-294a-41d3-a973-46f4c02b077e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 318/635] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:29:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true => generated 847 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:29:37.228 8 INFO cinder.api.openstack.wsgi [None req-f927f79a-ad2b-4f0e-ac98-1f2aecb314b9 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true 2026-05-08 11:29:37.255 8 INFO cinder.api.openstack.wsgi [None req-f927f79a-ad2b-4f0e-ac98-1f2aecb314b9 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 318/636] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:29:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true => generated 845 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:29:37.269 7 INFO cinder.api.openstack.wsgi [None req-814384c3-402e-413e-9776-2af2b317d3e2 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true 2026-05-08 11:29:37.302 7 INFO cinder.api.openstack.wsgi [None req-814384c3-402e-413e-9776-2af2b317d3e2 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 319/637] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:29:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true => generated 845 bytes in 42 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:29:37.315 8 INFO cinder.api.openstack.wsgi [None req-f407e23a-89d2-4f63-abaf-c0f5865465a5 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true 2026-05-08 11:29:37.321 8 INFO cinder.volume.api [None req-f407e23a-89d2-4f63-abaf-c0f5865465a5 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all snapshots completed successfully. 2026-05-08 11:29:37.321 8 INFO cinder.api.openstack.wsgi [None req-f407e23a-89d2-4f63-abaf-c0f5865465a5 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 319/638] 10.0.0.154 () {28 vars in 674 bytes} [Fri May 8 11:29:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:29:37.334 7 INFO cinder.api.openstack.wsgi [None req-876d9c28-ddb2-4058-a77d-8b494ba85a16 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:29:37.344 7 INFO cinder.volume.api [None req-876d9c28-ddb2-4058-a77d-8b494ba85a16 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:29:37.347 7 INFO cinder.api.openstack.wsgi [None req-876d9c28-ddb2-4058-a77d-8b494ba85a16 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 320/639] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:29:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:29:37.362 8 INFO cinder.api.openstack.wsgi [None req-92a92e44-d84a-4e74-bf1f-03410eff1256 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:29:37.374 8 INFO cinder.volume.api [None req-92a92e44-d84a-4e74-bf1f-03410eff1256 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:29:37.377 8 INFO cinder.api.openstack.wsgi [None req-92a92e44-d84a-4e74-bf1f-03410eff1256 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 320/640] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:29:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:29:37.395 7 INFO cinder.api.openstack.wsgi [None req-efd646dc-18e3-4f0d-892a-21c3342d24d0 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services 2026-05-08 11:29:37.408 7 INFO cinder.api.openstack.wsgi [None req-efd646dc-18e3-4f0d-892a-21c3342d24d0 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services returned with HTTP 200 [pid: 7|app: 0|req: 321/641] 10.0.0.154 () {28 vars in 645 bytes} [Fri May 8 11:29:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-services => generated 646 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:29:41.852 7 INFO cinder.api.openstack.wsgi [None req-efd646dc-18e3-4f0d-892a-21c3342d24d0 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:29:41.852 8 INFO cinder.api.openstack.wsgi [None req-92a92e44-d84a-4e74-bf1f-03410eff1256 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:29:41.853 7 INFO cinder.api.openstack.wsgi [None req-efd646dc-18e3-4f0d-892a-21c3342d24d0 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:29:41.854 8 INFO cinder.api.openstack.wsgi [None req-92a92e44-d84a-4e74-bf1f-03410eff1256 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:29:47.449 7 INFO cinder.api.openstack.wsgi [None req-d25629f2-b760-4a52-ac70-6c6372496783 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET https://volume.199-204-45-89.nip.io/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a 2026-05-08 11:29:47.469 7 INFO cinder.api.openstack.wsgi [None req-d25629f2-b760-4a52-ac70-6c6372496783 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] https://volume.199-204-45-89.nip.io/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a returned with HTTP 200 [pid: 7|app: 0|req: 323/644] 199.204.45.89 () {44 vars in 1042 bytes} [Fri May 8 11:29:47 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a => generated 338 bytes in 68 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:29:51.851 8 INFO cinder.api.openstack.wsgi [None req-92a92e44-d84a-4e74-bf1f-03410eff1256 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:29:51.851 7 INFO cinder.api.openstack.wsgi [None req-d25629f2-b760-4a52-ac70-6c6372496783 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:29:51.852 8 INFO cinder.api.openstack.wsgi [None req-92a92e44-d84a-4e74-bf1f-03410eff1256 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:29:51.853 7 INFO cinder.api.openstack.wsgi [None req-d25629f2-b760-4a52-ac70-6c6372496783 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:30:01.852 8 INFO cinder.api.openstack.wsgi [None req-92a92e44-d84a-4e74-bf1f-03410eff1256 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:30:01.852 7 INFO cinder.api.openstack.wsgi [None req-d25629f2-b760-4a52-ac70-6c6372496783 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:30:01.853 8 INFO cinder.api.openstack.wsgi [None req-92a92e44-d84a-4e74-bf1f-03410eff1256 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:30:01.854 7 INFO cinder.api.openstack.wsgi [None req-d25629f2-b760-4a52-ac70-6c6372496783 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:30:11.852 7 INFO cinder.api.openstack.wsgi [None req-d25629f2-b760-4a52-ac70-6c6372496783 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:30:11.853 7 INFO cinder.api.openstack.wsgi [None req-d25629f2-b760-4a52-ac70-6c6372496783 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:30:11.853 8 INFO cinder.api.openstack.wsgi [None req-92a92e44-d84a-4e74-bf1f-03410eff1256 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:30:11.855 8 INFO cinder.api.openstack.wsgi [None req-92a92e44-d84a-4e74-bf1f-03410eff1256 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:30:21.852 8 INFO cinder.api.openstack.wsgi [None req-92a92e44-d84a-4e74-bf1f-03410eff1256 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:30:21.852 7 INFO cinder.api.openstack.wsgi [None req-d25629f2-b760-4a52-ac70-6c6372496783 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:30:21.853 8 INFO cinder.api.openstack.wsgi [None req-92a92e44-d84a-4e74-bf1f-03410eff1256 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:30:21.853 7 INFO cinder.api.openstack.wsgi [None req-d25629f2-b760-4a52-ac70-6c6372496783 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:30:31.851 7 INFO cinder.api.openstack.wsgi [None req-d25629f2-b760-4a52-ac70-6c6372496783 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:30:31.851 8 INFO cinder.api.openstack.wsgi [None req-92a92e44-d84a-4e74-bf1f-03410eff1256 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:30:31.852 7 INFO cinder.api.openstack.wsgi [None req-d25629f2-b760-4a52-ac70-6c6372496783 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:30:31.853 8 INFO cinder.api.openstack.wsgi [None req-92a92e44-d84a-4e74-bf1f-03410eff1256 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:30:37.128 7 INFO cinder.api.openstack.wsgi [None req-112b4087-c836-4d54-bc74-16c5469aadad b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:30:37.144 7 INFO cinder.volume.api [None req-112b4087-c836-4d54-bc74-16c5469aadad b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:30:37.147 7 INFO cinder.api.openstack.wsgi [None req-112b4087-c836-4d54-bc74-16c5469aadad b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 329/655] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:30:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:30:37.161 8 INFO cinder.api.openstack.wsgi [None req-55d48c7c-1ad2-4357-976a-712dbd324094 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true 2026-05-08 11:30:37.181 8 INFO cinder.api.openstack.wsgi [None req-55d48c7c-1ad2-4357-976a-712dbd324094 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 327/656] 10.0.0.154 () {28 vars in 696 bytes} [Fri May 8 11:30:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:30:37.196 7 INFO cinder.api.openstack.wsgi [None req-a2090cb5-73a0-43f4-9c1c-0f1e8efad05a b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:30:37.223 7 INFO cinder.volume.api [None req-a2090cb5-73a0-43f4-9c1c-0f1e8efad05a b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:30:37.226 7 INFO cinder.api.openstack.wsgi [None req-a2090cb5-73a0-43f4-9c1c-0f1e8efad05a b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 330/657] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:30:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true => generated 15 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-05-08 11:30:37.240 8 INFO cinder.api.openstack.wsgi [None req-ae16b391-eda5-4c2f-aacc-37ac8ad5e20e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services 2026-05-08 11:30:37.256 8 INFO cinder.api.openstack.wsgi [None req-ae16b391-eda5-4c2f-aacc-37ac8ad5e20e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services returned with HTTP 200 [pid: 8|app: 0|req: 328/658] 10.0.0.154 () {28 vars in 645 bytes} [Fri May 8 11:30:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-services => generated 646 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:30:37.332 7 INFO cinder.api.openstack.wsgi [None req-00ee81f5-8932-42af-abd1-50e0da758a40 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true 2026-05-08 11:30:37.367 7 INFO cinder.api.openstack.wsgi [None req-00ee81f5-8932-42af-abd1-50e0da758a40 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 331/659] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:30:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true => generated 847 bytes in 46 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:30:37.378 8 INFO cinder.api.openstack.wsgi [None req-a296f875-6cc7-4f41-84f0-18cc2706a77e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true 2026-05-08 11:30:37.421 8 INFO cinder.api.openstack.wsgi [None req-a296f875-6cc7-4f41-84f0-18cc2706a77e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 329/660] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:30:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true => generated 845 bytes in 51 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:30:37.435 7 INFO cinder.api.openstack.wsgi [None req-a9e2c653-8d7e-4eae-8591-840239b4acf3 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true 2026-05-08 11:30:37.470 7 INFO cinder.api.openstack.wsgi [None req-a9e2c653-8d7e-4eae-8591-840239b4acf3 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 332/661] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:30:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true => generated 845 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:30:37.481 8 INFO cinder.api.openstack.wsgi [None req-83ea881d-d8e4-4fbc-9b0c-a1888b14e314 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true 2026-05-08 11:30:37.488 8 INFO cinder.volume.api [None req-83ea881d-d8e4-4fbc-9b0c-a1888b14e314 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all snapshots completed successfully. 2026-05-08 11:30:37.488 8 INFO cinder.api.openstack.wsgi [None req-83ea881d-d8e4-4fbc-9b0c-a1888b14e314 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 330/662] 10.0.0.154 () {28 vars in 674 bytes} [Fri May 8 11:30:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:30:41.851 8 INFO cinder.api.openstack.wsgi [None req-83ea881d-d8e4-4fbc-9b0c-a1888b14e314 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:30:41.851 7 INFO cinder.api.openstack.wsgi [None req-a9e2c653-8d7e-4eae-8591-840239b4acf3 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:30:41.852 8 INFO cinder.api.openstack.wsgi [None req-83ea881d-d8e4-4fbc-9b0c-a1888b14e314 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:30:41.853 7 INFO cinder.api.openstack.wsgi [None req-a9e2c653-8d7e-4eae-8591-840239b4acf3 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:30:51.851 8 INFO cinder.api.openstack.wsgi [None req-83ea881d-d8e4-4fbc-9b0c-a1888b14e314 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:30:51.852 7 INFO cinder.api.openstack.wsgi [None req-a9e2c653-8d7e-4eae-8591-840239b4acf3 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:30:51.852 8 INFO cinder.api.openstack.wsgi [None req-83ea881d-d8e4-4fbc-9b0c-a1888b14e314 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:30:51.853 7 INFO cinder.api.openstack.wsgi [None req-a9e2c653-8d7e-4eae-8591-840239b4acf3 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:30:52.270 8 INFO cinder.api.openstack.wsgi [None req-b283d5f0-09dc-4503-9680-908b4a04aae7 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET https://volume.199-204-45-89.nip.io/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b 2026-05-08 11:30:52.295 8 INFO cinder.api.openstack.wsgi [None req-b283d5f0-09dc-4503-9680-908b4a04aae7 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] https://volume.199-204-45-89.nip.io/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b returned with HTTP 200 [pid: 8|app: 0|req: 333/667] 199.204.45.89 () {44 vars in 1042 bytes} [Fri May 8 11:30:52 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b => generated 338 bytes in 82 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:31:01.852 7 INFO cinder.api.openstack.wsgi [None req-a9e2c653-8d7e-4eae-8591-840239b4acf3 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:31:01.852 8 INFO cinder.api.openstack.wsgi [None req-b283d5f0-09dc-4503-9680-908b4a04aae7 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:31:01.854 7 INFO cinder.api.openstack.wsgi [None req-a9e2c653-8d7e-4eae-8591-840239b4acf3 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:31:01.854 8 INFO cinder.api.openstack.wsgi [None req-b283d5f0-09dc-4503-9680-908b4a04aae7 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:31:11.851 7 INFO cinder.api.openstack.wsgi [None req-a9e2c653-8d7e-4eae-8591-840239b4acf3 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:31:11.852 7 INFO cinder.api.openstack.wsgi [None req-a9e2c653-8d7e-4eae-8591-840239b4acf3 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:31:11.853 8 INFO cinder.api.openstack.wsgi [None req-b283d5f0-09dc-4503-9680-908b4a04aae7 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:31:11.855 8 INFO cinder.api.openstack.wsgi [None req-b283d5f0-09dc-4503-9680-908b4a04aae7 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:31:21.851 7 INFO cinder.api.openstack.wsgi [None req-a9e2c653-8d7e-4eae-8591-840239b4acf3 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:31:21.852 8 INFO cinder.api.openstack.wsgi [None req-b283d5f0-09dc-4503-9680-908b4a04aae7 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:31:21.853 7 INFO cinder.api.openstack.wsgi [None req-a9e2c653-8d7e-4eae-8591-840239b4acf3 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:31:21.854 8 INFO cinder.api.openstack.wsgi [None req-b283d5f0-09dc-4503-9680-908b4a04aae7 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:31:31.851 8 INFO cinder.api.openstack.wsgi [None req-b283d5f0-09dc-4503-9680-908b4a04aae7 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:31:31.851 7 INFO cinder.api.openstack.wsgi [None req-a9e2c653-8d7e-4eae-8591-840239b4acf3 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:31:31.853 8 INFO cinder.api.openstack.wsgi [None req-b283d5f0-09dc-4503-9680-908b4a04aae7 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:31:31.854 7 INFO cinder.api.openstack.wsgi [None req-a9e2c653-8d7e-4eae-8591-840239b4acf3 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:31:37.136 8 INFO cinder.api.openstack.wsgi [None req-6d0561ef-9132-4021-8529-80ea2e646747 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true 2026-05-08 11:31:37.150 8 INFO cinder.api.openstack.wsgi [None req-6d0561ef-9132-4021-8529-80ea2e646747 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 338/676] 10.0.0.154 () {28 vars in 696 bytes} [Fri May 8 11:31:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true => generated 670 bytes in 71 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:31:37.165 7 INFO cinder.api.openstack.wsgi [None req-8cd823bf-e442-488b-92a4-3c169f614a0b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true 2026-05-08 11:31:37.173 7 INFO cinder.volume.api [None req-8cd823bf-e442-488b-92a4-3c169f614a0b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all snapshots completed successfully. 2026-05-08 11:31:37.174 7 INFO cinder.api.openstack.wsgi [None req-8cd823bf-e442-488b-92a4-3c169f614a0b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 339/677] 10.0.0.154 () {28 vars in 674 bytes} [Fri May 8 11:31:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:31:37.229 8 INFO cinder.api.openstack.wsgi [None req-31487c53-40c0-419b-9cad-2c8f15b23862 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true 2026-05-08 11:31:37.266 8 INFO cinder.api.openstack.wsgi [None req-31487c53-40c0-419b-9cad-2c8f15b23862 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 339/678] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:31:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true => generated 847 bytes in 46 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:31:37.278 7 INFO cinder.api.openstack.wsgi [None req-84c9130c-305e-4beb-8e8c-119703c1e63c b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true 2026-05-08 11:31:37.309 7 INFO cinder.api.openstack.wsgi [None req-84c9130c-305e-4beb-8e8c-119703c1e63c b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 340/679] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:31:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true => generated 845 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:31:37.327 8 INFO cinder.api.openstack.wsgi [None req-5de2a4a5-c3bb-4d2f-bbcc-19bb7f34da72 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true 2026-05-08 11:31:37.357 8 INFO cinder.api.openstack.wsgi [None req-5de2a4a5-c3bb-4d2f-bbcc-19bb7f34da72 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 340/680] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:31:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true => generated 845 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:31:37.368 7 INFO cinder.api.openstack.wsgi [None req-3b9e49e1-d471-4f41-a895-975eeb9c66f5 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:31:37.384 7 INFO cinder.volume.api [None req-3b9e49e1-d471-4f41-a895-975eeb9c66f5 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:31:37.387 7 INFO cinder.api.openstack.wsgi [None req-3b9e49e1-d471-4f41-a895-975eeb9c66f5 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 341/681] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:31:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:31:37.398 8 INFO cinder.api.openstack.wsgi [None req-bb254e7c-6359-4f24-a55f-3d57a9d56263 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:31:37.410 8 INFO cinder.volume.api [None req-bb254e7c-6359-4f24-a55f-3d57a9d56263 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:31:37.414 8 INFO cinder.api.openstack.wsgi [None req-bb254e7c-6359-4f24-a55f-3d57a9d56263 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 341/682] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:31:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:31:37.428 7 INFO cinder.api.openstack.wsgi [None req-409a02aa-cfda-479e-92e5-2f719bb01a90 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services 2026-05-08 11:31:37.434 7 INFO cinder.api.openstack.wsgi [None req-409a02aa-cfda-479e-92e5-2f719bb01a90 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services returned with HTTP 200 [pid: 7|app: 0|req: 342/683] 10.0.0.154 () {28 vars in 645 bytes} [Fri May 8 11:31:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-services => generated 646 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:31:41.852 7 INFO cinder.api.openstack.wsgi [None req-409a02aa-cfda-479e-92e5-2f719bb01a90 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:31:41.852 8 INFO cinder.api.openstack.wsgi [None req-bb254e7c-6359-4f24-a55f-3d57a9d56263 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:31:41.854 7 INFO cinder.api.openstack.wsgi [None req-409a02aa-cfda-479e-92e5-2f719bb01a90 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:31:41.854 8 INFO cinder.api.openstack.wsgi [None req-bb254e7c-6359-4f24-a55f-3d57a9d56263 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:31:51.852 8 INFO cinder.api.openstack.wsgi [None req-bb254e7c-6359-4f24-a55f-3d57a9d56263 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:31:51.852 7 INFO cinder.api.openstack.wsgi [None req-409a02aa-cfda-479e-92e5-2f719bb01a90 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:31:51.853 8 INFO cinder.api.openstack.wsgi [None req-bb254e7c-6359-4f24-a55f-3d57a9d56263 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:31:51.854 7 INFO cinder.api.openstack.wsgi [None req-409a02aa-cfda-479e-92e5-2f719bb01a90 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:32:01.852 8 INFO cinder.api.openstack.wsgi [None req-bb254e7c-6359-4f24-a55f-3d57a9d56263 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:32:01.852 7 INFO cinder.api.openstack.wsgi [None req-409a02aa-cfda-479e-92e5-2f719bb01a90 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:32:01.853 8 INFO cinder.api.openstack.wsgi [None req-bb254e7c-6359-4f24-a55f-3d57a9d56263 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:32:01.854 7 INFO cinder.api.openstack.wsgi [None req-409a02aa-cfda-479e-92e5-2f719bb01a90 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:32:11.854 7 INFO cinder.api.openstack.wsgi [None req-409a02aa-cfda-479e-92e5-2f719bb01a90 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:32:11.852 8 INFO cinder.api.openstack.wsgi [None req-bb254e7c-6359-4f24-a55f-3d57a9d56263 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:32:11.856 8 INFO cinder.api.openstack.wsgi [None req-bb254e7c-6359-4f24-a55f-3d57a9d56263 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:32:11.857 7 INFO cinder.api.openstack.wsgi [None req-409a02aa-cfda-479e-92e5-2f719bb01a90 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:32:21.852 7 INFO cinder.api.openstack.wsgi [None req-409a02aa-cfda-479e-92e5-2f719bb01a90 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:32:21.852 8 INFO cinder.api.openstack.wsgi [None req-bb254e7c-6359-4f24-a55f-3d57a9d56263 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:32:21.853 7 INFO cinder.api.openstack.wsgi [None req-409a02aa-cfda-479e-92e5-2f719bb01a90 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:32:21.854 8 INFO cinder.api.openstack.wsgi [None req-bb254e7c-6359-4f24-a55f-3d57a9d56263 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:32:27.352 7 INFO cinder.api.openstack.wsgi [None req-4d261db6-24f7-4882-8e9a-2357b50d405b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots 2026-05-08 11:32:27.368 7 INFO cinder.volume.api [None req-4d261db6-24f7-4882-8e9a-2357b50d405b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all snapshots completed successfully. 2026-05-08 11:32:27.369 7 INFO cinder.api.openstack.wsgi [None req-4d261db6-24f7-4882-8e9a-2357b50d405b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots returned with HTTP 200 [pid: 7|app: 0|req: 348/694] 10.0.0.41 () {32 vars in 704 bytes} [Fri May 8 11:32:27 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/snapshots => generated 17 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-05-08 11:32:27.388 8 INFO cinder.api.openstack.wsgi [None req-2ed46a37-aca7-4e3f-a226-607b92b40338 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes 2026-05-08 11:32:27.415 8 INFO cinder.volume.api [None req-2ed46a37-aca7-4e3f-a226-607b92b40338 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:32:27.416 8 INFO cinder.api.openstack.wsgi [None req-2ed46a37-aca7-4e3f-a226-607b92b40338 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes returned with HTTP 200 [pid: 8|app: 0|req: 347/695] 10.0.0.41 () {32 vars in 700 bytes} [Fri May 8 11:32:27 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/volumes => generated 15 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-05-08 11:32:31.852 7 INFO cinder.api.openstack.wsgi [None req-4d261db6-24f7-4882-8e9a-2357b50d405b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:32:31.852 8 INFO cinder.api.openstack.wsgi [None req-2ed46a37-aca7-4e3f-a226-607b92b40338 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:32:31.853 7 INFO cinder.api.openstack.wsgi [None req-4d261db6-24f7-4882-8e9a-2357b50d405b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:32:31.853 8 INFO cinder.api.openstack.wsgi [None req-2ed46a37-aca7-4e3f-a226-607b92b40338 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:32:37.352 7 INFO cinder.api.openstack.wsgi [None req-15d9ddd4-e839-4be6-bb16-d3981150c159 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services 2026-05-08 11:32:37.362 7 INFO cinder.api.openstack.wsgi [None req-15d9ddd4-e839-4be6-bb16-d3981150c159 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services returned with HTTP 200 [pid: 7|app: 0|req: 350/698] 10.0.0.154 () {28 vars in 645 bytes} [Fri May 8 11:32:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-services => generated 646 bytes in 279 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:32:37.384 8 INFO cinder.api.openstack.wsgi [None req-f5345a9d-60a4-472b-b93b-a04ef842b65b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:32:37.396 8 INFO cinder.volume.api [None req-f5345a9d-60a4-472b-b93b-a04ef842b65b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:32:37.398 8 INFO cinder.api.openstack.wsgi [None req-f5345a9d-60a4-472b-b93b-a04ef842b65b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 349/699] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:32:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:32:37.411 7 INFO cinder.api.openstack.wsgi [None req-03db5cac-5d48-494d-a329-a1e88520a1e1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true 2026-05-08 11:32:37.425 7 INFO cinder.volume.api [None req-03db5cac-5d48-494d-a329-a1e88520a1e1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all snapshots completed successfully. 2026-05-08 11:32:37.425 7 INFO cinder.api.openstack.wsgi [None req-03db5cac-5d48-494d-a329-a1e88520a1e1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 351/700] 10.0.0.154 () {28 vars in 674 bytes} [Fri May 8 11:32:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true => generated 17 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-05-08 11:32:37.523 8 INFO cinder.api.openstack.wsgi [None req-44dc6be2-7f09-4fa6-9caa-e9a3f3680386 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true 2026-05-08 11:32:37.574 8 INFO cinder.api.openstack.wsgi [None req-44dc6be2-7f09-4fa6-9caa-e9a3f3680386 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 350/701] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:32:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true => generated 847 bytes in 64 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:32:37.590 7 INFO cinder.api.openstack.wsgi [None req-2718eecb-3fe6-4a0e-bdde-8056a9e7274d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true 2026-05-08 11:32:37.635 7 INFO cinder.api.openstack.wsgi [None req-2718eecb-3fe6-4a0e-bdde-8056a9e7274d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 352/702] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:32:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true => generated 845 bytes in 56 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:32:37.648 8 INFO cinder.api.openstack.wsgi [None req-6f0b99e5-c5c1-41bf-9646-60920322b7ab b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true 2026-05-08 11:32:37.672 8 INFO cinder.api.openstack.wsgi [None req-6f0b99e5-c5c1-41bf-9646-60920322b7ab b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 351/703] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:32:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true => generated 845 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:32:37.686 7 INFO cinder.api.openstack.wsgi [None req-940c8e7e-acb3-42f2-9125-54a3b682064b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/aca140e86b984cfcb31a5e05b00744a3?usage=true 2026-05-08 11:32:37.740 7 INFO cinder.api.openstack.wsgi [None req-940c8e7e-acb3-42f2-9125-54a3b682064b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/aca140e86b984cfcb31a5e05b00744a3?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 353/704] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:32:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/aca140e86b984cfcb31a5e05b00744a3?usage=true => generated 847 bytes in 65 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:32:37.756 8 INFO cinder.api.openstack.wsgi [None req-ae5e9af1-f312-4662-aa10-9f1eca08b6aa b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:32:37.767 8 INFO cinder.volume.api [None req-ae5e9af1-f312-4662-aa10-9f1eca08b6aa b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:32:37.769 8 INFO cinder.api.openstack.wsgi [None req-ae5e9af1-f312-4662-aa10-9f1eca08b6aa b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 352/705] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:32:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:32:37.786 7 INFO cinder.api.openstack.wsgi [None req-7b58342f-903f-42a5-b7d9-b38fe32eea67 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true 2026-05-08 11:32:37.802 7 INFO cinder.api.openstack.wsgi [None req-7b58342f-903f-42a5-b7d9-b38fe32eea67 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 354/706] 10.0.0.154 () {28 vars in 696 bytes} [Fri May 8 11:32:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:32:41.851 8 INFO cinder.api.openstack.wsgi [None req-ae5e9af1-f312-4662-aa10-9f1eca08b6aa b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:32:41.851 7 INFO cinder.api.openstack.wsgi [None req-7b58342f-903f-42a5-b7d9-b38fe32eea67 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:32:41.852 8 INFO cinder.api.openstack.wsgi [None req-ae5e9af1-f312-4662-aa10-9f1eca08b6aa b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:32:41.853 7 INFO cinder.api.openstack.wsgi [None req-7b58342f-903f-42a5-b7d9-b38fe32eea67 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:32:51.852 8 INFO cinder.api.openstack.wsgi [None req-ae5e9af1-f312-4662-aa10-9f1eca08b6aa b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:32:51.852 7 INFO cinder.api.openstack.wsgi [None req-7b58342f-903f-42a5-b7d9-b38fe32eea67 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:32:51.853 8 INFO cinder.api.openstack.wsgi [None req-ae5e9af1-f312-4662-aa10-9f1eca08b6aa b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:32:51.853 7 INFO cinder.api.openstack.wsgi [None req-7b58342f-903f-42a5-b7d9-b38fe32eea67 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:33:01.853 7 INFO cinder.api.openstack.wsgi [None req-7b58342f-903f-42a5-b7d9-b38fe32eea67 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:33:01.853 8 INFO cinder.api.openstack.wsgi [None req-ae5e9af1-f312-4662-aa10-9f1eca08b6aa b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:33:01.854 8 INFO cinder.api.openstack.wsgi [None req-ae5e9af1-f312-4662-aa10-9f1eca08b6aa b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:33:01.854 7 INFO cinder.api.openstack.wsgi [None req-7b58342f-903f-42a5-b7d9-b38fe32eea67 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:33:11.851 8 INFO cinder.api.openstack.wsgi [None req-ae5e9af1-f312-4662-aa10-9f1eca08b6aa b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:33:11.852 8 INFO cinder.api.openstack.wsgi [None req-ae5e9af1-f312-4662-aa10-9f1eca08b6aa b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:33:11.851 7 INFO cinder.api.openstack.wsgi [None req-7b58342f-903f-42a5-b7d9-b38fe32eea67 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:33:11.855 7 INFO cinder.api.openstack.wsgi [None req-7b58342f-903f-42a5-b7d9-b38fe32eea67 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:33:21.852 8 INFO cinder.api.openstack.wsgi [None req-ae5e9af1-f312-4662-aa10-9f1eca08b6aa b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:33:21.852 7 INFO cinder.api.openstack.wsgi [None req-7b58342f-903f-42a5-b7d9-b38fe32eea67 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:33:21.853 7 INFO cinder.api.openstack.wsgi [None req-7b58342f-903f-42a5-b7d9-b38fe32eea67 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:33:21.853 8 INFO cinder.api.openstack.wsgi [None req-ae5e9af1-f312-4662-aa10-9f1eca08b6aa b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:33:31.852 8 INFO cinder.api.openstack.wsgi [None req-ae5e9af1-f312-4662-aa10-9f1eca08b6aa b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:33:31.853 8 INFO cinder.api.openstack.wsgi [None req-ae5e9af1-f312-4662-aa10-9f1eca08b6aa b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:33:31.853 7 INFO cinder.api.openstack.wsgi [None req-7b58342f-903f-42a5-b7d9-b38fe32eea67 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:33:31.855 7 INFO cinder.api.openstack.wsgi [None req-7b58342f-903f-42a5-b7d9-b38fe32eea67 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:33:37.323 8 INFO cinder.api.openstack.wsgi [None req-135b5bdf-7d7f-4c28-8f97-e0fe96e19f92 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true 2026-05-08 11:33:37.344 8 INFO cinder.api.openstack.wsgi [None req-135b5bdf-7d7f-4c28-8f97-e0fe96e19f92 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 359/719] 10.0.0.154 () {28 vars in 696 bytes} [Fri May 8 11:33:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true => generated 670 bytes in 199 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:33:37.401 7 INFO cinder.api.openstack.wsgi [None req-9b2fc3b5-ecaf-4450-801b-045c8a31ca6f b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/07846ceceb91459fb2b891b0d9c23a5b?usage=true 2026-05-08 11:33:37.446 7 INFO cinder.api.openstack.wsgi [None req-9b2fc3b5-ecaf-4450-801b-045c8a31ca6f b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/07846ceceb91459fb2b891b0d9c23a5b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 361/720] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:33:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/07846ceceb91459fb2b891b0d9c23a5b?usage=true => generated 847 bytes in 55 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:33:37.463 8 INFO cinder.api.openstack.wsgi [None req-0a443555-e7c1-4178-bf8b-23275aebfa75 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/0fc48ad4722f46d9bfc0b06e17268aa5?usage=true 2026-05-08 11:33:37.514 8 INFO cinder.api.openstack.wsgi [None req-0a443555-e7c1-4178-bf8b-23275aebfa75 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/0fc48ad4722f46d9bfc0b06e17268aa5?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 360/721] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:33:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/0fc48ad4722f46d9bfc0b06e17268aa5?usage=true => generated 847 bytes in 59 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:33:37.532 7 INFO cinder.api.openstack.wsgi [None req-38b98b6f-e802-41d7-9be4-3cd88d0b0598 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true 2026-05-08 11:33:37.580 7 INFO cinder.api.openstack.wsgi [None req-38b98b6f-e802-41d7-9be4-3cd88d0b0598 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 362/722] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:33:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true => generated 847 bytes in 61 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:33:37.602 8 INFO cinder.api.openstack.wsgi [None req-a509d734-f530-483c-b48e-090d2ad3e043 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true 2026-05-08 11:33:37.636 8 INFO cinder.api.openstack.wsgi [None req-a509d734-f530-483c-b48e-090d2ad3e043 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 361/723] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:33:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true => generated 845 bytes in 48 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:33:37.659 7 INFO cinder.api.openstack.wsgi [None req-02ffae68-fc83-43df-a9c8-4b2acc95da8d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true 2026-05-08 11:33:37.694 7 INFO cinder.api.openstack.wsgi [None req-02ffae68-fc83-43df-a9c8-4b2acc95da8d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 363/724] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:33:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true => generated 845 bytes in 53 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:33:37.713 8 INFO cinder.api.openstack.wsgi [None req-26598513-e886-4b72-ab5d-cd83aece04b7 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/be18817dc113450fb16262bf5917729b?usage=true 2026-05-08 11:33:37.750 8 INFO cinder.api.openstack.wsgi [None req-26598513-e886-4b72-ab5d-cd83aece04b7 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/be18817dc113450fb16262bf5917729b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 362/725] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:33:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/be18817dc113450fb16262bf5917729b?usage=true => generated 847 bytes in 48 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:33:37.774 7 INFO cinder.api.openstack.wsgi [None req-b0960a2b-7193-4178-84fa-c2fded0ee616 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/e541084c9aa94b768d4bf17e375df599?usage=true 2026-05-08 11:33:37.834 7 INFO cinder.api.openstack.wsgi [None req-b0960a2b-7193-4178-84fa-c2fded0ee616 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/e541084c9aa94b768d4bf17e375df599?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 364/726] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:33:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/e541084c9aa94b768d4bf17e375df599?usage=true => generated 847 bytes in 73 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:33:37.845 8 INFO cinder.api.openstack.wsgi [None req-cd25186f-ff98-4390-9095-843bae569db6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:33:37.866 8 INFO cinder.volume.api [None req-cd25186f-ff98-4390-9095-843bae569db6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:33:37.873 8 INFO cinder.api.openstack.wsgi [None req-cd25186f-ff98-4390-9095-843bae569db6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 363/727] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:33:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true => generated 15 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-05-08 11:33:37.890 7 INFO cinder.api.openstack.wsgi [None req-f88723bd-a91c-4143-aaf1-e57a17b8f586 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true 2026-05-08 11:33:37.899 7 INFO cinder.volume.api [None req-f88723bd-a91c-4143-aaf1-e57a17b8f586 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all snapshots completed successfully. 2026-05-08 11:33:37.900 7 INFO cinder.api.openstack.wsgi [None req-f88723bd-a91c-4143-aaf1-e57a17b8f586 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 365/728] 10.0.0.154 () {28 vars in 674 bytes} [Fri May 8 11:33:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true => generated 17 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-05-08 11:33:37.922 8 INFO cinder.api.openstack.wsgi [None req-03dcbca2-b307-4f6f-898c-76f3421c6840 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services 2026-05-08 11:33:37.929 8 INFO cinder.api.openstack.wsgi [None req-03dcbca2-b307-4f6f-898c-76f3421c6840 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services returned with HTTP 200 [pid: 8|app: 0|req: 364/729] 10.0.0.154 () {28 vars in 645 bytes} [Fri May 8 11:33:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-services => generated 646 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:33:37.941 7 INFO cinder.api.openstack.wsgi [None req-917f5bcf-c6a4-4edb-b87d-de928323122a b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:33:37.966 7 INFO cinder.volume.api [None req-917f5bcf-c6a4-4edb-b87d-de928323122a b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:33:37.973 7 INFO cinder.api.openstack.wsgi [None req-917f5bcf-c6a4-4edb-b87d-de928323122a b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 366/730] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:33:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true => generated 15 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-05-08 11:33:41.852 8 INFO cinder.api.openstack.wsgi [None req-03dcbca2-b307-4f6f-898c-76f3421c6840 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:33:41.852 7 INFO cinder.api.openstack.wsgi [None req-917f5bcf-c6a4-4edb-b87d-de928323122a b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:33:41.854 8 INFO cinder.api.openstack.wsgi [None req-03dcbca2-b307-4f6f-898c-76f3421c6840 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:33:41.854 7 INFO cinder.api.openstack.wsgi [None req-917f5bcf-c6a4-4edb-b87d-de928323122a b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:33:51.851 7 INFO cinder.api.openstack.wsgi [None req-917f5bcf-c6a4-4edb-b87d-de928323122a b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:33:51.852 8 INFO cinder.api.openstack.wsgi [None req-03dcbca2-b307-4f6f-898c-76f3421c6840 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:33:51.853 7 INFO cinder.api.openstack.wsgi [None req-917f5bcf-c6a4-4edb-b87d-de928323122a b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:33:51.855 8 INFO cinder.api.openstack.wsgi [None req-03dcbca2-b307-4f6f-898c-76f3421c6840 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:33:57.946 7 INFO cinder.api.openstack.wsgi [None req-25820065-8e5c-4d72-8eee-af3b8ded6b7d 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/769a7681a5f7405991c11cdb421fe9d5/volumes 2026-05-08 11:33:58.904 7 INFO cinder.api.v3.volumes [None req-25820065-8e5c-4d72-8eee-af3b8ded6b7d 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] Create volume of 1 GB 2026-05-08 11:33:58.931 7 INFO cinder.volume.api [None req-25820065-8e5c-4d72-8eee-af3b8ded6b7d 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - 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-05-08 11:33:59.295 7 INFO cinder.volume.api [None req-25820065-8e5c-4d72-8eee-af3b8ded6b7d 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] Create volume request issued successfully. 2026-05-08 11:33:59.296 7 INFO cinder.api.openstack.wsgi [None req-25820065-8e5c-4d72-8eee-af3b8ded6b7d 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/769a7681a5f7405991c11cdb421fe9d5/volumes returned with HTTP 202 [pid: 7|app: 0|req: 369/735] 10.0.0.41 () {34 vars in 722 bytes} [Fri May 8 11:33:57 2026] POST /v3/769a7681a5f7405991c11cdb421fe9d5/volumes => generated 865 bytes in 1358 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) 2026-05-08 11:33:59.321 8 INFO cinder.api.openstack.wsgi [None req-f0a7ccb6-ca15-4c5b-a9e2-a65a888f08bf 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/769a7681a5f7405991c11cdb421fe9d5/volumes/45bdfba2-e5c9-4465-851e-2b5146f39818 /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-05-08 11:33:59.360 8 INFO cinder.volume.api [None req-f0a7ccb6-ca15-4c5b-a9e2-a65a888f08bf 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] Volume info retrieved successfully. 2026-05-08 11:33:59.370 8 INFO cinder.api.openstack.wsgi [None req-f0a7ccb6-ca15-4c5b-a9e2-a65a888f08bf 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/769a7681a5f7405991c11cdb421fe9d5/volumes/45bdfba2-e5c9-4465-851e-2b5146f39818 returned with HTTP 200 [pid: 8|app: 0|req: 367/736] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:33:59 2026] GET /v3/769a7681a5f7405991c11cdb421fe9d5/volumes/45bdfba2-e5c9-4465-851e-2b5146f39818 => generated 933 bytes in 57 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-05-08 11:34:00.396 7 INFO cinder.api.openstack.wsgi [None req-26d26a41-5b1a-4197-b654-4b01c1293d0c 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/769a7681a5f7405991c11cdb421fe9d5/volumes/45bdfba2-e5c9-4465-851e-2b5146f39818 /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-05-08 11:34:00.423 7 INFO cinder.volume.api [None req-26d26a41-5b1a-4197-b654-4b01c1293d0c 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] Volume info retrieved successfully. 2026-05-08 11:34:00.432 7 INFO cinder.api.openstack.wsgi [None req-26d26a41-5b1a-4197-b654-4b01c1293d0c 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/769a7681a5f7405991c11cdb421fe9d5/volumes/45bdfba2-e5c9-4465-851e-2b5146f39818 returned with HTTP 200 [pid: 7|app: 0|req: 370/737] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:34:00 2026] GET /v3/769a7681a5f7405991c11cdb421fe9d5/volumes/45bdfba2-e5c9-4465-851e-2b5146f39818 => generated 957 bytes in 46 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-05-08 11:34:01.463 8 INFO cinder.api.openstack.wsgi [None req-93b34bfd-bc19-41b1-913e-ef289da68404 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/769a7681a5f7405991c11cdb421fe9d5/volumes/45bdfba2-e5c9-4465-851e-2b5146f39818 /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-05-08 11:34:01.503 8 INFO cinder.volume.api [None req-93b34bfd-bc19-41b1-913e-ef289da68404 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] Volume info retrieved successfully. 2026-05-08 11:34:01.516 8 INFO cinder.api.openstack.wsgi [None req-93b34bfd-bc19-41b1-913e-ef289da68404 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/769a7681a5f7405991c11cdb421fe9d5/volumes/45bdfba2-e5c9-4465-851e-2b5146f39818 returned with HTTP 200 [pid: 8|app: 0|req: 368/738] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:34:01 2026] GET /v3/769a7681a5f7405991c11cdb421fe9d5/volumes/45bdfba2-e5c9-4465-851e-2b5146f39818 => generated 957 bytes in 63 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:34:01.851 8 INFO cinder.api.openstack.wsgi [None req-93b34bfd-bc19-41b1-913e-ef289da68404 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:34:01.851 7 INFO cinder.api.openstack.wsgi [None req-26d26a41-5b1a-4197-b654-4b01c1293d0c 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:34:01.853 8 INFO cinder.api.openstack.wsgi [None req-93b34bfd-bc19-41b1-913e-ef289da68404 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:34:01.857 7 INFO cinder.api.openstack.wsgi [None req-26d26a41-5b1a-4197-b654-4b01c1293d0c 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] http://10.0.0.182: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-05-08 11:34:02.545 8 INFO cinder.api.openstack.wsgi [None req-79551b37-0bbb-4e8b-9113-035244b66d1a 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/769a7681a5f7405991c11cdb421fe9d5/volumes/45bdfba2-e5c9-4465-851e-2b5146f39818 /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-05-08 11:34:02.568 8 INFO cinder.volume.api [None req-79551b37-0bbb-4e8b-9113-035244b66d1a 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] Volume info retrieved successfully. 2026-05-08 11:34:02.573 8 INFO cinder.api.openstack.wsgi [None req-79551b37-0bbb-4e8b-9113-035244b66d1a 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/769a7681a5f7405991c11cdb421fe9d5/volumes/45bdfba2-e5c9-4465-851e-2b5146f39818 returned with HTTP 200 [pid: 8|app: 0|req: 370/741] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:34:02 2026] GET /v3/769a7681a5f7405991c11cdb421fe9d5/volumes/45bdfba2-e5c9-4465-851e-2b5146f39818 => generated 957 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.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-05-08 11:34:03.599 7 INFO cinder.api.openstack.wsgi [None req-c7e36aa4-01c3-4bda-83c1-7bf6e1715648 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/769a7681a5f7405991c11cdb421fe9d5/volumes/45bdfba2-e5c9-4465-851e-2b5146f39818 /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-05-08 11:34:03.617 7 INFO cinder.volume.api [None req-c7e36aa4-01c3-4bda-83c1-7bf6e1715648 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] Volume info retrieved successfully. 2026-05-08 11:34:03.626 7 INFO cinder.api.openstack.wsgi [None req-c7e36aa4-01c3-4bda-83c1-7bf6e1715648 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/769a7681a5f7405991c11cdb421fe9d5/volumes/45bdfba2-e5c9-4465-851e-2b5146f39818 returned with HTTP 200 [pid: 7|app: 0|req: 372/742] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:34:03 2026] GET /v3/769a7681a5f7405991c11cdb421fe9d5/volumes/45bdfba2-e5c9-4465-851e-2b5146f39818 => generated 1342 bytes in 36 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-05-08 11:34:03.722 8 INFO cinder.api.openstack.wsgi [req-b260a8a7-3c58-4255-94d8-b1e47b5dfe88 req-1501c2e5-510b-4f3d-874b-66c9a6bd8f31 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/769a7681a5f7405991c11cdb421fe9d5/volumes/45bdfba2-e5c9-4465-851e-2b5146f39818 /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-05-08 11:34:03.741 8 INFO cinder.volume.api [req-b260a8a7-3c58-4255-94d8-b1e47b5dfe88 req-1501c2e5-510b-4f3d-874b-66c9a6bd8f31 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] Volume info retrieved successfully. 2026-05-08 11:34:03.748 8 INFO cinder.api.openstack.wsgi [req-b260a8a7-3c58-4255-94d8-b1e47b5dfe88 req-1501c2e5-510b-4f3d-874b-66c9a6bd8f31 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/769a7681a5f7405991c11cdb421fe9d5/volumes/45bdfba2-e5c9-4465-851e-2b5146f39818 returned with HTTP 200 [pid: 8|app: 0|req: 371/743] 10.0.0.167 () {34 vars in 1028 bytes} [Fri May 8 11:34:03 2026] GET /v3/769a7681a5f7405991c11cdb421fe9d5/volumes/45bdfba2-e5c9-4465-851e-2b5146f39818 => generated 1342 bytes in 34 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-05-08 11:34:04.387 7 INFO cinder.api.openstack.wsgi [req-b260a8a7-3c58-4255-94d8-b1e47b5dfe88 req-03ef9466-91e0-425b-bbe3-42da68e000d7 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/769a7681a5f7405991c11cdb421fe9d5/volumes/45bdfba2-e5c9-4465-851e-2b5146f39818 /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-05-08 11:34:04.408 7 INFO cinder.volume.api [req-b260a8a7-3c58-4255-94d8-b1e47b5dfe88 req-03ef9466-91e0-425b-bbe3-42da68e000d7 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] Volume info retrieved successfully. 2026-05-08 11:34:04.413 7 INFO cinder.api.openstack.wsgi [req-b260a8a7-3c58-4255-94d8-b1e47b5dfe88 req-03ef9466-91e0-425b-bbe3-42da68e000d7 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/769a7681a5f7405991c11cdb421fe9d5/volumes/45bdfba2-e5c9-4465-851e-2b5146f39818 returned with HTTP 200 [pid: 7|app: 0|req: 373/744] 10.0.0.167 () {34 vars in 1028 bytes} [Fri May 8 11:34:04 2026] GET /v3/769a7681a5f7405991c11cdb421fe9d5/volumes/45bdfba2-e5c9-4465-851e-2b5146f39818 => generated 1342 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-05-08 11:34:04.430 8 INFO cinder.api.openstack.wsgi [req-b260a8a7-3c58-4255-94d8-b1e47b5dfe88 req-1501c2e5-510b-4f3d-874b-66c9a6bd8f31 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-05-08 11:34:04.431 8 INFO cinder.api.openstack.wsgi [req-b260a8a7-3c58-4255-94d8-b1e47b5dfe88 req-1501c2e5-510b-4f3d-874b-66c9a6bd8f31 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 8|app: 0|req: 372/745] 10.0.0.167 () {32 vars in 829 bytes} [Fri May 8 11:34:04 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-05-08 11:34:04.447 7 INFO cinder.api.openstack.wsgi [req-b260a8a7-3c58-4255-94d8-b1e47b5dfe88 req-e83478ef-1f88-4661-b360-7b4ad044d04d 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/769a7681a5f7405991c11cdb421fe9d5/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-05-08 11:34:04.525 7 INFO cinder.api.openstack.wsgi [req-b260a8a7-3c58-4255-94d8-b1e47b5dfe88 req-e83478ef-1f88-4661-b360-7b4ad044d04d 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/769a7681a5f7405991c11cdb421fe9d5/attachments returned with HTTP 200 [pid: 7|app: 0|req: 374/746] 10.0.0.167 () {40 vars in 1057 bytes} [Fri May 8 11:34:04 2026] POST /v3/769a7681a5f7405991c11cdb421fe9d5/attachments => generated 273 bytes in 88 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-05-08 11:34:05.525 8 INFO cinder.api.openstack.wsgi [req-b260a8a7-3c58-4255-94d8-b1e47b5dfe88 req-1501c2e5-510b-4f3d-874b-66c9a6bd8f31 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-05-08 11:34:05.527 8 INFO cinder.api.openstack.wsgi [req-b260a8a7-3c58-4255-94d8-b1e47b5dfe88 req-1501c2e5-510b-4f3d-874b-66c9a6bd8f31 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 8|app: 0|req: 373/747] 199.204.45.89 () {32 vars in 839 bytes} [Fri May 8 11:34:05 2026] GET / => generated 411 bytes in 4 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.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-05-08 11:34:05.577 7 INFO cinder.api.openstack.wsgi [req-b260a8a7-3c58-4255-94d8-b1e47b5dfe88 req-a0373de1-80a1-4d11-b1ce-15fc218c7a50 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/769a7681a5f7405991c11cdb421fe9d5/volumes/45bdfba2-e5c9-4465-851e-2b5146f39818 /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-05-08 11:34:05.604 7 INFO cinder.volume.api [req-b260a8a7-3c58-4255-94d8-b1e47b5dfe88 req-a0373de1-80a1-4d11-b1ce-15fc218c7a50 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] Volume info retrieved successfully. 2026-05-08 11:34:05.612 7 INFO cinder.api.openstack.wsgi [req-b260a8a7-3c58-4255-94d8-b1e47b5dfe88 req-a0373de1-80a1-4d11-b1ce-15fc218c7a50 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/769a7681a5f7405991c11cdb421fe9d5/volumes/45bdfba2-e5c9-4465-851e-2b5146f39818 returned with HTTP 200 [pid: 7|app: 0|req: 375/748] 199.204.45.89 () {36 vars in 1072 bytes} [Fri May 8 11:34:05 2026] GET /v3/769a7681a5f7405991c11cdb421fe9d5/volumes/45bdfba2-e5c9-4465-851e-2b5146f39818 => generated 1440 bytes in 48 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-05-08 11:34:07.757 8 INFO cinder.api.openstack.wsgi [req-b260a8a7-3c58-4255-94d8-b1e47b5dfe88 req-da7e84f7-f788-403d-99bd-e5def91f5a13 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/769a7681a5f7405991c11cdb421fe9d5/attachments/18246fe6-d575-47b0-b842-b1ecf25ce660 /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-05-08 11:34:08.532 8 INFO cinder.api.openstack.wsgi [req-b260a8a7-3c58-4255-94d8-b1e47b5dfe88 req-da7e84f7-f788-403d-99bd-e5def91f5a13 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/769a7681a5f7405991c11cdb421fe9d5/attachments/18246fe6-d575-47b0-b842-b1ecf25ce660 returned with HTTP 200 [pid: 8|app: 0|req: 374/749] 199.204.45.89 () {40 vars in 1133 bytes} [Fri May 8 11:34:07 2026] PUT /v3/769a7681a5f7405991c11cdb421fe9d5/attachments/18246fe6-d575-47b0-b842-b1ecf25ce660 => generated 775 bytes in 787 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-05-08 11:34:08.579 7 INFO cinder.api.openstack.wsgi [req-b260a8a7-3c58-4255-94d8-b1e47b5dfe88 req-38b524bd-fefb-4ba3-a3a0-104c07b0db61 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/769a7681a5f7405991c11cdb421fe9d5/attachments/18246fe6-d575-47b0-b842-b1ecf25ce660/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-05-08 11:34:08.660 7 INFO cinder.api.openstack.wsgi [req-b260a8a7-3c58-4255-94d8-b1e47b5dfe88 req-38b524bd-fefb-4ba3-a3a0-104c07b0db61 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/769a7681a5f7405991c11cdb421fe9d5/attachments/18246fe6-d575-47b0-b842-b1ecf25ce660/action returned with HTTP 204 [pid: 7|app: 0|req: 376/750] 199.204.45.89 () {40 vars in 1147 bytes} [Fri May 8 11:34:08 2026] POST /v3/769a7681a5f7405991c11cdb421fe9d5/attachments/18246fe6-d575-47b0-b842-b1ecf25ce660/action => generated 0 bytes in 91 msecs (HTTP/1.1 204) 7 headers in 292 bytes (1 switches on core 0) 2026-05-08 11:34:11.854 8 INFO cinder.api.openstack.wsgi [req-b260a8a7-3c58-4255-94d8-b1e47b5dfe88 req-da7e84f7-f788-403d-99bd-e5def91f5a13 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:34:11.854 7 INFO cinder.api.openstack.wsgi [req-b260a8a7-3c58-4255-94d8-b1e47b5dfe88 req-38b524bd-fefb-4ba3-a3a0-104c07b0db61 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:34:11.855 7 INFO cinder.api.openstack.wsgi [req-b260a8a7-3c58-4255-94d8-b1e47b5dfe88 req-38b524bd-fefb-4ba3-a3a0-104c07b0db61 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:34:11.855 8 INFO cinder.api.openstack.wsgi [req-b260a8a7-3c58-4255-94d8-b1e47b5dfe88 req-da7e84f7-f788-403d-99bd-e5def91f5a13 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] http://10.0.0.182: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-05-08 11:34:18.274 8 INFO cinder.api.openstack.wsgi [req-9f2f9f23-db45-4cd7-8ad8-c6997df71cec req-6c7fde9b-0201-4659-8d04-44cf927d9608 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/769a7681a5f7405991c11cdb421fe9d5/attachments/18246fe6-d575-47b0-b842-b1ecf25ce660 /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-05-08 11:34:18.403 8 INFO cinder.api.openstack.wsgi [req-9f2f9f23-db45-4cd7-8ad8-c6997df71cec req-6c7fde9b-0201-4659-8d04-44cf927d9608 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/769a7681a5f7405991c11cdb421fe9d5/attachments/18246fe6-d575-47b0-b842-b1ecf25ce660 returned with HTTP 200 [pid: 8|app: 0|req: 376/753] 199.204.45.89 () {38 vars in 1102 bytes} [Fri May 8 11:34:18 2026] DELETE /v3/769a7681a5f7405991c11cdb421fe9d5/attachments/18246fe6-d575-47b0-b842-b1ecf25ce660 => generated 19 bytes in 142 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-05-08 11:34:18.425 7 INFO cinder.api.openstack.wsgi [req-9f2f9f23-db45-4cd7-8ad8-c6997df71cec req-6fec5ff5-dc49-4aea-935a-bddbf4ebde69 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/769a7681a5f7405991c11cdb421fe9d5/volumes/45bdfba2-e5c9-4465-851e-2b5146f39818 2026-05-08 11:34:18.426 7 INFO cinder.api.v3.volumes [req-9f2f9f23-db45-4cd7-8ad8-c6997df71cec req-6fec5ff5-dc49-4aea-935a-bddbf4ebde69 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] Delete volume with id: 45bdfba2-e5c9-4465-851e-2b5146f39818  /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-05-08 11:34:18.438 7 INFO cinder.volume.api [req-9f2f9f23-db45-4cd7-8ad8-c6997df71cec req-6fec5ff5-dc49-4aea-935a-bddbf4ebde69 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] Volume info retrieved successfully. 2026-05-08 11:34:18.488 7 INFO cinder.volume.api [req-9f2f9f23-db45-4cd7-8ad8-c6997df71cec req-6fec5ff5-dc49-4aea-935a-bddbf4ebde69 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] Delete volume request issued successfully. 2026-05-08 11:34:18.490 7 INFO cinder.api.openstack.wsgi [req-9f2f9f23-db45-4cd7-8ad8-c6997df71cec req-6fec5ff5-dc49-4aea-935a-bddbf4ebde69 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/769a7681a5f7405991c11cdb421fe9d5/volumes/45bdfba2-e5c9-4465-851e-2b5146f39818 returned with HTTP 202 [pid: 7|app: 0|req: 378/754] 199.204.45.89 () {36 vars in 1053 bytes} [Fri May 8 11:34:18 2026] DELETE /v3/769a7681a5f7405991c11cdb421fe9d5/volumes/45bdfba2-e5c9-4465-851e-2b5146f39818 => generated 0 bytes in 75 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) 2026-05-08 11:34:21.851 8 INFO cinder.api.openstack.wsgi [req-9f2f9f23-db45-4cd7-8ad8-c6997df71cec req-6c7fde9b-0201-4659-8d04-44cf927d9608 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:34:21.852 7 INFO cinder.api.openstack.wsgi [req-9f2f9f23-db45-4cd7-8ad8-c6997df71cec req-6fec5ff5-dc49-4aea-935a-bddbf4ebde69 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:34:21.852 8 INFO cinder.api.openstack.wsgi [req-9f2f9f23-db45-4cd7-8ad8-c6997df71cec req-6c7fde9b-0201-4659-8d04-44cf927d9608 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:34:21.853 7 INFO cinder.api.openstack.wsgi [req-9f2f9f23-db45-4cd7-8ad8-c6997df71cec req-6fec5ff5-dc49-4aea-935a-bddbf4ebde69 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:34:31.852 8 INFO cinder.api.openstack.wsgi [req-9f2f9f23-db45-4cd7-8ad8-c6997df71cec req-6c7fde9b-0201-4659-8d04-44cf927d9608 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:34:31.853 7 INFO cinder.api.openstack.wsgi [req-9f2f9f23-db45-4cd7-8ad8-c6997df71cec req-6fec5ff5-dc49-4aea-935a-bddbf4ebde69 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:34:31.854 8 INFO cinder.api.openstack.wsgi [req-9f2f9f23-db45-4cd7-8ad8-c6997df71cec req-6c7fde9b-0201-4659-8d04-44cf927d9608 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:34:31.855 7 INFO cinder.api.openstack.wsgi [req-9f2f9f23-db45-4cd7-8ad8-c6997df71cec req-6fec5ff5-dc49-4aea-935a-bddbf4ebde69 17361c1139cf426b81c211be4d523a3c 769a7681a5f7405991c11cdb421fe9d5 - - default default] http://10.0.0.182: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-05-08 11:34:37.457 8 INFO cinder.api.openstack.wsgi [None req-b7b391ae-46ea-4348-abda-56d99c4b30ec b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:34:37.476 8 INFO cinder.volume.api [None req-b7b391ae-46ea-4348-abda-56d99c4b30ec b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:34:37.480 8 INFO cinder.api.openstack.wsgi [None req-b7b391ae-46ea-4348-abda-56d99c4b30ec b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 379/759] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:34:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true => generated 15 bytes in 272 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-05-08 11:34:37.543 7 INFO cinder.api.openstack.wsgi [None req-4b15ef98-e2e6-46eb-9f54-51b0e0b2a426 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true 2026-05-08 11:34:37.575 7 INFO cinder.api.openstack.wsgi [None req-4b15ef98-e2e6-46eb-9f54-51b0e0b2a426 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 381/760] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:34:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true => generated 847 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:34:37.591 8 INFO cinder.api.openstack.wsgi [None req-647ac54d-584a-4822-ac9b-9ac678f88dd6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true 2026-05-08 11:34:37.628 8 INFO cinder.api.openstack.wsgi [None req-647ac54d-584a-4822-ac9b-9ac678f88dd6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 380/761] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:34:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true => generated 845 bytes in 47 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:34:37.646 7 INFO cinder.api.openstack.wsgi [None req-bfd93d2d-3b17-473a-a50b-78243bb2257a b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4dd8e314c66b4ff6899a98d827835391?usage=true 2026-05-08 11:34:37.669 7 INFO cinder.api.openstack.wsgi [None req-bfd93d2d-3b17-473a-a50b-78243bb2257a b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4dd8e314c66b4ff6899a98d827835391?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 382/762] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:34:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4dd8e314c66b4ff6899a98d827835391?usage=true => generated 847 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:34:37.681 8 INFO cinder.api.openstack.wsgi [None req-b21d2b37-62b1-492d-b58f-41e1158f12d7 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/510741f7e5e244a39459151ec58ac200?usage=true 2026-05-08 11:34:37.714 8 INFO cinder.api.openstack.wsgi [None req-b21d2b37-62b1-492d-b58f-41e1158f12d7 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/510741f7e5e244a39459151ec58ac200?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 381/763] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:34:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/510741f7e5e244a39459151ec58ac200?usage=true => generated 847 bytes in 42 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:34:37.737 7 INFO cinder.api.openstack.wsgi [None req-19a74076-e174-42c2-abf9-44f1628df986 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/54be6ee667da49f989abd21f12a497ce?usage=true 2026-05-08 11:34:37.762 7 INFO cinder.api.openstack.wsgi [None req-19a74076-e174-42c2-abf9-44f1628df986 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/54be6ee667da49f989abd21f12a497ce?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 383/764] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:34:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/54be6ee667da49f989abd21f12a497ce?usage=true => generated 847 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:34:37.778 8 INFO cinder.api.openstack.wsgi [None req-f5c5f345-6bc4-40dd-b299-afa6324d71fd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/5f401617c321465d9295708cfc32af57?usage=true 2026-05-08 11:34:37.806 8 INFO cinder.api.openstack.wsgi [None req-f5c5f345-6bc4-40dd-b299-afa6324d71fd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/5f401617c321465d9295708cfc32af57?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 382/765] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:34:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/5f401617c321465d9295708cfc32af57?usage=true => generated 847 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:34:37.820 7 INFO cinder.api.openstack.wsgi [None req-120a3a14-9db1-4862-bfbb-53e0a48f8d77 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true 2026-05-08 11:34:37.847 7 INFO cinder.api.openstack.wsgi [None req-120a3a14-9db1-4862-bfbb-53e0a48f8d77 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 384/766] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:34:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true => generated 845 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:34:37.862 8 INFO cinder.api.openstack.wsgi [None req-3094a36d-11b5-4adf-9bd7-556a3cd33ee2 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true 2026-05-08 11:34:37.870 8 INFO cinder.volume.api [None req-3094a36d-11b5-4adf-9bd7-556a3cd33ee2 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all snapshots completed successfully. 2026-05-08 11:34:37.870 8 INFO cinder.api.openstack.wsgi [None req-3094a36d-11b5-4adf-9bd7-556a3cd33ee2 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 383/767] 10.0.0.154 () {28 vars in 674 bytes} [Fri May 8 11:34:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:34:37.886 7 INFO cinder.api.openstack.wsgi [None req-9a247f8a-8d9c-4d80-a4ed-5afda383144d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services 2026-05-08 11:34:37.895 7 INFO cinder.api.openstack.wsgi [None req-9a247f8a-8d9c-4d80-a4ed-5afda383144d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services returned with HTTP 200 [pid: 7|app: 0|req: 385/768] 10.0.0.154 () {28 vars in 645 bytes} [Fri May 8 11:34:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-services => generated 646 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:34:37.912 8 INFO cinder.api.openstack.wsgi [None req-a264ec86-36fd-4ee7-b180-16a6c959b8cb b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true 2026-05-08 11:34:37.927 8 INFO cinder.api.openstack.wsgi [None req-a264ec86-36fd-4ee7-b180-16a6c959b8cb b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 384/769] 10.0.0.154 () {28 vars in 696 bytes} [Fri May 8 11:34:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true => generated 670 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:34:37.942 7 INFO cinder.api.openstack.wsgi [None req-6d322ddb-be4b-460a-b855-a6c0c159b1a2 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:34:37.954 7 INFO cinder.volume.api [None req-6d322ddb-be4b-460a-b855-a6c0c159b1a2 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:34:37.956 7 INFO cinder.api.openstack.wsgi [None req-6d322ddb-be4b-460a-b855-a6c0c159b1a2 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 386/770] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:34:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:34:41.852 8 INFO cinder.api.openstack.wsgi [None req-a264ec86-36fd-4ee7-b180-16a6c959b8cb b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:34:41.852 7 INFO cinder.api.openstack.wsgi [None req-6d322ddb-be4b-460a-b855-a6c0c159b1a2 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:34:41.853 7 INFO cinder.api.openstack.wsgi [None req-6d322ddb-be4b-460a-b855-a6c0c159b1a2 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:34:41.853 8 INFO cinder.api.openstack.wsgi [None req-a264ec86-36fd-4ee7-b180-16a6c959b8cb b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:34:43.706 7 INFO cinder.api.openstack.wsgi [None req-6d322ddb-be4b-460a-b855-a6c0c159b1a2 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-05-08 11:34:43.708 7 INFO cinder.api.openstack.wsgi [None req-6d322ddb-be4b-460a-b855-a6c0c159b1a2 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 7|app: 0|req: 388/773] 10.0.0.41 () {30 vars in 410 bytes} [Fri May 8 11:34:43 2026] GET / => generated 411 bytes in 3 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) 2026-05-08 11:34:51.852 7 INFO cinder.api.openstack.wsgi [None req-6d322ddb-be4b-460a-b855-a6c0c159b1a2 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:34:51.852 8 INFO cinder.api.openstack.wsgi [None req-a264ec86-36fd-4ee7-b180-16a6c959b8cb b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:34:51.854 8 INFO cinder.api.openstack.wsgi [None req-a264ec86-36fd-4ee7-b180-16a6c959b8cb b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:34:51.863 7 INFO cinder.api.openstack.wsgi [None req-6d322ddb-be4b-460a-b855-a6c0c159b1a2 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:35:01.851 8 INFO cinder.api.openstack.wsgi [None req-a264ec86-36fd-4ee7-b180-16a6c959b8cb b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:35:01.852 8 INFO cinder.api.openstack.wsgi [None req-a264ec86-36fd-4ee7-b180-16a6c959b8cb b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:35:01.851 7 INFO cinder.api.openstack.wsgi [None req-6d322ddb-be4b-460a-b855-a6c0c159b1a2 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:35:01.853 7 INFO cinder.api.openstack.wsgi [None req-6d322ddb-be4b-460a-b855-a6c0c159b1a2 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:35:11.851 8 INFO cinder.api.openstack.wsgi [None req-a264ec86-36fd-4ee7-b180-16a6c959b8cb b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:35:11.851 7 INFO cinder.api.openstack.wsgi [None req-6d322ddb-be4b-460a-b855-a6c0c159b1a2 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:35:11.852 8 INFO cinder.api.openstack.wsgi [None req-a264ec86-36fd-4ee7-b180-16a6c959b8cb b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:35:11.853 7 INFO cinder.api.openstack.wsgi [None req-6d322ddb-be4b-460a-b855-a6c0c159b1a2 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:35:21.851 8 INFO cinder.api.openstack.wsgi [None req-a264ec86-36fd-4ee7-b180-16a6c959b8cb b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:35:21.851 7 INFO cinder.api.openstack.wsgi [None req-6d322ddb-be4b-460a-b855-a6c0c159b1a2 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:35:21.852 8 INFO cinder.api.openstack.wsgi [None req-a264ec86-36fd-4ee7-b180-16a6c959b8cb b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:35:21.852 7 INFO cinder.api.openstack.wsgi [None req-6d322ddb-be4b-460a-b855-a6c0c159b1a2 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:35:22.085 7 INFO cinder.api.openstack.wsgi [None req-6d322ddb-be4b-460a-b855-a6c0c159b1a2 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-05-08 11:35:22.086 7 INFO cinder.api.openstack.wsgi [None req-6d322ddb-be4b-460a-b855-a6c0c159b1a2 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 7|app: 0|req: 393/782] 10.0.0.252 () {28 vars in 376 bytes} [Fri May 8 11:35:22 2026] GET / => generated 411 bytes in 2 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) 2026-05-08 11:35:22.105 8 INFO cinder.api.openstack.wsgi [None req-609bf3e5-28e6-41d9-9000-b92e643c6f9a 78b9fe39af6f413c90c65b55f720eba3 cb110d99f2a74d8bb1e8dd57bc416d12 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/cb110d99f2a74d8bb1e8dd57bc416d12/limits?tenant_id=cb110d99f2a74d8bb1e8dd57bc416d12 2026-05-08 11:35:22.173 8 INFO cinder.api.openstack.wsgi [None req-609bf3e5-28e6-41d9-9000-b92e643c6f9a 78b9fe39af6f413c90c65b55f720eba3 cb110d99f2a74d8bb1e8dd57bc416d12 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/cb110d99f2a74d8bb1e8dd57bc416d12/limits?tenant_id=cb110d99f2a74d8bb1e8dd57bc416d12 returned with HTTP 200 [pid: 8|app: 0|req: 390/783] 10.0.0.252 () {34 vars in 879 bytes} [Fri May 8 11:35:22 2026] GET /v3/cb110d99f2a74d8bb1e8dd57bc416d12/limits?tenant_id=cb110d99f2a74d8bb1e8dd57bc416d12 => generated 302 bytes in 79 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-05-08 11:35:24.296 7 INFO cinder.api.openstack.wsgi [None req-6d322ddb-be4b-460a-b855-a6c0c159b1a2 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-05-08 11:35:24.296 7 INFO cinder.api.openstack.wsgi [None req-6d322ddb-be4b-460a-b855-a6c0c159b1a2 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 7|app: 0|req: 394/784] 10.0.0.252 () {28 vars in 376 bytes} [Fri May 8 11:35:24 2026] GET / => generated 411 bytes in 1 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) 2026-05-08 11:35:24.304 8 INFO cinder.api.openstack.wsgi [None req-609bf3e5-28e6-41d9-9000-b92e643c6f9a 78b9fe39af6f413c90c65b55f720eba3 cb110d99f2a74d8bb1e8dd57bc416d12 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-05-08 11:35:24.305 8 INFO cinder.api.openstack.wsgi [None req-609bf3e5-28e6-41d9-9000-b92e643c6f9a 78b9fe39af6f413c90c65b55f720eba3 cb110d99f2a74d8bb1e8dd57bc416d12 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 8|app: 0|req: 391/785] 10.0.0.252 () {28 vars in 376 bytes} [Fri May 8 11:35:24 2026] GET / => generated 411 bytes in 2 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) 2026-05-08 11:35:25.045 7 INFO cinder.api.openstack.wsgi [None req-6d322ddb-be4b-460a-b855-a6c0c159b1a2 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-05-08 11:35:25.046 7 INFO cinder.api.openstack.wsgi [None req-6d322ddb-be4b-460a-b855-a6c0c159b1a2 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 7|app: 0|req: 395/786] 10.0.0.252 () {28 vars in 376 bytes} [Fri May 8 11:35:25 2026] GET / => generated 411 bytes in 3 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) 2026-05-08 11:35:25.059 8 INFO cinder.api.openstack.wsgi [None req-2a2c933e-9713-4112-9139-dd732ec8c7f0 78b9fe39af6f413c90c65b55f720eba3 cb110d99f2a74d8bb1e8dd57bc416d12 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/cb110d99f2a74d8bb1e8dd57bc416d12/limits?tenant_id=cb110d99f2a74d8bb1e8dd57bc416d12 2026-05-08 11:35:25.091 8 INFO cinder.api.openstack.wsgi [None req-2a2c933e-9713-4112-9139-dd732ec8c7f0 78b9fe39af6f413c90c65b55f720eba3 cb110d99f2a74d8bb1e8dd57bc416d12 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/cb110d99f2a74d8bb1e8dd57bc416d12/limits?tenant_id=cb110d99f2a74d8bb1e8dd57bc416d12 returned with HTTP 200 [pid: 8|app: 0|req: 392/787] 10.0.0.252 () {34 vars in 879 bytes} [Fri May 8 11:35:25 2026] GET /v3/cb110d99f2a74d8bb1e8dd57bc416d12/limits?tenant_id=cb110d99f2a74d8bb1e8dd57bc416d12 => generated 302 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-05-08 11:35:26.402 7 INFO cinder.api.openstack.wsgi [None req-35cd4b32-fd86-4548-b429-88f8e22e95ac fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes 2026-05-08 11:35:26.439 7 INFO cinder.volume.api [None req-35cd4b32-fd86-4548-b429-88f8e22e95ac fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] Get all volumes completed successfully. 2026-05-08 11:35:26.440 7 INFO cinder.api.openstack.wsgi [None req-35cd4b32-fd86-4548-b429-88f8e22e95ac fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes returned with HTTP 200 [pid: 7|app: 0|req: 396/788] 10.0.0.41 () {32 vars in 700 bytes} [Fri May 8 11:35:25 2026] GET /v3/406e5bc6f1b64125b760c0bc859aa942/volumes => generated 15 bytes in 457 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-05-08 11:35:26.457 8 INFO cinder.api.openstack.wsgi [None req-467e71ff-37cb-477c-b819-e3e01f974b08 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes 2026-05-08 11:35:26.460 8 INFO cinder.api.v3.volumes [None req-467e71ff-37cb-477c-b819-e3e01f974b08 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] Create volume of 1 GB 2026-05-08 11:35:26.477 8 INFO cinder.volume.api [None req-467e71ff-37cb-477c-b819-e3e01f974b08 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - 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-05-08 11:35:26.728 8 INFO cinder.volume.api [None req-467e71ff-37cb-477c-b819-e3e01f974b08 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] Create volume request issued successfully. 2026-05-08 11:35:26.729 8 INFO cinder.api.openstack.wsgi [None req-467e71ff-37cb-477c-b819-e3e01f974b08 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes returned with HTTP 202 [pid: 8|app: 0|req: 393/789] 10.0.0.41 () {34 vars in 722 bytes} [Fri May 8 11:35:26 2026] POST /v3/406e5bc6f1b64125b760c0bc859aa942/volumes => generated 876 bytes in 280 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) 2026-05-08 11:35:26.753 7 INFO cinder.api.openstack.wsgi [None req-e0ed294a-3d2a-474c-a6be-787e6c74fbe0 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes/72f661bf-c467-4e31-9e8b-bbf2b3841660 /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-05-08 11:35:26.772 7 INFO cinder.volume.api [None req-e0ed294a-3d2a-474c-a6be-787e6c74fbe0 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] Volume info retrieved successfully. 2026-05-08 11:35:26.777 7 INFO cinder.api.openstack.wsgi [None req-e0ed294a-3d2a-474c-a6be-787e6c74fbe0 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes/72f661bf-c467-4e31-9e8b-bbf2b3841660 returned with HTTP 200 [pid: 7|app: 0|req: 397/790] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:35:26 2026] GET /v3/406e5bc6f1b64125b760c0bc859aa942/volumes/72f661bf-c467-4e31-9e8b-bbf2b3841660 => generated 944 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:35:27.041 8 INFO cinder.api.openstack.wsgi [None req-467e71ff-37cb-477c-b819-e3e01f974b08 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-05-08 11:35:27.042 8 INFO cinder.api.openstack.wsgi [None req-467e71ff-37cb-477c-b819-e3e01f974b08 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 8|app: 0|req: 394/791] 10.0.0.252 () {28 vars in 376 bytes} [Fri May 8 11:35:27 2026] GET / => generated 411 bytes in 3 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) 2026-05-08 11:35:27.049 7 INFO cinder.api.openstack.wsgi [None req-e0ed294a-3d2a-474c-a6be-787e6c74fbe0 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-05-08 11:35:27.050 7 INFO cinder.api.openstack.wsgi [None req-e0ed294a-3d2a-474c-a6be-787e6c74fbe0 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 7|app: 0|req: 398/792] 10.0.0.252 () {28 vars in 376 bytes} [Fri May 8 11:35:27 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-05-08 11:35:27.807 8 INFO cinder.api.openstack.wsgi [None req-be914f4e-69f3-4a19-8937-f95cbe3c9e12 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes/72f661bf-c467-4e31-9e8b-bbf2b3841660 /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-05-08 11:35:27.821 8 INFO cinder.volume.api [None req-be914f4e-69f3-4a19-8937-f95cbe3c9e12 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] Volume info retrieved successfully. 2026-05-08 11:35:27.829 8 INFO cinder.api.openstack.wsgi [None req-be914f4e-69f3-4a19-8937-f95cbe3c9e12 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes/72f661bf-c467-4e31-9e8b-bbf2b3841660 returned with HTTP 200 [pid: 8|app: 0|req: 395/793] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:35:27 2026] GET /v3/406e5bc6f1b64125b760c0bc859aa942/volumes/72f661bf-c467-4e31-9e8b-bbf2b3841660 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.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-05-08 11:35:27.850 7 INFO cinder.api.openstack.wsgi [None req-be95f6bb-e43c-49d1-bc02-ff467435ffbe fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes/72f661bf-c467-4e31-9e8b-bbf2b3841660 /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-05-08 11:35:27.868 7 INFO cinder.volume.api [None req-be95f6bb-e43c-49d1-bc02-ff467435ffbe fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] Volume info retrieved successfully. 2026-05-08 11:35:27.876 7 INFO cinder.api.openstack.wsgi [None req-be95f6bb-e43c-49d1-bc02-ff467435ffbe fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes/72f661bf-c467-4e31-9e8b-bbf2b3841660 returned with HTTP 200 [pid: 7|app: 0|req: 399/794] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:35:27 2026] GET /v3/406e5bc6f1b64125b760c0bc859aa942/volumes/72f661bf-c467-4e31-9e8b-bbf2b3841660 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.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-05-08 11:35:27.897 8 INFO cinder.api.openstack.wsgi [None req-b116fe9e-7c58-4e4a-8212-1aa48c2a8aed fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes 2026-05-08 11:35:27.899 8 INFO cinder.api.v3.volumes [None req-b116fe9e-7c58-4e4a-8212-1aa48c2a8aed fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] Create volume of 1 GB 2026-05-08 11:35:27.907 8 INFO cinder.volume.api [None req-b116fe9e-7c58-4e4a-8212-1aa48c2a8aed fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] Availability Zones retrieved successfully. 2026-05-08 11:35:28.068 8 INFO cinder.volume.api [None req-b116fe9e-7c58-4e4a-8212-1aa48c2a8aed fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] Create volume request issued successfully. 2026-05-08 11:35:28.069 8 INFO cinder.api.openstack.wsgi [None req-b116fe9e-7c58-4e4a-8212-1aa48c2a8aed fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes returned with HTTP 202 [pid: 8|app: 0|req: 396/795] 10.0.0.41 () {34 vars in 722 bytes} [Fri May 8 11:35:27 2026] POST /v3/406e5bc6f1b64125b760c0bc859aa942/volumes => generated 876 bytes in 179 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-05-08 11:35:28.094 7 INFO cinder.api.openstack.wsgi [None req-e39cea07-6661-427d-b6b3-cb2cbf212a85 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes/c7e889b0-9a21-4c06-aba0-752954ca48ca /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-05-08 11:35:28.113 7 INFO cinder.volume.api [None req-e39cea07-6661-427d-b6b3-cb2cbf212a85 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] Volume info retrieved successfully. 2026-05-08 11:35:28.119 7 INFO cinder.api.openstack.wsgi [None req-e39cea07-6661-427d-b6b3-cb2cbf212a85 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes/c7e889b0-9a21-4c06-aba0-752954ca48ca returned with HTTP 200 [pid: 7|app: 0|req: 400/796] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:35:28 2026] GET /v3/406e5bc6f1b64125b760c0bc859aa942/volumes/c7e889b0-9a21-4c06-aba0-752954ca48ca => generated 944 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-05-08 11:35:29.145 8 INFO cinder.api.openstack.wsgi [None req-f8dc9ed8-e3a0-4e68-8ae5-4b443a348e85 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes/c7e889b0-9a21-4c06-aba0-752954ca48ca /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-05-08 11:35:29.163 8 INFO cinder.volume.api [None req-f8dc9ed8-e3a0-4e68-8ae5-4b443a348e85 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] Volume info retrieved successfully. 2026-05-08 11:35:29.172 8 INFO cinder.api.openstack.wsgi [None req-f8dc9ed8-e3a0-4e68-8ae5-4b443a348e85 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes/c7e889b0-9a21-4c06-aba0-752954ca48ca returned with HTTP 200 [pid: 8|app: 0|req: 397/797] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:35:29 2026] GET /v3/406e5bc6f1b64125b760c0bc859aa942/volumes/c7e889b0-9a21-4c06-aba0-752954ca48ca => generated 969 bytes in 37 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-05-08 11:35:29.197 7 INFO cinder.api.openstack.wsgi [None req-42bff518-d095-4391-a2ab-a0e91d8ad54d fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes/c7e889b0-9a21-4c06-aba0-752954ca48ca /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-05-08 11:35:29.218 7 INFO cinder.volume.api [None req-42bff518-d095-4391-a2ab-a0e91d8ad54d fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] Volume info retrieved successfully. 2026-05-08 11:35:29.227 7 INFO cinder.api.openstack.wsgi [None req-42bff518-d095-4391-a2ab-a0e91d8ad54d fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes/c7e889b0-9a21-4c06-aba0-752954ca48ca returned with HTTP 200 [pid: 7|app: 0|req: 401/798] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:35:29 2026] GET /v3/406e5bc6f1b64125b760c0bc859aa942/volumes/c7e889b0-9a21-4c06-aba0-752954ca48ca => generated 969 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.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-05-08 11:35:29.270 8 INFO cinder.api.openstack.wsgi [None req-e1daf945-9ede-4e7b-924e-0a853709d39e fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes 2026-05-08 11:35:29.273 8 INFO cinder.api.v3.volumes [None req-e1daf945-9ede-4e7b-924e-0a853709d39e fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] Create volume of 1 GB 2026-05-08 11:35:29.287 8 INFO cinder.volume.api [None req-e1daf945-9ede-4e7b-924e-0a853709d39e fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] Availability Zones retrieved successfully. 2026-05-08 11:35:29.441 8 INFO cinder.volume.api [None req-e1daf945-9ede-4e7b-924e-0a853709d39e fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] Create volume request issued successfully. 2026-05-08 11:35:29.442 8 INFO cinder.api.openstack.wsgi [None req-e1daf945-9ede-4e7b-924e-0a853709d39e fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes returned with HTTP 202 [pid: 8|app: 0|req: 398/799] 10.0.0.41 () {34 vars in 722 bytes} [Fri May 8 11:35:29 2026] POST /v3/406e5bc6f1b64125b760c0bc859aa942/volumes => generated 875 bytes in 199 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-05-08 11:35:29.474 7 INFO cinder.api.openstack.wsgi [None req-505759e0-e54e-4682-b9fc-87b5726e12d6 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes/932ccef3-8716-482a-83ef-3aec275e3d23 /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-05-08 11:35:29.499 7 INFO cinder.volume.api [None req-505759e0-e54e-4682-b9fc-87b5726e12d6 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] Volume info retrieved successfully. 2026-05-08 11:35:29.507 7 INFO cinder.api.openstack.wsgi [None req-505759e0-e54e-4682-b9fc-87b5726e12d6 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes/932ccef3-8716-482a-83ef-3aec275e3d23 returned with HTTP 200 [pid: 7|app: 0|req: 402/800] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:35:29 2026] GET /v3/406e5bc6f1b64125b760c0bc859aa942/volumes/932ccef3-8716-482a-83ef-3aec275e3d23 => generated 943 bytes in 44 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-05-08 11:35:30.530 8 INFO cinder.api.openstack.wsgi [None req-af8bb2a9-f425-48be-be26-8ada8a9671a7 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes/932ccef3-8716-482a-83ef-3aec275e3d23 /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-05-08 11:35:30.552 8 INFO cinder.volume.api [None req-af8bb2a9-f425-48be-be26-8ada8a9671a7 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] Volume info retrieved successfully. 2026-05-08 11:35:30.563 8 INFO cinder.api.openstack.wsgi [None req-af8bb2a9-f425-48be-be26-8ada8a9671a7 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes/932ccef3-8716-482a-83ef-3aec275e3d23 returned with HTTP 200 [pid: 8|app: 0|req: 399/801] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:35:30 2026] GET /v3/406e5bc6f1b64125b760c0bc859aa942/volumes/932ccef3-8716-482a-83ef-3aec275e3d23 => 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-05-08 11:35:30.585 7 INFO cinder.api.openstack.wsgi [None req-a715eda4-7f4c-492b-9370-c7f41c6fbfe9 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes/932ccef3-8716-482a-83ef-3aec275e3d23 /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-05-08 11:35:30.609 7 INFO cinder.volume.api [None req-a715eda4-7f4c-492b-9370-c7f41c6fbfe9 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] Volume info retrieved successfully. 2026-05-08 11:35:30.618 7 INFO cinder.api.openstack.wsgi [None req-a715eda4-7f4c-492b-9370-c7f41c6fbfe9 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes/932ccef3-8716-482a-83ef-3aec275e3d23 returned with HTTP 200 [pid: 7|app: 0|req: 403/802] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:35:30 2026] GET /v3/406e5bc6f1b64125b760c0bc859aa942/volumes/932ccef3-8716-482a-83ef-3aec275e3d23 => generated 968 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-05-08 11:35:30.640 8 INFO cinder.api.openstack.wsgi [None req-f2bdb865-b56a-4c58-a9fe-d946dcdbbdf6 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes 2026-05-08 11:35:30.680 8 INFO cinder.volume.api [None req-f2bdb865-b56a-4c58-a9fe-d946dcdbbdf6 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] Get all volumes completed successfully. 2026-05-08 11:35:30.681 8 INFO cinder.api.openstack.wsgi [None req-f2bdb865-b56a-4c58-a9fe-d946dcdbbdf6 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes returned with HTTP 200 [pid: 8|app: 0|req: 400/803] 10.0.0.41 () {32 vars in 700 bytes} [Fri May 8 11:35:30 2026] GET /v3/406e5bc6f1b64125b760c0bc859aa942/volumes => generated 1323 bytes in 49 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-05-08 11:35:30.705 7 INFO cinder.api.openstack.wsgi [None req-ef1250ce-dec2-4a32-8946-9091d6c254ba fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes/932ccef3-8716-482a-83ef-3aec275e3d23 /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-05-08 11:35:30.734 7 INFO cinder.volume.api [None req-ef1250ce-dec2-4a32-8946-9091d6c254ba fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] Volume info retrieved successfully. 2026-05-08 11:35:30.747 7 INFO cinder.api.openstack.wsgi [None req-ef1250ce-dec2-4a32-8946-9091d6c254ba fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes/932ccef3-8716-482a-83ef-3aec275e3d23 returned with HTTP 200 [pid: 7|app: 0|req: 404/804] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:35:30 2026] GET /v3/406e5bc6f1b64125b760c0bc859aa942/volumes/932ccef3-8716-482a-83ef-3aec275e3d23 => generated 968 bytes in 51 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-05-08 11:35:30.765 8 INFO cinder.api.openstack.wsgi [None req-a6882b5e-b340-4af5-ae1a-fabb6adfe414 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes/932ccef3-8716-482a-83ef-3aec275e3d23 2026-05-08 11:35:30.766 8 INFO cinder.api.v3.volumes [None req-a6882b5e-b340-4af5-ae1a-fabb6adfe414 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] Delete volume with id: 932ccef3-8716-482a-83ef-3aec275e3d23  /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-05-08 11:35:30.776 8 INFO cinder.volume.api [None req-a6882b5e-b340-4af5-ae1a-fabb6adfe414 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] Volume info retrieved successfully. 2026-05-08 11:35:30.808 8 INFO cinder.volume.api [None req-a6882b5e-b340-4af5-ae1a-fabb6adfe414 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] Delete volume request issued successfully. 2026-05-08 11:35:30.808 8 INFO cinder.api.openstack.wsgi [None req-a6882b5e-b340-4af5-ae1a-fabb6adfe414 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes/932ccef3-8716-482a-83ef-3aec275e3d23 returned with HTTP 202 [pid: 8|app: 0|req: 401/805] 10.0.0.41 () {32 vars in 777 bytes} [Fri May 8 11:35:30 2026] DELETE /v3/406e5bc6f1b64125b760c0bc859aa942/volumes/932ccef3-8716-482a-83ef-3aec275e3d23 => generated 0 bytes in 49 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.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-05-08 11:35:30.821 7 INFO cinder.api.openstack.wsgi [None req-08b47161-fa75-4ada-8960-231cfbf8cbbd fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes/932ccef3-8716-482a-83ef-3aec275e3d23 /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-05-08 11:35:30.843 7 INFO cinder.volume.api [None req-08b47161-fa75-4ada-8960-231cfbf8cbbd fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] Volume info retrieved successfully. 2026-05-08 11:35:30.849 7 INFO cinder.api.openstack.wsgi [None req-08b47161-fa75-4ada-8960-231cfbf8cbbd fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes/932ccef3-8716-482a-83ef-3aec275e3d23 returned with HTTP 200 [pid: 7|app: 0|req: 405/806] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:35:30 2026] GET /v3/406e5bc6f1b64125b760c0bc859aa942/volumes/932ccef3-8716-482a-83ef-3aec275e3d23 => generated 967 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:35:31.852 7 INFO cinder.api.openstack.wsgi [None req-08b47161-fa75-4ada-8960-231cfbf8cbbd fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:35:31.852 8 INFO cinder.api.openstack.wsgi [None req-a6882b5e-b340-4af5-ae1a-fabb6adfe414 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:35:31.853 7 INFO cinder.api.openstack.wsgi [None req-08b47161-fa75-4ada-8960-231cfbf8cbbd fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:35:31.854 8 INFO cinder.api.openstack.wsgi [None req-a6882b5e-b340-4af5-ae1a-fabb6adfe414 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] http://10.0.0.182: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-05-08 11:35:31.873 7 INFO cinder.api.openstack.wsgi [None req-8c3b07f1-5489-43af-b7fc-7ceb46f84c6a fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes/932ccef3-8716-482a-83ef-3aec275e3d23 2026-05-08 11:35:31.883 7 INFO cinder.api.openstack.wsgi [None req-8c3b07f1-5489-43af-b7fc-7ceb46f84c6a fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes/932ccef3-8716-482a-83ef-3aec275e3d23 returned with HTTP 404 [pid: 7|app: 0|req: 407/809] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:35:31 2026] GET /v3/406e5bc6f1b64125b760c0bc859aa942/volumes/932ccef3-8716-482a-83ef-3aec275e3d23 => 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-05-08 11:35:31.899 8 INFO cinder.api.openstack.wsgi [None req-e8ff7ee1-fe7f-42dd-a42a-d2a297694c83 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes/c7e889b0-9a21-4c06-aba0-752954ca48ca /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-05-08 11:35:31.917 8 INFO cinder.volume.api [None req-e8ff7ee1-fe7f-42dd-a42a-d2a297694c83 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] Volume info retrieved successfully. 2026-05-08 11:35:31.923 8 INFO cinder.api.openstack.wsgi [None req-e8ff7ee1-fe7f-42dd-a42a-d2a297694c83 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes/c7e889b0-9a21-4c06-aba0-752954ca48ca returned with HTTP 200 [pid: 8|app: 0|req: 403/810] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:35:31 2026] GET /v3/406e5bc6f1b64125b760c0bc859aa942/volumes/c7e889b0-9a21-4c06-aba0-752954ca48ca => generated 969 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:35:31.947 7 INFO cinder.api.openstack.wsgi [None req-eab7bfb1-9542-4835-9c5d-026457f31975 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes/c7e889b0-9a21-4c06-aba0-752954ca48ca 2026-05-08 11:35:31.948 7 INFO cinder.api.v3.volumes [None req-eab7bfb1-9542-4835-9c5d-026457f31975 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] Delete volume with id: c7e889b0-9a21-4c06-aba0-752954ca48ca  /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-05-08 11:35:31.958 7 INFO cinder.volume.api [None req-eab7bfb1-9542-4835-9c5d-026457f31975 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] Volume info retrieved successfully. 2026-05-08 11:35:31.985 7 INFO cinder.volume.api [None req-eab7bfb1-9542-4835-9c5d-026457f31975 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] Delete volume request issued successfully. 2026-05-08 11:35:31.985 7 INFO cinder.api.openstack.wsgi [None req-eab7bfb1-9542-4835-9c5d-026457f31975 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes/c7e889b0-9a21-4c06-aba0-752954ca48ca returned with HTTP 202 [pid: 7|app: 0|req: 408/811] 10.0.0.41 () {32 vars in 777 bytes} [Fri May 8 11:35:31 2026] DELETE /v3/406e5bc6f1b64125b760c0bc859aa942/volumes/c7e889b0-9a21-4c06-aba0-752954ca48ca => generated 0 bytes in 47 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.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-05-08 11:35:32.004 8 INFO cinder.api.openstack.wsgi [None req-0e1635e0-28ac-4192-b7ee-5710153da939 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes/c7e889b0-9a21-4c06-aba0-752954ca48ca /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-05-08 11:35:32.026 8 INFO cinder.volume.api [None req-0e1635e0-28ac-4192-b7ee-5710153da939 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] Volume info retrieved successfully. 2026-05-08 11:35:32.032 8 INFO cinder.api.openstack.wsgi [None req-0e1635e0-28ac-4192-b7ee-5710153da939 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes/c7e889b0-9a21-4c06-aba0-752954ca48ca returned with HTTP 200 [pid: 8|app: 0|req: 404/812] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:35:31 2026] GET /v3/406e5bc6f1b64125b760c0bc859aa942/volumes/c7e889b0-9a21-4c06-aba0-752954ca48ca => 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-05-08 11:35:33.055 7 INFO cinder.api.openstack.wsgi [None req-c7bd7c08-8395-48b9-88f3-d5f8deef879d fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes/c7e889b0-9a21-4c06-aba0-752954ca48ca 2026-05-08 11:35:33.066 7 INFO cinder.api.openstack.wsgi [None req-c7bd7c08-8395-48b9-88f3-d5f8deef879d fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes/c7e889b0-9a21-4c06-aba0-752954ca48ca returned with HTTP 404 [pid: 7|app: 0|req: 409/813] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:35:33 2026] GET /v3/406e5bc6f1b64125b760c0bc859aa942/volumes/c7e889b0-9a21-4c06-aba0-752954ca48ca => 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-05-08 11:35:33.081 8 INFO cinder.api.openstack.wsgi [None req-562dfddd-e71f-4f90-a524-f241c4e294e1 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes/72f661bf-c467-4e31-9e8b-bbf2b3841660 /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-05-08 11:35:33.102 8 INFO cinder.volume.api [None req-562dfddd-e71f-4f90-a524-f241c4e294e1 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] Volume info retrieved successfully. 2026-05-08 11:35:33.107 8 INFO cinder.api.openstack.wsgi [None req-562dfddd-e71f-4f90-a524-f241c4e294e1 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes/72f661bf-c467-4e31-9e8b-bbf2b3841660 returned with HTTP 200 [pid: 8|app: 0|req: 405/814] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:35:33 2026] GET /v3/406e5bc6f1b64125b760c0bc859aa942/volumes/72f661bf-c467-4e31-9e8b-bbf2b3841660 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:35:33.128 7 INFO cinder.api.openstack.wsgi [None req-c0fd009b-bff5-4e49-8e2b-0909d1d22112 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes/72f661bf-c467-4e31-9e8b-bbf2b3841660 2026-05-08 11:35:33.129 7 INFO cinder.api.v3.volumes [None req-c0fd009b-bff5-4e49-8e2b-0909d1d22112 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] Delete volume with id: 72f661bf-c467-4e31-9e8b-bbf2b3841660  /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-05-08 11:35:33.140 7 INFO cinder.volume.api [None req-c0fd009b-bff5-4e49-8e2b-0909d1d22112 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] Volume info retrieved successfully. 2026-05-08 11:35:33.186 7 INFO cinder.volume.api [None req-c0fd009b-bff5-4e49-8e2b-0909d1d22112 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] Delete volume request issued successfully. 2026-05-08 11:35:33.186 7 INFO cinder.api.openstack.wsgi [None req-c0fd009b-bff5-4e49-8e2b-0909d1d22112 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes/72f661bf-c467-4e31-9e8b-bbf2b3841660 returned with HTTP 202 [pid: 7|app: 0|req: 410/815] 10.0.0.41 () {32 vars in 777 bytes} [Fri May 8 11:35:33 2026] DELETE /v3/406e5bc6f1b64125b760c0bc859aa942/volumes/72f661bf-c467-4e31-9e8b-bbf2b3841660 => generated 0 bytes in 65 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-05-08 11:35:33.204 8 INFO cinder.api.openstack.wsgi [None req-c8829545-3721-4aa2-b9a8-8b3b57049500 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes/72f661bf-c467-4e31-9e8b-bbf2b3841660 /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-05-08 11:35:33.226 8 INFO cinder.volume.api [None req-c8829545-3721-4aa2-b9a8-8b3b57049500 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] Volume info retrieved successfully. 2026-05-08 11:35:33.234 8 INFO cinder.api.openstack.wsgi [None req-c8829545-3721-4aa2-b9a8-8b3b57049500 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes/72f661bf-c467-4e31-9e8b-bbf2b3841660 returned with HTTP 200 [pid: 8|app: 0|req: 406/816] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:35:33 2026] GET /v3/406e5bc6f1b64125b760c0bc859aa942/volumes/72f661bf-c467-4e31-9e8b-bbf2b3841660 => generated 968 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-05-08 11:35:34.265 7 INFO cinder.api.openstack.wsgi [None req-30c57903-d7fe-41ad-8bfd-22604bc475d5 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes/72f661bf-c467-4e31-9e8b-bbf2b3841660 2026-05-08 11:35:34.274 7 INFO cinder.api.openstack.wsgi [None req-30c57903-d7fe-41ad-8bfd-22604bc475d5 fbf6a80521db499e803d04f275024096 406e5bc6f1b64125b760c0bc859aa942 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/406e5bc6f1b64125b760c0bc859aa942/volumes/72f661bf-c467-4e31-9e8b-bbf2b3841660 returned with HTTP 404 [pid: 7|app: 0|req: 411/817] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:35:34 2026] GET /v3/406e5bc6f1b64125b760c0bc859aa942/volumes/72f661bf-c467-4e31-9e8b-bbf2b3841660 => 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-05-08 11:35:37.238 8 INFO cinder.api.openstack.wsgi [None req-8873c99f-aadc-4029-aa82-0a652767c3cd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:35:37.256 8 INFO cinder.volume.api [None req-8873c99f-aadc-4029-aa82-0a652767c3cd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:35:37.259 8 INFO cinder.api.openstack.wsgi [None req-8873c99f-aadc-4029-aa82-0a652767c3cd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 407/818] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:35:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true => generated 15 bytes in 177 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-05-08 11:35:37.282 7 INFO cinder.api.openstack.wsgi [None req-a818bac6-39a1-4d22-af23-e3b71d4b457a b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services 2026-05-08 11:35:37.290 7 INFO cinder.api.openstack.wsgi [None req-a818bac6-39a1-4d22-af23-e3b71d4b457a b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services returned with HTTP 200 [pid: 7|app: 0|req: 412/819] 10.0.0.154 () {28 vars in 645 bytes} [Fri May 8 11:35:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-services => generated 646 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:35:37.305 8 INFO cinder.api.openstack.wsgi [None req-78eed522-1227-4e99-854e-ad1a23ef3242 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true 2026-05-08 11:35:37.334 8 INFO cinder.api.openstack.wsgi [None req-78eed522-1227-4e99-854e-ad1a23ef3242 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 408/820] 10.0.0.154 () {28 vars in 696 bytes} [Fri May 8 11:35:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:35:37.456 7 INFO cinder.api.openstack.wsgi [None req-8f0996cd-6cd7-41b4-bacf-620096882bfc b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/1063fc66bc8d4262815ce58e96e1e91d?usage=true 2026-05-08 11:35:37.487 7 INFO cinder.api.openstack.wsgi [None req-8f0996cd-6cd7-41b4-bacf-620096882bfc b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/1063fc66bc8d4262815ce58e96e1e91d?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 413/821] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:35:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/1063fc66bc8d4262815ce58e96e1e91d?usage=true => generated 847 bytes in 44 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:35:37.503 8 INFO cinder.api.openstack.wsgi [None req-81e720a2-4cfa-43bc-995a-c6515fba4a0b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true 2026-05-08 11:35:37.528 8 INFO cinder.api.openstack.wsgi [None req-81e720a2-4cfa-43bc-995a-c6515fba4a0b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 409/822] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:35:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true => generated 847 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:35:37.548 7 INFO cinder.api.openstack.wsgi [None req-3be67eb2-868b-4ed8-ae66-be8ad0d8487c b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/1fd7a7a2170c41a09fed42e036c5a77d?usage=true 2026-05-08 11:35:37.574 7 INFO cinder.api.openstack.wsgi [None req-3be67eb2-868b-4ed8-ae66-be8ad0d8487c b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/1fd7a7a2170c41a09fed42e036c5a77d?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 414/823] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:35:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/1fd7a7a2170c41a09fed42e036c5a77d?usage=true => generated 847 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:35:37.593 8 INFO cinder.api.openstack.wsgi [None req-64c9fc9a-67f9-4f34-9756-bfe0ed1396e0 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true 2026-05-08 11:35:37.620 8 INFO cinder.api.openstack.wsgi [None req-64c9fc9a-67f9-4f34-9756-bfe0ed1396e0 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 410/824] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:35:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true => generated 845 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:35:37.638 7 INFO cinder.api.openstack.wsgi [None req-df091aa9-bf1a-4b0a-8d83-d5ea13b1a394 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true 2026-05-08 11:35:37.663 7 INFO cinder.api.openstack.wsgi [None req-df091aa9-bf1a-4b0a-8d83-d5ea13b1a394 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 415/825] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:35:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true => generated 845 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:35:37.678 8 INFO cinder.api.openstack.wsgi [None req-d415b20b-23a9-4df0-9ae6-04d45864d9f4 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7b5092bb1ebc4141a5a153f80fbd59ad?usage=true 2026-05-08 11:35:37.704 8 INFO cinder.api.openstack.wsgi [None req-d415b20b-23a9-4df0-9ae6-04d45864d9f4 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7b5092bb1ebc4141a5a153f80fbd59ad?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 411/826] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:35:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7b5092bb1ebc4141a5a153f80fbd59ad?usage=true => generated 847 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:35:37.718 7 INFO cinder.api.openstack.wsgi [None req-19bfdf1a-11e9-4b7e-a0c3-8f8ec22411f3 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7f9a391221b34be1a332a6cbf2928727?usage=true 2026-05-08 11:35:37.739 7 INFO cinder.api.openstack.wsgi [None req-19bfdf1a-11e9-4b7e-a0c3-8f8ec22411f3 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7f9a391221b34be1a332a6cbf2928727?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 416/827] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:35:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7f9a391221b34be1a332a6cbf2928727?usage=true => generated 847 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:35:37.762 8 INFO cinder.api.openstack.wsgi [None req-b4fc21ed-fb13-4c0c-a880-7009001e13e0 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/a2e9b603eaee4be1907befd44d8040d4?usage=true 2026-05-08 11:35:37.792 8 INFO cinder.api.openstack.wsgi [None req-b4fc21ed-fb13-4c0c-a880-7009001e13e0 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/a2e9b603eaee4be1907befd44d8040d4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 412/828] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:35:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/a2e9b603eaee4be1907befd44d8040d4?usage=true => generated 847 bytes in 46 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:35:37.803 7 INFO cinder.api.openstack.wsgi [None req-23fb07d9-af71-46cf-9105-f63822570276 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/c372df5ff1dc4744b5bb9d64acfd20f3?usage=true 2026-05-08 11:35:37.827 7 INFO cinder.api.openstack.wsgi [None req-23fb07d9-af71-46cf-9105-f63822570276 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/c372df5ff1dc4744b5bb9d64acfd20f3?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 417/829] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:35:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/c372df5ff1dc4744b5bb9d64acfd20f3?usage=true => generated 847 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:35:37.846 8 INFO cinder.api.openstack.wsgi [None req-1ce16546-394b-4c0d-b3ac-ff69c086bfc2 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/da8894e44b3245a796f23dea309d517a?usage=true 2026-05-08 11:35:37.867 8 INFO cinder.api.openstack.wsgi [None req-1ce16546-394b-4c0d-b3ac-ff69c086bfc2 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/da8894e44b3245a796f23dea309d517a?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 413/830] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:35:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/da8894e44b3245a796f23dea309d517a?usage=true => generated 847 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:35:37.882 7 INFO cinder.api.openstack.wsgi [None req-beb2a076-0a48-4579-96fd-be88adc575ac b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true 2026-05-08 11:35:37.890 7 INFO cinder.volume.api [None req-beb2a076-0a48-4579-96fd-be88adc575ac b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all snapshots completed successfully. 2026-05-08 11:35:37.891 7 INFO cinder.api.openstack.wsgi [None req-beb2a076-0a48-4579-96fd-be88adc575ac b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 418/831] 10.0.0.154 () {28 vars in 674 bytes} [Fri May 8 11:35:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:35:37.906 8 INFO cinder.api.openstack.wsgi [None req-167284b3-56cc-41f1-9233-c022c3e581c8 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:35:37.916 8 INFO cinder.volume.api [None req-167284b3-56cc-41f1-9233-c022c3e581c8 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:35:37.918 8 INFO cinder.api.openstack.wsgi [None req-167284b3-56cc-41f1-9233-c022c3e581c8 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 414/832] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:35:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:35:41.851 7 INFO cinder.api.openstack.wsgi [None req-beb2a076-0a48-4579-96fd-be88adc575ac b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:35:41.852 8 INFO cinder.api.openstack.wsgi [None req-167284b3-56cc-41f1-9233-c022c3e581c8 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:35:41.853 7 INFO cinder.api.openstack.wsgi [None req-beb2a076-0a48-4579-96fd-be88adc575ac b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:35:41.853 8 INFO cinder.api.openstack.wsgi [None req-167284b3-56cc-41f1-9233-c022c3e581c8 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:35:51.851 7 INFO cinder.api.openstack.wsgi [None req-beb2a076-0a48-4579-96fd-be88adc575ac b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:35:51.852 7 INFO cinder.api.openstack.wsgi [None req-beb2a076-0a48-4579-96fd-be88adc575ac b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:35:51.852 8 INFO cinder.api.openstack.wsgi [None req-167284b3-56cc-41f1-9233-c022c3e581c8 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:35:51.853 8 INFO cinder.api.openstack.wsgi [None req-167284b3-56cc-41f1-9233-c022c3e581c8 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:36:01.850 7 INFO cinder.api.openstack.wsgi [None req-beb2a076-0a48-4579-96fd-be88adc575ac b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:36:01.851 7 INFO cinder.api.openstack.wsgi [None req-beb2a076-0a48-4579-96fd-be88adc575ac b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:36:01.853 8 INFO cinder.api.openstack.wsgi [None req-167284b3-56cc-41f1-9233-c022c3e581c8 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:36:01.854 8 INFO cinder.api.openstack.wsgi [None req-167284b3-56cc-41f1-9233-c022c3e581c8 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:36:05.507 7 INFO cinder.api.openstack.wsgi [None req-0899b896-c7ef-4dc1-ae71-99603f33a093 75ebd6648ed54b74b9c39e274a7a21c4 0b8001df89604ccca3c0d456e5a5c910 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/0b8001df89604ccca3c0d456e5a5c910/volumes 2026-05-08 11:36:05.510 7 INFO cinder.api.v3.volumes [None req-0899b896-c7ef-4dc1-ae71-99603f33a093 75ebd6648ed54b74b9c39e274a7a21c4 0b8001df89604ccca3c0d456e5a5c910 - - default default] Create volume of 1 GB 2026-05-08 11:36:05.518 7 INFO cinder.volume.api [None req-0899b896-c7ef-4dc1-ae71-99603f33a093 75ebd6648ed54b74b9c39e274a7a21c4 0b8001df89604ccca3c0d456e5a5c910 - - default default] Availability Zones retrieved successfully. 2026-05-08 11:36:05.690 7 INFO cinder.volume.api [None req-0899b896-c7ef-4dc1-ae71-99603f33a093 75ebd6648ed54b74b9c39e274a7a21c4 0b8001df89604ccca3c0d456e5a5c910 - - default default] Create volume request issued successfully. 2026-05-08 11:36:05.691 7 INFO cinder.api.openstack.wsgi [None req-0899b896-c7ef-4dc1-ae71-99603f33a093 75ebd6648ed54b74b9c39e274a7a21c4 0b8001df89604ccca3c0d456e5a5c910 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0b8001df89604ccca3c0d456e5a5c910/volumes returned with HTTP 202 [pid: 7|app: 0|req: 422/839] 10.0.0.41 () {34 vars in 721 bytes} [Fri May 8 11:36:05 2026] POST /v3/0b8001df89604ccca3c0d456e5a5c910/volumes => generated 859 bytes in 507 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) 2026-05-08 11:36:05.715 8 INFO cinder.api.openstack.wsgi [None req-92436ef0-7d69-4dbd-ab7a-ea7b3289601e 75ebd6648ed54b74b9c39e274a7a21c4 0b8001df89604ccca3c0d456e5a5c910 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0b8001df89604ccca3c0d456e5a5c910/volumes/4672bfaa-b30e-46ea-8f88-3b0dfd590f82 /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-05-08 11:36:05.734 8 INFO cinder.volume.api [None req-92436ef0-7d69-4dbd-ab7a-ea7b3289601e 75ebd6648ed54b74b9c39e274a7a21c4 0b8001df89604ccca3c0d456e5a5c910 - - default default] Volume info retrieved successfully. 2026-05-08 11:36:05.742 8 INFO cinder.api.openstack.wsgi [None req-92436ef0-7d69-4dbd-ab7a-ea7b3289601e 75ebd6648ed54b74b9c39e274a7a21c4 0b8001df89604ccca3c0d456e5a5c910 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0b8001df89604ccca3c0d456e5a5c910/volumes/4672bfaa-b30e-46ea-8f88-3b0dfd590f82 returned with HTTP 200 [pid: 8|app: 0|req: 418/840] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:36:05 2026] GET /v3/0b8001df89604ccca3c0d456e5a5c910/volumes/4672bfaa-b30e-46ea-8f88-3b0dfd590f82 => generated 927 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-05-08 11:36:06.770 7 INFO cinder.api.openstack.wsgi [None req-a7ffe683-3bb8-41e0-8bb3-8b9cb10e3704 75ebd6648ed54b74b9c39e274a7a21c4 0b8001df89604ccca3c0d456e5a5c910 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0b8001df89604ccca3c0d456e5a5c910/volumes/4672bfaa-b30e-46ea-8f88-3b0dfd590f82 /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-05-08 11:36:06.793 7 INFO cinder.volume.api [None req-a7ffe683-3bb8-41e0-8bb3-8b9cb10e3704 75ebd6648ed54b74b9c39e274a7a21c4 0b8001df89604ccca3c0d456e5a5c910 - - default default] Volume info retrieved successfully. 2026-05-08 11:36:06.803 7 INFO cinder.api.openstack.wsgi [None req-a7ffe683-3bb8-41e0-8bb3-8b9cb10e3704 75ebd6648ed54b74b9c39e274a7a21c4 0b8001df89604ccca3c0d456e5a5c910 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0b8001df89604ccca3c0d456e5a5c910/volumes/4672bfaa-b30e-46ea-8f88-3b0dfd590f82 returned with HTTP 200 [pid: 7|app: 0|req: 423/841] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:36:06 2026] GET /v3/0b8001df89604ccca3c0d456e5a5c910/volumes/4672bfaa-b30e-46ea-8f88-3b0dfd590f82 => generated 952 bytes in 44 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:36:11.851 7 INFO cinder.api.openstack.wsgi [None req-a7ffe683-3bb8-41e0-8bb3-8b9cb10e3704 75ebd6648ed54b74b9c39e274a7a21c4 0b8001df89604ccca3c0d456e5a5c910 - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:36:11.851 8 INFO cinder.api.openstack.wsgi [None req-92436ef0-7d69-4dbd-ab7a-ea7b3289601e 75ebd6648ed54b74b9c39e274a7a21c4 0b8001df89604ccca3c0d456e5a5c910 - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:36:11.852 7 INFO cinder.api.openstack.wsgi [None req-a7ffe683-3bb8-41e0-8bb3-8b9cb10e3704 75ebd6648ed54b74b9c39e274a7a21c4 0b8001df89604ccca3c0d456e5a5c910 - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:36:11.853 8 INFO cinder.api.openstack.wsgi [None req-92436ef0-7d69-4dbd-ab7a-ea7b3289601e 75ebd6648ed54b74b9c39e274a7a21c4 0b8001df89604ccca3c0d456e5a5c910 - - default default] http://10.0.0.182: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-05-08 11:36:14.647 7 INFO cinder.api.openstack.wsgi [None req-be10375a-017f-48eb-b549-023aa5d088c5 75ebd6648ed54b74b9c39e274a7a21c4 0b8001df89604ccca3c0d456e5a5c910 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/0b8001df89604ccca3c0d456e5a5c910/volumes/4672bfaa-b30e-46ea-8f88-3b0dfd590f82/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-05-08 11:36:14.661 7 INFO cinder.volume.api [None req-be10375a-017f-48eb-b549-023aa5d088c5 75ebd6648ed54b74b9c39e274a7a21c4 0b8001df89604ccca3c0d456e5a5c910 - - default default] Volume info retrieved successfully. 2026-05-08 11:36:14.676 7 INFO cinder.volume.api [None req-be10375a-017f-48eb-b549-023aa5d088c5 75ebd6648ed54b74b9c39e274a7a21c4 0b8001df89604ccca3c0d456e5a5c910 - - default default] Update volume admin metadata completed successfully. 2026-05-08 11:36:14.784 7 INFO cinder.volume.api [None req-be10375a-017f-48eb-b549-023aa5d088c5 75ebd6648ed54b74b9c39e274a7a21c4 0b8001df89604ccca3c0d456e5a5c910 - - default default] Attach volume completed successfully. 2026-05-08 11:36:14.785 7 INFO cinder.api.openstack.wsgi [None req-be10375a-017f-48eb-b549-023aa5d088c5 75ebd6648ed54b74b9c39e274a7a21c4 0b8001df89604ccca3c0d456e5a5c910 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0b8001df89604ccca3c0d456e5a5c910/volumes/4672bfaa-b30e-46ea-8f88-3b0dfd590f82/action returned with HTTP 202 [pid: 7|app: 0|req: 425/844] 10.0.0.41 () {34 vars in 809 bytes} [Fri May 8 11:36:14 2026] POST /v3/0b8001df89604ccca3c0d456e5a5c910/volumes/4672bfaa-b30e-46ea-8f88-3b0dfd590f82/action => generated 0 bytes in 146 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-05-08 11:36:14.805 8 INFO cinder.api.openstack.wsgi [None req-9655a7f6-ea62-45ed-8f12-4a18c07dc803 75ebd6648ed54b74b9c39e274a7a21c4 0b8001df89604ccca3c0d456e5a5c910 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0b8001df89604ccca3c0d456e5a5c910/volumes/4672bfaa-b30e-46ea-8f88-3b0dfd590f82 /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-05-08 11:36:14.827 8 INFO cinder.volume.api [None req-9655a7f6-ea62-45ed-8f12-4a18c07dc803 75ebd6648ed54b74b9c39e274a7a21c4 0b8001df89604ccca3c0d456e5a5c910 - - default default] Volume info retrieved successfully. 2026-05-08 11:36:14.836 8 INFO cinder.api.openstack.wsgi [None req-9655a7f6-ea62-45ed-8f12-4a18c07dc803 75ebd6648ed54b74b9c39e274a7a21c4 0b8001df89604ccca3c0d456e5a5c910 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0b8001df89604ccca3c0d456e5a5c910/volumes/4672bfaa-b30e-46ea-8f88-3b0dfd590f82 returned with HTTP 200 [pid: 8|app: 0|req: 420/845] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:36:14 2026] GET /v3/0b8001df89604ccca3c0d456e5a5c910/volumes/4672bfaa-b30e-46ea-8f88-3b0dfd590f82 => generated 1286 bytes in 40 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-05-08 11:36:14.868 7 INFO cinder.api.openstack.wsgi [None req-5f2acc35-c99e-4350-a17f-09fe41ef7aa2 75ebd6648ed54b74b9c39e274a7a21c4 0b8001df89604ccca3c0d456e5a5c910 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/0b8001df89604ccca3c0d456e5a5c910/volumes/4672bfaa-b30e-46ea-8f88-3b0dfd590f82/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-05-08 11:36:14.898 7 INFO cinder.volume.api [None req-5f2acc35-c99e-4350-a17f-09fe41ef7aa2 75ebd6648ed54b74b9c39e274a7a21c4 0b8001df89604ccca3c0d456e5a5c910 - - default default] Volume info retrieved successfully. 2026-05-08 11:36:14.973 7 INFO cinder.volume.api [None req-5f2acc35-c99e-4350-a17f-09fe41ef7aa2 75ebd6648ed54b74b9c39e274a7a21c4 0b8001df89604ccca3c0d456e5a5c910 - - default default] Detach volume completed successfully. 2026-05-08 11:36:14.974 7 INFO cinder.api.openstack.wsgi [None req-5f2acc35-c99e-4350-a17f-09fe41ef7aa2 75ebd6648ed54b74b9c39e274a7a21c4 0b8001df89604ccca3c0d456e5a5c910 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0b8001df89604ccca3c0d456e5a5c910/volumes/4672bfaa-b30e-46ea-8f88-3b0dfd590f82/action returned with HTTP 202 [pid: 7|app: 0|req: 426/846] 10.0.0.41 () {34 vars in 809 bytes} [Fri May 8 11:36:14 2026] POST /v3/0b8001df89604ccca3c0d456e5a5c910/volumes/4672bfaa-b30e-46ea-8f88-3b0dfd590f82/action => generated 0 bytes in 115 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-05-08 11:36:14.990 8 INFO cinder.api.openstack.wsgi [None req-4c093470-5a1a-467f-a874-f83d9af5070d 75ebd6648ed54b74b9c39e274a7a21c4 0b8001df89604ccca3c0d456e5a5c910 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0b8001df89604ccca3c0d456e5a5c910/volumes/4672bfaa-b30e-46ea-8f88-3b0dfd590f82 /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-05-08 11:36:15.018 8 INFO cinder.volume.api [None req-4c093470-5a1a-467f-a874-f83d9af5070d 75ebd6648ed54b74b9c39e274a7a21c4 0b8001df89604ccca3c0d456e5a5c910 - - default default] Volume info retrieved successfully. 2026-05-08 11:36:15.023 8 INFO cinder.api.openstack.wsgi [None req-4c093470-5a1a-467f-a874-f83d9af5070d 75ebd6648ed54b74b9c39e274a7a21c4 0b8001df89604ccca3c0d456e5a5c910 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0b8001df89604ccca3c0d456e5a5c910/volumes/4672bfaa-b30e-46ea-8f88-3b0dfd590f82 returned with HTTP 200 [pid: 8|app: 0|req: 421/847] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:36:14 2026] GET /v3/0b8001df89604ccca3c0d456e5a5c910/volumes/4672bfaa-b30e-46ea-8f88-3b0dfd590f82 => generated 971 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-05-08 11:36:17.595 7 INFO cinder.api.openstack.wsgi [None req-2f959387-0959-4ae6-94b3-fd63258e4a45 75ebd6648ed54b74b9c39e274a7a21c4 0b8001df89604ccca3c0d456e5a5c910 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0b8001df89604ccca3c0d456e5a5c910/volumes/4672bfaa-b30e-46ea-8f88-3b0dfd590f82 /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-05-08 11:36:17.618 7 INFO cinder.volume.api [None req-2f959387-0959-4ae6-94b3-fd63258e4a45 75ebd6648ed54b74b9c39e274a7a21c4 0b8001df89604ccca3c0d456e5a5c910 - - default default] Volume info retrieved successfully. 2026-05-08 11:36:17.625 7 INFO cinder.api.openstack.wsgi [None req-2f959387-0959-4ae6-94b3-fd63258e4a45 75ebd6648ed54b74b9c39e274a7a21c4 0b8001df89604ccca3c0d456e5a5c910 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0b8001df89604ccca3c0d456e5a5c910/volumes/4672bfaa-b30e-46ea-8f88-3b0dfd590f82 returned with HTTP 200 [pid: 7|app: 0|req: 427/848] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:36:17 2026] GET /v3/0b8001df89604ccca3c0d456e5a5c910/volumes/4672bfaa-b30e-46ea-8f88-3b0dfd590f82 => generated 971 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-05-08 11:36:17.653 8 INFO cinder.api.openstack.wsgi [None req-9614d076-46f4-40d3-829b-6ba6e06e3ddb 75ebd6648ed54b74b9c39e274a7a21c4 0b8001df89604ccca3c0d456e5a5c910 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/0b8001df89604ccca3c0d456e5a5c910/volumes/4672bfaa-b30e-46ea-8f88-3b0dfd590f82 2026-05-08 11:36:17.653 8 INFO cinder.api.v3.volumes [None req-9614d076-46f4-40d3-829b-6ba6e06e3ddb 75ebd6648ed54b74b9c39e274a7a21c4 0b8001df89604ccca3c0d456e5a5c910 - - default default] Delete volume with id: 4672bfaa-b30e-46ea-8f88-3b0dfd590f82  /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-05-08 11:36:17.668 8 INFO cinder.volume.api [None req-9614d076-46f4-40d3-829b-6ba6e06e3ddb 75ebd6648ed54b74b9c39e274a7a21c4 0b8001df89604ccca3c0d456e5a5c910 - - default default] Volume info retrieved successfully. 2026-05-08 11:36:17.697 8 INFO cinder.volume.api [None req-9614d076-46f4-40d3-829b-6ba6e06e3ddb 75ebd6648ed54b74b9c39e274a7a21c4 0b8001df89604ccca3c0d456e5a5c910 - - default default] Delete volume request issued successfully. 2026-05-08 11:36:17.697 8 INFO cinder.api.openstack.wsgi [None req-9614d076-46f4-40d3-829b-6ba6e06e3ddb 75ebd6648ed54b74b9c39e274a7a21c4 0b8001df89604ccca3c0d456e5a5c910 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0b8001df89604ccca3c0d456e5a5c910/volumes/4672bfaa-b30e-46ea-8f88-3b0dfd590f82 returned with HTTP 202 [pid: 8|app: 0|req: 422/849] 10.0.0.41 () {32 vars in 777 bytes} [Fri May 8 11:36:17 2026] DELETE /v3/0b8001df89604ccca3c0d456e5a5c910/volumes/4672bfaa-b30e-46ea-8f88-3b0dfd590f82 => 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-05-08 11:36:17.712 7 INFO cinder.api.openstack.wsgi [None req-c354a350-525a-43ed-ab2d-be4737ff6c71 75ebd6648ed54b74b9c39e274a7a21c4 0b8001df89604ccca3c0d456e5a5c910 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0b8001df89604ccca3c0d456e5a5c910/volumes/4672bfaa-b30e-46ea-8f88-3b0dfd590f82 /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-05-08 11:36:17.732 7 INFO cinder.volume.api [None req-c354a350-525a-43ed-ab2d-be4737ff6c71 75ebd6648ed54b74b9c39e274a7a21c4 0b8001df89604ccca3c0d456e5a5c910 - - default default] Volume info retrieved successfully. 2026-05-08 11:36:17.745 7 INFO cinder.api.openstack.wsgi [None req-c354a350-525a-43ed-ab2d-be4737ff6c71 75ebd6648ed54b74b9c39e274a7a21c4 0b8001df89604ccca3c0d456e5a5c910 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0b8001df89604ccca3c0d456e5a5c910/volumes/4672bfaa-b30e-46ea-8f88-3b0dfd590f82 returned with HTTP 200 [pid: 7|app: 0|req: 428/850] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:36:17 2026] GET /v3/0b8001df89604ccca3c0d456e5a5c910/volumes/4672bfaa-b30e-46ea-8f88-3b0dfd590f82 => generated 970 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-05-08 11:36:18.771 8 INFO cinder.api.openstack.wsgi [None req-1d37dbeb-b9b2-411c-acf6-6b8f71245a61 75ebd6648ed54b74b9c39e274a7a21c4 0b8001df89604ccca3c0d456e5a5c910 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0b8001df89604ccca3c0d456e5a5c910/volumes/4672bfaa-b30e-46ea-8f88-3b0dfd590f82 2026-05-08 11:36:18.785 8 INFO cinder.api.openstack.wsgi [None req-1d37dbeb-b9b2-411c-acf6-6b8f71245a61 75ebd6648ed54b74b9c39e274a7a21c4 0b8001df89604ccca3c0d456e5a5c910 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0b8001df89604ccca3c0d456e5a5c910/volumes/4672bfaa-b30e-46ea-8f88-3b0dfd590f82 returned with HTTP 404 [pid: 8|app: 0|req: 423/851] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:36:18 2026] GET /v3/0b8001df89604ccca3c0d456e5a5c910/volumes/4672bfaa-b30e-46ea-8f88-3b0dfd590f82 => generated 109 bytes in 24 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) 2026-05-08 11:36:21.853 8 INFO cinder.api.openstack.wsgi [None req-1d37dbeb-b9b2-411c-acf6-6b8f71245a61 75ebd6648ed54b74b9c39e274a7a21c4 0b8001df89604ccca3c0d456e5a5c910 - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:36:21.854 8 INFO cinder.api.openstack.wsgi [None req-1d37dbeb-b9b2-411c-acf6-6b8f71245a61 75ebd6648ed54b74b9c39e274a7a21c4 0b8001df89604ccca3c0d456e5a5c910 - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:36:21.854 7 INFO cinder.api.openstack.wsgi [None req-c354a350-525a-43ed-ab2d-be4737ff6c71 75ebd6648ed54b74b9c39e274a7a21c4 0b8001df89604ccca3c0d456e5a5c910 - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:36:21.856 7 INFO cinder.api.openstack.wsgi [None req-c354a350-525a-43ed-ab2d-be4737ff6c71 75ebd6648ed54b74b9c39e274a7a21c4 0b8001df89604ccca3c0d456e5a5c910 - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:36:25.145 8 INFO cinder.api.openstack.wsgi [None req-924a86cc-3bda-45b3-aab2-be1c8d103cf1 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes 2026-05-08 11:36:25.148 8 INFO cinder.api.v3.volumes [None req-924a86cc-3bda-45b3-aab2-be1c8d103cf1 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Create volume of 1 GB 2026-05-08 11:36:25.155 8 INFO cinder.volume.api [None req-924a86cc-3bda-45b3-aab2-be1c8d103cf1 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Availability Zones retrieved successfully. 2026-05-08 11:36:25.360 8 INFO cinder.volume.api [None req-924a86cc-3bda-45b3-aab2-be1c8d103cf1 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Create volume request issued successfully. 2026-05-08 11:36:25.361 8 INFO cinder.api.openstack.wsgi [None req-924a86cc-3bda-45b3-aab2-be1c8d103cf1 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes returned with HTTP 202 [pid: 8|app: 0|req: 425/854] 10.0.0.41 () {34 vars in 722 bytes} [Fri May 8 11:36:25 2026] POST /v3/0ade249b377544d08211ff3905fbd636/volumes => generated 871 bytes in 341 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-05-08 11:36:25.380 7 INFO cinder.api.openstack.wsgi [None req-6f00515e-dffa-4970-b1ef-97953c033bff 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/7b978060-59a7-439c-831d-db5df3862154 /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-05-08 11:36:25.400 7 INFO cinder.volume.api [None req-6f00515e-dffa-4970-b1ef-97953c033bff 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Volume info retrieved successfully. 2026-05-08 11:36:25.408 7 INFO cinder.api.openstack.wsgi [None req-6f00515e-dffa-4970-b1ef-97953c033bff 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/7b978060-59a7-439c-831d-db5df3862154 returned with HTTP 200 [pid: 7|app: 0|req: 430/855] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:36:25 2026] GET /v3/0ade249b377544d08211ff3905fbd636/volumes/7b978060-59a7-439c-831d-db5df3862154 => generated 939 bytes in 36 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-05-08 11:36:26.435 8 INFO cinder.api.openstack.wsgi [None req-6db16eb5-bf75-4871-8c1b-c7bfdd90e454 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/7b978060-59a7-439c-831d-db5df3862154 /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-05-08 11:36:26.464 8 INFO cinder.volume.api [None req-6db16eb5-bf75-4871-8c1b-c7bfdd90e454 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Volume info retrieved successfully. 2026-05-08 11:36:26.474 8 INFO cinder.api.openstack.wsgi [None req-6db16eb5-bf75-4871-8c1b-c7bfdd90e454 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/7b978060-59a7-439c-831d-db5df3862154 returned with HTTP 200 [pid: 8|app: 0|req: 426/856] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:36:26 2026] GET /v3/0ade249b377544d08211ff3905fbd636/volumes/7b978060-59a7-439c-831d-db5df3862154 => generated 964 bytes in 49 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-05-08 11:36:26.497 7 INFO cinder.api.openstack.wsgi [None req-6fde88d6-1ea0-41ef-a4af-fd1b45f0ac1e 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/7b978060-59a7-439c-831d-db5df3862154 /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-05-08 11:36:26.520 7 INFO cinder.volume.api [None req-6fde88d6-1ea0-41ef-a4af-fd1b45f0ac1e 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Volume info retrieved successfully. 2026-05-08 11:36:26.526 7 INFO cinder.api.openstack.wsgi [None req-6fde88d6-1ea0-41ef-a4af-fd1b45f0ac1e 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/7b978060-59a7-439c-831d-db5df3862154 returned with HTTP 200 [pid: 7|app: 0|req: 431/857] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:36:26 2026] GET /v3/0ade249b377544d08211ff3905fbd636/volumes/7b978060-59a7-439c-831d-db5df3862154 => generated 964 bytes in 37 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-05-08 11:36:26.544 8 INFO cinder.api.openstack.wsgi [None req-b43cb369-6d0d-4b02-bb81-9083d9a26ec6 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/7b978060-59a7-439c-831d-db5df3862154 /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-05-08 11:36:26.566 8 INFO cinder.volume.api [None req-b43cb369-6d0d-4b02-bb81-9083d9a26ec6 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Volume info retrieved successfully. 2026-05-08 11:36:26.576 8 INFO cinder.volume.api [None req-b43cb369-6d0d-4b02-bb81-9083d9a26ec6 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Volume updated successfully. 2026-05-08 11:36:26.577 8 INFO cinder.api.openstack.wsgi [None req-b43cb369-6d0d-4b02-bb81-9083d9a26ec6 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/7b978060-59a7-439c-831d-db5df3862154 returned with HTTP 200 [pid: 8|app: 0|req: 427/858] 10.0.0.41 () {34 vars in 794 bytes} [Fri May 8 11:36:26 2026] PUT /v3/0ade249b377544d08211ff3905fbd636/volumes/7b978060-59a7-439c-831d-db5df3862154 => generated 896 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-05-08 11:36:26.598 7 INFO cinder.api.openstack.wsgi [None req-70155868-ac67-4125-8f79-bc6622323817 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/7b978060-59a7-439c-831d-db5df3862154 /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-05-08 11:36:26.620 7 INFO cinder.volume.api [None req-70155868-ac67-4125-8f79-bc6622323817 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Volume info retrieved successfully. 2026-05-08 11:36:26.632 7 INFO cinder.volume.api [None req-70155868-ac67-4125-8f79-bc6622323817 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Volume updated successfully. 2026-05-08 11:36:26.633 7 INFO cinder.api.openstack.wsgi [None req-70155868-ac67-4125-8f79-bc6622323817 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/7b978060-59a7-439c-831d-db5df3862154 returned with HTTP 200 [pid: 7|app: 0|req: 432/859] 10.0.0.41 () {34 vars in 795 bytes} [Fri May 8 11:36:26 2026] PUT /v3/0ade249b377544d08211ff3905fbd636/volumes/7b978060-59a7-439c-831d-db5df3862154 => generated 934 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-05-08 11:36:26.660 8 INFO cinder.api.openstack.wsgi [None req-bb79c3f4-c68c-4f35-85da-a3debadcce56 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/7b978060-59a7-439c-831d-db5df3862154 /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-05-08 11:36:26.685 8 INFO cinder.volume.api [None req-bb79c3f4-c68c-4f35-85da-a3debadcce56 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Volume info retrieved successfully. 2026-05-08 11:36:26.691 8 INFO cinder.api.openstack.wsgi [None req-bb79c3f4-c68c-4f35-85da-a3debadcce56 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/7b978060-59a7-439c-831d-db5df3862154 returned with HTTP 200 [pid: 8|app: 0|req: 428/860] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:36:26 2026] GET /v3/0ade249b377544d08211ff3905fbd636/volumes/7b978060-59a7-439c-831d-db5df3862154 => generated 1002 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-05-08 11:36:26.716 7 INFO cinder.api.openstack.wsgi [None req-9172ec71-5fdf-45c9-863c-7d3aa17bfe78 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes 2026-05-08 11:36:26.720 7 INFO cinder.api.v3.volumes [None req-9172ec71-5fdf-45c9-863c-7d3aa17bfe78 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Create volume of 1 GB 2026-05-08 11:36:26.728 7 INFO cinder.volume.api [None req-9172ec71-5fdf-45c9-863c-7d3aa17bfe78 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Availability Zones retrieved successfully. 2026-05-08 11:36:26.894 7 INFO cinder.volume.api [None req-9172ec71-5fdf-45c9-863c-7d3aa17bfe78 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Create volume request issued successfully. 2026-05-08 11:36:26.895 7 INFO cinder.api.openstack.wsgi [None req-9172ec71-5fdf-45c9-863c-7d3aa17bfe78 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes returned with HTTP 202 [pid: 7|app: 0|req: 433/861] 10.0.0.41 () {34 vars in 722 bytes} [Fri May 8 11:36:26 2026] POST /v3/0ade249b377544d08211ff3905fbd636/volumes => generated 891 bytes in 191 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-05-08 11:36:26.920 8 INFO cinder.api.openstack.wsgi [None req-4db33480-168b-4651-aaf6-54edb1fd163d 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/fa1327e5-9a5e-483a-b7fc-4c45bf1d84ad /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-05-08 11:36:26.952 8 INFO cinder.volume.api [None req-4db33480-168b-4651-aaf6-54edb1fd163d 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Volume info retrieved successfully. 2026-05-08 11:36:26.962 8 INFO cinder.api.openstack.wsgi [None req-4db33480-168b-4651-aaf6-54edb1fd163d 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/fa1327e5-9a5e-483a-b7fc-4c45bf1d84ad returned with HTTP 200 [pid: 8|app: 0|req: 429/862] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:36:26 2026] GET /v3/0ade249b377544d08211ff3905fbd636/volumes/fa1327e5-9a5e-483a-b7fc-4c45bf1d84ad => generated 959 bytes in 51 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-05-08 11:36:27.984 7 INFO cinder.api.openstack.wsgi [None req-10f407ae-1d9d-42b3-8483-d5ff78da26cf 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/fa1327e5-9a5e-483a-b7fc-4c45bf1d84ad /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-05-08 11:36:28.001 7 INFO cinder.volume.api [None req-10f407ae-1d9d-42b3-8483-d5ff78da26cf 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Volume info retrieved successfully. 2026-05-08 11:36:28.012 7 INFO cinder.api.openstack.wsgi [None req-10f407ae-1d9d-42b3-8483-d5ff78da26cf 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/fa1327e5-9a5e-483a-b7fc-4c45bf1d84ad returned with HTTP 200 [pid: 7|app: 0|req: 434/863] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:36:27 2026] GET /v3/0ade249b377544d08211ff3905fbd636/volumes/fa1327e5-9a5e-483a-b7fc-4c45bf1d84ad => generated 984 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-05-08 11:36:28.052 8 INFO cinder.api.openstack.wsgi [None req-393b2880-e5f5-4d80-ba17-0ac3c70c2dd5 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/fa1327e5-9a5e-483a-b7fc-4c45bf1d84ad /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-05-08 11:36:28.079 8 INFO cinder.volume.api [None req-393b2880-e5f5-4d80-ba17-0ac3c70c2dd5 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Volume info retrieved successfully. 2026-05-08 11:36:28.094 8 INFO cinder.volume.api [None req-393b2880-e5f5-4d80-ba17-0ac3c70c2dd5 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Volume updated successfully. 2026-05-08 11:36:28.095 8 INFO cinder.api.openstack.wsgi [None req-393b2880-e5f5-4d80-ba17-0ac3c70c2dd5 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/fa1327e5-9a5e-483a-b7fc-4c45bf1d84ad returned with HTTP 200 [pid: 8|app: 0|req: 430/864] 10.0.0.41 () {34 vars in 794 bytes} [Fri May 8 11:36:28 2026] PUT /v3/0ade249b377544d08211ff3905fbd636/volumes/fa1327e5-9a5e-483a-b7fc-4c45bf1d84ad => generated 882 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-05-08 11:36:28.117 7 INFO cinder.api.openstack.wsgi [None req-60989e07-708c-4a75-9070-551d3da79da1 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/fa1327e5-9a5e-483a-b7fc-4c45bf1d84ad /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-05-08 11:36:28.139 7 INFO cinder.volume.api [None req-60989e07-708c-4a75-9070-551d3da79da1 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Volume info retrieved successfully. 2026-05-08 11:36:28.144 7 INFO cinder.api.openstack.wsgi [None req-60989e07-708c-4a75-9070-551d3da79da1 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/fa1327e5-9a5e-483a-b7fc-4c45bf1d84ad returned with HTTP 200 [pid: 7|app: 0|req: 435/865] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:36:28 2026] GET /v3/0ade249b377544d08211ff3905fbd636/volumes/fa1327e5-9a5e-483a-b7fc-4c45bf1d84ad => generated 950 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-05-08 11:36:28.164 8 INFO cinder.api.openstack.wsgi [None req-1ff2b830-7534-498f-a723-4cd5dab0edbc 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/fa1327e5-9a5e-483a-b7fc-4c45bf1d84ad 2026-05-08 11:36:28.165 8 INFO cinder.api.v3.volumes [None req-1ff2b830-7534-498f-a723-4cd5dab0edbc 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Delete volume with id: fa1327e5-9a5e-483a-b7fc-4c45bf1d84ad  /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-05-08 11:36:28.180 8 INFO cinder.volume.api [None req-1ff2b830-7534-498f-a723-4cd5dab0edbc 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Volume info retrieved successfully. 2026-05-08 11:36:28.205 8 INFO cinder.volume.api [None req-1ff2b830-7534-498f-a723-4cd5dab0edbc 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Delete volume request issued successfully. 2026-05-08 11:36:28.206 8 INFO cinder.api.openstack.wsgi [None req-1ff2b830-7534-498f-a723-4cd5dab0edbc 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/fa1327e5-9a5e-483a-b7fc-4c45bf1d84ad returned with HTTP 202 [pid: 8|app: 0|req: 431/866] 10.0.0.41 () {32 vars in 777 bytes} [Fri May 8 11:36:28 2026] DELETE /v3/0ade249b377544d08211ff3905fbd636/volumes/fa1327e5-9a5e-483a-b7fc-4c45bf1d84ad => generated 0 bytes in 51 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-05-08 11:36:28.219 7 INFO cinder.api.openstack.wsgi [None req-707c9e78-9956-449c-a7a8-034cee7aeb4f 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/fa1327e5-9a5e-483a-b7fc-4c45bf1d84ad /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-05-08 11:36:28.240 7 INFO cinder.volume.api [None req-707c9e78-9956-449c-a7a8-034cee7aeb4f 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Volume info retrieved successfully. 2026-05-08 11:36:28.246 7 INFO cinder.api.openstack.wsgi [None req-707c9e78-9956-449c-a7a8-034cee7aeb4f 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/fa1327e5-9a5e-483a-b7fc-4c45bf1d84ad returned with HTTP 200 [pid: 7|app: 0|req: 436/867] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:36:28 2026] GET /v3/0ade249b377544d08211ff3905fbd636/volumes/fa1327e5-9a5e-483a-b7fc-4c45bf1d84ad => generated 949 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.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-05-08 11:36:29.275 8 INFO cinder.api.openstack.wsgi [None req-8ec184bc-fcac-4ffe-b646-e7ff75676da4 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/fa1327e5-9a5e-483a-b7fc-4c45bf1d84ad 2026-05-08 11:36:29.293 8 INFO cinder.api.openstack.wsgi [None req-8ec184bc-fcac-4ffe-b646-e7ff75676da4 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/fa1327e5-9a5e-483a-b7fc-4c45bf1d84ad returned with HTTP 404 [pid: 8|app: 0|req: 432/868] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:36:29 2026] GET /v3/0ade249b377544d08211ff3905fbd636/volumes/fa1327e5-9a5e-483a-b7fc-4c45bf1d84ad => generated 109 bytes in 29 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.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-05-08 11:36:29.307 7 INFO cinder.api.openstack.wsgi [None req-e316536b-f4c7-4a2a-9be0-919e7eb65a2f 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/7b978060-59a7-439c-831d-db5df3862154 /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-05-08 11:36:29.338 7 INFO cinder.volume.api [None req-e316536b-f4c7-4a2a-9be0-919e7eb65a2f 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Volume info retrieved successfully. 2026-05-08 11:36:29.346 7 INFO cinder.api.openstack.wsgi [None req-e316536b-f4c7-4a2a-9be0-919e7eb65a2f 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/7b978060-59a7-439c-831d-db5df3862154 returned with HTTP 200 [pid: 7|app: 0|req: 437/869] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:36:29 2026] GET /v3/0ade249b377544d08211ff3905fbd636/volumes/7b978060-59a7-439c-831d-db5df3862154 => generated 1002 bytes in 50 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-05-08 11:36:29.367 8 INFO cinder.api.openstack.wsgi [None req-ecfea13c-bb3a-4516-96e7-93a1bdcff15e 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/7b978060-59a7-439c-831d-db5df3862154 2026-05-08 11:36:29.367 8 INFO cinder.api.v3.volumes [None req-ecfea13c-bb3a-4516-96e7-93a1bdcff15e 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Delete volume with id: 7b978060-59a7-439c-831d-db5df3862154  /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-05-08 11:36:29.386 8 INFO cinder.volume.api [None req-ecfea13c-bb3a-4516-96e7-93a1bdcff15e 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Volume info retrieved successfully. 2026-05-08 11:36:29.423 8 INFO cinder.volume.api [None req-ecfea13c-bb3a-4516-96e7-93a1bdcff15e 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Delete volume request issued successfully. 2026-05-08 11:36:29.424 8 INFO cinder.api.openstack.wsgi [None req-ecfea13c-bb3a-4516-96e7-93a1bdcff15e 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/7b978060-59a7-439c-831d-db5df3862154 returned with HTTP 202 [pid: 8|app: 0|req: 433/870] 10.0.0.41 () {32 vars in 777 bytes} [Fri May 8 11:36:29 2026] DELETE /v3/0ade249b377544d08211ff3905fbd636/volumes/7b978060-59a7-439c-831d-db5df3862154 => generated 0 bytes in 62 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.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-05-08 11:36:29.439 7 INFO cinder.api.openstack.wsgi [None req-57e7f2a3-ceac-48f2-83f1-493f2ee7dd75 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/7b978060-59a7-439c-831d-db5df3862154 /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-05-08 11:36:29.469 7 INFO cinder.volume.api [None req-57e7f2a3-ceac-48f2-83f1-493f2ee7dd75 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Volume info retrieved successfully. 2026-05-08 11:36:29.478 7 INFO cinder.api.openstack.wsgi [None req-57e7f2a3-ceac-48f2-83f1-493f2ee7dd75 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/7b978060-59a7-439c-831d-db5df3862154 returned with HTTP 200 [pid: 7|app: 0|req: 438/871] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:36:29 2026] GET /v3/0ade249b377544d08211ff3905fbd636/volumes/7b978060-59a7-439c-831d-db5df3862154 => generated 1001 bytes in 50 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-05-08 11:36:30.509 8 INFO cinder.api.openstack.wsgi [None req-563e7413-41d4-4ea7-b925-74cad11b309e 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/7b978060-59a7-439c-831d-db5df3862154 2026-05-08 11:36:30.520 8 INFO cinder.api.openstack.wsgi [None req-563e7413-41d4-4ea7-b925-74cad11b309e 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/7b978060-59a7-439c-831d-db5df3862154 returned with HTTP 404 [pid: 8|app: 0|req: 434/872] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:36:30 2026] GET /v3/0ade249b377544d08211ff3905fbd636/volumes/7b978060-59a7-439c-831d-db5df3862154 => generated 109 bytes in 20 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.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-05-08 11:36:30.614 7 INFO cinder.api.openstack.wsgi [None req-31fc9f56-3761-495f-aeee-8be8c262cdad 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes 2026-05-08 11:36:30.734 7 INFO cinder.api.v3.volumes [None req-31fc9f56-3761-495f-aeee-8be8c262cdad 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Create volume of 1 GB 2026-05-08 11:36:30.746 7 INFO cinder.volume.api [None req-31fc9f56-3761-495f-aeee-8be8c262cdad 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Availability Zones retrieved successfully. 2026-05-08 11:36:30.996 7 INFO cinder.volume.api [None req-31fc9f56-3761-495f-aeee-8be8c262cdad 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Create volume request issued successfully. 2026-05-08 11:36:30.997 7 INFO cinder.api.openstack.wsgi [None req-31fc9f56-3761-495f-aeee-8be8c262cdad 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes returned with HTTP 202 [pid: 7|app: 0|req: 439/873] 10.0.0.41 () {34 vars in 722 bytes} [Fri May 8 11:36:30 2026] POST /v3/0ade249b377544d08211ff3905fbd636/volumes => generated 871 bytes in 392 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) 2026-05-08 11:36:31.018 8 INFO cinder.api.openstack.wsgi [None req-251ff38c-8fee-4dcb-a71b-8823e6164341 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/26d75795-5adc-4462-b42f-84d992229e07 /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-05-08 11:36:31.040 8 INFO cinder.volume.api [None req-251ff38c-8fee-4dcb-a71b-8823e6164341 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Volume info retrieved successfully. 2026-05-08 11:36:31.052 8 INFO cinder.api.openstack.wsgi [None req-251ff38c-8fee-4dcb-a71b-8823e6164341 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/26d75795-5adc-4462-b42f-84d992229e07 returned with HTTP 200 [pid: 8|app: 0|req: 435/874] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:36:31 2026] GET /v3/0ade249b377544d08211ff3905fbd636/volumes/26d75795-5adc-4462-b42f-84d992229e07 => generated 939 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:36:31.852 7 INFO cinder.api.openstack.wsgi [None req-31fc9f56-3761-495f-aeee-8be8c262cdad 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:36:31.852 8 INFO cinder.api.openstack.wsgi [None req-251ff38c-8fee-4dcb-a71b-8823e6164341 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:36:31.853 7 INFO cinder.api.openstack.wsgi [None req-31fc9f56-3761-495f-aeee-8be8c262cdad 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:36:31.854 8 INFO cinder.api.openstack.wsgi [None req-251ff38c-8fee-4dcb-a71b-8823e6164341 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] http://10.0.0.182: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-05-08 11:36:32.084 7 INFO cinder.api.openstack.wsgi [None req-1f205413-a74a-4d5f-be9c-5b018e2824d4 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/26d75795-5adc-4462-b42f-84d992229e07 /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-05-08 11:36:32.105 7 INFO cinder.volume.api [None req-1f205413-a74a-4d5f-be9c-5b018e2824d4 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Volume info retrieved successfully. 2026-05-08 11:36:32.121 7 INFO cinder.api.openstack.wsgi [None req-1f205413-a74a-4d5f-be9c-5b018e2824d4 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/26d75795-5adc-4462-b42f-84d992229e07 returned with HTTP 200 [pid: 7|app: 0|req: 441/877] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:36:32 2026] GET /v3/0ade249b377544d08211ff3905fbd636/volumes/26d75795-5adc-4462-b42f-84d992229e07 => generated 1348 bytes in 55 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-05-08 11:36:32.153 8 INFO cinder.api.openstack.wsgi [None req-7e0d6421-c429-48ac-b516-8552a4ceb15a 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/26d75795-5adc-4462-b42f-84d992229e07 /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-05-08 11:36:32.173 8 INFO cinder.volume.api [None req-7e0d6421-c429-48ac-b516-8552a4ceb15a 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Volume info retrieved successfully. 2026-05-08 11:36:32.181 8 INFO cinder.api.openstack.wsgi [None req-7e0d6421-c429-48ac-b516-8552a4ceb15a 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/26d75795-5adc-4462-b42f-84d992229e07 returned with HTTP 200 [pid: 8|app: 0|req: 437/878] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:36:32 2026] GET /v3/0ade249b377544d08211ff3905fbd636/volumes/26d75795-5adc-4462-b42f-84d992229e07 => generated 1348 bytes in 45 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-05-08 11:36:32.206 7 INFO cinder.api.openstack.wsgi [None req-d372301b-5ad5-43ef-8b86-38e6592a225d 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/26d75795-5adc-4462-b42f-84d992229e07 /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-05-08 11:36:32.231 7 INFO cinder.volume.api [None req-d372301b-5ad5-43ef-8b86-38e6592a225d 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Volume info retrieved successfully. 2026-05-08 11:36:32.238 7 INFO cinder.volume.api [None req-d372301b-5ad5-43ef-8b86-38e6592a225d 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Volume updated successfully. 2026-05-08 11:36:32.240 7 INFO cinder.api.openstack.wsgi [None req-d372301b-5ad5-43ef-8b86-38e6592a225d 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/26d75795-5adc-4462-b42f-84d992229e07 returned with HTTP 200 [pid: 7|app: 0|req: 442/879] 10.0.0.41 () {34 vars in 794 bytes} [Fri May 8 11:36:32 2026] PUT /v3/0ade249b377544d08211ff3905fbd636/volumes/26d75795-5adc-4462-b42f-84d992229e07 => generated 895 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-05-08 11:36:32.262 8 INFO cinder.api.openstack.wsgi [None req-6ef3cb8c-93cc-4dd3-a3c9-cbf4bab86c7a 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/26d75795-5adc-4462-b42f-84d992229e07 /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-05-08 11:36:32.288 8 INFO cinder.volume.api [None req-6ef3cb8c-93cc-4dd3-a3c9-cbf4bab86c7a 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Volume info retrieved successfully. 2026-05-08 11:36:32.299 8 INFO cinder.volume.api [None req-6ef3cb8c-93cc-4dd3-a3c9-cbf4bab86c7a 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Volume updated successfully. 2026-05-08 11:36:32.300 8 INFO cinder.api.openstack.wsgi [None req-6ef3cb8c-93cc-4dd3-a3c9-cbf4bab86c7a 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/26d75795-5adc-4462-b42f-84d992229e07 returned with HTTP 200 [pid: 8|app: 0|req: 438/880] 10.0.0.41 () {34 vars in 795 bytes} [Fri May 8 11:36:32 2026] PUT /v3/0ade249b377544d08211ff3905fbd636/volumes/26d75795-5adc-4462-b42f-84d992229e07 => generated 933 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-05-08 11:36:32.322 7 INFO cinder.api.openstack.wsgi [None req-56e2b87f-a31f-4523-8e9e-d47db6d01445 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/26d75795-5adc-4462-b42f-84d992229e07 /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-05-08 11:36:32.339 7 INFO cinder.volume.api [None req-56e2b87f-a31f-4523-8e9e-d47db6d01445 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Volume info retrieved successfully. 2026-05-08 11:36:32.345 7 INFO cinder.api.openstack.wsgi [None req-56e2b87f-a31f-4523-8e9e-d47db6d01445 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/26d75795-5adc-4462-b42f-84d992229e07 returned with HTTP 200 [pid: 7|app: 0|req: 443/881] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:36:32 2026] GET /v3/0ade249b377544d08211ff3905fbd636/volumes/26d75795-5adc-4462-b42f-84d992229e07 => generated 1386 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-05-08 11:36:32.373 8 INFO cinder.api.openstack.wsgi [None req-f1fa148e-2873-41c4-9178-eab38f8f8d13 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes 2026-05-08 11:36:32.378 8 INFO cinder.api.v3.volumes [None req-f1fa148e-2873-41c4-9178-eab38f8f8d13 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Create volume of 1 GB 2026-05-08 11:36:32.385 8 INFO cinder.volume.api [None req-f1fa148e-2873-41c4-9178-eab38f8f8d13 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Availability Zones retrieved successfully. 2026-05-08 11:36:32.561 8 INFO cinder.volume.api [None req-f1fa148e-2873-41c4-9178-eab38f8f8d13 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Create volume request issued successfully. 2026-05-08 11:36:32.562 8 INFO cinder.api.openstack.wsgi [None req-f1fa148e-2873-41c4-9178-eab38f8f8d13 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes returned with HTTP 202 [pid: 8|app: 0|req: 439/882] 10.0.0.41 () {34 vars in 722 bytes} [Fri May 8 11:36:32 2026] POST /v3/0ade249b377544d08211ff3905fbd636/volumes => generated 892 bytes in 200 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-05-08 11:36:32.580 7 INFO cinder.api.openstack.wsgi [None req-df59d2a3-b37e-4230-a43e-4e848b1396ec 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/f0e6a9b1-db2d-4aa9-b0fe-418293885c59 /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-05-08 11:36:32.616 7 INFO cinder.volume.api [None req-df59d2a3-b37e-4230-a43e-4e848b1396ec 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Volume info retrieved successfully. 2026-05-08 11:36:32.629 7 INFO cinder.api.openstack.wsgi [None req-df59d2a3-b37e-4230-a43e-4e848b1396ec 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/f0e6a9b1-db2d-4aa9-b0fe-418293885c59 returned with HTTP 200 [pid: 7|app: 0|req: 444/883] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:36:32 2026] GET /v3/0ade249b377544d08211ff3905fbd636/volumes/f0e6a9b1-db2d-4aa9-b0fe-418293885c59 => generated 960 bytes in 57 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-05-08 11:36:33.656 8 INFO cinder.api.openstack.wsgi [None req-15de25bb-fef5-4c7f-833e-20a63204eff5 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/f0e6a9b1-db2d-4aa9-b0fe-418293885c59 /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-05-08 11:36:33.674 8 INFO cinder.volume.api [None req-15de25bb-fef5-4c7f-833e-20a63204eff5 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Volume info retrieved successfully. 2026-05-08 11:36:33.679 8 INFO cinder.api.openstack.wsgi [None req-15de25bb-fef5-4c7f-833e-20a63204eff5 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/f0e6a9b1-db2d-4aa9-b0fe-418293885c59 returned with HTTP 200 [pid: 8|app: 0|req: 440/884] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:36:33 2026] GET /v3/0ade249b377544d08211ff3905fbd636/volumes/f0e6a9b1-db2d-4aa9-b0fe-418293885c59 => generated 985 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.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-05-08 11:36:33.708 7 INFO cinder.api.openstack.wsgi [None req-c489a466-4791-4447-b6ab-3a421146a76d 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/f0e6a9b1-db2d-4aa9-b0fe-418293885c59 /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-05-08 11:36:33.724 7 INFO cinder.volume.api [None req-c489a466-4791-4447-b6ab-3a421146a76d 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Volume info retrieved successfully. 2026-05-08 11:36:33.733 7 INFO cinder.volume.api [None req-c489a466-4791-4447-b6ab-3a421146a76d 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Volume updated successfully. 2026-05-08 11:36:33.734 7 INFO cinder.api.openstack.wsgi [None req-c489a466-4791-4447-b6ab-3a421146a76d 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/f0e6a9b1-db2d-4aa9-b0fe-418293885c59 returned with HTTP 200 [pid: 7|app: 0|req: 445/885] 10.0.0.41 () {34 vars in 794 bytes} [Fri May 8 11:36:33 2026] PUT /v3/0ade249b377544d08211ff3905fbd636/volumes/f0e6a9b1-db2d-4aa9-b0fe-418293885c59 => generated 882 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-05-08 11:36:33.757 8 INFO cinder.api.openstack.wsgi [None req-a7449a38-8ed9-43d5-82e7-a409066f36ef 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/f0e6a9b1-db2d-4aa9-b0fe-418293885c59 /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-05-08 11:36:33.776 8 INFO cinder.volume.api [None req-a7449a38-8ed9-43d5-82e7-a409066f36ef 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Volume info retrieved successfully. 2026-05-08 11:36:33.784 8 INFO cinder.api.openstack.wsgi [None req-a7449a38-8ed9-43d5-82e7-a409066f36ef 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/f0e6a9b1-db2d-4aa9-b0fe-418293885c59 returned with HTTP 200 [pid: 8|app: 0|req: 441/886] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:36:33 2026] GET /v3/0ade249b377544d08211ff3905fbd636/volumes/f0e6a9b1-db2d-4aa9-b0fe-418293885c59 => generated 950 bytes in 37 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-05-08 11:36:33.813 7 INFO cinder.api.openstack.wsgi [None req-41e6855d-86cf-48d3-8db4-ca30467022f6 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/f0e6a9b1-db2d-4aa9-b0fe-418293885c59 2026-05-08 11:36:33.814 7 INFO cinder.api.v3.volumes [None req-41e6855d-86cf-48d3-8db4-ca30467022f6 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Delete volume with id: f0e6a9b1-db2d-4aa9-b0fe-418293885c59  /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-05-08 11:36:33.829 7 INFO cinder.volume.api [None req-41e6855d-86cf-48d3-8db4-ca30467022f6 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Volume info retrieved successfully. 2026-05-08 11:36:33.859 7 INFO cinder.volume.api [None req-41e6855d-86cf-48d3-8db4-ca30467022f6 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Delete volume request issued successfully. 2026-05-08 11:36:33.860 7 INFO cinder.api.openstack.wsgi [None req-41e6855d-86cf-48d3-8db4-ca30467022f6 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/f0e6a9b1-db2d-4aa9-b0fe-418293885c59 returned with HTTP 202 [pid: 7|app: 0|req: 446/887] 10.0.0.41 () {32 vars in 777 bytes} [Fri May 8 11:36:33 2026] DELETE /v3/0ade249b377544d08211ff3905fbd636/volumes/f0e6a9b1-db2d-4aa9-b0fe-418293885c59 => 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-05-08 11:36:33.877 8 INFO cinder.api.openstack.wsgi [None req-eea0f0a1-7982-430f-9517-22656c31c132 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/f0e6a9b1-db2d-4aa9-b0fe-418293885c59 /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-05-08 11:36:33.894 8 INFO cinder.volume.api [None req-eea0f0a1-7982-430f-9517-22656c31c132 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Volume info retrieved successfully. 2026-05-08 11:36:33.901 8 INFO cinder.api.openstack.wsgi [None req-eea0f0a1-7982-430f-9517-22656c31c132 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/f0e6a9b1-db2d-4aa9-b0fe-418293885c59 returned with HTTP 200 [pid: 8|app: 0|req: 442/888] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:36:33 2026] GET /v3/0ade249b377544d08211ff3905fbd636/volumes/f0e6a9b1-db2d-4aa9-b0fe-418293885c59 => generated 949 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-05-08 11:36:34.934 7 INFO cinder.api.openstack.wsgi [None req-63f536e5-f331-43b6-9395-ebbdcc68ca00 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/f0e6a9b1-db2d-4aa9-b0fe-418293885c59 2026-05-08 11:36:34.944 7 INFO cinder.api.openstack.wsgi [None req-63f536e5-f331-43b6-9395-ebbdcc68ca00 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/f0e6a9b1-db2d-4aa9-b0fe-418293885c59 returned with HTTP 404 [pid: 7|app: 0|req: 447/889] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:36:34 2026] GET /v3/0ade249b377544d08211ff3905fbd636/volumes/f0e6a9b1-db2d-4aa9-b0fe-418293885c59 => generated 109 bytes in 21 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-05-08 11:36:34.958 8 INFO cinder.api.openstack.wsgi [None req-d22608ff-0dbe-4957-b9c2-28aeab8584a2 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/26d75795-5adc-4462-b42f-84d992229e07 /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-05-08 11:36:34.976 8 INFO cinder.volume.api [None req-d22608ff-0dbe-4957-b9c2-28aeab8584a2 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Volume info retrieved successfully. 2026-05-08 11:36:34.984 8 INFO cinder.api.openstack.wsgi [None req-d22608ff-0dbe-4957-b9c2-28aeab8584a2 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/26d75795-5adc-4462-b42f-84d992229e07 returned with HTTP 200 [pid: 8|app: 0|req: 443/890] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:36:34 2026] GET /v3/0ade249b377544d08211ff3905fbd636/volumes/26d75795-5adc-4462-b42f-84d992229e07 => generated 1386 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-05-08 11:36:35.018 7 INFO cinder.api.openstack.wsgi [None req-d193fe7a-92c2-497e-ae93-2cb868e1fd66 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/26d75795-5adc-4462-b42f-84d992229e07 2026-05-08 11:36:35.020 7 INFO cinder.api.v3.volumes [None req-d193fe7a-92c2-497e-ae93-2cb868e1fd66 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Delete volume with id: 26d75795-5adc-4462-b42f-84d992229e07  /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-05-08 11:36:35.043 7 INFO cinder.volume.api [None req-d193fe7a-92c2-497e-ae93-2cb868e1fd66 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Volume info retrieved successfully. 2026-05-08 11:36:35.090 7 INFO cinder.volume.api [None req-d193fe7a-92c2-497e-ae93-2cb868e1fd66 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Delete volume request issued successfully. 2026-05-08 11:36:35.090 7 INFO cinder.api.openstack.wsgi [None req-d193fe7a-92c2-497e-ae93-2cb868e1fd66 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/26d75795-5adc-4462-b42f-84d992229e07 returned with HTTP 202 [pid: 7|app: 0|req: 448/891] 10.0.0.41 () {32 vars in 777 bytes} [Fri May 8 11:36:35 2026] DELETE /v3/0ade249b377544d08211ff3905fbd636/volumes/26d75795-5adc-4462-b42f-84d992229e07 => generated 0 bytes in 84 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-05-08 11:36:35.109 8 INFO cinder.api.openstack.wsgi [None req-ebbd0a76-8350-4289-a8f2-7d4d5c97fce0 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/26d75795-5adc-4462-b42f-84d992229e07 /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-05-08 11:36:35.136 8 INFO cinder.volume.api [None req-ebbd0a76-8350-4289-a8f2-7d4d5c97fce0 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] Volume info retrieved successfully. 2026-05-08 11:36:35.144 8 INFO cinder.api.openstack.wsgi [None req-ebbd0a76-8350-4289-a8f2-7d4d5c97fce0 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/26d75795-5adc-4462-b42f-84d992229e07 returned with HTTP 200 [pid: 8|app: 0|req: 444/892] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:36:35 2026] GET /v3/0ade249b377544d08211ff3905fbd636/volumes/26d75795-5adc-4462-b42f-84d992229e07 => generated 1385 bytes in 47 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-05-08 11:36:36.176 7 INFO cinder.api.openstack.wsgi [None req-97d0efbf-11df-43ed-b7aa-8e9bbdc5f597 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/26d75795-5adc-4462-b42f-84d992229e07 2026-05-08 11:36:36.187 7 INFO cinder.api.openstack.wsgi [None req-97d0efbf-11df-43ed-b7aa-8e9bbdc5f597 2b1bad5c9bb641c39a4239012f91cdbe 0ade249b377544d08211ff3905fbd636 - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/0ade249b377544d08211ff3905fbd636/volumes/26d75795-5adc-4462-b42f-84d992229e07 returned with HTTP 404 [pid: 7|app: 0|req: 449/893] 10.0.0.41 () {32 vars in 774 bytes} [Fri May 8 11:36:36 2026] GET /v3/0ade249b377544d08211ff3905fbd636/volumes/26d75795-5adc-4462-b42f-84d992229e07 => generated 109 bytes in 20 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.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-05-08 11:36:37.369 8 INFO cinder.api.openstack.wsgi [None req-bad24f19-41dc-483c-be4f-cf5a9abc0fdc b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/0ade249b377544d08211ff3905fbd636?usage=true 2026-05-08 11:36:37.411 8 INFO cinder.api.openstack.wsgi [None req-bad24f19-41dc-483c-be4f-cf5a9abc0fdc b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/0ade249b377544d08211ff3905fbd636?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 445/894] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:36:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/0ade249b377544d08211ff3905fbd636?usage=true => generated 847 bytes in 262 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:36:37.429 7 INFO cinder.api.openstack.wsgi [None req-b64764ad-b452-4cea-aa6a-86feb1f1030a b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true 2026-05-08 11:36:37.509 7 INFO cinder.api.openstack.wsgi [None req-b64764ad-b452-4cea-aa6a-86feb1f1030a b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 450/895] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:36:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true => generated 847 bytes in 90 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:36:37.526 8 INFO cinder.api.openstack.wsgi [None req-d6d40c85-525c-4244-8558-a8d5834086a2 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/12338121c5b34067a11ef1d4f3dec254?usage=true 2026-05-08 11:36:37.616 8 INFO cinder.api.openstack.wsgi [None req-d6d40c85-525c-4244-8558-a8d5834086a2 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/12338121c5b34067a11ef1d4f3dec254?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 446/896] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:36:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/12338121c5b34067a11ef1d4f3dec254?usage=true => generated 847 bytes in 100 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:36:37.631 7 INFO cinder.api.openstack.wsgi [None req-95a8e0a5-d14a-4225-9150-ff192e366c76 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/12c50dd02a3d41709018804ba52b5f29?usage=true 2026-05-08 11:36:37.689 7 INFO cinder.api.openstack.wsgi [None req-95a8e0a5-d14a-4225-9150-ff192e366c76 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/12c50dd02a3d41709018804ba52b5f29?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 451/897] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:36:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/12c50dd02a3d41709018804ba52b5f29?usage=true => generated 847 bytes in 68 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:36:37.706 8 INFO cinder.api.openstack.wsgi [None req-549ddf0f-fef3-43b1-bd5e-2de2275e55fa b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/31135a201bf1498cbcc25bcc878f28ef?usage=true 2026-05-08 11:36:37.761 8 INFO cinder.api.openstack.wsgi [None req-549ddf0f-fef3-43b1-bd5e-2de2275e55fa b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/31135a201bf1498cbcc25bcc878f28ef?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 447/898] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:36:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/31135a201bf1498cbcc25bcc878f28ef?usage=true => generated 847 bytes in 67 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:36:37.778 7 INFO cinder.api.openstack.wsgi [None req-497cdec4-7b2d-4ccb-8427-c7e62c3473ed b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true 2026-05-08 11:36:37.819 7 INFO cinder.api.openstack.wsgi [None req-497cdec4-7b2d-4ccb-8427-c7e62c3473ed b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 452/899] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:36:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true => generated 845 bytes in 52 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:36:37.840 8 INFO cinder.api.openstack.wsgi [None req-c33f5837-c63d-452e-b242-c770b7de9fa5 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/44066c7d015c491281b0402c3fe6c841?usage=true 2026-05-08 11:36:37.915 8 INFO cinder.api.openstack.wsgi [None req-c33f5837-c63d-452e-b242-c770b7de9fa5 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/44066c7d015c491281b0402c3fe6c841?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 448/900] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:36:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/44066c7d015c491281b0402c3fe6c841?usage=true => generated 847 bytes in 91 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:36:37.929 7 INFO cinder.api.openstack.wsgi [None req-55393b49-af33-40c4-9006-9d4b7ece0e1c b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true 2026-05-08 11:36:37.960 7 INFO cinder.api.openstack.wsgi [None req-55393b49-af33-40c4-9006-9d4b7ece0e1c b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 453/901] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:36:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true => generated 845 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:36:37.975 8 INFO cinder.api.openstack.wsgi [None req-ba594a75-21fc-466e-877c-168c67c0e033 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7f9a391221b34be1a332a6cbf2928727?usage=true 2026-05-08 11:36:38.008 8 INFO cinder.api.openstack.wsgi [None req-ba594a75-21fc-466e-877c-168c67c0e033 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7f9a391221b34be1a332a6cbf2928727?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 449/902] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:36:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7f9a391221b34be1a332a6cbf2928727?usage=true => generated 847 bytes in 45 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:36:38.028 7 INFO cinder.api.openstack.wsgi [None req-368d39ca-1fc4-4da4-9f65-e4758a912721 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/89e2f72f767a4d5a8d0a928f6328e782?usage=true 2026-05-08 11:36:38.053 7 INFO cinder.api.openstack.wsgi [None req-368d39ca-1fc4-4da4-9f65-e4758a912721 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/89e2f72f767a4d5a8d0a928f6328e782?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 454/903] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:36:38 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/89e2f72f767a4d5a8d0a928f6328e782?usage=true => generated 847 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:36:38.069 8 INFO cinder.api.openstack.wsgi [None req-24a1c447-5f39-4859-b866-2ecdb3086333 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/8b83986416d5413f8f989ead5b4b72a3?usage=true 2026-05-08 11:36:38.101 8 INFO cinder.api.openstack.wsgi [None req-24a1c447-5f39-4859-b866-2ecdb3086333 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/8b83986416d5413f8f989ead5b4b72a3?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 450/904] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:36:38 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/8b83986416d5413f8f989ead5b4b72a3?usage=true => generated 847 bytes in 44 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:36:38.120 7 INFO cinder.api.openstack.wsgi [None req-e8840ff5-ba4d-4e52-9bbd-1b51a10687a9 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/9b43f1cb2d994bed98411c9c5be5c563?usage=true 2026-05-08 11:36:38.150 7 INFO cinder.api.openstack.wsgi [None req-e8840ff5-ba4d-4e52-9bbd-1b51a10687a9 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/9b43f1cb2d994bed98411c9c5be5c563?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 455/905] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:36:38 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/9b43f1cb2d994bed98411c9c5be5c563?usage=true => generated 847 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:36:38.162 8 INFO cinder.api.openstack.wsgi [None req-6c2ffd85-633f-43ba-b2a3-f8b326447f59 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/a2e9b603eaee4be1907befd44d8040d4?usage=true 2026-05-08 11:36:38.197 8 INFO cinder.api.openstack.wsgi [None req-6c2ffd85-633f-43ba-b2a3-f8b326447f59 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/a2e9b603eaee4be1907befd44d8040d4?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 451/906] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:36:38 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/a2e9b603eaee4be1907befd44d8040d4?usage=true => generated 847 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:36:38.214 7 INFO cinder.api.openstack.wsgi [None req-5f91dd96-f75d-486d-8460-9df94d351fd7 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/bc59828224bf439297cb4dd5ec0fef47?usage=true 2026-05-08 11:36:38.243 7 INFO cinder.api.openstack.wsgi [None req-5f91dd96-f75d-486d-8460-9df94d351fd7 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/bc59828224bf439297cb4dd5ec0fef47?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 456/907] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:36:38 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/bc59828224bf439297cb4dd5ec0fef47?usage=true => generated 847 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:36:38.258 8 INFO cinder.api.openstack.wsgi [None req-c76b10cf-ce7b-44bd-85a9-5ee75e3e2d49 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/cf00628e9b554905bcf317973a63667b?usage=true 2026-05-08 11:36:38.287 8 INFO cinder.api.openstack.wsgi [None req-c76b10cf-ce7b-44bd-85a9-5ee75e3e2d49 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/cf00628e9b554905bcf317973a63667b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 452/908] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:36:38 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/cf00628e9b554905bcf317973a63667b?usage=true => generated 847 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:36:38.301 7 INFO cinder.api.openstack.wsgi [None req-b0096825-ef50-4777-a68a-0b5442fa69ff b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/e21627c957b940dbb6d2da70f70ba3e2?usage=true 2026-05-08 11:36:38.330 7 INFO cinder.api.openstack.wsgi [None req-b0096825-ef50-4777-a68a-0b5442fa69ff b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/e21627c957b940dbb6d2da70f70ba3e2?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 457/909] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:36:38 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/e21627c957b940dbb6d2da70f70ba3e2?usage=true => generated 847 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:36:38.349 8 INFO cinder.api.openstack.wsgi [None req-ea828e6c-ebe4-40f8-bd1d-5ffeab939697 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:36:38.360 8 INFO cinder.volume.api [None req-ea828e6c-ebe4-40f8-bd1d-5ffeab939697 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:36:38.363 8 INFO cinder.api.openstack.wsgi [None req-ea828e6c-ebe4-40f8-bd1d-5ffeab939697 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 453/910] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:36:38 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:36:38.379 7 INFO cinder.api.openstack.wsgi [None req-43cd4e46-8702-4ab1-b1fc-f6eeeb7b34f0 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true 2026-05-08 11:36:38.400 7 INFO cinder.volume.api [None req-43cd4e46-8702-4ab1-b1fc-f6eeeb7b34f0 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all snapshots completed successfully. 2026-05-08 11:36:38.401 7 INFO cinder.api.openstack.wsgi [None req-43cd4e46-8702-4ab1-b1fc-f6eeeb7b34f0 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 458/911] 10.0.0.154 () {28 vars in 674 bytes} [Fri May 8 11:36:38 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true => generated 17 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-05-08 11:36:38.419 8 INFO cinder.api.openstack.wsgi [None req-956dcc3f-a6e7-47e9-851b-9903c5da1930 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true 2026-05-08 11:36:38.444 8 INFO cinder.api.openstack.wsgi [None req-956dcc3f-a6e7-47e9-851b-9903c5da1930 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 454/912] 10.0.0.154 () {28 vars in 696 bytes} [Fri May 8 11:36:38 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true => generated 670 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:36:38.464 7 INFO cinder.api.openstack.wsgi [None req-04d94a4e-41e7-4d23-8573-ee57321ceb13 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:36:38.479 7 INFO cinder.volume.api [None req-04d94a4e-41e7-4d23-8573-ee57321ceb13 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:36:38.482 7 INFO cinder.api.openstack.wsgi [None req-04d94a4e-41e7-4d23-8573-ee57321ceb13 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 459/913] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:36:38 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true => generated 15 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-05-08 11:36:38.499 8 INFO cinder.api.openstack.wsgi [None req-2dc9a6ea-eed7-40f2-ac9e-232f772f81a8 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services 2026-05-08 11:36:38.521 8 INFO cinder.api.openstack.wsgi [None req-2dc9a6ea-eed7-40f2-ac9e-232f772f81a8 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services returned with HTTP 200 [pid: 8|app: 0|req: 455/914] 10.0.0.154 () {28 vars in 645 bytes} [Fri May 8 11:36:38 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-services => generated 646 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:36:41.852 8 INFO cinder.api.openstack.wsgi [None req-2dc9a6ea-eed7-40f2-ac9e-232f772f81a8 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:36:41.853 8 INFO cinder.api.openstack.wsgi [None req-2dc9a6ea-eed7-40f2-ac9e-232f772f81a8 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:36:41.853 7 INFO cinder.api.openstack.wsgi [None req-04d94a4e-41e7-4d23-8573-ee57321ceb13 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:36:41.855 7 INFO cinder.api.openstack.wsgi [None req-04d94a4e-41e7-4d23-8573-ee57321ceb13 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:36:51.852 8 INFO cinder.api.openstack.wsgi [None req-2dc9a6ea-eed7-40f2-ac9e-232f772f81a8 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:36:51.853 8 INFO cinder.api.openstack.wsgi [None req-2dc9a6ea-eed7-40f2-ac9e-232f772f81a8 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:36:51.852 7 INFO cinder.api.openstack.wsgi [None req-04d94a4e-41e7-4d23-8573-ee57321ceb13 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:36:51.855 7 INFO cinder.api.openstack.wsgi [None req-04d94a4e-41e7-4d23-8573-ee57321ceb13 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:37:01.852 7 INFO cinder.api.openstack.wsgi [None req-04d94a4e-41e7-4d23-8573-ee57321ceb13 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:37:01.852 8 INFO cinder.api.openstack.wsgi [None req-2dc9a6ea-eed7-40f2-ac9e-232f772f81a8 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:37:01.854 7 INFO cinder.api.openstack.wsgi [None req-04d94a4e-41e7-4d23-8573-ee57321ceb13 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:37:01.854 8 INFO cinder.api.openstack.wsgi [None req-2dc9a6ea-eed7-40f2-ac9e-232f772f81a8 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:37:11.851 8 INFO cinder.api.openstack.wsgi [None req-2dc9a6ea-eed7-40f2-ac9e-232f772f81a8 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:37:11.852 7 INFO cinder.api.openstack.wsgi [None req-04d94a4e-41e7-4d23-8573-ee57321ceb13 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:37:11.853 8 INFO cinder.api.openstack.wsgi [None req-2dc9a6ea-eed7-40f2-ac9e-232f772f81a8 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:37:11.853 7 INFO cinder.api.openstack.wsgi [None req-04d94a4e-41e7-4d23-8573-ee57321ceb13 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:37:21.852 8 INFO cinder.api.openstack.wsgi [None req-2dc9a6ea-eed7-40f2-ac9e-232f772f81a8 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:37:21.852 7 INFO cinder.api.openstack.wsgi [None req-04d94a4e-41e7-4d23-8573-ee57321ceb13 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:37:21.853 8 INFO cinder.api.openstack.wsgi [None req-2dc9a6ea-eed7-40f2-ac9e-232f772f81a8 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:37:21.854 7 INFO cinder.api.openstack.wsgi [None req-04d94a4e-41e7-4d23-8573-ee57321ceb13 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:37:28.445 8 INFO cinder.api.openstack.wsgi [None req-4d442b62-dc1f-48a2-9c65-cc9fe5cb6945 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes 2026-05-08 11:37:29.060 8 INFO cinder.api.v3.volumes [None req-4d442b62-dc1f-48a2-9c65-cc9fe5cb6945 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Create volume of 16 GB 2026-05-08 11:37:29.067 8 INFO cinder.volume.api [None req-4d442b62-dc1f-48a2-9c65-cc9fe5cb6945 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Availability Zones retrieved successfully. 2026-05-08 11:37:29.346 8 INFO cinder.volume.api [None req-4d442b62-dc1f-48a2-9c65-cc9fe5cb6945 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Create volume request issued successfully. 2026-05-08 11:37:29.348 8 INFO cinder.api.openstack.wsgi [None req-4d442b62-dc1f-48a2-9c65-cc9fe5cb6945 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes returned with HTTP 202 [pid: 8|app: 0|req: 461/925] 199.204.45.89 () {34 vars in 733 bytes} [Fri May 8 11:37:28 2026] POST /v3/4291a995f42245f1b0a723491ec36d4a/volumes => generated 846 bytes in 1019 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) 2026-05-08 11:37:29.368 7 INFO cinder.api.openstack.wsgi [req-4d442b62-dc1f-48a2-9c65-cc9fe5cb6945 req-cbe2bfe7-73f5-4dbb-b6c1-6ad2489ce617 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/60e6da8e-58f3-404d-a0f5-2bcc5d23d212 /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-05-08 11:37:29.408 7 INFO cinder.volume.api [req-4d442b62-dc1f-48a2-9c65-cc9fe5cb6945 req-cbe2bfe7-73f5-4dbb-b6c1-6ad2489ce617 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Volume info retrieved successfully. 2026-05-08 11:37:29.414 7 INFO cinder.api.openstack.wsgi [req-4d442b62-dc1f-48a2-9c65-cc9fe5cb6945 req-cbe2bfe7-73f5-4dbb-b6c1-6ad2489ce617 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/60e6da8e-58f3-404d-a0f5-2bcc5d23d212 returned with HTTP 200 [pid: 7|app: 0|req: 465/926] 199.204.45.89 () {32 vars in 824 bytes} [Fri May 8 11:37:29 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/volumes/60e6da8e-58f3-404d-a0f5-2bcc5d23d212 => generated 1025 bytes in 57 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-05-08 11:37:31.852 7 INFO cinder.api.openstack.wsgi [req-4d442b62-dc1f-48a2-9c65-cc9fe5cb6945 req-cbe2bfe7-73f5-4dbb-b6c1-6ad2489ce617 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:37:31.852 8 INFO cinder.api.openstack.wsgi [None req-4d442b62-dc1f-48a2-9c65-cc9fe5cb6945 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:37:31.853 8 INFO cinder.api.openstack.wsgi [None req-4d442b62-dc1f-48a2-9c65-cc9fe5cb6945 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:37:31.854 7 INFO cinder.api.openstack.wsgi [req-4d442b62-dc1f-48a2-9c65-cc9fe5cb6945 req-cbe2bfe7-73f5-4dbb-b6c1-6ad2489ce617 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182: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-05-08 11:37:34.439 8 INFO cinder.api.openstack.wsgi [req-4d442b62-dc1f-48a2-9c65-cc9fe5cb6945 req-c0ac5b8c-4d19-48cd-9892-7d1f988aea11 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/60e6da8e-58f3-404d-a0f5-2bcc5d23d212 /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-05-08 11:37:34.464 8 INFO cinder.volume.api [req-4d442b62-dc1f-48a2-9c65-cc9fe5cb6945 req-c0ac5b8c-4d19-48cd-9892-7d1f988aea11 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Volume info retrieved successfully. 2026-05-08 11:37:34.479 8 INFO cinder.api.openstack.wsgi [req-4d442b62-dc1f-48a2-9c65-cc9fe5cb6945 req-c0ac5b8c-4d19-48cd-9892-7d1f988aea11 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/60e6da8e-58f3-404d-a0f5-2bcc5d23d212 returned with HTTP 200 [pid: 8|app: 0|req: 463/929] 199.204.45.89 () {32 vars in 824 bytes} [Fri May 8 11:37:34 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/volumes/60e6da8e-58f3-404d-a0f5-2bcc5d23d212 => generated 1489 bytes in 49 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-05-08 11:37:35.017 7 INFO cinder.api.openstack.wsgi [req-8f670bc7-57f7-470b-8246-a7d4b5c871a2 req-a8cd004d-a19a-4cd9-8e7d-cbd95c25c39b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/60e6da8e-58f3-404d-a0f5-2bcc5d23d212 /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-05-08 11:37:35.039 7 INFO cinder.volume.api [req-8f670bc7-57f7-470b-8246-a7d4b5c871a2 req-a8cd004d-a19a-4cd9-8e7d-cbd95c25c39b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Volume info retrieved successfully. 2026-05-08 11:37:35.051 7 INFO cinder.api.openstack.wsgi [req-8f670bc7-57f7-470b-8246-a7d4b5c871a2 req-a8cd004d-a19a-4cd9-8e7d-cbd95c25c39b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/60e6da8e-58f3-404d-a0f5-2bcc5d23d212 returned with HTTP 200 [pid: 7|app: 0|req: 467/930] 10.0.0.167 () {34 vars in 1028 bytes} [Fri May 8 11:37:35 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/volumes/60e6da8e-58f3-404d-a0f5-2bcc5d23d212 => generated 1489 bytes in 48 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-05-08 11:37:35.629 8 INFO cinder.api.openstack.wsgi [req-8f670bc7-57f7-470b-8246-a7d4b5c871a2 req-60aa3022-7107-41c3-a953-4d1ad8772d25 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/60e6da8e-58f3-404d-a0f5-2bcc5d23d212 /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-05-08 11:37:35.648 8 INFO cinder.volume.api [req-8f670bc7-57f7-470b-8246-a7d4b5c871a2 req-60aa3022-7107-41c3-a953-4d1ad8772d25 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Volume info retrieved successfully. 2026-05-08 11:37:35.654 8 INFO cinder.api.openstack.wsgi [req-8f670bc7-57f7-470b-8246-a7d4b5c871a2 req-60aa3022-7107-41c3-a953-4d1ad8772d25 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/60e6da8e-58f3-404d-a0f5-2bcc5d23d212 returned with HTTP 200 [pid: 8|app: 0|req: 464/931] 10.0.0.167 () {34 vars in 1028 bytes} [Fri May 8 11:37:35 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/volumes/60e6da8e-58f3-404d-a0f5-2bcc5d23d212 => generated 1489 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-05-08 11:37:35.671 7 INFO cinder.api.openstack.wsgi [req-8f670bc7-57f7-470b-8246-a7d4b5c871a2 req-a8cd004d-a19a-4cd9-8e7d-cbd95c25c39b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-05-08 11:37:35.673 7 INFO cinder.api.openstack.wsgi [req-8f670bc7-57f7-470b-8246-a7d4b5c871a2 req-a8cd004d-a19a-4cd9-8e7d-cbd95c25c39b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 7|app: 0|req: 468/932] 10.0.0.167 () {32 vars in 829 bytes} [Fri May 8 11:37:35 2026] GET / => generated 411 bytes in 4 msecs (HTTP/1.1 300) 5 headers in 169 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.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-05-08 11:37:35.694 8 INFO cinder.api.openstack.wsgi [req-8f670bc7-57f7-470b-8246-a7d4b5c871a2 req-2e047ce5-a1ee-404d-9a0b-e68e887e562e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:37:35.753 8 INFO cinder.api.openstack.wsgi [req-8f670bc7-57f7-470b-8246-a7d4b5c871a2 req-2e047ce5-a1ee-404d-9a0b-e68e887e562e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/attachments returned with HTTP 200 [pid: 8|app: 0|req: 465/933] 10.0.0.167 () {40 vars in 1057 bytes} [Fri May 8 11:37:35 2026] POST /v3/4291a995f42245f1b0a723491ec36d4a/attachments => generated 273 bytes in 68 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-05-08 11:37:36.758 7 INFO cinder.api.openstack.wsgi [req-8f670bc7-57f7-470b-8246-a7d4b5c871a2 req-a8cd004d-a19a-4cd9-8e7d-cbd95c25c39b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/ 2026-05-08 11:37:36.758 7 INFO cinder.api.openstack.wsgi [req-8f670bc7-57f7-470b-8246-a7d4b5c871a2 req-a8cd004d-a19a-4cd9-8e7d-cbd95c25c39b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/ returned with HTTP 300 [pid: 7|app: 0|req: 469/934] 199.204.45.89 () {32 vars in 839 bytes} [Fri May 8 11:37:36 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-05-08 11:37:36.775 8 INFO cinder.api.openstack.wsgi [req-8f670bc7-57f7-470b-8246-a7d4b5c871a2 req-784e613e-7fff-479f-86ab-09e8b7738663 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/60e6da8e-58f3-404d-a0f5-2bcc5d23d212 /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-05-08 11:37:36.803 8 INFO cinder.volume.api [req-8f670bc7-57f7-470b-8246-a7d4b5c871a2 req-784e613e-7fff-479f-86ab-09e8b7738663 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Volume info retrieved successfully. 2026-05-08 11:37:36.810 8 INFO cinder.api.openstack.wsgi [req-8f670bc7-57f7-470b-8246-a7d4b5c871a2 req-784e613e-7fff-479f-86ab-09e8b7738663 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/60e6da8e-58f3-404d-a0f5-2bcc5d23d212 returned with HTTP 200 [pid: 8|app: 0|req: 466/935] 199.204.45.89 () {36 vars in 1072 bytes} [Fri May 8 11:37:36 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/volumes/60e6da8e-58f3-404d-a0f5-2bcc5d23d212 => generated 1608 bytes in 45 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-05-08 11:37:36.898 7 INFO cinder.api.openstack.wsgi [req-8f670bc7-57f7-470b-8246-a7d4b5c871a2 req-34415541-ade0-4074-ab04-6ce4ee527b30 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] PUT http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/attachments/db21ac31-4999-4f88-bc96-fa99864e6e4e /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 ' /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-05-08 11:37:37.244 8 INFO cinder.api.openstack.wsgi [None req-2948236e-5306-427a-aed9-eea08333a644 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:37:37.258 8 INFO cinder.volume.api [None req-2948236e-5306-427a-aed9-eea08333a644 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - 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-05-08 11:37:37.267 8 INFO cinder.api.openstack.wsgi [None req-2948236e-5306-427a-aed9-eea08333a644 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 467/936] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:37:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true => generated 1491 bytes in 169 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-05-08 11:37:37.291 8 INFO cinder.api.openstack.wsgi [None req-8e2ed094-1703-48e3-b896-c0d73fbc7bd6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services 2026-05-08 11:37:37.306 8 INFO cinder.api.openstack.wsgi [None req-8e2ed094-1703-48e3-b896-c0d73fbc7bd6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services returned with HTTP 200 [pid: 8|app: 0|req: 468/937] 10.0.0.154 () {28 vars in 645 bytes} [Fri May 8 11:37:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-services => generated 646 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:37:37.322 8 INFO cinder.api.openstack.wsgi [None req-f705738f-d23a-4654-af07-e3d1b5e9baae b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:37:37.346 8 INFO cinder.volume.api [None req-f705738f-d23a-4654-af07-e3d1b5e9baae b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - 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-05-08 11:37:37.359 8 INFO cinder.api.openstack.wsgi [None req-f705738f-d23a-4654-af07-e3d1b5e9baae b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 469/938] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:37:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true => generated 1491 bytes in 44 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-05-08 11:37:37.442 8 INFO cinder.api.openstack.wsgi [None req-545f6dbb-067a-4012-823b-e323b754420b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true 2026-05-08 11:37:37.479 8 INFO cinder.api.openstack.wsgi [None req-545f6dbb-067a-4012-823b-e323b754420b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 470/939] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:37:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true => generated 847 bytes in 50 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:37:37.498 8 INFO cinder.api.openstack.wsgi [None req-2c9d15c3-d328-48de-a3bb-55fe39333244 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/12338121c5b34067a11ef1d4f3dec254?usage=true 2026-05-08 11:37:37.517 8 INFO cinder.api.openstack.wsgi [None req-2c9d15c3-d328-48de-a3bb-55fe39333244 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/12338121c5b34067a11ef1d4f3dec254?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 471/940] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:37:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/12338121c5b34067a11ef1d4f3dec254?usage=true => generated 847 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:37:37.529 8 INFO cinder.api.openstack.wsgi [None req-9793efae-8f07-4311-9b7e-4751a179cd52 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/12c50dd02a3d41709018804ba52b5f29?usage=true 2026-05-08 11:37:37.551 8 INFO cinder.api.openstack.wsgi [None req-9793efae-8f07-4311-9b7e-4751a179cd52 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/12c50dd02a3d41709018804ba52b5f29?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 472/941] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:37:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/12c50dd02a3d41709018804ba52b5f29?usage=true => generated 847 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:37:37.553 7 INFO cinder.api.openstack.wsgi [req-8f670bc7-57f7-470b-8246-a7d4b5c871a2 req-34415541-ade0-4074-ab04-6ce4ee527b30 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/attachments/db21ac31-4999-4f88-bc96-fa99864e6e4e returned with HTTP 200 [pid: 7|app: 0|req: 470/942] 199.204.45.89 () {40 vars in 1133 bytes} [Fri May 8 11:37:36 2026] PUT /v3/4291a995f42245f1b0a723491ec36d4a/attachments/db21ac31-4999-4f88-bc96-fa99864e6e4e => generated 775 bytes in 667 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-05-08 11:37:37.561 8 INFO cinder.api.openstack.wsgi [None req-b3f4b437-ba79-407f-8029-f75abea35d3f b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/2d7f808cf37c4c5996e7fea573788c50?usage=true 2026-05-08 11:37:37.582 8 INFO cinder.api.openstack.wsgi [None req-b3f4b437-ba79-407f-8029-f75abea35d3f b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/2d7f808cf37c4c5996e7fea573788c50?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 473/943] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:37:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/2d7f808cf37c4c5996e7fea573788c50?usage=true => generated 847 bytes in 27 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-05-08 11:37:37.596 7 INFO cinder.api.openstack.wsgi [None req-cf2f31ce-4850-49bd-8825-9d48a2b80b19 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/31135a201bf1498cbcc25bcc878f28ef?usage=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-05-08 11:37:37.601 8 INFO cinder.api.openstack.wsgi [req-8f670bc7-57f7-470b-8246-a7d4b5c871a2 req-0e82e26a-2767-4a26-8502-70c8ede9da9e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] POST http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/attachments/db21ac31-4999-4f88-bc96-fa99864e6e4e/action 2026-05-08 11:37:37.623 7 INFO cinder.api.openstack.wsgi [None req-cf2f31ce-4850-49bd-8825-9d48a2b80b19 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/31135a201bf1498cbcc25bcc878f28ef?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 471/944] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:37:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/31135a201bf1498cbcc25bcc878f28ef?usage=true => generated 847 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.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-05-08 11:37:37.638 7 INFO cinder.api.openstack.wsgi [None req-c4c868cd-f3bf-4360-bf6b-4f7de0741b73 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true 2026-05-08 11:37:37.644 8 INFO cinder.api.openstack.wsgi [req-8f670bc7-57f7-470b-8246-a7d4b5c871a2 req-0e82e26a-2767-4a26-8502-70c8ede9da9e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/attachments/db21ac31-4999-4f88-bc96-fa99864e6e4e/action returned with HTTP 204 [pid: 8|app: 0|req: 474/945] 199.204.45.89 () {40 vars in 1147 bytes} [Fri May 8 11:37:37 2026] POST /v3/4291a995f42245f1b0a723491ec36d4a/attachments/db21ac31-4999-4f88-bc96-fa99864e6e4e/action => generated 0 bytes in 54 msecs (HTTP/1.1 204) 7 headers in 292 bytes (1 switches on core 0) 2026-05-08 11:37:37.673 7 INFO cinder.api.openstack.wsgi [None req-c4c868cd-f3bf-4360-bf6b-4f7de0741b73 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 472/946] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:37:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true => generated 847 bytes in 44 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-05-08 11:37:37.689 8 INFO cinder.api.openstack.wsgi [None req-d2e6e430-94d9-407b-8bda-b5a999778d96 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/44066c7d015c491281b0402c3fe6c841?usage=true 2026-05-08 11:37:37.716 8 INFO cinder.api.openstack.wsgi [None req-d2e6e430-94d9-407b-8bda-b5a999778d96 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/44066c7d015c491281b0402c3fe6c841?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 475/947] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:37:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/44066c7d015c491281b0402c3fe6c841?usage=true => generated 847 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:37:37.734 7 INFO cinder.api.openstack.wsgi [None req-3333a98a-4c16-4320-86db-636ee671f44e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true 2026-05-08 11:37:37.775 7 INFO cinder.api.openstack.wsgi [None req-3333a98a-4c16-4320-86db-636ee671f44e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 473/948] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:37:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true => generated 845 bytes in 54 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:37:37.791 8 INFO cinder.api.openstack.wsgi [None req-a47843b2-455a-4941-93c2-3de4661d2b25 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/8b83986416d5413f8f989ead5b4b72a3?usage=true 2026-05-08 11:37:37.815 8 INFO cinder.api.openstack.wsgi [None req-a47843b2-455a-4941-93c2-3de4661d2b25 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/8b83986416d5413f8f989ead5b4b72a3?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 476/949] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:37:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/8b83986416d5413f8f989ead5b4b72a3?usage=true => generated 847 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:37:37.829 7 INFO cinder.api.openstack.wsgi [None req-7d3dd219-cec1-4243-8f9b-0ca532637b76 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/9b43f1cb2d994bed98411c9c5be5c563?usage=true 2026-05-08 11:37:37.856 7 INFO cinder.api.openstack.wsgi [None req-7d3dd219-cec1-4243-8f9b-0ca532637b76 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/9b43f1cb2d994bed98411c9c5be5c563?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 474/950] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:37:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/9b43f1cb2d994bed98411c9c5be5c563?usage=true => generated 847 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:37:37.871 8 INFO cinder.api.openstack.wsgi [None req-72b0eb2e-78d1-46e1-a701-7cc9f979c1c6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/bc59828224bf439297cb4dd5ec0fef47?usage=true 2026-05-08 11:37:37.898 8 INFO cinder.api.openstack.wsgi [None req-72b0eb2e-78d1-46e1-a701-7cc9f979c1c6 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/bc59828224bf439297cb4dd5ec0fef47?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 477/951] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:37:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/bc59828224bf439297cb4dd5ec0fef47?usage=true => generated 847 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:37:37.926 7 INFO cinder.api.openstack.wsgi [None req-5dffb245-d5b4-479a-9a05-504694a435c2 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/d870ef55bf5341a4b3ba42d1104736c9?usage=true 2026-05-08 11:37:37.952 7 INFO cinder.api.openstack.wsgi [None req-5dffb245-d5b4-479a-9a05-504694a435c2 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/d870ef55bf5341a4b3ba42d1104736c9?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 475/952] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:37:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/d870ef55bf5341a4b3ba42d1104736c9?usage=true => generated 847 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:37:37.969 8 INFO cinder.api.openstack.wsgi [None req-926092cd-a820-4021-9b5a-9072d423e8fd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/e21627c957b940dbb6d2da70f70ba3e2?usage=true 2026-05-08 11:37:38.000 8 INFO cinder.api.openstack.wsgi [None req-926092cd-a820-4021-9b5a-9072d423e8fd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/e21627c957b940dbb6d2da70f70ba3e2?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 478/953] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:37:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/e21627c957b940dbb6d2da70f70ba3e2?usage=true => generated 847 bytes in 44 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:37:38.018 7 INFO cinder.api.openstack.wsgi [None req-7e1cb771-d9d1-4dfb-bdf3-025fd09469d4 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/ff9e0db7b47743c38a3ce3e296d5ac2e?usage=true 2026-05-08 11:37:38.042 7 INFO cinder.api.openstack.wsgi [None req-7e1cb771-d9d1-4dfb-bdf3-025fd09469d4 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/ff9e0db7b47743c38a3ce3e296d5ac2e?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 476/954] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:37:38 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/ff9e0db7b47743c38a3ce3e296d5ac2e?usage=true => generated 847 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:37:38.054 8 INFO cinder.api.openstack.wsgi [None req-ea3c414c-a8b9-46e4-b576-2cc11f3d2f4b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true 2026-05-08 11:37:38.062 8 INFO cinder.volume.api [None req-ea3c414c-a8b9-46e4-b576-2cc11f3d2f4b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all snapshots completed successfully. 2026-05-08 11:37:38.062 8 INFO cinder.api.openstack.wsgi [None req-ea3c414c-a8b9-46e4-b576-2cc11f3d2f4b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 479/955] 10.0.0.154 () {28 vars in 674 bytes} [Fri May 8 11:37:38 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:37:38.074 7 INFO cinder.api.openstack.wsgi [None req-79f2edac-2556-45f1-b433-98b9d2645385 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true 2026-05-08 11:37:38.094 7 INFO cinder.api.openstack.wsgi [None req-79f2edac-2556-45f1-b433-98b9d2645385 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 477/956] 10.0.0.154 () {28 vars in 696 bytes} [Fri May 8 11:37:38 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true => generated 670 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:37:38.480 8 INFO cinder.api.openstack.wsgi [req-4d442b62-dc1f-48a2-9c65-cc9fe5cb6945 req-03ab171d-86cc-4886-870f-7887e30600c9 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/60e6da8e-58f3-404d-a0f5-2bcc5d23d212 /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-05-08 11:37:38.504 8 INFO cinder.volume.api [req-4d442b62-dc1f-48a2-9c65-cc9fe5cb6945 req-03ab171d-86cc-4886-870f-7887e30600c9 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Volume info retrieved successfully. 2026-05-08 11:37:38.510 8 INFO cinder.api.openstack.wsgi [req-4d442b62-dc1f-48a2-9c65-cc9fe5cb6945 req-03ab171d-86cc-4886-870f-7887e30600c9 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/60e6da8e-58f3-404d-a0f5-2bcc5d23d212 returned with HTTP 200 [pid: 8|app: 0|req: 480/957] 199.204.45.89 () {32 vars in 824 bytes} [Fri May 8 11:37:38 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/volumes/60e6da8e-58f3-404d-a0f5-2bcc5d23d212 => generated 1787 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-05-08 11:37:40.878 7 INFO cinder.api.openstack.wsgi [req-4d442b62-dc1f-48a2-9c65-cc9fe5cb6945 req-8a6557fa-ab77-4868-bb7b-0b477225849d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/60e6da8e-58f3-404d-a0f5-2bcc5d23d212 /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-05-08 11:37:40.912 7 INFO cinder.volume.api [req-4d442b62-dc1f-48a2-9c65-cc9fe5cb6945 req-8a6557fa-ab77-4868-bb7b-0b477225849d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Volume info retrieved successfully. 2026-05-08 11:37:40.921 7 INFO cinder.api.openstack.wsgi [req-4d442b62-dc1f-48a2-9c65-cc9fe5cb6945 req-8a6557fa-ab77-4868-bb7b-0b477225849d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/60e6da8e-58f3-404d-a0f5-2bcc5d23d212 returned with HTTP 200 [pid: 7|app: 0|req: 478/958] 199.204.45.89 () {32 vars in 824 bytes} [Fri May 8 11:37:40 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/volumes/60e6da8e-58f3-404d-a0f5-2bcc5d23d212 => generated 1787 bytes in 51 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-05-08 11:37:41.852 8 INFO cinder.api.openstack.wsgi [req-4d442b62-dc1f-48a2-9c65-cc9fe5cb6945 req-03ab171d-86cc-4886-870f-7887e30600c9 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:37:41.852 7 INFO cinder.api.openstack.wsgi [req-4d442b62-dc1f-48a2-9c65-cc9fe5cb6945 req-8a6557fa-ab77-4868-bb7b-0b477225849d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:37:41.853 8 INFO cinder.api.openstack.wsgi [req-4d442b62-dc1f-48a2-9c65-cc9fe5cb6945 req-03ab171d-86cc-4886-870f-7887e30600c9 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:37:41.854 7 INFO cinder.api.openstack.wsgi [req-4d442b62-dc1f-48a2-9c65-cc9fe5cb6945 req-8a6557fa-ab77-4868-bb7b-0b477225849d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:37:51.852 7 INFO cinder.api.openstack.wsgi [req-4d442b62-dc1f-48a2-9c65-cc9fe5cb6945 req-8a6557fa-ab77-4868-bb7b-0b477225849d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:37:51.852 8 INFO cinder.api.openstack.wsgi [req-4d442b62-dc1f-48a2-9c65-cc9fe5cb6945 req-03ab171d-86cc-4886-870f-7887e30600c9 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:37:51.854 7 INFO cinder.api.openstack.wsgi [req-4d442b62-dc1f-48a2-9c65-cc9fe5cb6945 req-8a6557fa-ab77-4868-bb7b-0b477225849d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:37:51.855 8 INFO cinder.api.openstack.wsgi [req-4d442b62-dc1f-48a2-9c65-cc9fe5cb6945 req-03ab171d-86cc-4886-870f-7887e30600c9 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:38:01.852 7 INFO cinder.api.openstack.wsgi [req-4d442b62-dc1f-48a2-9c65-cc9fe5cb6945 req-8a6557fa-ab77-4868-bb7b-0b477225849d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:38:01.853 7 INFO cinder.api.openstack.wsgi [req-4d442b62-dc1f-48a2-9c65-cc9fe5cb6945 req-8a6557fa-ab77-4868-bb7b-0b477225849d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:38:01.853 8 INFO cinder.api.openstack.wsgi [req-4d442b62-dc1f-48a2-9c65-cc9fe5cb6945 req-03ab171d-86cc-4886-870f-7887e30600c9 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:38:01.854 8 INFO cinder.api.openstack.wsgi [req-4d442b62-dc1f-48a2-9c65-cc9fe5cb6945 req-03ab171d-86cc-4886-870f-7887e30600c9 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:38:11.852 7 INFO cinder.api.openstack.wsgi [req-4d442b62-dc1f-48a2-9c65-cc9fe5cb6945 req-8a6557fa-ab77-4868-bb7b-0b477225849d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:38:11.852 8 INFO cinder.api.openstack.wsgi [req-4d442b62-dc1f-48a2-9c65-cc9fe5cb6945 req-03ab171d-86cc-4886-870f-7887e30600c9 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:38:11.853 7 INFO cinder.api.openstack.wsgi [req-4d442b62-dc1f-48a2-9c65-cc9fe5cb6945 req-8a6557fa-ab77-4868-bb7b-0b477225849d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:38:11.853 8 INFO cinder.api.openstack.wsgi [req-4d442b62-dc1f-48a2-9c65-cc9fe5cb6945 req-03ab171d-86cc-4886-870f-7887e30600c9 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:38:21.852 8 INFO cinder.api.openstack.wsgi [req-4d442b62-dc1f-48a2-9c65-cc9fe5cb6945 req-03ab171d-86cc-4886-870f-7887e30600c9 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:38:21.852 7 INFO cinder.api.openstack.wsgi [req-4d442b62-dc1f-48a2-9c65-cc9fe5cb6945 req-8a6557fa-ab77-4868-bb7b-0b477225849d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:38:21.853 8 INFO cinder.api.openstack.wsgi [req-4d442b62-dc1f-48a2-9c65-cc9fe5cb6945 req-03ab171d-86cc-4886-870f-7887e30600c9 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:38:21.854 7 INFO cinder.api.openstack.wsgi [req-4d442b62-dc1f-48a2-9c65-cc9fe5cb6945 req-8a6557fa-ab77-4868-bb7b-0b477225849d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:38:31.852 7 INFO cinder.api.openstack.wsgi [req-4d442b62-dc1f-48a2-9c65-cc9fe5cb6945 req-8a6557fa-ab77-4868-bb7b-0b477225849d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:38:31.852 8 INFO cinder.api.openstack.wsgi [req-4d442b62-dc1f-48a2-9c65-cc9fe5cb6945 req-03ab171d-86cc-4886-870f-7887e30600c9 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:38:31.852 7 INFO cinder.api.openstack.wsgi [req-4d442b62-dc1f-48a2-9c65-cc9fe5cb6945 req-8a6557fa-ab77-4868-bb7b-0b477225849d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:38:31.854 8 INFO cinder.api.openstack.wsgi [req-4d442b62-dc1f-48a2-9c65-cc9fe5cb6945 req-03ab171d-86cc-4886-870f-7887e30600c9 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182: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-05-08 11:38:37.442 7 INFO cinder.api.openstack.wsgi [None req-cd2ffe6a-e39c-43d7-b3da-e0dd2df175d3 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true 2026-05-08 11:38:37.481 7 INFO cinder.api.openstack.wsgi [None req-cd2ffe6a-e39c-43d7-b3da-e0dd2df175d3 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 485/971] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:38:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true => generated 847 bytes in 259 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-05-08 11:38:37.502 8 INFO cinder.api.openstack.wsgi [None req-dba3112a-79c1-46b0-a9c9-5945efbcbe2d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/12338121c5b34067a11ef1d4f3dec254?usage=true 2026-05-08 11:38:37.545 8 INFO cinder.api.openstack.wsgi [None req-dba3112a-79c1-46b0-a9c9-5945efbcbe2d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/12338121c5b34067a11ef1d4f3dec254?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 487/972] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:38:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/12338121c5b34067a11ef1d4f3dec254?usage=true => generated 847 bytes in 53 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:38:37.561 7 INFO cinder.api.openstack.wsgi [None req-5b0c4002-8e71-4de1-bc75-9ab7dc852ad3 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/12c50dd02a3d41709018804ba52b5f29?usage=true 2026-05-08 11:38:37.594 7 INFO cinder.api.openstack.wsgi [None req-5b0c4002-8e71-4de1-bc75-9ab7dc852ad3 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/12c50dd02a3d41709018804ba52b5f29?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 486/973] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:38:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/12c50dd02a3d41709018804ba52b5f29?usage=true => generated 847 bytes in 44 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:38:37.613 8 INFO cinder.api.openstack.wsgi [None req-a6e15076-4fab-465a-930e-84474fd84529 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/31135a201bf1498cbcc25bcc878f28ef?usage=true 2026-05-08 11:38:37.643 8 INFO cinder.api.openstack.wsgi [None req-a6e15076-4fab-465a-930e-84474fd84529 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/31135a201bf1498cbcc25bcc878f28ef?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 488/974] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:38:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/31135a201bf1498cbcc25bcc878f28ef?usage=true => generated 847 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:38:37.661 7 INFO cinder.api.openstack.wsgi [None req-a9ab65e5-bf2e-4100-b258-bff39038871a b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true 2026-05-08 11:38:37.692 7 INFO cinder.api.openstack.wsgi [None req-a9ab65e5-bf2e-4100-b258-bff39038871a b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 487/975] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:38:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true => generated 847 bytes in 44 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:38:37.712 8 INFO cinder.api.openstack.wsgi [None req-51ce602a-e070-4e4e-8c84-9f9acd31c118 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/44066c7d015c491281b0402c3fe6c841?usage=true 2026-05-08 11:38:37.744 8 INFO cinder.api.openstack.wsgi [None req-51ce602a-e070-4e4e-8c84-9f9acd31c118 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/44066c7d015c491281b0402c3fe6c841?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 489/976] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:38:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/44066c7d015c491281b0402c3fe6c841?usage=true => generated 847 bytes in 45 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:38:37.762 7 INFO cinder.api.openstack.wsgi [None req-6243bc03-78fd-4e5d-95e6-34a7978ac7ac b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true 2026-05-08 11:38:37.794 7 INFO cinder.api.openstack.wsgi [None req-6243bc03-78fd-4e5d-95e6-34a7978ac7ac b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 488/977] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:38:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true => generated 845 bytes in 46 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:38:37.812 8 INFO cinder.api.openstack.wsgi [None req-e1832e1c-2f43-4bd4-a3b3-e5db7e5f6736 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/8b83986416d5413f8f989ead5b4b72a3?usage=true 2026-05-08 11:38:37.846 8 INFO cinder.api.openstack.wsgi [None req-e1832e1c-2f43-4bd4-a3b3-e5db7e5f6736 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/8b83986416d5413f8f989ead5b4b72a3?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 490/978] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:38:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/8b83986416d5413f8f989ead5b4b72a3?usage=true => generated 847 bytes in 47 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:38:37.863 7 INFO cinder.api.openstack.wsgi [None req-88580f8e-0531-473b-82a9-c0665aea1260 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/9b43f1cb2d994bed98411c9c5be5c563?usage=true 2026-05-08 11:38:37.893 7 INFO cinder.api.openstack.wsgi [None req-88580f8e-0531-473b-82a9-c0665aea1260 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/9b43f1cb2d994bed98411c9c5be5c563?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 489/979] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:38:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/9b43f1cb2d994bed98411c9c5be5c563?usage=true => generated 847 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:38:37.909 8 INFO cinder.api.openstack.wsgi [None req-8a6a4edb-a768-409b-a2b3-a599dc9a28f4 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/bc59828224bf439297cb4dd5ec0fef47?usage=true 2026-05-08 11:38:37.945 8 INFO cinder.api.openstack.wsgi [None req-8a6a4edb-a768-409b-a2b3-a599dc9a28f4 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/bc59828224bf439297cb4dd5ec0fef47?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 491/980] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:38:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/bc59828224bf439297cb4dd5ec0fef47?usage=true => generated 847 bytes in 47 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:38:37.962 7 INFO cinder.api.openstack.wsgi [None req-bfcd7423-64da-4f38-88e0-17ce59643f81 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/e21627c957b940dbb6d2da70f70ba3e2?usage=true 2026-05-08 11:38:38.000 7 INFO cinder.api.openstack.wsgi [None req-bfcd7423-64da-4f38-88e0-17ce59643f81 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/e21627c957b940dbb6d2da70f70ba3e2?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 490/981] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:38:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/e21627c957b940dbb6d2da70f70ba3e2?usage=true => generated 847 bytes in 50 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:38:38.014 8 INFO cinder.api.openstack.wsgi [None req-6e8b7c88-eff3-4d51-9f91-6a795c86d5ba b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:38:38.040 8 INFO cinder.volume.api [None req-6e8b7c88-eff3-4d51-9f91-6a795c86d5ba b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - 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-05-08 11:38:38.047 8 INFO cinder.api.openstack.wsgi [None req-6e8b7c88-eff3-4d51-9f91-6a795c86d5ba b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 492/982] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:38:38 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:38:38.066 7 INFO cinder.api.openstack.wsgi [None req-22bf471e-41ed-4409-8562-1590f3cb6950 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true 2026-05-08 11:38:38.083 7 INFO cinder.api.openstack.wsgi [None req-22bf471e-41ed-4409-8562-1590f3cb6950 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 491/983] 10.0.0.154 () {28 vars in 696 bytes} [Fri May 8 11:38:38 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true => generated 671 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-05-08 11:38:38.099 8 INFO cinder.api.openstack.wsgi [None req-42763c0b-ef2e-4459-acee-6c3caf4f1258 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:38:38.118 8 INFO cinder.volume.api [None req-42763c0b-ef2e-4459-acee-6c3caf4f1258 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - 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-05-08 11:38:38.126 8 INFO cinder.api.openstack.wsgi [None req-42763c0b-ef2e-4459-acee-6c3caf4f1258 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 493/984] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:38:38 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true => generated 1790 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-05-08 11:38:38.141 7 INFO cinder.api.openstack.wsgi [None req-49092776-7881-4c18-9b6b-1b4da6bc7afe b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true 2026-05-08 11:38:38.149 7 INFO cinder.volume.api [None req-49092776-7881-4c18-9b6b-1b4da6bc7afe b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all snapshots completed successfully. 2026-05-08 11:38:38.150 7 INFO cinder.api.openstack.wsgi [None req-49092776-7881-4c18-9b6b-1b4da6bc7afe b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 492/985] 10.0.0.154 () {28 vars in 674 bytes} [Fri May 8 11:38:38 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true => generated 17 bytes in 17 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-05-08 11:38:38.164 8 INFO cinder.api.openstack.wsgi [None req-5137d848-82e5-4844-9177-2f627aa500d1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services 2026-05-08 11:38:38.172 8 INFO cinder.api.openstack.wsgi [None req-5137d848-82e5-4844-9177-2f627aa500d1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services returned with HTTP 200 [pid: 8|app: 0|req: 494/986] 10.0.0.154 () {28 vars in 645 bytes} [Fri May 8 11:38:38 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-services => generated 646 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:38:41.851 7 INFO cinder.api.openstack.wsgi [None req-49092776-7881-4c18-9b6b-1b4da6bc7afe b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:38:41.852 7 INFO cinder.api.openstack.wsgi [None req-49092776-7881-4c18-9b6b-1b4da6bc7afe b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:38:41.852 8 INFO cinder.api.openstack.wsgi [None req-5137d848-82e5-4844-9177-2f627aa500d1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:38:41.854 8 INFO cinder.api.openstack.wsgi [None req-5137d848-82e5-4844-9177-2f627aa500d1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:38:51.851 7 INFO cinder.api.openstack.wsgi [None req-49092776-7881-4c18-9b6b-1b4da6bc7afe b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:38:51.851 8 INFO cinder.api.openstack.wsgi [None req-5137d848-82e5-4844-9177-2f627aa500d1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:38:51.852 7 INFO cinder.api.openstack.wsgi [None req-49092776-7881-4c18-9b6b-1b4da6bc7afe b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:38:51.853 8 INFO cinder.api.openstack.wsgi [None req-5137d848-82e5-4844-9177-2f627aa500d1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:39:01.851 8 INFO cinder.api.openstack.wsgi [None req-5137d848-82e5-4844-9177-2f627aa500d1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:39:01.852 8 INFO cinder.api.openstack.wsgi [None req-5137d848-82e5-4844-9177-2f627aa500d1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:39:01.852 7 INFO cinder.api.openstack.wsgi [None req-49092776-7881-4c18-9b6b-1b4da6bc7afe b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:39:01.854 7 INFO cinder.api.openstack.wsgi [None req-49092776-7881-4c18-9b6b-1b4da6bc7afe b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:39:11.852 8 INFO cinder.api.openstack.wsgi [None req-5137d848-82e5-4844-9177-2f627aa500d1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:39:11.852 7 INFO cinder.api.openstack.wsgi [None req-49092776-7881-4c18-9b6b-1b4da6bc7afe b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:39:11.854 8 INFO cinder.api.openstack.wsgi [None req-5137d848-82e5-4844-9177-2f627aa500d1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:39:11.854 7 INFO cinder.api.openstack.wsgi [None req-49092776-7881-4c18-9b6b-1b4da6bc7afe b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:39:21.852 8 INFO cinder.api.openstack.wsgi [None req-5137d848-82e5-4844-9177-2f627aa500d1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:39:21.854 8 INFO cinder.api.openstack.wsgi [None req-5137d848-82e5-4844-9177-2f627aa500d1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:39:21.853 7 INFO cinder.api.openstack.wsgi [None req-49092776-7881-4c18-9b6b-1b4da6bc7afe b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:39:21.855 7 INFO cinder.api.openstack.wsgi [None req-49092776-7881-4c18-9b6b-1b4da6bc7afe b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:39:31.852 8 INFO cinder.api.openstack.wsgi [None req-5137d848-82e5-4844-9177-2f627aa500d1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:39:31.853 8 INFO cinder.api.openstack.wsgi [None req-5137d848-82e5-4844-9177-2f627aa500d1 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:39:31.853 7 INFO cinder.api.openstack.wsgi [None req-49092776-7881-4c18-9b6b-1b4da6bc7afe b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:39:31.856 7 INFO cinder.api.openstack.wsgi [None req-49092776-7881-4c18-9b6b-1b4da6bc7afe b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:39:37.164 8 INFO cinder.api.openstack.wsgi [None req-156ec38e-33b3-4d41-afce-b8de33d5ec55 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:39:37.183 8 INFO cinder.volume.api [None req-156ec38e-33b3-4d41-afce-b8de33d5ec55 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - 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-05-08 11:39:37.190 8 INFO cinder.api.openstack.wsgi [None req-156ec38e-33b3-4d41-afce-b8de33d5ec55 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 501/999] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:39:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true => generated 1790 bytes in 96 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) 2026-05-08 11:39:37.206 7 INFO cinder.api.openstack.wsgi [None req-6872de67-7905-4b1a-9e6d-06fa205c3792 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true 2026-05-08 11:39:37.215 7 INFO cinder.volume.api [None req-6872de67-7905-4b1a-9e6d-06fa205c3792 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all snapshots completed successfully. 2026-05-08 11:39:37.215 7 INFO cinder.api.openstack.wsgi [None req-6872de67-7905-4b1a-9e6d-06fa205c3792 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 499/1000] 10.0.0.154 () {28 vars in 674 bytes} [Fri May 8 11:39:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true => generated 17 bytes in 17 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-05-08 11:39:37.228 8 INFO cinder.api.openstack.wsgi [None req-2a25b0f1-e252-48bd-944c-66b166556dab b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services 2026-05-08 11:39:37.234 8 INFO cinder.api.openstack.wsgi [None req-2a25b0f1-e252-48bd-944c-66b166556dab b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services returned with HTTP 200 [pid: 8|app: 0|req: 502/1001] 10.0.0.154 () {28 vars in 645 bytes} [Fri May 8 11:39:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-services => generated 646 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:39:37.282 7 INFO cinder.api.openstack.wsgi [None req-8e36897e-e599-484f-bd84-1cc4201c4c7c b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true 2026-05-08 11:39:37.306 7 INFO cinder.api.openstack.wsgi [None req-8e36897e-e599-484f-bd84-1cc4201c4c7c b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 500/1002] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:39:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true => generated 847 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:39:37.321 8 INFO cinder.api.openstack.wsgi [None req-fa475b2b-f0cb-47c5-be8b-acb4985cd688 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/12338121c5b34067a11ef1d4f3dec254?usage=true 2026-05-08 11:39:37.355 8 INFO cinder.api.openstack.wsgi [None req-fa475b2b-f0cb-47c5-be8b-acb4985cd688 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/12338121c5b34067a11ef1d4f3dec254?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 503/1003] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:39:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/12338121c5b34067a11ef1d4f3dec254?usage=true => generated 847 bytes in 42 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:39:37.369 7 INFO cinder.api.openstack.wsgi [None req-92e391c8-eb1c-4589-b334-58d329363ec7 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/12c50dd02a3d41709018804ba52b5f29?usage=true 2026-05-08 11:39:37.398 7 INFO cinder.api.openstack.wsgi [None req-92e391c8-eb1c-4589-b334-58d329363ec7 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/12c50dd02a3d41709018804ba52b5f29?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 501/1004] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:39:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/12c50dd02a3d41709018804ba52b5f29?usage=true => generated 847 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:39:37.412 8 INFO cinder.api.openstack.wsgi [None req-9cf40e10-18fc-40cf-933d-7336e4a707e7 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/31135a201bf1498cbcc25bcc878f28ef?usage=true 2026-05-08 11:39:37.443 8 INFO cinder.api.openstack.wsgi [None req-9cf40e10-18fc-40cf-933d-7336e4a707e7 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/31135a201bf1498cbcc25bcc878f28ef?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 504/1005] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:39:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/31135a201bf1498cbcc25bcc878f28ef?usage=true => generated 847 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:39:37.462 7 INFO cinder.api.openstack.wsgi [None req-1872f449-1c09-4700-a9d4-7a2a92bdb011 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true 2026-05-08 11:39:37.493 7 INFO cinder.api.openstack.wsgi [None req-1872f449-1c09-4700-a9d4-7a2a92bdb011 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 502/1006] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:39:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true => generated 847 bytes in 46 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:39:37.508 8 INFO cinder.api.openstack.wsgi [None req-7e90278d-0e5b-461b-8acc-dff9ff95ad00 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/44066c7d015c491281b0402c3fe6c841?usage=true 2026-05-08 11:39:37.544 8 INFO cinder.api.openstack.wsgi [None req-7e90278d-0e5b-461b-8acc-dff9ff95ad00 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/44066c7d015c491281b0402c3fe6c841?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 505/1007] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:39:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/44066c7d015c491281b0402c3fe6c841?usage=true => generated 847 bytes in 46 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:39:37.558 7 INFO cinder.api.openstack.wsgi [None req-17d8b70a-0dcf-43cc-b06e-402ee445d2a0 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true 2026-05-08 11:39:37.579 7 INFO cinder.api.openstack.wsgi [None req-17d8b70a-0dcf-43cc-b06e-402ee445d2a0 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 503/1008] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:39:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true => generated 845 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:39:37.596 8 INFO cinder.api.openstack.wsgi [None req-5a999311-4397-4c44-81c7-7e0c0ae0d7eb b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/8b83986416d5413f8f989ead5b4b72a3?usage=true 2026-05-08 11:39:37.639 8 INFO cinder.api.openstack.wsgi [None req-5a999311-4397-4c44-81c7-7e0c0ae0d7eb b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/8b83986416d5413f8f989ead5b4b72a3?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 506/1009] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:39:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/8b83986416d5413f8f989ead5b4b72a3?usage=true => generated 847 bytes in 57 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:39:37.655 7 INFO cinder.api.openstack.wsgi [None req-834d6316-15a7-4b2f-956a-9e09cd4644dc b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/9b43f1cb2d994bed98411c9c5be5c563?usage=true 2026-05-08 11:39:37.688 7 INFO cinder.api.openstack.wsgi [None req-834d6316-15a7-4b2f-956a-9e09cd4644dc b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/9b43f1cb2d994bed98411c9c5be5c563?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 504/1010] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:39:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/9b43f1cb2d994bed98411c9c5be5c563?usage=true => generated 847 bytes in 44 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:39:37.703 8 INFO cinder.api.openstack.wsgi [None req-dca3fe7e-fa92-404f-83d3-f1667488f38f b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/bc59828224bf439297cb4dd5ec0fef47?usage=true 2026-05-08 11:39:37.739 8 INFO cinder.api.openstack.wsgi [None req-dca3fe7e-fa92-404f-83d3-f1667488f38f b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/bc59828224bf439297cb4dd5ec0fef47?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 507/1011] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:39:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/bc59828224bf439297cb4dd5ec0fef47?usage=true => generated 847 bytes in 45 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:39:37.753 7 INFO cinder.api.openstack.wsgi [None req-7faff934-74f2-4635-b1e2-f1c52b164146 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/e21627c957b940dbb6d2da70f70ba3e2?usage=true 2026-05-08 11:39:37.783 7 INFO cinder.api.openstack.wsgi [None req-7faff934-74f2-4635-b1e2-f1c52b164146 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/e21627c957b940dbb6d2da70f70ba3e2?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 505/1012] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:39:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/e21627c957b940dbb6d2da70f70ba3e2?usage=true => generated 847 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:39:37.796 8 INFO cinder.api.openstack.wsgi [None req-45b2a035-cca6-4861-91b0-2e51a918a894 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:39:37.816 8 INFO cinder.volume.api [None req-45b2a035-cca6-4861-91b0-2e51a918a894 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - 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-05-08 11:39:37.822 8 INFO cinder.api.openstack.wsgi [None req-45b2a035-cca6-4861-91b0-2e51a918a894 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 508/1013] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:39:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:39:37.836 7 INFO cinder.api.openstack.wsgi [None req-196ac386-222f-42f5-8c3c-f02c4b19c425 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true 2026-05-08 11:39:37.856 7 INFO cinder.api.openstack.wsgi [None req-196ac386-222f-42f5-8c3c-f02c4b19c425 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 506/1014] 10.0.0.154 () {28 vars in 696 bytes} [Fri May 8 11:39:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true => generated 671 bytes in 29 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-05-08 11:39:41.595 8 INFO cinder.api.openstack.wsgi [req-37238744-325b-43ff-aad5-f02e7bc3b642 req-7561d011-1ab2-4da1-a147-9884bc7efa51 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/attachments/db21ac31-4999-4f88-bc96-fa99864e6e4e /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-05-08 11:39:41.669 8 INFO cinder.api.openstack.wsgi [req-37238744-325b-43ff-aad5-f02e7bc3b642 req-7561d011-1ab2-4da1-a147-9884bc7efa51 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/attachments/db21ac31-4999-4f88-bc96-fa99864e6e4e returned with HTTP 200 [pid: 8|app: 0|req: 509/1015] 199.204.45.89 () {38 vars in 1102 bytes} [Fri May 8 11:39:41 2026] DELETE /v3/4291a995f42245f1b0a723491ec36d4a/attachments/db21ac31-4999-4f88-bc96-fa99864e6e4e => generated 19 bytes in 86 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:39:41.694 7 INFO cinder.api.openstack.wsgi [req-37238744-325b-43ff-aad5-f02e7bc3b642 req-1740aa08-62ad-4976-9f89-5bb661bd71de b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] DELETE http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/60e6da8e-58f3-404d-a0f5-2bcc5d23d212 2026-05-08 11:39:41.694 7 INFO cinder.api.v3.volumes [req-37238744-325b-43ff-aad5-f02e7bc3b642 req-1740aa08-62ad-4976-9f89-5bb661bd71de b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Delete volume with id: 60e6da8e-58f3-404d-a0f5-2bcc5d23d212  /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-05-08 11:39:41.705 7 INFO cinder.volume.api [req-37238744-325b-43ff-aad5-f02e7bc3b642 req-1740aa08-62ad-4976-9f89-5bb661bd71de b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Volume info retrieved successfully. 2026-05-08 11:39:41.726 7 INFO cinder.volume.api [req-37238744-325b-43ff-aad5-f02e7bc3b642 req-1740aa08-62ad-4976-9f89-5bb661bd71de b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Delete volume request issued successfully. 2026-05-08 11:39:41.726 7 INFO cinder.api.openstack.wsgi [req-37238744-325b-43ff-aad5-f02e7bc3b642 req-1740aa08-62ad-4976-9f89-5bb661bd71de b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/60e6da8e-58f3-404d-a0f5-2bcc5d23d212 returned with HTTP 202 [pid: 7|app: 0|req: 507/1016] 199.204.45.89 () {36 vars in 1053 bytes} [Fri May 8 11:39:41 2026] DELETE /v3/4291a995f42245f1b0a723491ec36d4a/volumes/60e6da8e-58f3-404d-a0f5-2bcc5d23d212 => generated 0 bytes in 41 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) 2026-05-08 11:39:41.852 8 INFO cinder.api.openstack.wsgi [req-37238744-325b-43ff-aad5-f02e7bc3b642 req-7561d011-1ab2-4da1-a147-9884bc7efa51 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:39:41.852 7 INFO cinder.api.openstack.wsgi [req-37238744-325b-43ff-aad5-f02e7bc3b642 req-1740aa08-62ad-4976-9f89-5bb661bd71de b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:39:41.853 8 INFO cinder.api.openstack.wsgi [req-37238744-325b-43ff-aad5-f02e7bc3b642 req-7561d011-1ab2-4da1-a147-9884bc7efa51 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:39:41.856 7 INFO cinder.api.openstack.wsgi [req-37238744-325b-43ff-aad5-f02e7bc3b642 req-1740aa08-62ad-4976-9f89-5bb661bd71de b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:39:51.852 8 INFO cinder.api.openstack.wsgi [req-37238744-325b-43ff-aad5-f02e7bc3b642 req-7561d011-1ab2-4da1-a147-9884bc7efa51 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:39:51.852 7 INFO cinder.api.openstack.wsgi [req-37238744-325b-43ff-aad5-f02e7bc3b642 req-1740aa08-62ad-4976-9f89-5bb661bd71de b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:39:51.853 8 INFO cinder.api.openstack.wsgi [req-37238744-325b-43ff-aad5-f02e7bc3b642 req-7561d011-1ab2-4da1-a147-9884bc7efa51 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:39:51.855 7 INFO cinder.api.openstack.wsgi [req-37238744-325b-43ff-aad5-f02e7bc3b642 req-1740aa08-62ad-4976-9f89-5bb661bd71de b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:40:01.851 7 INFO cinder.api.openstack.wsgi [req-37238744-325b-43ff-aad5-f02e7bc3b642 req-1740aa08-62ad-4976-9f89-5bb661bd71de b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:40:01.851 8 INFO cinder.api.openstack.wsgi [req-37238744-325b-43ff-aad5-f02e7bc3b642 req-7561d011-1ab2-4da1-a147-9884bc7efa51 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:40:01.852 7 INFO cinder.api.openstack.wsgi [req-37238744-325b-43ff-aad5-f02e7bc3b642 req-1740aa08-62ad-4976-9f89-5bb661bd71de b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:40:01.853 8 INFO cinder.api.openstack.wsgi [req-37238744-325b-43ff-aad5-f02e7bc3b642 req-7561d011-1ab2-4da1-a147-9884bc7efa51 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:40:11.851 8 INFO cinder.api.openstack.wsgi [req-37238744-325b-43ff-aad5-f02e7bc3b642 req-7561d011-1ab2-4da1-a147-9884bc7efa51 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:40:11.852 7 INFO cinder.api.openstack.wsgi [req-37238744-325b-43ff-aad5-f02e7bc3b642 req-1740aa08-62ad-4976-9f89-5bb661bd71de b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:40:11.853 8 INFO cinder.api.openstack.wsgi [req-37238744-325b-43ff-aad5-f02e7bc3b642 req-7561d011-1ab2-4da1-a147-9884bc7efa51 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:40:11.853 7 INFO cinder.api.openstack.wsgi [req-37238744-325b-43ff-aad5-f02e7bc3b642 req-1740aa08-62ad-4976-9f89-5bb661bd71de b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182: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-05-08 11:40:16.626 8 INFO cinder.api.openstack.wsgi [None req-847cbd00-40b4-4bb2-9346-bcd5799a5351 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots /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-05-08 11:40:16.639 8 INFO cinder.volume.api [None req-847cbd00-40b4-4bb2-9346-bcd5799a5351 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all snapshots completed successfully. 2026-05-08 11:40:16.640 8 INFO cinder.api.openstack.wsgi [None req-847cbd00-40b4-4bb2-9346-bcd5799a5351 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots returned with HTTP 200 [pid: 8|app: 0|req: 514/1025] 10.0.0.41 () {32 vars in 704 bytes} [Fri May 8 11:40:16 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/snapshots => generated 17 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.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-05-08 11:40:16.655 7 INFO cinder.api.openstack.wsgi [None req-52059c8d-04e1-4f30-b066-4db743d52e05 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes 2026-05-08 11:40:16.698 7 INFO cinder.volume.api [None req-52059c8d-04e1-4f30-b066-4db743d52e05 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:40:16.699 7 INFO cinder.api.openstack.wsgi [None req-52059c8d-04e1-4f30-b066-4db743d52e05 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes returned with HTTP 200 [pid: 7|app: 0|req: 512/1026] 10.0.0.41 () {32 vars in 700 bytes} [Fri May 8 11:40:16 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/volumes => generated 15 bytes in 50 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-05-08 11:40:21.852 8 INFO cinder.api.openstack.wsgi [None req-847cbd00-40b4-4bb2-9346-bcd5799a5351 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:40:21.853 7 INFO cinder.api.openstack.wsgi [None req-52059c8d-04e1-4f30-b066-4db743d52e05 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:40:21.853 7 INFO cinder.api.openstack.wsgi [None req-52059c8d-04e1-4f30-b066-4db743d52e05 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:40:21.854 8 INFO cinder.api.openstack.wsgi [None req-847cbd00-40b4-4bb2-9346-bcd5799a5351 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:40:31.851 7 INFO cinder.api.openstack.wsgi [None req-52059c8d-04e1-4f30-b066-4db743d52e05 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:40:31.851 7 INFO cinder.api.openstack.wsgi [None req-52059c8d-04e1-4f30-b066-4db743d52e05 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:40:31.854 8 INFO cinder.api.openstack.wsgi [None req-847cbd00-40b4-4bb2-9346-bcd5799a5351 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:40:31.855 8 INFO cinder.api.openstack.wsgi [None req-847cbd00-40b4-4bb2-9346-bcd5799a5351 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:40:37.244 7 INFO cinder.api.openstack.wsgi [None req-83b383ad-d3b7-4ed5-a6dc-9568c4a0afce b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true 2026-05-08 11:40:37.261 7 INFO cinder.volume.api [None req-83b383ad-d3b7-4ed5-a6dc-9568c4a0afce b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all snapshots completed successfully. 2026-05-08 11:40:37.262 7 INFO cinder.api.openstack.wsgi [None req-83b383ad-d3b7-4ed5-a6dc-9568c4a0afce b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 515/1031] 10.0.0.154 () {28 vars in 674 bytes} [Fri May 8 11:40:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true => generated 17 bytes in 168 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-05-08 11:40:37.272 8 INFO cinder.api.openstack.wsgi [None req-24689477-a1f6-418e-a619-64377bfb183a b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:40:37.286 8 INFO cinder.volume.api [None req-24689477-a1f6-418e-a619-64377bfb183a b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:40:37.288 8 INFO cinder.api.openstack.wsgi [None req-24689477-a1f6-418e-a619-64377bfb183a b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 517/1032] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:40:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:40:37.304 7 INFO cinder.api.openstack.wsgi [None req-05e8fe73-37e4-4d06-8f6a-e0de2559f3ce b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true 2026-05-08 11:40:37.324 7 INFO cinder.api.openstack.wsgi [None req-05e8fe73-37e4-4d06-8f6a-e0de2559f3ce b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 7|app: 0|req: 516/1033] 10.0.0.154 () {28 vars in 696 bytes} [Fri May 8 11:40:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:40:37.336 8 INFO cinder.api.openstack.wsgi [None req-552db98f-4e9e-4a10-8503-3ad2710fc99f b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:40:37.353 8 INFO cinder.volume.api [None req-552db98f-4e9e-4a10-8503-3ad2710fc99f b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:40:37.355 8 INFO cinder.api.openstack.wsgi [None req-552db98f-4e9e-4a10-8503-3ad2710fc99f b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 518/1034] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:40:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:40:37.370 7 INFO cinder.api.openstack.wsgi [None req-d9dfdcad-ae51-4c99-a103-63cce0a86fa3 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services 2026-05-08 11:40:37.376 7 INFO cinder.api.openstack.wsgi [None req-d9dfdcad-ae51-4c99-a103-63cce0a86fa3 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services returned with HTTP 200 [pid: 7|app: 0|req: 517/1035] 10.0.0.154 () {28 vars in 645 bytes} [Fri May 8 11:40:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-services => generated 646 bytes in 14 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:40:37.425 8 INFO cinder.api.openstack.wsgi [None req-ed7c80e7-343e-4b2a-a357-489704357765 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true 2026-05-08 11:40:37.455 8 INFO cinder.api.openstack.wsgi [None req-ed7c80e7-343e-4b2a-a357-489704357765 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 519/1036] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:40:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true => generated 847 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:40:37.472 7 INFO cinder.api.openstack.wsgi [None req-e6011b61-390a-47d8-8ccc-79bee9332a1e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true 2026-05-08 11:40:37.504 7 INFO cinder.api.openstack.wsgi [None req-e6011b61-390a-47d8-8ccc-79bee9332a1e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 518/1037] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:40:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true => generated 845 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:40:37.516 8 INFO cinder.api.openstack.wsgi [None req-89935ded-1491-417f-b748-c3da5f8065d0 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true 2026-05-08 11:40:37.544 8 INFO cinder.api.openstack.wsgi [None req-89935ded-1491-417f-b748-c3da5f8065d0 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 520/1038] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:40:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true => generated 845 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:40:41.852 7 INFO cinder.api.openstack.wsgi [None req-e6011b61-390a-47d8-8ccc-79bee9332a1e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:40:41.852 8 INFO cinder.api.openstack.wsgi [None req-89935ded-1491-417f-b748-c3da5f8065d0 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:40:41.853 7 INFO cinder.api.openstack.wsgi [None req-e6011b61-390a-47d8-8ccc-79bee9332a1e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:40:41.854 8 INFO cinder.api.openstack.wsgi [None req-89935ded-1491-417f-b748-c3da5f8065d0 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:40:51.852 7 INFO cinder.api.openstack.wsgi [None req-e6011b61-390a-47d8-8ccc-79bee9332a1e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:40:51.852 8 INFO cinder.api.openstack.wsgi [None req-89935ded-1491-417f-b748-c3da5f8065d0 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:40:51.853 7 INFO cinder.api.openstack.wsgi [None req-e6011b61-390a-47d8-8ccc-79bee9332a1e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:40:51.853 8 INFO cinder.api.openstack.wsgi [None req-89935ded-1491-417f-b748-c3da5f8065d0 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:41:01.853 7 INFO cinder.api.openstack.wsgi [None req-e6011b61-390a-47d8-8ccc-79bee9332a1e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:41:01.853 7 INFO cinder.api.openstack.wsgi [None req-e6011b61-390a-47d8-8ccc-79bee9332a1e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:41:01.853 8 INFO cinder.api.openstack.wsgi [None req-89935ded-1491-417f-b748-c3da5f8065d0 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:41:01.855 8 INFO cinder.api.openstack.wsgi [None req-89935ded-1491-417f-b748-c3da5f8065d0 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:41:11.852 7 INFO cinder.api.openstack.wsgi [None req-e6011b61-390a-47d8-8ccc-79bee9332a1e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:41:11.853 7 INFO cinder.api.openstack.wsgi [None req-e6011b61-390a-47d8-8ccc-79bee9332a1e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:41:11.852 8 INFO cinder.api.openstack.wsgi [None req-89935ded-1491-417f-b748-c3da5f8065d0 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:41:11.854 8 INFO cinder.api.openstack.wsgi [None req-89935ded-1491-417f-b748-c3da5f8065d0 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:41:21.851 7 INFO cinder.api.openstack.wsgi [None req-e6011b61-390a-47d8-8ccc-79bee9332a1e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:41:21.851 8 INFO cinder.api.openstack.wsgi [None req-89935ded-1491-417f-b748-c3da5f8065d0 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:41:21.851 7 INFO cinder.api.openstack.wsgi [None req-e6011b61-390a-47d8-8ccc-79bee9332a1e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:41:21.852 8 INFO cinder.api.openstack.wsgi [None req-89935ded-1491-417f-b748-c3da5f8065d0 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:41:31.852 8 INFO cinder.api.openstack.wsgi [None req-89935ded-1491-417f-b748-c3da5f8065d0 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:41:31.852 7 INFO cinder.api.openstack.wsgi [None req-e6011b61-390a-47d8-8ccc-79bee9332a1e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:41:31.852 8 INFO cinder.api.openstack.wsgi [None req-89935ded-1491-417f-b748-c3da5f8065d0 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:41:31.853 7 INFO cinder.api.openstack.wsgi [None req-e6011b61-390a-47d8-8ccc-79bee9332a1e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:41:37.156 8 INFO cinder.api.openstack.wsgi [None req-8070356c-dba1-488e-97c6-e88b8005f86d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:41:37.169 8 INFO cinder.volume.api [None req-8070356c-dba1-488e-97c6-e88b8005f86d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:41:37.172 8 INFO cinder.api.openstack.wsgi [None req-8070356c-dba1-488e-97c6-e88b8005f86d b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 527/1051] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:41:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true => generated 15 bytes in 82 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-05-08 11:41:37.185 7 INFO cinder.api.openstack.wsgi [None req-baa8d766-1eb3-4387-a325-244fd17a8593 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:41:37.196 7 INFO cinder.volume.api [None req-baa8d766-1eb3-4387-a325-244fd17a8593 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:41:37.198 7 INFO cinder.api.openstack.wsgi [None req-baa8d766-1eb3-4387-a325-244fd17a8593 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 525/1052] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:41:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:41:37.212 8 INFO cinder.api.openstack.wsgi [None req-8df35ca0-1033-43f9-9b25-99f7f36f0fd9 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true 2026-05-08 11:41:37.219 8 INFO cinder.volume.api [None req-8df35ca0-1033-43f9-9b25-99f7f36f0fd9 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all snapshots completed successfully. 2026-05-08 11:41:37.220 8 INFO cinder.api.openstack.wsgi [None req-8df35ca0-1033-43f9-9b25-99f7f36f0fd9 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 528/1053] 10.0.0.154 () {28 vars in 674 bytes} [Fri May 8 11:41:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:41:37.231 7 INFO cinder.api.openstack.wsgi [None req-b00b380e-e89e-4172-ade4-c5440b897aab b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services 2026-05-08 11:41:37.237 7 INFO cinder.api.openstack.wsgi [None req-b00b380e-e89e-4172-ade4-c5440b897aab b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services returned with HTTP 200 [pid: 7|app: 0|req: 526/1054] 10.0.0.154 () {28 vars in 645 bytes} [Fri May 8 11:41:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-services => generated 646 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:41:37.254 8 INFO cinder.api.openstack.wsgi [None req-1b61446e-5545-4959-a25e-ce7257a6a3f4 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true 2026-05-08 11:41:37.269 8 INFO cinder.api.openstack.wsgi [None req-1b61446e-5545-4959-a25e-ce7257a6a3f4 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 529/1055] 10.0.0.154 () {28 vars in 696 bytes} [Fri May 8 11:41:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true => generated 668 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:41:37.332 7 INFO cinder.api.openstack.wsgi [None req-fa75005a-6ab1-4251-9220-36503a37ba76 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true 2026-05-08 11:41:37.368 7 INFO cinder.api.openstack.wsgi [None req-fa75005a-6ab1-4251-9220-36503a37ba76 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 527/1056] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:41:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true => generated 847 bytes in 47 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:41:37.382 8 INFO cinder.api.openstack.wsgi [None req-fa0277c3-672b-4477-a9aa-052ce2d01551 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true 2026-05-08 11:41:37.413 8 INFO cinder.api.openstack.wsgi [None req-fa0277c3-672b-4477-a9aa-052ce2d01551 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 530/1057] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:41:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true => generated 845 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:41:37.428 7 INFO cinder.api.openstack.wsgi [None req-1fa9bf97-8aaf-4c5e-822a-d584736329c3 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true 2026-05-08 11:41:37.453 7 INFO cinder.api.openstack.wsgi [None req-1fa9bf97-8aaf-4c5e-822a-d584736329c3 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 528/1058] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:41:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true => generated 845 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:41:41.852 8 INFO cinder.api.openstack.wsgi [None req-fa0277c3-672b-4477-a9aa-052ce2d01551 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:41:41.852 7 INFO cinder.api.openstack.wsgi [None req-1fa9bf97-8aaf-4c5e-822a-d584736329c3 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:41:41.853 7 INFO cinder.api.openstack.wsgi [None req-1fa9bf97-8aaf-4c5e-822a-d584736329c3 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:41:41.853 8 INFO cinder.api.openstack.wsgi [None req-fa0277c3-672b-4477-a9aa-052ce2d01551 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:41:51.852 8 INFO cinder.api.openstack.wsgi [None req-fa0277c3-672b-4477-a9aa-052ce2d01551 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:41:51.852 7 INFO cinder.api.openstack.wsgi [None req-1fa9bf97-8aaf-4c5e-822a-d584736329c3 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:41:51.853 8 INFO cinder.api.openstack.wsgi [None req-fa0277c3-672b-4477-a9aa-052ce2d01551 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:41:51.854 7 INFO cinder.api.openstack.wsgi [None req-1fa9bf97-8aaf-4c5e-822a-d584736329c3 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:42:01.851 7 INFO cinder.api.openstack.wsgi [None req-1fa9bf97-8aaf-4c5e-822a-d584736329c3 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:42:01.851 8 INFO cinder.api.openstack.wsgi [None req-fa0277c3-672b-4477-a9aa-052ce2d01551 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:42:01.852 7 INFO cinder.api.openstack.wsgi [None req-1fa9bf97-8aaf-4c5e-822a-d584736329c3 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:42:01.852 8 INFO cinder.api.openstack.wsgi [None req-fa0277c3-672b-4477-a9aa-052ce2d01551 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:42:11.852 7 INFO cinder.api.openstack.wsgi [None req-1fa9bf97-8aaf-4c5e-822a-d584736329c3 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:42:11.853 8 INFO cinder.api.openstack.wsgi [None req-fa0277c3-672b-4477-a9aa-052ce2d01551 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:42:11.854 8 INFO cinder.api.openstack.wsgi [None req-fa0277c3-672b-4477-a9aa-052ce2d01551 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:42:11.854 7 INFO cinder.api.openstack.wsgi [None req-1fa9bf97-8aaf-4c5e-822a-d584736329c3 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:42:21.852 7 INFO cinder.api.openstack.wsgi [None req-1fa9bf97-8aaf-4c5e-822a-d584736329c3 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:42:21.852 8 INFO cinder.api.openstack.wsgi [None req-fa0277c3-672b-4477-a9aa-052ce2d01551 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:42:21.853 7 INFO cinder.api.openstack.wsgi [None req-1fa9bf97-8aaf-4c5e-822a-d584736329c3 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:42:21.854 8 INFO cinder.api.openstack.wsgi [None req-fa0277c3-672b-4477-a9aa-052ce2d01551 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:42:31.851 7 INFO cinder.api.openstack.wsgi [None req-1fa9bf97-8aaf-4c5e-822a-d584736329c3 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:42:31.852 8 INFO cinder.api.openstack.wsgi [None req-fa0277c3-672b-4477-a9aa-052ce2d01551 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:42:31.852 7 INFO cinder.api.openstack.wsgi [None req-1fa9bf97-8aaf-4c5e-822a-d584736329c3 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:42:31.854 8 INFO cinder.api.openstack.wsgi [None req-fa0277c3-672b-4477-a9aa-052ce2d01551 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:42:37.199 7 INFO cinder.api.openstack.wsgi [None req-322a15bd-e1ad-4ebb-9aee-77d48ead4d51 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true 2026-05-08 11:42:37.231 7 INFO cinder.api.openstack.wsgi [None req-322a15bd-e1ad-4ebb-9aee-77d48ead4d51 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 535/1071] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:42:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true => generated 847 bytes in 101 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:42:37.247 8 INFO cinder.api.openstack.wsgi [None req-d7827313-5f61-4d3b-aa04-04ec37e777dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true 2026-05-08 11:42:37.300 8 INFO cinder.api.openstack.wsgi [None req-d7827313-5f61-4d3b-aa04-04ec37e777dd b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 537/1072] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:42:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true => generated 845 bytes in 64 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:42:37.318 7 INFO cinder.api.openstack.wsgi [None req-2069c566-71b8-406c-b5e2-1634917ace49 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true 2026-05-08 11:42:37.350 7 INFO cinder.api.openstack.wsgi [None req-2069c566-71b8-406c-b5e2-1634917ace49 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 536/1073] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:42:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true => generated 845 bytes in 42 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:42:37.371 8 INFO cinder.api.openstack.wsgi [None req-f6489b66-8015-4b9b-8576-b103834bc965 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true 2026-05-08 11:42:37.390 8 INFO cinder.api.openstack.wsgi [None req-f6489b66-8015-4b9b-8576-b103834bc965 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 538/1074] 10.0.0.154 () {28 vars in 696 bytes} [Fri May 8 11:42:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true => generated 668 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:42:37.412 7 INFO cinder.api.openstack.wsgi [None req-d00ec84c-9da8-427f-9ac2-8cf386ebb17a b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:42:37.423 7 INFO cinder.volume.api [None req-d00ec84c-9da8-427f-9ac2-8cf386ebb17a b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:42:37.426 7 INFO cinder.api.openstack.wsgi [None req-d00ec84c-9da8-427f-9ac2-8cf386ebb17a b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 537/1075] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:42:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:42:37.438 8 INFO cinder.api.openstack.wsgi [None req-ce055e2a-d167-4cc5-9db5-5612a098ea4f b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:42:37.447 8 INFO cinder.volume.api [None req-ce055e2a-d167-4cc5-9db5-5612a098ea4f b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:42:37.449 8 INFO cinder.api.openstack.wsgi [None req-ce055e2a-d167-4cc5-9db5-5612a098ea4f b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 539/1076] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:42:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:42:37.463 7 INFO cinder.api.openstack.wsgi [None req-2782a42b-f890-46ec-8a08-6ec73c63bb22 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services 2026-05-08 11:42:37.469 7 INFO cinder.api.openstack.wsgi [None req-2782a42b-f890-46ec-8a08-6ec73c63bb22 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services returned with HTTP 200 [pid: 7|app: 0|req: 538/1077] 10.0.0.154 () {28 vars in 645 bytes} [Fri May 8 11:42:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-services => generated 646 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:42:37.480 8 INFO cinder.api.openstack.wsgi [None req-104a94b8-3fe9-4a79-9c1e-1a2ba9df12e0 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true 2026-05-08 11:42:37.487 8 INFO cinder.volume.api [None req-104a94b8-3fe9-4a79-9c1e-1a2ba9df12e0 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all snapshots completed successfully. 2026-05-08 11:42:37.487 8 INFO cinder.api.openstack.wsgi [None req-104a94b8-3fe9-4a79-9c1e-1a2ba9df12e0 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 540/1078] 10.0.0.154 () {28 vars in 674 bytes} [Fri May 8 11:42:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:42:41.852 7 INFO cinder.api.openstack.wsgi [None req-2782a42b-f890-46ec-8a08-6ec73c63bb22 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:42:41.852 8 INFO cinder.api.openstack.wsgi [None req-104a94b8-3fe9-4a79-9c1e-1a2ba9df12e0 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:42:41.853 8 INFO cinder.api.openstack.wsgi [None req-104a94b8-3fe9-4a79-9c1e-1a2ba9df12e0 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:42:41.853 7 INFO cinder.api.openstack.wsgi [None req-2782a42b-f890-46ec-8a08-6ec73c63bb22 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:42:51.851 7 INFO cinder.api.openstack.wsgi [None req-2782a42b-f890-46ec-8a08-6ec73c63bb22 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:42:51.851 8 INFO cinder.api.openstack.wsgi [None req-104a94b8-3fe9-4a79-9c1e-1a2ba9df12e0 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:42:51.852 7 INFO cinder.api.openstack.wsgi [None req-2782a42b-f890-46ec-8a08-6ec73c63bb22 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:42:51.853 8 INFO cinder.api.openstack.wsgi [None req-104a94b8-3fe9-4a79-9c1e-1a2ba9df12e0 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:43:01.851 7 INFO cinder.api.openstack.wsgi [None req-2782a42b-f890-46ec-8a08-6ec73c63bb22 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:43:01.851 8 INFO cinder.api.openstack.wsgi [None req-104a94b8-3fe9-4a79-9c1e-1a2ba9df12e0 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:43:01.852 8 INFO cinder.api.openstack.wsgi [None req-104a94b8-3fe9-4a79-9c1e-1a2ba9df12e0 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:43:01.852 7 INFO cinder.api.openstack.wsgi [None req-2782a42b-f890-46ec-8a08-6ec73c63bb22 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:43:11.852 8 INFO cinder.api.openstack.wsgi [None req-104a94b8-3fe9-4a79-9c1e-1a2ba9df12e0 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:43:11.852 7 INFO cinder.api.openstack.wsgi [None req-2782a42b-f890-46ec-8a08-6ec73c63bb22 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:43:11.853 7 INFO cinder.api.openstack.wsgi [None req-2782a42b-f890-46ec-8a08-6ec73c63bb22 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:43:11.853 8 INFO cinder.api.openstack.wsgi [None req-104a94b8-3fe9-4a79-9c1e-1a2ba9df12e0 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:43:21.852 7 INFO cinder.api.openstack.wsgi [None req-2782a42b-f890-46ec-8a08-6ec73c63bb22 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:43:21.852 8 INFO cinder.api.openstack.wsgi [None req-104a94b8-3fe9-4a79-9c1e-1a2ba9df12e0 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:43:21.853 7 INFO cinder.api.openstack.wsgi [None req-2782a42b-f890-46ec-8a08-6ec73c63bb22 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:43:21.853 8 INFO cinder.api.openstack.wsgi [None req-104a94b8-3fe9-4a79-9c1e-1a2ba9df12e0 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:43:31.851 7 INFO cinder.api.openstack.wsgi [None req-2782a42b-f890-46ec-8a08-6ec73c63bb22 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:43:31.851 8 INFO cinder.api.openstack.wsgi [None req-104a94b8-3fe9-4a79-9c1e-1a2ba9df12e0 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:43:31.852 8 INFO cinder.api.openstack.wsgi [None req-104a94b8-3fe9-4a79-9c1e-1a2ba9df12e0 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:43:31.852 7 INFO cinder.api.openstack.wsgi [None req-2782a42b-f890-46ec-8a08-6ec73c63bb22 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:43:37.160 8 INFO cinder.api.openstack.wsgi [None req-3ce15856-e13a-40cd-9696-39924bf4d3d5 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true 2026-05-08 11:43:37.181 8 INFO cinder.api.openstack.wsgi [None req-3ce15856-e13a-40cd-9696-39924bf4d3d5 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 547/1091] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:43:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true => generated 847 bytes in 76 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:43:37.193 7 INFO cinder.api.openstack.wsgi [None req-191d0daf-78a0-4c34-aad4-dfb77ee6e95e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true 2026-05-08 11:43:37.213 7 INFO cinder.api.openstack.wsgi [None req-191d0daf-78a0-4c34-aad4-dfb77ee6e95e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 545/1092] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:43:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true => generated 845 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:43:37.232 8 INFO cinder.api.openstack.wsgi [None req-5af4dca4-588e-4b92-8aea-f23c9e0bac68 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true 2026-05-08 11:43:37.258 8 INFO cinder.api.openstack.wsgi [None req-5af4dca4-588e-4b92-8aea-f23c9e0bac68 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 548/1093] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:43:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true => generated 845 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:43:37.273 7 INFO cinder.api.openstack.wsgi [None req-96bbd2c4-2995-4b7e-8feb-aea34bac56b4 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:43:37.290 7 INFO cinder.volume.api [None req-96bbd2c4-2995-4b7e-8feb-aea34bac56b4 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:43:37.293 7 INFO cinder.api.openstack.wsgi [None req-96bbd2c4-2995-4b7e-8feb-aea34bac56b4 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 546/1094] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:43:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true => generated 15 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2026-05-08 11:43:37.305 8 INFO cinder.api.openstack.wsgi [None req-dd005616-2445-42e5-b0d9-846341d7044c b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true 2026-05-08 11:43:37.319 8 INFO cinder.api.openstack.wsgi [None req-dd005616-2445-42e5-b0d9-846341d7044c b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 549/1095] 10.0.0.154 () {28 vars in 696 bytes} [Fri May 8 11:43:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true => generated 668 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:43:37.333 7 INFO cinder.api.openstack.wsgi [None req-79ed8c51-641d-4346-a09a-a4235800dbba b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:43:37.344 7 INFO cinder.volume.api [None req-79ed8c51-641d-4346-a09a-a4235800dbba b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:43:37.347 7 INFO cinder.api.openstack.wsgi [None req-79ed8c51-641d-4346-a09a-a4235800dbba b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 547/1096] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:43:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:43:37.357 8 INFO cinder.api.openstack.wsgi [None req-b3abd66b-5488-449f-b45c-a80eb1b12e05 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true 2026-05-08 11:43:37.368 8 INFO cinder.volume.api [None req-b3abd66b-5488-449f-b45c-a80eb1b12e05 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all snapshots completed successfully. 2026-05-08 11:43:37.369 8 INFO cinder.api.openstack.wsgi [None req-b3abd66b-5488-449f-b45c-a80eb1b12e05 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 550/1097] 10.0.0.154 () {28 vars in 674 bytes} [Fri May 8 11:43:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:43:37.380 7 INFO cinder.api.openstack.wsgi [None req-3dddfa0d-013c-4693-b2aa-b8b3febfcf93 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services 2026-05-08 11:43:37.386 7 INFO cinder.api.openstack.wsgi [None req-3dddfa0d-013c-4693-b2aa-b8b3febfcf93 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services returned with HTTP 200 [pid: 7|app: 0|req: 548/1098] 10.0.0.154 () {28 vars in 645 bytes} [Fri May 8 11:43:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-services => generated 646 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:43:41.851 8 INFO cinder.api.openstack.wsgi [None req-b3abd66b-5488-449f-b45c-a80eb1b12e05 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:43:41.851 7 INFO cinder.api.openstack.wsgi [None req-3dddfa0d-013c-4693-b2aa-b8b3febfcf93 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:43:41.852 8 INFO cinder.api.openstack.wsgi [None req-b3abd66b-5488-449f-b45c-a80eb1b12e05 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:43:41.853 7 INFO cinder.api.openstack.wsgi [None req-3dddfa0d-013c-4693-b2aa-b8b3febfcf93 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:43:51.852 8 INFO cinder.api.openstack.wsgi [None req-b3abd66b-5488-449f-b45c-a80eb1b12e05 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:43:51.852 7 INFO cinder.api.openstack.wsgi [None req-3dddfa0d-013c-4693-b2aa-b8b3febfcf93 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:43:51.853 8 INFO cinder.api.openstack.wsgi [None req-b3abd66b-5488-449f-b45c-a80eb1b12e05 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:43:51.853 7 INFO cinder.api.openstack.wsgi [None req-3dddfa0d-013c-4693-b2aa-b8b3febfcf93 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:44:01.851 8 INFO cinder.api.openstack.wsgi [None req-b3abd66b-5488-449f-b45c-a80eb1b12e05 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:44:01.852 7 INFO cinder.api.openstack.wsgi [None req-3dddfa0d-013c-4693-b2aa-b8b3febfcf93 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:44:01.852 8 INFO cinder.api.openstack.wsgi [None req-b3abd66b-5488-449f-b45c-a80eb1b12e05 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:44:01.853 7 INFO cinder.api.openstack.wsgi [None req-3dddfa0d-013c-4693-b2aa-b8b3febfcf93 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:44:11.851 8 INFO cinder.api.openstack.wsgi [None req-b3abd66b-5488-449f-b45c-a80eb1b12e05 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:44:11.851 7 INFO cinder.api.openstack.wsgi [None req-3dddfa0d-013c-4693-b2aa-b8b3febfcf93 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:44:11.851 8 INFO cinder.api.openstack.wsgi [None req-b3abd66b-5488-449f-b45c-a80eb1b12e05 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:44:11.852 7 INFO cinder.api.openstack.wsgi [None req-3dddfa0d-013c-4693-b2aa-b8b3febfcf93 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:44:21.852 7 INFO cinder.api.openstack.wsgi [None req-3dddfa0d-013c-4693-b2aa-b8b3febfcf93 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:44:21.852 8 INFO cinder.api.openstack.wsgi [None req-b3abd66b-5488-449f-b45c-a80eb1b12e05 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:44:21.853 8 INFO cinder.api.openstack.wsgi [None req-b3abd66b-5488-449f-b45c-a80eb1b12e05 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:44:21.853 7 INFO cinder.api.openstack.wsgi [None req-3dddfa0d-013c-4693-b2aa-b8b3febfcf93 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:44:31.851 7 INFO cinder.api.openstack.wsgi [None req-3dddfa0d-013c-4693-b2aa-b8b3febfcf93 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:44:31.851 8 INFO cinder.api.openstack.wsgi [None req-b3abd66b-5488-449f-b45c-a80eb1b12e05 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:44:31.853 7 INFO cinder.api.openstack.wsgi [None req-3dddfa0d-013c-4693-b2aa-b8b3febfcf93 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:44:31.853 8 INFO cinder.api.openstack.wsgi [None req-b3abd66b-5488-449f-b45c-a80eb1b12e05 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:44:37.170 7 INFO cinder.api.openstack.wsgi [None req-d1b39da3-79a8-4fb2-af2a-9e52cbe2493b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services 2026-05-08 11:44:37.177 7 INFO cinder.api.openstack.wsgi [None req-d1b39da3-79a8-4fb2-af2a-9e52cbe2493b b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-services returned with HTTP 200 [pid: 7|app: 0|req: 555/1111] 10.0.0.154 () {28 vars in 645 bytes} [Fri May 8 11:44:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-services => generated 646 bytes in 95 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:44:37.197 8 INFO cinder.api.openstack.wsgi [None req-832ea87c-5307-464c-a66e-8892e46952b8 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true 2026-05-08 11:44:37.218 8 INFO cinder.api.openstack.wsgi [None req-832ea87c-5307-464c-a66e-8892e46952b8 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true returned with HTTP 200 [pid: 8|app: 0|req: 557/1112] 10.0.0.154 () {28 vars in 696 bytes} [Fri May 8 11:44:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/scheduler-stats/get_pools?detail=true => generated 668 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:44:37.233 7 INFO cinder.api.openstack.wsgi [None req-8c8b2648-2224-4c92-9ca0-4b1b5bfa9ceb b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:44:37.245 7 INFO cinder.volume.api [None req-8c8b2648-2224-4c92-9ca0-4b1b5bfa9ceb b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:44:37.247 7 INFO cinder.api.openstack.wsgi [None req-8c8b2648-2224-4c92-9ca0-4b1b5bfa9ceb b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 7|app: 0|req: 556/1113] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:44:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:44:37.260 8 INFO cinder.api.openstack.wsgi [None req-93a8b074-eaee-4e4c-b397-bc37e72721d5 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true 2026-05-08 11:44:37.274 8 INFO cinder.volume.api [None req-93a8b074-eaee-4e4c-b397-bc37e72721d5 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all volumes completed successfully. 2026-05-08 11:44:37.278 8 INFO cinder.api.openstack.wsgi [None req-93a8b074-eaee-4e4c-b397-bc37e72721d5 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/volumes/detail?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 558/1114] 10.0.0.154 () {28 vars in 684 bytes} [Fri May 8 11:44:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:44:37.339 7 INFO cinder.api.openstack.wsgi [None req-8c13e11c-bc7d-41b6-9dfa-d0f15e130d7e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true 2026-05-08 11:44:37.367 7 INFO cinder.api.openstack.wsgi [None req-8c13e11c-bc7d-41b6-9dfa-d0f15e130d7e b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 557/1115] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:44:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/11d73d0814f547c193260809043d9d14?usage=true => generated 847 bytes in 42 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:44:37.379 8 INFO cinder.api.openstack.wsgi [None req-ddb33dc9-166e-4338-8d3d-70768579f897 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true 2026-05-08 11:44:37.421 8 INFO cinder.api.openstack.wsgi [None req-ddb33dc9-166e-4338-8d3d-70768579f897 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true returned with HTTP 200 [pid: 8|app: 0|req: 559/1116] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:44:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/4291a995f42245f1b0a723491ec36d4a?usage=true => generated 845 bytes in 50 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:44:37.433 7 INFO cinder.api.openstack.wsgi [None req-e2ac610e-a973-47f8-982a-7525998f7e33 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true 2026-05-08 11:44:37.465 7 INFO cinder.api.openstack.wsgi [None req-e2ac610e-a973-47f8-982a-7525998f7e33 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true returned with HTTP 200 [pid: 7|app: 0|req: 558/1117] 10.0.0.154 () {28 vars in 736 bytes} [Fri May 8 11:44:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/os-quota-sets/7145cf9ea1624d19810f69a82c83264b?usage=true => generated 845 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2026-05-08 11:44:37.481 8 INFO cinder.api.openstack.wsgi [None req-eaa2eb88-4dca-46a7-ac6e-d1b21d0c77e9 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true 2026-05-08 11:44:37.488 8 INFO cinder.volume.api [None req-eaa2eb88-4dca-46a7-ac6e-d1b21d0c77e9 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] Get all snapshots completed successfully. 2026-05-08 11:44:37.489 8 INFO cinder.api.openstack.wsgi [None req-eaa2eb88-4dca-46a7-ac6e-d1b21d0c77e9 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://cinder-api.openstack.svc.cluster.local:8776/v3/4291a995f42245f1b0a723491ec36d4a/snapshots?all_tenants=true returned with HTTP 200 [pid: 8|app: 0|req: 560/1118] 10.0.0.154 () {28 vars in 674 bytes} [Fri May 8 11:44:37 2026] GET /v3/4291a995f42245f1b0a723491ec36d4a/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-05-08 11:44:41.851 8 INFO cinder.api.openstack.wsgi [None req-eaa2eb88-4dca-46a7-ac6e-d1b21d0c77e9 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:44:41.851 7 INFO cinder.api.openstack.wsgi [None req-e2ac610e-a973-47f8-982a-7525998f7e33 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:44:41.852 7 INFO cinder.api.openstack.wsgi [None req-e2ac610e-a973-47f8-982a-7525998f7e33 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:44:41.852 8 INFO cinder.api.openstack.wsgi [None req-eaa2eb88-4dca-46a7-ac6e-d1b21d0c77e9 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:44:51.852 8 INFO cinder.api.openstack.wsgi [None req-eaa2eb88-4dca-46a7-ac6e-d1b21d0c77e9 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:44:51.852 7 INFO cinder.api.openstack.wsgi [None req-e2ac610e-a973-47f8-982a-7525998f7e33 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:44:51.854 8 INFO cinder.api.openstack.wsgi [None req-eaa2eb88-4dca-46a7-ac6e-d1b21d0c77e9 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:44:51.854 7 INFO cinder.api.openstack.wsgi [None req-e2ac610e-a973-47f8-982a-7525998f7e33 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:45:01.852 8 INFO cinder.api.openstack.wsgi [None req-eaa2eb88-4dca-46a7-ac6e-d1b21d0c77e9 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:45:01.852 7 INFO cinder.api.openstack.wsgi [None req-e2ac610e-a973-47f8-982a-7525998f7e33 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:45:01.853 7 INFO cinder.api.openstack.wsgi [None req-e2ac610e-a973-47f8-982a-7525998f7e33 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:45:01.853 8 INFO cinder.api.openstack.wsgi [None req-eaa2eb88-4dca-46a7-ac6e-d1b21d0c77e9 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:45:11.851 7 INFO cinder.api.openstack.wsgi [None req-e2ac610e-a973-47f8-982a-7525998f7e33 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:45:11.851 8 INFO cinder.api.openstack.wsgi [None req-eaa2eb88-4dca-46a7-ac6e-d1b21d0c77e9 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] GET http://10.0.0.182:8776/ 2026-05-08 11:45:11.853 8 INFO cinder.api.openstack.wsgi [None req-eaa2eb88-4dca-46a7-ac6e-d1b21d0c77e9 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300 2026-05-08 11:45:11.853 7 INFO cinder.api.openstack.wsgi [None req-e2ac610e-a973-47f8-982a-7525998f7e33 b5f7acf9ff85437aa77bbbd0b31c072f 4291a995f42245f1b0a723491ec36d4a - - default default] http://10.0.0.182:8776/ returned with HTTP 300