[ 422.302514] [55396]: [uWSGI] getting INI configuration from /etc/cinder/cinder-api-uwsgi.ini [ 422.303996] [55396]: *** Starting uWSGI 2.0.20-debian (64bit) on [Thu Feb 20 17:52:05 2025] *** [ 422.303996] [55396]: compiled with version: 11.2.0 on 21 March 2022 11:00:44 [ 422.303996] [55396]: os: Linux-6.8.0-52-generic #53~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Jan 15 19:18:46 UTC 2 [ 422.303996] [55396]: nodename: devstack [ 422.303996] [55396]: machine: x86_64 [ 422.303996] [55396]: clock source: unix [ 422.303996] [55396]: pcre jit disabled [ 422.303996] [55396]: detected number of CPU cores: 8 [ 422.303996] [55396]: current working directory: / [ 422.303996] [55396]: detected binary path: /usr/bin/uwsgi-core [ 422.304284] [55396]: your processes number limit is 63753 [ 422.304284] [55396]: your memory page size is 4096 bytes [ 422.304284] [55396]: detected max file descriptor number: 2048 [ 422.304284] [55396]: lock engine: pthread robust mutexes [ 422.304284] [55396]: thunder lock: enabled [ 422.304284] [55396]: uwsgi socket 0 bound to UNIX address /var/run/uwsgi/cinder-api.socket fd 4 [ 422.304284] [55396]: Python version: 3.10.12 (main, Jan 17 2025, 14:35:34) [GCC 11.4.0] [ 422.304284] [55396]: PEP 405 virtualenv detected: /opt/stack/data/venv [ 422.304284] [55396]: Set PythonHome to /opt/stack/data/venv [ 422.332322] [55396]: Python main interpreter initialized at 0x60acb19a8be0 [ 422.332322] [55396]: python threads support enabled [ 422.332322] [55396]: your server socket listen backlog is limited to 100 connections [ 422.332322] [55396]: your mercy for graceful operations on workers is 80 seconds [ 422.332575] [55396]: mapped 403077 bytes (393 KB) for 2 cores [ 422.332646] [55396]: *** Operational MODE: preforking *** [ 422.332824] [55396]: *** uWSGI is running in multiple interpreter mode *** [ 422.332824] [55396]: spawned uWSGI master process (pid: 55396) [ 422.333351] [55396]: spawned uWSGI worker 1 (pid: 55397, cores: 1) [ 422.333692] [55396]: spawned uWSGI worker 2 (pid: 55398, cores: 1) [ 422.333692] [55396]: running "unix_signal:15 gracefully_kill_them_all" (master-start)... [ 422.521141] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_utils/eventletutils.py:31: DeprecationWarning: eventuletutils module is deprecated and will be removed. [ 422.521141] [55397]: debtcollector.deprecate( [ 422.521626] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_utils/eventletutils.py:31: DeprecationWarning: eventuletutils module is deprecated and will be removed. [ 422.521626] [55398]: debtcollector.deprecate( [ 423.301722] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:1591: DeprecationWarning: volume_extension:quotas:show deprecated without deprecated_reason or deprecated_since. This will be an error in a future release [ 423.301722] [55397]: warnings.warn( [ 423.315873] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:1591: DeprecationWarning: volume_extension:quotas:show deprecated without deprecated_reason or deprecated_since. This will be an error in a future release [ 423.315873] [55398]: warnings.warn( [ 423.409768] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_vmware/image_util.py:16: DeprecationWarning: defusedxml.lxml is no longer supported and will be removed in a future release. [ 423.409768] [55397]: from defusedxml.lxml import parse [ 423.416361] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_vmware/image_util.py:16: DeprecationWarning: defusedxml.lxml is no longer supported and will be removed in a future release. [ 423.416361] [55398]: from defusedxml.lxml import parse [ 423.446206] [55397]: /opt/stack/cinder/cinder/db/sqlalchemy/models.py:37: MovedIn20Warning: The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base(). (deprecated since: 2.0) (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9) [ 423.446206] [55397]: BASE = declarative_base() [ 423.453067] [55398]: /opt/stack/cinder/cinder/db/sqlalchemy/models.py:37: MovedIn20Warning: The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base(). (deprecated since: 2.0) (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9) [ 423.453067] [55398]: BASE = declarative_base() [ 423.613849] [55397]: DEBUG oslo.service.wsgi [-] Loading app osapi_volume from /etc/cinder/api-paste.ini {{(pid=55397) load_app /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/wsgi.py:349}} [ 423.620404] [55397]: DEBUG cinder.api.extensions [-] Initializing extension manager. {{(pid=55397) __init__ /opt/stack/cinder/cinder/api/extensions.py:125}} [ 423.620805] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.standard_extensions {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 423.621405] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.standard_extensions {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 423.621585] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_actions.Volume_actions {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 423.622720] [55398]: DEBUG oslo.service.wsgi [-] Loading app osapi_volume from /etc/cinder/api-paste.ini {{(pid=55398) load_app /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/wsgi.py:349}} [ 423.625819] [55398]: DEBUG cinder.api.extensions [-] Initializing extension manager. {{(pid=55398) __init__ /opt/stack/cinder/cinder/api/extensions.py:125}} [ 423.626145] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.standard_extensions {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 423.626438] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.standard_extensions {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 423.626702] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_actions.Volume_actions {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 423.749788] [55397]: /opt/stack/cinder/cinder/api/validation/validators.py:126: DeprecationWarning: FormatChecker.cls_checks is deprecated. Call FormatChecker.checks on a specific FormatChecker instance instead. [ 423.749788] [55397]: @jsonschema.FormatChecker.cls_checks('date-time') [ 423.753316] [55398]: /opt/stack/cinder/cinder/api/validation/validators.py:126: DeprecationWarning: FormatChecker.cls_checks is deprecated. Call FormatChecker.checks on a specific FormatChecker instance instead. [ 423.753316] [55398]: @jsonschema.FormatChecker.cls_checks('date-time') [ 423.798028] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_actions.Volume_actions {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 423.798159] [55397]: DEBUG cinder.api.extensions [-] Ext name: VolumeActions {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 423.798196] [55397]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-actions {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 423.798318] [55397]: DEBUG cinder.api.extensions [-] Ext description: Enable volume actions. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 423.798427] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 423.798503] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-actions {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 423.798580] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.hosts.Hosts {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 423.800182] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_actions.Volume_actions {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 423.800280] [55398]: DEBUG cinder.api.extensions [-] Ext name: VolumeActions {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 423.800830] [55398]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-actions {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 423.800830] [55398]: DEBUG cinder.api.extensions [-] Ext description: Enable volume actions. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 423.800830] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 423.800830] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-actions {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 423.800830] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.hosts.Hosts {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 423.967385] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.hosts.Hosts {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 423.967547] [55398]: DEBUG cinder.api.extensions [-] Ext name: Hosts {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 423.967590] [55398]: DEBUG cinder.api.extensions [-] Ext alias: os-hosts {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 423.967732] [55398]: DEBUG cinder.api.extensions [-] Ext description: Admin-only host administration. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 423.967841] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2011-06-29T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 423.967969] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: os-hosts {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 423.968069] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 423.968129] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.hosts.Hosts {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 423.968244] [55397]: DEBUG cinder.api.extensions [-] Ext name: Hosts {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 423.968315] [55397]: DEBUG cinder.api.extensions [-] Ext alias: os-hosts {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 423.968386] [55397]: DEBUG cinder.api.extensions [-] Ext description: Admin-only host administration. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 423.968451] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2011-06-29T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 423.968514] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: os-hosts {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 423.968588] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 423.973795] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 423.973893] [55397]: DEBUG cinder.api.extensions [-] Ext name: Qos_specs_manage {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 423.973976] [55397]: DEBUG cinder.api.extensions [-] Ext alias: qos-specs {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 423.974060] [55397]: DEBUG cinder.api.extensions [-] Ext description: QoS specs support. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 423.974120] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-02T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 423.974176] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: qos-specs {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 423.974266] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quota_classes.Quota_classes {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 423.974340] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 423.974472] [55398]: DEBUG cinder.api.extensions [-] Ext name: Qos_specs_manage {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 423.974563] [55398]: DEBUG cinder.api.extensions [-] Ext alias: qos-specs {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 423.974637] [55398]: DEBUG cinder.api.extensions [-] Ext description: QoS specs support. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 423.974677] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-02T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 423.974734] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: qos-specs {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 423.974845] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quota_classes.Quota_classes {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 423.975512] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quota_classes.Quota_classes {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 423.975596] [55397]: DEBUG cinder.api.extensions [-] Ext name: QuotaClasses {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 423.975682] [55397]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-class-sets {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 423.975752] [55397]: DEBUG cinder.api.extensions [-] Ext description: Quota classes management support. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 423.975860] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2012-03-12T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 423.975935] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-class-sets {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 423.975979] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quota_classes.Quota_classes {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 423.976023] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 423.976060] [55398]: DEBUG cinder.api.extensions [-] Ext name: QuotaClasses {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 423.976132] [55398]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-class-sets {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 423.976176] [55398]: DEBUG cinder.api.extensions [-] Ext description: Quota classes management support. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 423.976272] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2012-03-12T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 423.976315] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-class-sets {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 423.976370] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 423.976961] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 423.977059] [55397]: DEBUG cinder.api.extensions [-] Ext name: SchedulerHints {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 423.977092] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 423.977134] [55397]: DEBUG cinder.api.extensions [-] Ext alias: OS-SCH-HNT {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 423.977162] [55398]: DEBUG cinder.api.extensions [-] Ext name: SchedulerHints {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 423.977194] [55397]: DEBUG cinder.api.extensions [-] Ext description: Pass arbitrary key/value pairs to the scheduler. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 423.977257] [55398]: DEBUG cinder.api.extensions [-] Ext alias: OS-SCH-HNT {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 423.977316] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2013-04-18T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 423.977361] [55398]: DEBUG cinder.api.extensions [-] Ext description: Pass arbitrary key/value pairs to the scheduler. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 423.977407] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: OS-SCH-HNT {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 423.977449] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2013-04-18T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 423.977513] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 423.977551] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: OS-SCH-HNT {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 423.977551] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 423.978884] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 423.978989] [55397]: DEBUG cinder.api.extensions [-] Ext name: Scheduler_stats {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 423.979073] [55397]: DEBUG cinder.api.extensions [-] Ext alias: scheduler-stats {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 423.979119] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 423.979160] [55398]: DEBUG cinder.api.extensions [-] Ext name: Scheduler_stats {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 423.979193] [55397]: DEBUG cinder.api.extensions [-] Ext description: Scheduler stats support. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 423.979231] [55398]: DEBUG cinder.api.extensions [-] Ext alias: scheduler-stats {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 423.979255] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2014-09-07T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 423.979293] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: scheduler-stats {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 423.979319] [55398]: DEBUG cinder.api.extensions [-] Ext description: Scheduler stats support. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 423.979350] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2014-09-07T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 423.979380] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 423.979408] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: scheduler-stats {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 423.979524] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 423.982726] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 423.982859] [55397]: DEBUG cinder.api.extensions [-] Ext name: SnapshotManage {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 423.982941] [55397]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-manage {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 423.983020] [55397]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 423.983070] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 423.983115] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 423.983176] [55398]: DEBUG cinder.api.extensions [-] Ext name: SnapshotManage {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 423.983225] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-manage {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 423.983276] [55398]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-manage {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 423.983339] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.capabilities.Capabilities {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 423.983392] [55398]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 423.983392] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 423.983392] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-manage {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 423.983513] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.capabilities.Capabilities {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 423.984524] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.capabilities.Capabilities {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 423.984605] [55397]: DEBUG cinder.api.extensions [-] Ext name: Capabilities {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 423.984689] [55397]: DEBUG cinder.api.extensions [-] Ext alias: capabilities {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 423.984757] [55397]: DEBUG cinder.api.extensions [-] Ext description: Capabilities support. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 423.984842] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.capabilities.Capabilities {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 423.984894] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2015-08-31T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 423.984937] [55398]: DEBUG cinder.api.extensions [-] Ext name: Capabilities {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 423.984981] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: capabilities {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 423.985040] [55398]: DEBUG cinder.api.extensions [-] Ext alias: capabilities {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 423.985083] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 423.985127] [55398]: DEBUG cinder.api.extensions [-] Ext description: Capabilities support. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 423.985127] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2015-08-31T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 423.985176] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: capabilities {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 423.985247] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 423.985692] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 423.985776] [55397]: DEBUG cinder.api.extensions [-] Ext name: VolumeEncryptionMetadata {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 423.985862] [55397]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-encryption-metadata {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 423.985928] [55397]: DEBUG cinder.api.extensions [-] Ext description: Volume encryption metadata retrieval support. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 423.985984] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-10T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 423.986056] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 423.986104] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-encryption-metadata {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 423.986146] [55398]: DEBUG cinder.api.extensions [-] Ext name: VolumeEncryptionMetadata {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 423.986183] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 423.986243] [55398]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-encryption-metadata {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 423.986243] [55398]: DEBUG cinder.api.extensions [-] Ext description: Volume encryption metadata retrieval support. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 423.986318] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-10T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 423.986371] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-encryption-metadata {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 423.986426] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 423.995680] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 423.995771] [55397]: DEBUG cinder.api.extensions [-] Ext name: Cgsnapshots {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 423.995846] [55397]: DEBUG cinder.api.extensions [-] Ext alias: cgsnapshots {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 423.995917] [55397]: DEBUG cinder.api.extensions [-] Ext description: cgsnapshots support. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 423.995975] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 423.996055] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: cgsnapshots {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 423.996128] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 423.996180] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.used_limits.Used_limits {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 423.996228] [55398]: DEBUG cinder.api.extensions [-] Ext name: Cgsnapshots {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 423.996305] [55398]: DEBUG cinder.api.extensions [-] Ext alias: cgsnapshots {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 423.996384] [55398]: DEBUG cinder.api.extensions [-] Ext description: cgsnapshots support. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 423.996462] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 423.996543] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: cgsnapshots {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 423.996615] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.used_limits.Used_limits {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 423.996919] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.used_limits.Used_limits {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 423.997010] [55397]: DEBUG cinder.api.extensions [-] Ext name: UsedLimits {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 423.997087] [55397]: DEBUG cinder.api.extensions [-] Ext alias: os-used-limits {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 423.997153] [55397]: DEBUG cinder.api.extensions [-] Ext description: Provide data on limited resources that are being used. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 423.997214] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2013-10-03T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 423.997278] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: os-used-limits {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 423.997364] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quotas.Quotas {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 423.997484] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.used_limits.Used_limits {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 423.997581] [55398]: DEBUG cinder.api.extensions [-] Ext name: UsedLimits {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 423.997670] [55398]: DEBUG cinder.api.extensions [-] Ext alias: os-used-limits {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 423.997756] [55398]: DEBUG cinder.api.extensions [-] Ext description: Provide data on limited resources that are being used. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 423.997826] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2013-10-03T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 423.997916] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: os-used-limits {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 423.997991] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quotas.Quotas {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 423.999082] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quotas.Quotas {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 423.999169] [55397]: DEBUG cinder.api.extensions [-] Ext name: Quotas {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 423.999238] [55397]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-sets {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 423.999323] [55397]: DEBUG cinder.api.extensions [-] Ext description: Quota management support. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 423.999386] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-08T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 423.999451] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-sets {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 423.999520] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_manage.Volume_manage {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 423.999645] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quotas.Quotas {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 423.999745] [55398]: DEBUG cinder.api.extensions [-] Ext name: Quotas {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 423.999821] [55398]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-sets {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 423.999917] [55398]: DEBUG cinder.api.extensions [-] Ext description: Quota management support. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 423.999988] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-08T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.000063] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-sets {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.000135] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_manage.Volume_manage {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.003715] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_manage.Volume_manage {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.003806] [55397]: DEBUG cinder.api.extensions [-] Ext name: VolumeManage {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.003870] [55397]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-manage {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.003943] [55397]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.004013] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2014-02-10T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.004075] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_manage.Volume_manage {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.004106] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-manage {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.004165] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.004196] [55398]: DEBUG cinder.api.extensions [-] Ext name: VolumeManage {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.004277] [55398]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-manage {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.004359] [55398]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.004406] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2014-02-10T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.004468] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-manage {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.004536] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.018540] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.018661] [55397]: DEBUG cinder.api.extensions [-] Ext name: VolumeTransfer {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.018714] [55397]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-transfer {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.018771] [55397]: DEBUG cinder.api.extensions [-] Ext description: Volume transfer management support. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.018801] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.018828] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2013-05-29T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.018890] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-transfer {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.018938] [55398]: DEBUG cinder.api.extensions [-] Ext name: VolumeTransfer {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.018969] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.018995] [55398]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-transfer {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.019084] [55398]: DEBUG cinder.api.extensions [-] Ext description: Volume transfer management support. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.019138] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2013-05-29T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.019209] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-transfer {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.019283] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.019721] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.019805] [55397]: DEBUG cinder.api.extensions [-] Ext name: VolumeHostAttribute {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.019882] [55397]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-host-attr {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.019967] [55397]: DEBUG cinder.api.extensions [-] Ext description: Expose host as an attribute of a volume. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.020043] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.020110] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.020162] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-host-attr {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.020205] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.020253] [55398]: DEBUG cinder.api.extensions [-] Ext name: VolumeHostAttribute {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.020308] [55398]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-host-attr {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.020350] [55398]: DEBUG cinder.api.extensions [-] Ext description: Expose host as an attribute of a volume. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.020425] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.020500] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-host-attr {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.020577] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.020924] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.021021] [55397]: DEBUG cinder.api.extensions [-] Ext name: VolumeUnmanage {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.021093] [55397]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-unmanage {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.021163] [55397]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.021244] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.021305] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-unmanage {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.021379] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_manage.Types_manage {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.021425] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.021523] [55398]: DEBUG cinder.api.extensions [-] Ext name: VolumeUnmanage {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.021610] [55398]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-unmanage {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.021691] [55398]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.021778] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.021847] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-unmanage {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.021920] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_manage.Types_manage {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.023976] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_manage.Types_manage {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.024050] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_manage.Types_manage {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.024078] [55397]: DEBUG cinder.api.extensions [-] Ext name: TypesManage {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.024151] [55398]: DEBUG cinder.api.extensions [-] Ext name: TypesManage {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.024203] [55397]: DEBUG cinder.api.extensions [-] Ext alias: os-types-manage {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.024247] [55398]: DEBUG cinder.api.extensions [-] Ext alias: os-types-manage {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.024283] [55397]: DEBUG cinder.api.extensions [-] Ext description: Types manage support. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.024329] [55398]: DEBUG cinder.api.extensions [-] Ext description: Types manage support. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.024374] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.024374] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-manage {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.024426] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.024426] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-manage {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.024476] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.024502] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.025140] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.025223] [55397]: DEBUG cinder.api.extensions [-] Ext name: VolumeTenantAttribute {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.025275] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.025336] [55397]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-tenant-attr {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.025372] [55398]: DEBUG cinder.api.extensions [-] Ext name: VolumeTenantAttribute {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.025419] [55397]: DEBUG cinder.api.extensions [-] Ext description: Expose the internal project_id as an attribute of a volume. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.025465] [55398]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-tenant-attr {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.025512] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.025512] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-tenant-attr {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.025582] [55398]: DEBUG cinder.api.extensions [-] Ext description: Expose the internal project_id as an attribute of a volume. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.025616] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.admin_actions.Admin_actions {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.025690] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.025690] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-tenant-attr {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.025776] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.admin_actions.Admin_actions {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.029430] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.admin_actions.Admin_actions {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.029527] [55397]: DEBUG cinder.api.extensions [-] Ext name: AdminActions {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.029604] [55397]: DEBUG cinder.api.extensions [-] Ext alias: os-admin-actions {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.029652] [55397]: DEBUG cinder.api.extensions [-] Ext description: Enable admin actions. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.029715] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2012-08-25T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.029760] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.admin_actions.Admin_actions {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.029790] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: os-admin-actions {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.029862] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.029908] [55398]: DEBUG cinder.api.extensions [-] Ext name: AdminActions {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.029950] [55398]: DEBUG cinder.api.extensions [-] Ext alias: os-admin-actions {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.029999] [55398]: DEBUG cinder.api.extensions [-] Ext description: Enable admin actions. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.030081] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2012-08-25T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.030145] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: os-admin-actions {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.030213] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.032933] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.033035] [55397]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeAccess {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.033083] [55397]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-type-access {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.033110] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.033157] [55397]: DEBUG cinder.api.extensions [-] Ext description: Volume type access support. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.033207] [55398]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeAccess {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.033251] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2014-06-26T00:00:00Z {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.033287] [55398]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-type-access {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.033333] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-type-access {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.033375] [55398]: DEBUG cinder.api.extensions [-] Ext description: Volume type access support. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.033402] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_services.Extended_services {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.033430] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2014-06-26T00:00:00Z {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.033430] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-type-access {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.033507] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_services.Extended_services {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.033749] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_services.Extended_services {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.033822] [55397]: DEBUG cinder.api.extensions [-] Ext name: ExtendedServices {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.033904] [55397]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-services {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.033971] [55397]: DEBUG cinder.api.extensions [-] Ext description: Extended services support. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.034034] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_services.Extended_services {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.034108] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2014-01-10T00:00:00-00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.034151] [55398]: DEBUG cinder.api.extensions [-] Ext name: ExtendedServices {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.034178] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-services {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.034203] [55398]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-services {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.034236] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.backups.Backups {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.034267] [55398]: DEBUG cinder.api.extensions [-] Ext description: Extended services support. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.034342] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2014-01-10T00:00:00-00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.034399] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-services {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.034477] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.backups.Backups {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.038010] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.backups.Backups {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.038100] [55397]: DEBUG cinder.api.extensions [-] Ext name: Backups {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.038168] [55397]: DEBUG cinder.api.extensions [-] Ext alias: backups {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.038233] [55397]: DEBUG cinder.api.extensions [-] Ext description: Backups support. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.038314] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-12T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.038381] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: backups {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.038453] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.038595] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.backups.Backups {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.038699] [55398]: DEBUG cinder.api.extensions [-] Ext name: Backups {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.038778] [55398]: DEBUG cinder.api.extensions [-] Ext alias: backups {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.038870] [55398]: DEBUG cinder.api.extensions [-] Ext description: Backups support. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.038945] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-12T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.039014] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: backups {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.039090] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.039215] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.039298] [55397]: DEBUG cinder.api.extensions [-] Ext name: VolumeMigStatusAttribute {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.039368] [55397]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-mig-status-attr {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.039399] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.039447] [55397]: DEBUG cinder.api.extensions [-] Ext description: Expose migration_status as an attribute of a volume. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.039500] [55398]: DEBUG cinder.api.extensions [-] Ext name: VolumeMigStatusAttribute {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.039543] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-08T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.039575] [55398]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-mig-status-attr {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.039600] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-mig-status-attr {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.039624] [55398]: DEBUG cinder.api.extensions [-] Ext description: Expose migration_status as an attribute of a volume. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.039649] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.039678] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-08T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.039707] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-mig-status-attr {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.039778] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.041448] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.041566] [55397]: DEBUG cinder.api.extensions [-] Ext name: VolumeImageMetadata {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.041635] [55397]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-image-meta {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.041664] [55397]: DEBUG cinder.api.extensions [-] Ext description: Show image metadata associated with the volume. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.041743] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-07T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.041786] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.041814] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-image-meta {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.041882] [55398]: DEBUG cinder.api.extensions [-] Ext name: VolumeImageMetadata {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.041930] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.services.Services {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.041974] [55398]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-image-meta {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.042034] [55398]: DEBUG cinder.api.extensions [-] Ext description: Show image metadata associated with the volume. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.042114] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-07T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.042179] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-image-meta {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.042249] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.services.Services {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.044973] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.services.Services {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.045077] [55397]: DEBUG cinder.api.extensions [-] Ext name: Services {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.045147] [55397]: DEBUG cinder.api.extensions [-] Ext alias: os-services {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.045219] [55397]: DEBUG cinder.api.extensions [-] Ext description: Services support. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.045261] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.services.Services {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.045298] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2012-10-28T00:00:00-00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.045367] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: os-services {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.045412] [55398]: DEBUG cinder.api.extensions [-] Ext name: Services {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.045507] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.045554] [55398]: DEBUG cinder.api.extensions [-] Ext alias: os-services {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.045554] [55398]: DEBUG cinder.api.extensions [-] Ext description: Services support. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.045554] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2012-10-28T00:00:00-00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.045673] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: os-services {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.045673] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.048455] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.048521] [55397]: DEBUG cinder.api.extensions [-] Ext name: Consistencygroups {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.048590] [55397]: DEBUG cinder.api.extensions [-] Ext alias: consistencygroups {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.048661] [55397]: DEBUG cinder.api.extensions [-] Ext description: consistency groups support. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.048742] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.048808] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: consistencygroups {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.048879] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.048972] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.049087] [55398]: DEBUG cinder.api.extensions [-] Ext name: Consistencygroups {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.049177] [55398]: DEBUG cinder.api.extensions [-] Ext alias: consistencygroups {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.049251] [55398]: DEBUG cinder.api.extensions [-] Ext description: consistency groups support. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.049338] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.049407] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: consistencygroups {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.049478] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.049650] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.049732] [55397]: DEBUG cinder.api.extensions [-] Ext name: ExtendedSnapshotAttributes {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.049780] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.049824] [55397]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-snapshot-attributes {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.049861] [55398]: DEBUG cinder.api.extensions [-] Ext name: ExtendedSnapshotAttributes {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.049906] [55397]: DEBUG cinder.api.extensions [-] Ext description: Extended SnapshotAttributes support. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.049948] [55398]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-snapshot-attributes {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.049979] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2012-06-19T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.050013] [55398]: DEBUG cinder.api.extensions [-] Ext description: Extended SnapshotAttributes support. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.050046] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-snapshot-attributes {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.050072] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2012-06-19T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.050097] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.050122] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-snapshot-attributes {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.050198] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.050844] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.050929] [55397]: DEBUG cinder.api.extensions [-] Ext name: SnapshotUnmanage {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.050999] [55397]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-unmanage {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.051070] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.051115] [55397]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.051165] [55398]: DEBUG cinder.api.extensions [-] Ext name: SnapshotUnmanage {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.051214] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.051214] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-unmanage {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.051295] [55398]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-unmanage {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.051357] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.051402] [55398]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.051402] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.051494] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-unmanage {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.051494] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.053216] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.053316] [55397]: DEBUG cinder.api.extensions [-] Ext name: TypesExtraSpecs {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.053368] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.053420] [55397]: DEBUG cinder.api.extensions [-] Ext alias: os-types-extra-specs {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.053459] [55397]: DEBUG cinder.api.extensions [-] Ext description: Type extra specs support. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.053538] [55398]: DEBUG cinder.api.extensions [-] Ext name: TypesExtraSpecs {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.053568] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.053594] [55398]: DEBUG cinder.api.extensions [-] Ext alias: os-types-extra-specs {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.053618] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-extra-specs {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.053643] [55398]: DEBUG cinder.api.extensions [-] Ext description: Type extra specs support. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.053667] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.availability_zones.Availability_zones {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.053695] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.053721] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-extra-specs {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.053790] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.availability_zones.Availability_zones {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.054700] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.availability_zones.Availability_zones {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.054834] [55397]: DEBUG cinder.api.extensions [-] Ext name: AvailabilityZones {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.054924] [55397]: DEBUG cinder.api.extensions [-] Ext alias: os-availability-zone {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.054971] [55397]: DEBUG cinder.api.extensions [-] Ext description: Describe Availability Zones. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.055029] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2013-06-27T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.055083] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.availability_zones.Availability_zones {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.055129] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: os-availability-zone {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.055178] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.055221] [55398]: DEBUG cinder.api.extensions [-] Ext name: AvailabilityZones {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.055272] [55398]: DEBUG cinder.api.extensions [-] Ext alias: os-availability-zone {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.055344] [55398]: DEBUG cinder.api.extensions [-] Ext description: Describe Availability Zones. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.055415] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2013-06-27T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.055496] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: os-availability-zone {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.055569] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.057029] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.057135] [55397]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeEncryption {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.057231] [55397]: DEBUG cinder.api.extensions [-] Ext alias: encryption {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.057298] [55397]: DEBUG cinder.api.extensions [-] Ext description: Encryption support for volume types. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.057328] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.057358] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-01T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.057441] [55398]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeEncryption {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.057487] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: encryption {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.057487] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.057574] [55398]: DEBUG cinder.api.extensions [-] Ext alias: encryption {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.057574] [55398]: DEBUG cinder.api.extensions [-] Ext description: Encryption support for volume types. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.057654] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-01T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.057696] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: encryption {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.057771] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.058760] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.058844] [55397]: DEBUG cinder.api.extensions [-] Ext name: SnapshotActions {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.058937] [55397]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-actions {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.059008] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.059050] [55397]: DEBUG cinder.api.extensions [-] Ext description: Enable snapshot manager actions. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.059100] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-16T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.059168] [55398]: DEBUG cinder.api.extensions [-] Ext name: SnapshotActions {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.059198] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-actions {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.059223] [55398]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-actions {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.059247] [55398]: DEBUG cinder.api.extensions [-] Ext description: Enable snapshot manager actions. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.059306] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-16T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.059371] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-actions {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.116419] [55397]: DEBUG cinder.api.extensions [-] Initializing extension manager. {{(pid=55397) __init__ /opt/stack/cinder/cinder/api/extensions.py:125}} [ 424.116584] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.standard_extensions {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.116620] [55398]: DEBUG cinder.api.extensions [-] Initializing extension manager. {{(pid=55398) __init__ /opt/stack/cinder/cinder/api/extensions.py:125}} [ 424.116652] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.standard_extensions {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.116773] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.standard_extensions {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.116773] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.standard_extensions {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.116874] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_actions.Volume_actions {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.116919] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_actions.Volume_actions {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.116961] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_actions.Volume_actions {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.117015] [55397]: DEBUG cinder.api.extensions [-] Ext name: VolumeActions {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.117015] [55397]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-actions {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.117116] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_actions.Volume_actions {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.117159] [55397]: DEBUG cinder.api.extensions [-] Ext description: Enable volume actions. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.117200] [55398]: DEBUG cinder.api.extensions [-] Ext name: VolumeActions {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.117240] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.117281] [55398]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-actions {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.117322] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-actions {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.117363] [55398]: DEBUG cinder.api.extensions [-] Ext description: Enable volume actions. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.117363] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.117450] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.hosts.Hosts {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.117494] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-actions {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.117534] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.hosts.Hosts {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.117534] [55397]: DEBUG cinder.api.extensions [-] Ext name: Hosts {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.117619] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.hosts.Hosts {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.117662] [55397]: DEBUG cinder.api.extensions [-] Ext alias: os-hosts {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.117688] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.hosts.Hosts {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.117714] [55397]: DEBUG cinder.api.extensions [-] Ext description: Admin-only host administration. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.117738] [55398]: DEBUG cinder.api.extensions [-] Ext name: Hosts {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.117766] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2011-06-29T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.117796] [55398]: DEBUG cinder.api.extensions [-] Ext alias: os-hosts {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.117821] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: os-hosts {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.117845] [55398]: DEBUG cinder.api.extensions [-] Ext description: Admin-only host administration. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.117870] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.117899] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2011-06-29T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.117899] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: os-hosts {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.117946] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.117946] [55397]: DEBUG cinder.api.extensions [-] Ext name: Qos_specs_manage {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.117998] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.118046] [55397]: DEBUG cinder.api.extensions [-] Ext alias: qos-specs {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.118071] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.qos_specs_manage.Qos_specs_manage {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.118097] [55397]: DEBUG cinder.api.extensions [-] Ext description: QoS specs support. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.118121] [55398]: DEBUG cinder.api.extensions [-] Ext name: Qos_specs_manage {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.118145] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-02T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.118169] [55398]: DEBUG cinder.api.extensions [-] Ext alias: qos-specs {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.118193] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: qos-specs {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.118218] [55398]: DEBUG cinder.api.extensions [-] Ext description: QoS specs support. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.118247] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quota_classes.Quota_classes {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.118273] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-02T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.118273] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: qos-specs {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.118320] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quota_classes.Quota_classes {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.118320] [55397]: DEBUG cinder.api.extensions [-] Ext name: QuotaClasses {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.118366] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quota_classes.Quota_classes {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.118391] [55397]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-class-sets {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.118415] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quota_classes.Quota_classes {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.118440] [55397]: DEBUG cinder.api.extensions [-] Ext description: Quota classes management support. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.118467] [55398]: DEBUG cinder.api.extensions [-] Ext name: QuotaClasses {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.118492] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2012-03-12T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.118516] [55398]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-class-sets {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.118540] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-class-sets {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.118565] [55398]: DEBUG cinder.api.extensions [-] Ext description: Quota classes management support. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.118589] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.118614] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2012-03-12T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.118638] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.118664] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-class-sets {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.118690] [55397]: DEBUG cinder.api.extensions [-] Ext name: SchedulerHints {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.118715] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.118741] [55397]: DEBUG cinder.api.extensions [-] Ext alias: OS-SCH-HNT {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.118766] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_hints.Scheduler_hints {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.118792] [55397]: DEBUG cinder.api.extensions [-] Ext description: Pass arbitrary key/value pairs to the scheduler. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.118817] [55398]: DEBUG cinder.api.extensions [-] Ext name: SchedulerHints {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.118841] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2013-04-18T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.118866] [55398]: DEBUG cinder.api.extensions [-] Ext alias: OS-SCH-HNT {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.118890] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: OS-SCH-HNT {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.118918] [55398]: DEBUG cinder.api.extensions [-] Ext description: Pass arbitrary key/value pairs to the scheduler. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.118943] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.118968] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2013-04-18T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.118992] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.119023] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: OS-SCH-HNT {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.119049] [55397]: DEBUG cinder.api.extensions [-] Ext name: Scheduler_stats {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.119073] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.119097] [55397]: DEBUG cinder.api.extensions [-] Ext alias: scheduler-stats {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.119121] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.scheduler_stats.Scheduler_stats {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.119150] [55397]: DEBUG cinder.api.extensions [-] Ext description: Scheduler stats support. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.119178] [55398]: DEBUG cinder.api.extensions [-] Ext name: Scheduler_stats {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.119202] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2014-09-07T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.119227] [55398]: DEBUG cinder.api.extensions [-] Ext alias: scheduler-stats {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.119251] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: scheduler-stats {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.119275] [55398]: DEBUG cinder.api.extensions [-] Ext description: Scheduler stats support. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.119300] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.119655] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2014-09-07T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.119718] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.119769] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: scheduler-stats {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.119812] [55397]: DEBUG cinder.api.extensions [-] Ext name: SnapshotManage {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.119854] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.119896] [55397]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-manage {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.119937] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_manage.Snapshot_manage {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.119978] [55397]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.120036] [55398]: DEBUG cinder.api.extensions [-] Ext name: SnapshotManage {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.120082] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.120082] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-manage {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.120164] [55398]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-manage {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.120164] [55398]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.120294] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.capabilities.Capabilities {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.120366] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.120428] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.capabilities.Capabilities {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.120471] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-manage {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.120513] [55397]: DEBUG cinder.api.extensions [-] Ext name: Capabilities {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.120555] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.capabilities.Capabilities {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.120598] [55397]: DEBUG cinder.api.extensions [-] Ext alias: capabilities {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.120692] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.capabilities.Capabilities {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.120738] [55397]: DEBUG cinder.api.extensions [-] Ext description: Capabilities support. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.120780] [55398]: DEBUG cinder.api.extensions [-] Ext name: Capabilities {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.120822] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2015-08-31T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.120822] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: capabilities {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.120903] [55398]: DEBUG cinder.api.extensions [-] Ext alias: capabilities {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.120903] [55398]: DEBUG cinder.api.extensions [-] Ext description: Capabilities support. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.120981] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.121043] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2015-08-31T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.121091] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.121135] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: capabilities {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.121177] [55397]: DEBUG cinder.api.extensions [-] Ext name: VolumeEncryptionMetadata {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.121219] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.121261] [55397]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-encryption-metadata {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.121261] [55397]: DEBUG cinder.api.extensions [-] Ext description: Volume encryption metadata retrieval support. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.121341] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_encryption_metadata.Volume_encryption_metadata {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.121385] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-10T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.121426] [55398]: DEBUG cinder.api.extensions [-] Ext name: VolumeEncryptionMetadata {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.121470] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-encryption-metadata {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.121512] [55398]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-encryption-metadata {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.121553] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.121595] [55398]: DEBUG cinder.api.extensions [-] Ext description: Volume encryption metadata retrieval support. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.121637] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.121683] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-10T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.121725] [55397]: DEBUG cinder.api.extensions [-] Ext name: Cgsnapshots {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.121766] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-encryption-metadata {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.121817] [55397]: DEBUG cinder.api.extensions [-] Ext alias: cgsnapshots {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.121863] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.121905] [55397]: DEBUG cinder.api.extensions [-] Ext description: cgsnapshots support. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.121946] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.cgsnapshots.Cgsnapshots {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.121988] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.122040] [55398]: DEBUG cinder.api.extensions [-] Ext name: Cgsnapshots {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.122076] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: cgsnapshots {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.122122] [55398]: DEBUG cinder.api.extensions [-] Ext alias: cgsnapshots {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.122164] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.used_limits.Used_limits {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.122197] [55398]: DEBUG cinder.api.extensions [-] Ext description: cgsnapshots support. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.122226] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.used_limits.Used_limits {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.122254] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.122279] [55397]: DEBUG cinder.api.extensions [-] Ext name: UsedLimits {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.122302] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: cgsnapshots {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.122326] [55397]: DEBUG cinder.api.extensions [-] Ext alias: os-used-limits {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.122351] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.used_limits.Used_limits {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.122375] [55397]: DEBUG cinder.api.extensions [-] Ext description: Provide data on limited resources that are being used. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.122400] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.used_limits.Used_limits {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.122424] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2013-10-03T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.122451] [55398]: DEBUG cinder.api.extensions [-] Ext name: UsedLimits {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.122476] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: os-used-limits {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.122500] [55398]: DEBUG cinder.api.extensions [-] Ext alias: os-used-limits {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.122527] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quotas.Quotas {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.122552] [55398]: DEBUG cinder.api.extensions [-] Ext description: Provide data on limited resources that are being used. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.122577] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quotas.Quotas {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.122602] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2013-10-03T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.122626] [55397]: DEBUG cinder.api.extensions [-] Ext name: Quotas {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.122649] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: os-used-limits {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.122688] [55397]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-sets {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.122718] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.quotas.Quotas {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.122742] [55397]: DEBUG cinder.api.extensions [-] Ext description: Quota management support. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.122767] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.quotas.Quotas {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.122794] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-08T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.122818] [55398]: DEBUG cinder.api.extensions [-] Ext name: Quotas {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.122842] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-sets {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.122866] [55398]: DEBUG cinder.api.extensions [-] Ext alias: os-quota-sets {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.122890] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_manage.Volume_manage {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.122917] [55398]: DEBUG cinder.api.extensions [-] Ext description: Quota management support. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.122942] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_manage.Volume_manage {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.122967] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-08T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.122991] [55397]: DEBUG cinder.api.extensions [-] Ext name: VolumeManage {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.123024] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: os-quota-sets {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.123049] [55397]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-manage {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.123074] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_manage.Volume_manage {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.123103] [55397]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.123130] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_manage.Volume_manage {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.123154] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2014-02-10T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.123181] [55398]: DEBUG cinder.api.extensions [-] Ext name: VolumeManage {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.123208] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-manage {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.123233] [55398]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-manage {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.123258] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.123282] [55398]: DEBUG cinder.api.extensions [-] Ext description: Allows existing backend storage to be 'managed' by Cinder. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.123306] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.123332] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2014-02-10T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.123356] [55397]: DEBUG cinder.api.extensions [-] Ext name: VolumeTransfer {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.123381] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-manage {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.123407] [55397]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-transfer {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.123432] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.123457] [55397]: DEBUG cinder.api.extensions [-] Ext description: Volume transfer management support. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.123457] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2013-05-29T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.123504] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_transfer.Volume_transfer {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.123529] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-transfer {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.123554] [55398]: DEBUG cinder.api.extensions [-] Ext name: VolumeTransfer {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.123554] [55398]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-transfer {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.123598] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.123626] [55398]: DEBUG cinder.api.extensions [-] Ext description: Volume transfer management support. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.123652] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.123677] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2013-05-29T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.123701] [55397]: DEBUG cinder.api.extensions [-] Ext name: VolumeHostAttribute {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.123725] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-transfer {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.123749] [55397]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-host-attr {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.123749] [55397]: DEBUG cinder.api.extensions [-] Ext description: Expose host as an attribute of a volume. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.123793] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.123817] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.123848] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_host_attribute.Volume_host_attribute {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.123877] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-host-attr {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.123902] [55398]: DEBUG cinder.api.extensions [-] Ext name: VolumeHostAttribute {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.123927] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.123951] [55398]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-host-attr {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.123974] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.123999] [55398]: DEBUG cinder.api.extensions [-] Ext description: Expose host as an attribute of a volume. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.124419] [55397]: DEBUG cinder.api.extensions [-] Ext name: VolumeUnmanage {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.124463] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.124463] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-host-attr {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.124463] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.124589] [55397]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-unmanage {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.124631] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_unmanage.Volume_unmanage {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.124673] [55397]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.124726] [55398]: DEBUG cinder.api.extensions [-] Ext name: VolumeUnmanage {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.124797] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.124856] [55398]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-unmanage {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.124910] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-unmanage {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.124954] [55398]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.124995] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_manage.Types_manage {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.125054] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2012-05-31T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.125102] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_manage.Types_manage {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.125148] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-unmanage {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.125192] [55397]: DEBUG cinder.api.extensions [-] Ext name: TypesManage {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.125235] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_manage.Types_manage {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.125277] [55397]: DEBUG cinder.api.extensions [-] Ext alias: os-types-manage {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.125318] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_manage.Types_manage {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.125359] [55397]: DEBUG cinder.api.extensions [-] Ext description: Types manage support. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.125401] [55398]: DEBUG cinder.api.extensions [-] Ext name: TypesManage {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.125442] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.125483] [55398]: DEBUG cinder.api.extensions [-] Ext alias: os-types-manage {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.125523] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-manage {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.125568] [55398]: DEBUG cinder.api.extensions [-] Ext description: Types manage support. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.125618] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.125661] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.125702] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.125745] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-manage {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.125787] [55397]: DEBUG cinder.api.extensions [-] Ext name: VolumeTenantAttribute {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.125829] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.125881] [55397]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-tenant-attr {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.125931] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_tenant_attribute.Volume_tenant_attribute {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.125979] [55397]: DEBUG cinder.api.extensions [-] Ext description: Expose the internal project_id as an attribute of a volume. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.126033] [55398]: DEBUG cinder.api.extensions [-] Ext name: VolumeTenantAttribute {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.126078] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.126120] [55398]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-tenant-attr {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.126161] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-tenant-attr {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.126202] [55398]: DEBUG cinder.api.extensions [-] Ext description: Expose the internal project_id as an attribute of a volume. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.126244] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.admin_actions.Admin_actions {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.126291] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2011-11-03T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.126333] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.admin_actions.Admin_actions {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.126380] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-tenant-attr {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.126422] [55397]: DEBUG cinder.api.extensions [-] Ext name: AdminActions {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.126463] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.admin_actions.Admin_actions {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.126505] [55397]: DEBUG cinder.api.extensions [-] Ext alias: os-admin-actions {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.126548] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.admin_actions.Admin_actions {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.126589] [55397]: DEBUG cinder.api.extensions [-] Ext description: Enable admin actions. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.126631] [55398]: DEBUG cinder.api.extensions [-] Ext name: AdminActions {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.126672] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2012-08-25T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.126713] [55398]: DEBUG cinder.api.extensions [-] Ext alias: os-admin-actions {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.126757] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: os-admin-actions {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.126798] [55398]: DEBUG cinder.api.extensions [-] Ext description: Enable admin actions. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.126842] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.126886] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2012-08-25T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.126930] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.126976] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: os-admin-actions {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.127025] [55397]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeAccess {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.127069] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.127112] [55397]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-type-access {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.127159] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_access.Volume_type_access {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.127202] [55397]: DEBUG cinder.api.extensions [-] Ext description: Volume type access support. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.127243] [55398]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeAccess {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.127286] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2014-06-26T00:00:00Z {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.127330] [55398]: DEBUG cinder.api.extensions [-] Ext alias: os-volume-type-access {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.127372] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-type-access {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.127419] [55398]: DEBUG cinder.api.extensions [-] Ext description: Volume type access support. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.127461] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_services.Extended_services {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.127506] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2014-06-26T00:00:00Z {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.127551] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_services.Extended_services {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.127593] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: os-volume-type-access {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.127642] [55397]: DEBUG cinder.api.extensions [-] Ext name: ExtendedServices {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.127684] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_services.Extended_services {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.127726] [55397]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-services {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.127768] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_services.Extended_services {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.127819] [55397]: DEBUG cinder.api.extensions [-] Ext description: Extended services support. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.127864] [55398]: DEBUG cinder.api.extensions [-] Ext name: ExtendedServices {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.127905] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2014-01-10T00:00:00-00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.127951] [55398]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-services {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.127993] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-services {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.128048] [55398]: DEBUG cinder.api.extensions [-] Ext description: Extended services support. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.128095] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.backups.Backups {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.128139] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2014-01-10T00:00:00-00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.128179] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.backups.Backups {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.128221] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-services {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.128262] [55397]: DEBUG cinder.api.extensions [-] Ext name: Backups {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.128303] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.backups.Backups {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.128352] [55397]: DEBUG cinder.api.extensions [-] Ext alias: backups {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.128395] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.backups.Backups {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.128435] [55397]: DEBUG cinder.api.extensions [-] Ext description: Backups support. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.128477] [55398]: DEBUG cinder.api.extensions [-] Ext name: Backups {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.128518] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-12T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.128559] [55398]: DEBUG cinder.api.extensions [-] Ext alias: backups {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.128599] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: backups {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.128640] [55398]: DEBUG cinder.api.extensions [-] Ext description: Backups support. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.128682] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.128726] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-12T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.128770] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.128813] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: backups {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.128856] [55397]: DEBUG cinder.api.extensions [-] Ext name: VolumeMigStatusAttribute {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.128897] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.128938] [55397]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-mig-status-attr {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.128979] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_mig_status_attribute.Volume_mig_status_attribute {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.129042] [55397]: DEBUG cinder.api.extensions [-] Ext description: Expose migration_status as an attribute of a volume. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.129087] [55398]: DEBUG cinder.api.extensions [-] Ext name: VolumeMigStatusAttribute {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.129133] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-08T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.129176] [55398]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-mig-status-attr {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.129217] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-mig-status-attr {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.129257] [55398]: DEBUG cinder.api.extensions [-] Ext description: Expose migration_status as an attribute of a volume. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.129300] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.129342] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2013-08-08T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.129378] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.129424] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-mig-status-attr {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.129460] [55397]: DEBUG cinder.api.extensions [-] Ext name: VolumeImageMetadata {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.129508] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.129551] [55397]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-image-meta {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.129578] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_image_metadata.Volume_image_metadata {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.129602] [55397]: DEBUG cinder.api.extensions [-] Ext description: Show image metadata associated with the volume. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.129627] [55398]: DEBUG cinder.api.extensions [-] Ext name: VolumeImageMetadata {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.129652] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-07T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.129676] [55398]: DEBUG cinder.api.extensions [-] Ext alias: os-vol-image-meta {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.129700] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-image-meta {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.129724] [55398]: DEBUG cinder.api.extensions [-] Ext description: Show image metadata associated with the volume. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.129751] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.services.Services {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.129777] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2012-12-07T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.129801] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.services.Services {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.129826] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: os-vol-image-meta {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.129851] [55397]: DEBUG cinder.api.extensions [-] Ext name: Services {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.129874] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.services.Services {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.129899] [55397]: DEBUG cinder.api.extensions [-] Ext alias: os-services {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.129923] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.services.Services {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.129948] [55397]: DEBUG cinder.api.extensions [-] Ext description: Services support. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.129948] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2012-10-28T00:00:00-00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.130057] [55398]: DEBUG cinder.api.extensions [-] Ext name: Services {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.130082] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: os-services {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.130106] [55398]: DEBUG cinder.api.extensions [-] Ext alias: os-services {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.130106] [55398]: DEBUG cinder.api.extensions [-] Ext description: Services support. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.130151] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.130175] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2012-10-28T00:00:00-00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.130199] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.130224] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: os-services {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.130253] [55397]: DEBUG cinder.api.extensions [-] Ext name: Consistencygroups {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.130278] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.130301] [55397]: DEBUG cinder.api.extensions [-] Ext alias: consistencygroups {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.130325] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.consistencygroups.Consistencygroups {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.130350] [55397]: DEBUG cinder.api.extensions [-] Ext description: consistency groups support. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.130374] [55398]: DEBUG cinder.api.extensions [-] Ext name: Consistencygroups {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.130397] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.130421] [55398]: DEBUG cinder.api.extensions [-] Ext alias: consistencygroups {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.130444] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: consistencygroups {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.130471] [55398]: DEBUG cinder.api.extensions [-] Ext description: consistency groups support. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.130496] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.130520] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2014-08-18T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.130544] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.130568] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: consistencygroups {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.130594] [55397]: DEBUG cinder.api.extensions [-] Ext name: ExtendedSnapshotAttributes {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.130618] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.130641] [55397]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-snapshot-attributes {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.130666] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.extended_snapshot_attributes.Extended_snapshot_attributes {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.130692] [55397]: DEBUG cinder.api.extensions [-] Ext description: Extended SnapshotAttributes support. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.130717] [55398]: DEBUG cinder.api.extensions [-] Ext name: ExtendedSnapshotAttributes {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.130741] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2012-06-19T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.130765] [55398]: DEBUG cinder.api.extensions [-] Ext alias: os-extended-snapshot-attributes {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.130795] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-snapshot-attributes {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.130820] [55398]: DEBUG cinder.api.extensions [-] Ext description: Extended SnapshotAttributes support. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.130844] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.130869] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2012-06-19T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.130893] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.130919] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: os-extended-snapshot-attributes {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.130944] [55397]: DEBUG cinder.api.extensions [-] Ext name: SnapshotUnmanage {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.130967] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.130991] [55397]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-unmanage {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.130991] [55397]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.131056] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_unmanage.Snapshot_unmanage {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.131081] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.131105] [55398]: DEBUG cinder.api.extensions [-] Ext name: SnapshotUnmanage {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.131131] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-unmanage {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.131158] [55398]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-unmanage {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.131182] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.131207] [55398]: DEBUG cinder.api.extensions [-] Ext description: Enable volume unmanage operation. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.131207] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2014-12-31T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.131251] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.131275] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-unmanage {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.131299] [55397]: DEBUG cinder.api.extensions [-] Ext name: TypesExtraSpecs {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.131299] [55397]: DEBUG cinder.api.extensions [-] Ext alias: os-types-extra-specs {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.131343] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.131366] [55397]: DEBUG cinder.api.extensions [-] Ext description: Type extra specs support. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.131393] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.types_extra_specs.Types_extra_specs {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.131418] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.131441] [55398]: DEBUG cinder.api.extensions [-] Ext name: TypesExtraSpecs {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.131464] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-extra-specs {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.131489] [55398]: DEBUG cinder.api.extensions [-] Ext alias: os-types-extra-specs {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.131513] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.availability_zones.Availability_zones {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.131537] [55398]: DEBUG cinder.api.extensions [-] Ext description: Type extra specs support. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.131561] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.availability_zones.Availability_zones {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.131585] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2011-08-24T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.131611] [55397]: DEBUG cinder.api.extensions [-] Ext name: AvailabilityZones {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.131637] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: os-types-extra-specs {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.131637] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.availability_zones.Availability_zones {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.131681] [55397]: DEBUG cinder.api.extensions [-] Ext alias: os-availability-zone {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.131705] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.availability_zones.Availability_zones {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.131730] [55397]: DEBUG cinder.api.extensions [-] Ext description: Describe Availability Zones. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.131754] [55398]: DEBUG cinder.api.extensions [-] Ext name: AvailabilityZones {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.131777] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2013-06-27T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.131777] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: os-availability-zone {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.131825] [55398]: DEBUG cinder.api.extensions [-] Ext alias: os-availability-zone {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.131849] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.131874] [55398]: DEBUG cinder.api.extensions [-] Ext description: Describe Availability Zones. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.131874] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2013-06-27T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.131920] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.131945] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: os-availability-zone {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.131968] [55397]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeEncryption {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.131968] [55397]: DEBUG cinder.api.extensions [-] Ext alias: encryption {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.132575] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.132633] [55397]: DEBUG cinder.api.extensions [-] Ext description: Encryption support for volume types. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.132678] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.volume_type_encryption.Volume_type_encryption {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.132721] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-01T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.132763] [55398]: DEBUG cinder.api.extensions [-] Ext name: VolumeTypeEncryption {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.132818] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: encryption {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.132874] [55398]: DEBUG cinder.api.extensions [-] Ext alias: encryption {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.132917] [55397]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.132959] [55398]: DEBUG cinder.api.extensions [-] Ext description: Encryption support for volume types. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.133035] [55397]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=55397) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.133089] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-01T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.133132] [55397]: DEBUG cinder.api.extensions [-] Ext name: SnapshotActions {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.133174] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: encryption {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.133215] [55397]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-actions {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.133262] [55398]: DEBUG cinder.api.extensions [-] Loading extension cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:199}} [ 424.133304] [55397]: DEBUG cinder.api.extensions [-] Ext description: Enable snapshot manager actions. {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.133346] [55398]: DEBUG cinder.api.extensions [-] Calling extension factory cinder.api.contrib.snapshot_actions.Snapshot_actions {{(pid=55398) load_extension /opt/stack/cinder/cinder/api/extensions.py:205}} [ 424.133388] [55397]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-16T00:00:00+00:00 {{(pid=55397) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.133428] [55398]: DEBUG cinder.api.extensions [-] Ext name: SnapshotActions {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:179}} [ 424.133473] [55397]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-actions {{(pid=55397) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.133515] [55398]: DEBUG cinder.api.extensions [-] Ext alias: os-snapshot-actions {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:180}} [ 424.133515] [55398]: DEBUG cinder.api.extensions [-] Ext description: Enable snapshot manager actions. {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:181}} [ 424.133515] [55398]: DEBUG cinder.api.extensions [-] Ext updated: 2013-07-16T00:00:00+00:00 {{(pid=55398) _check_extension /opt/stack/cinder/cinder/api/extensions.py:183}} [ 424.133515] [55398]: DEBUG cinder.api.extensions [-] Loaded extension: os-snapshot-actions {{(pid=55398) register /opt/stack/cinder/cinder/api/extensions.py:140}} [ 424.155362] [55397]: INFO dbcounter [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Registered counter for database cinder [ 424.156013] [55398]: INFO dbcounter [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Registered counter for database cinder [ 424.164417] [55397]: DEBUG oslo_db.sqlalchemy.engines [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION {{(pid=55397) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} [ 424.164641] [55398]: DEBUG oslo_db.sqlalchemy.engines [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION {{(pid=55398) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} [ 424.294100] [55398]: DEBUG dbcounter [-] [55398] Writer thread running {{(pid=55398) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} [ 424.296968] [55397]: DEBUG dbcounter [-] [55397] Writer thread running {{(pid=55397) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} [ 424.297371] [55398]: INFO cinder.rpc [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Automatically selected cinder-scheduler objects version 1.39 as minimum service version. [ 424.299057] [55397]: INFO cinder.rpc [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Automatically selected cinder-scheduler objects version 1.39 as minimum service version. [ 424.299498] [55398]: INFO cinder.rpc [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Automatically selected cinder-scheduler RPC version 3.12 as minimum service version. [ 424.301137] [55397]: INFO cinder.rpc [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Automatically selected cinder-scheduler RPC version 3.12 as minimum service version. [ 424.301452] [55398]: INFO cinder.rpc [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Automatically selected cinder-volume objects version 1.39 as minimum service version. [ 424.303088] [55397]: INFO cinder.rpc [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Automatically selected cinder-volume objects version 1.39 as minimum service version. [ 424.303254] [55398]: INFO cinder.rpc [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Automatically selected cinder-volume RPC version 3.19 as minimum service version. [ 424.303650] [55398]: WARNING stevedore.named [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.303833] [55398]: WARNING castellan.key_manager [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.304968] [55397]: INFO cinder.rpc [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Automatically selected cinder-volume RPC version 3.19 as minimum service version. [ 424.305382] [55397]: WARNING stevedore.named [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.305564] [55397]: WARNING castellan.key_manager [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.305803] [55398]: WARNING cinder.keymgr.conf_key_mgr [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] This key manager is insecure and is not recommended for production deployments: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.306232] [55397]: WARNING cinder.keymgr.conf_key_mgr [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] This key manager is insecure and is not recommended for production deployments: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.308564] [55398]: DEBUG oslo_db.sqlalchemy.engines [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION {{(pid=55398) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} [ 424.308925] [55397]: DEBUG oslo_db.sqlalchemy.engines [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION {{(pid=55397) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} [ 424.310154] [55398]: INFO cinder.rpc [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Automatically selected cinder-backup objects version 1.39 as minimum service version. [ 424.310540] [55397]: INFO cinder.rpc [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Automatically selected cinder-backup objects version 1.39 as minimum service version. [ 424.311954] [55398]: INFO cinder.rpc [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Automatically selected cinder-backup RPC version 2.4 as minimum service version. [ 424.312376] [55398]: WARNING stevedore.named [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.312426] [55397]: INFO cinder.rpc [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Automatically selected cinder-backup RPC version 2.4 as minimum service version. [ 424.312544] [55398]: WARNING castellan.key_manager [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.312810] [55397]: WARNING stevedore.named [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.312981] [55397]: WARNING castellan.key_manager [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.313659] [55398]: WARNING stevedore.named [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.313819] [55398]: WARNING castellan.key_manager [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.314073] [55397]: WARNING stevedore.named [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.314235] [55397]: WARNING castellan.key_manager [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.314590] [55398]: WARNING stevedore.named [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.314744] [55398]: WARNING castellan.key_manager [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.315044] [55397]: WARNING stevedore.named [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.315206] [55397]: WARNING castellan.key_manager [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.326283] [55398]: WARNING stevedore.named [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.326465] [55398]: WARNING castellan.key_manager [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.326592] [55397]: WARNING stevedore.named [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.326761] [55397]: WARNING castellan.key_manager [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.329374] [55398]: WARNING stevedore.named [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.329520] [55397]: WARNING stevedore.named [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.329604] [55398]: WARNING castellan.key_manager [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.329682] [55397]: WARNING castellan.key_manager [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.332240] [55397]: WARNING stevedore.named [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.332402] [55397]: WARNING castellan.key_manager [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.332462] [55398]: WARNING stevedore.named [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.332626] [55398]: WARNING castellan.key_manager [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.335939] [55397]: WARNING stevedore.named [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.336117] [55397]: WARNING castellan.key_manager [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.336636] [55398]: WARNING stevedore.named [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.336832] [55398]: WARNING castellan.key_manager [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.338672] [55397]: WARNING stevedore.named [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.338835] [55397]: WARNING castellan.key_manager [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.339705] [55398]: WARNING stevedore.named [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.339879] [55398]: WARNING castellan.key_manager [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.341739] [55397]: WARNING stevedore.named [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.341908] [55397]: WARNING castellan.key_manager [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.342611] [55398]: WARNING stevedore.named [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.342814] [55398]: WARNING castellan.key_manager [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.344518] [55397]: WARNING stevedore.named [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.344687] [55397]: WARNING castellan.key_manager [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.345710] [55398]: WARNING stevedore.named [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.345875] [55398]: WARNING castellan.key_manager [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.346930] [55397]: WARNING stevedore.named [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.347113] [55397]: WARNING castellan.key_manager [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.348895] [55398]: WARNING stevedore.named [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.349072] [55398]: WARNING castellan.key_manager [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.349537] [55397]: WARNING stevedore.named [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.349698] [55397]: WARNING castellan.key_manager [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.350616] [55397]: WARNING stevedore.named [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.350774] [55397]: WARNING castellan.key_manager [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.351337] [55398]: WARNING stevedore.named [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.351502] [55398]: WARNING castellan.key_manager [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.352419] [55398]: WARNING stevedore.named [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.352578] [55398]: WARNING castellan.key_manager [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.354090] [55397]: WARNING stevedore.named [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.354251] [55397]: WARNING castellan.key_manager [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.355535] [55398]: WARNING stevedore.named [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.355703] [55398]: WARNING castellan.key_manager [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.448829] [55397]: WARNING stevedore.named [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.449079] [55397]: WARNING castellan.key_manager [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.449975] [55398]: WARNING stevedore.named [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.450197] [55398]: WARNING castellan.key_manager [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.452322] [55397]: WARNING cinder.api.contrib.hosts [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Deprecated: The Host API is deprecated and will be be removed in a future version. [ 424.452776] [55397]: WARNING stevedore.named [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.452957] [55397]: WARNING castellan.key_manager [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.453818] [55397]: WARNING stevedore.named [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.453984] [55397]: WARNING castellan.key_manager [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.454037] [55398]: WARNING cinder.api.contrib.hosts [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Deprecated: The Host API is deprecated and will be be removed in a future version. [ 424.454477] [55398]: WARNING stevedore.named [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.454641] [55398]: WARNING castellan.key_manager [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.454966] [55397]: WARNING stevedore.named [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.455129] [55397]: WARNING castellan.key_manager [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.455537] [55398]: WARNING stevedore.named [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.455705] [55398]: WARNING castellan.key_manager [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.455901] [55397]: WARNING stevedore.named [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.456070] [55397]: WARNING castellan.key_manager [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.456665] [55398]: WARNING stevedore.named [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.456828] [55398]: WARNING castellan.key_manager [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.457091] [55397]: WARNING stevedore.named [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.457252] [55397]: WARNING castellan.key_manager [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.457619] [55398]: WARNING stevedore.named [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.457775] [55398]: WARNING castellan.key_manager [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.458191] [55397]: WARNING stevedore.named [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.458350] [55397]: WARNING castellan.key_manager [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.458776] [55398]: WARNING stevedore.named [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.458935] [55398]: WARNING castellan.key_manager [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.459159] [55397]: WARNING stevedore.named [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.459320] [55397]: WARNING castellan.key_manager [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.459836] [55398]: WARNING stevedore.named [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.460007] [55398]: WARNING castellan.key_manager [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.460226] [55397]: WARNING stevedore.named [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.460385] [55397]: WARNING castellan.key_manager [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.460802] [55398]: WARNING stevedore.named [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.460963] [55398]: WARNING castellan.key_manager [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.461305] [55397]: WARNING stevedore.named [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.461471] [55397]: WARNING castellan.key_manager [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.461868] [55398]: WARNING stevedore.named [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.462038] [55398]: WARNING castellan.key_manager [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.462168] [55397]: DEBUG cinder.api.openstack [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Extended resource: extensions {{(pid=55397) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} [ 424.462976] [55398]: WARNING stevedore.named [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.463141] [55398]: WARNING castellan.key_manager [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.463483] [55397]: DEBUG cinder.api.openstack [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Extended resource: os-hosts {{(pid=55397) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} [ 424.463833] [55398]: DEBUG cinder.api.openstack [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Extended resource: extensions {{(pid=55398) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} [ 424.465193] [55398]: DEBUG cinder.api.openstack [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Extended resource: os-hosts {{(pid=55398) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} [ 424.465487] [55397]: DEBUG cinder.api.openstack [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Extended resource: qos-specs {{(pid=55397) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} [ 424.467204] [55398]: DEBUG cinder.api.openstack [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Extended resource: qos-specs {{(pid=55398) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} [ 424.467709] [55397]: DEBUG cinder.api.openstack [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Extended resource: os-quota-class-sets {{(pid=55397) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} [ 424.469129] [55397]: DEBUG cinder.api.openstack [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Extended resource: scheduler-stats {{(pid=55397) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} [ 424.469380] [55398]: DEBUG cinder.api.openstack [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Extended resource: os-quota-class-sets {{(pid=55398) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} [ 424.470654] [55397]: DEBUG cinder.api.openstack [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Extended resource: os-snapshot-manage {{(pid=55397) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} [ 424.470832] [55398]: DEBUG cinder.api.openstack [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Extended resource: scheduler-stats {{(pid=55398) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} [ 424.472267] [55397]: DEBUG cinder.api.openstack [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Extended resource: capabilities {{(pid=55397) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} [ 424.472365] [55398]: DEBUG cinder.api.openstack [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Extended resource: os-snapshot-manage {{(pid=55398) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} [ 424.473649] [55397]: DEBUG cinder.api.openstack [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Extended resource: encryption {{(pid=55397) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} [ 424.473867] [55398]: DEBUG cinder.api.openstack [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Extended resource: capabilities {{(pid=55398) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} [ 424.475271] [55398]: DEBUG cinder.api.openstack [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Extended resource: encryption {{(pid=55398) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} [ 424.475362] [55397]: DEBUG cinder.api.openstack [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Extended resource: cgsnapshots {{(pid=55397) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} [ 424.477160] [55397]: DEBUG cinder.api.openstack [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Extended resource: os-quota-sets {{(pid=55397) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} [ 424.477388] [55398]: DEBUG cinder.api.openstack [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Extended resource: cgsnapshots {{(pid=55398) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} [ 424.478683] [55397]: DEBUG cinder.api.openstack [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Extended resource: os-volume-manage {{(pid=55397) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} [ 424.478797] [55398]: DEBUG cinder.api.openstack [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Extended resource: os-quota-sets {{(pid=55398) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} [ 424.480310] [55398]: DEBUG cinder.api.openstack [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Extended resource: os-volume-manage {{(pid=55398) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} [ 424.480988] [55397]: DEBUG cinder.api.openstack [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Extended resource: os-volume-transfer {{(pid=55397) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} [ 424.482602] [55398]: DEBUG cinder.api.openstack [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Extended resource: os-volume-transfer {{(pid=55398) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} [ 424.482660] [55397]: DEBUG cinder.api.openstack [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Extended resource: os-volume-type-access {{(pid=55397) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} [ 424.484224] [55397]: DEBUG cinder.api.openstack [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Extended resource: backups {{(pid=55397) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} [ 424.484285] [55398]: DEBUG cinder.api.openstack [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Extended resource: os-volume-type-access {{(pid=55398) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} [ 424.485873] [55398]: DEBUG cinder.api.openstack [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Extended resource: backups {{(pid=55398) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} [ 424.486300] [55397]: DEBUG cinder.api.openstack [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Extended resource: os-services {{(pid=55397) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} [ 424.487593] [55397]: DEBUG cinder.api.openstack [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Extended resource: consistencygroups {{(pid=55397) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} [ 424.488262] [55398]: DEBUG cinder.api.openstack [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Extended resource: os-services {{(pid=55398) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} [ 424.489541] [55398]: DEBUG cinder.api.openstack [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Extended resource: consistencygroups {{(pid=55398) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} [ 424.489587] [55397]: DEBUG cinder.api.openstack [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Extended resource: extra_specs {{(pid=55397) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} [ 424.491168] [55397]: DEBUG cinder.api.openstack [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Extended resource: os-availability-zone {{(pid=55397) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} [ 424.491506] [55398]: DEBUG cinder.api.openstack [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Extended resource: extra_specs {{(pid=55398) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} [ 424.492463] [55397]: DEBUG cinder.api.openstack [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Extended resource: encryption {{(pid=55397) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} [ 424.493099] [55398]: DEBUG cinder.api.openstack [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Extended resource: os-availability-zone {{(pid=55398) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} [ 424.494313] [55397]: WARNING stevedore.named [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.494376] [55398]: DEBUG cinder.api.openstack [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Extended resource: encryption {{(pid=55398) _setup_ext_routes /opt/stack/cinder/cinder/api/openstack/__init__.py:129}} [ 424.494489] [55397]: WARNING castellan.key_manager [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.495421] [55397]: WARNING stevedore.named [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.495580] [55397]: WARNING castellan.key_manager [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.496266] [55398]: WARNING stevedore.named [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.496430] [55398]: WARNING castellan.key_manager [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.496466] [55397]: WARNING stevedore.named [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.496619] [55397]: WARNING castellan.key_manager [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.497334] [55398]: WARNING stevedore.named [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.497472] [55397]: WARNING stevedore.named [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.497506] [55398]: WARNING castellan.key_manager [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.497630] [55397]: WARNING castellan.key_manager [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.498323] [55398]: WARNING stevedore.named [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.498477] [55398]: WARNING castellan.key_manager [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.498549] [55397]: WARNING stevedore.named [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.498708] [55397]: WARNING castellan.key_manager [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.500119] [55398]: WARNING stevedore.named [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.500119] [55398]: WARNING castellan.key_manager [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.500203] [55397]: WARNING stevedore.named [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.500203] [55397]: WARNING castellan.key_manager [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.500399] [55398]: WARNING stevedore.named [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.500557] [55398]: WARNING castellan.key_manager [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.500710] [55397]: WARNING stevedore.named [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.500878] [55397]: WARNING castellan.key_manager [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.501478] [55398]: WARNING stevedore.named [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.501638] [55398]: WARNING castellan.key_manager [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.501706] [55397]: WARNING stevedore.named [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.501867] [55397]: WARNING castellan.key_manager [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.502564] [55398]: WARNING stevedore.named [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.502738] [55398]: WARNING castellan.key_manager [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.502881] [55397]: WARNING stevedore.named [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.503053] [55397]: WARNING castellan.key_manager [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.503589] [55398]: WARNING stevedore.named [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.503746] [55398]: WARNING castellan.key_manager [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.503848] [55397]: WARNING stevedore.named [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.504013] [55397]: WARNING castellan.key_manager [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.504706] [55397]: DEBUG cinder.api.contrib.snapshot_actions [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] SnapshotActionsController initialized {{(pid=55397) __init__ /opt/stack/cinder/cinder/api/contrib/snapshot_actions.py:33}} [ 424.504739] [55398]: WARNING stevedore.named [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.504868] [55397]: DEBUG cinder.api.openstack [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Extension VolumeActions extending resource: volumes {{(pid=55397) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} [ 424.504917] [55398]: WARNING castellan.key_manager [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.505030] [55397]: DEBUG cinder.api.openstack [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Extension UsedLimits extending resource: limits {{(pid=55397) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} [ 424.505163] [55397]: DEBUG cinder.api.openstack [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Extension VolumeHostAttribute extending resource: volumes {{(pid=55397) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} [ 424.505283] [55397]: DEBUG cinder.api.openstack [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Extension VolumeUnmanage extending resource: volumes {{(pid=55397) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} [ 424.505400] [55397]: DEBUG cinder.api.openstack [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Extension TypesManage extending resource: types {{(pid=55397) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} [ 424.505520] [55397]: DEBUG cinder.api.openstack [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Extension VolumeTenantAttribute extending resource: volumes {{(pid=55397) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} [ 424.505644] [55397]: DEBUG cinder.api.openstack [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Extension AdminActions extending resource: volumes {{(pid=55397) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} [ 424.505674] [55398]: WARNING stevedore.named [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager [ 424.505770] [55397]: DEBUG cinder.api.openstack [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Extension AdminActions extending resource: snapshots {{(pid=55397) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} [ 424.505850] [55398]: WARNING castellan.key_manager [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based driver, trying to load it as a class: stevedore.exception.NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager' [ 424.505886] [55397]: DEBUG cinder.api.openstack [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Extension AdminActions extending resource: backups {{(pid=55397) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} [ 424.506026] [55397]: DEBUG cinder.api.openstack [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Extension VolumeTypeAccess extending resource: types {{(pid=55397) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} [ 424.506158] [55397]: DEBUG cinder.api.openstack [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Extension VolumeMigStatusAttribute extending resource: volumes {{(pid=55397) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} [ 424.506285] [55397]: DEBUG cinder.api.openstack [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Extension VolumeImageMetadata extending resource: volumes {{(pid=55397) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} [ 424.506408] [55397]: DEBUG cinder.api.openstack [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Extension ExtendedSnapshotAttributes extending resource: snapshots {{(pid=55397) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} [ 424.506559] [55398]: DEBUG cinder.api.contrib.snapshot_actions [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] SnapshotActionsController initialized {{(pid=55398) __init__ /opt/stack/cinder/cinder/api/contrib/snapshot_actions.py:33}} [ 424.506609] [55397]: DEBUG cinder.api.openstack [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Extension SnapshotUnmanage extending resource: snapshots {{(pid=55397) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} [ 424.506696] [55398]: DEBUG cinder.api.openstack [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Extension VolumeActions extending resource: volumes {{(pid=55398) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} [ 424.506739] [55397]: DEBUG cinder.api.openstack [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Extension VolumeTypeEncryption extending resource: types {{(pid=55397) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} [ 424.506827] [55397]: DEBUG cinder.api.openstack [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Extension SnapshotActions extending resource: snapshots {{(pid=55397) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} [ 424.506874] [55398]: DEBUG cinder.api.openstack [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Extension UsedLimits extending resource: limits {{(pid=55398) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} [ 424.506971] [55398]: DEBUG cinder.api.openstack [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Extension VolumeHostAttribute extending resource: volumes {{(pid=55398) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} [ 424.507107] [55398]: DEBUG cinder.api.openstack [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Extension VolumeUnmanage extending resource: volumes {{(pid=55398) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} [ 424.507222] [55398]: DEBUG cinder.api.openstack [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Extension TypesManage extending resource: types {{(pid=55398) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} [ 424.507341] [55398]: DEBUG cinder.api.openstack [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Extension VolumeTenantAttribute extending resource: volumes {{(pid=55398) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} [ 424.507463] [55398]: DEBUG cinder.api.openstack [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Extension AdminActions extending resource: volumes {{(pid=55398) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} [ 424.507593] [55398]: DEBUG cinder.api.openstack [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Extension AdminActions extending resource: snapshots {{(pid=55398) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} [ 424.507706] [55398]: DEBUG cinder.api.openstack [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Extension AdminActions extending resource: backups {{(pid=55398) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} [ 424.507820] [55398]: DEBUG cinder.api.openstack [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Extension VolumeTypeAccess extending resource: types {{(pid=55398) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} [ 424.507947] [55398]: DEBUG cinder.api.openstack [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Extension VolumeMigStatusAttribute extending resource: volumes {{(pid=55398) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} [ 424.508077] [55398]: DEBUG cinder.api.openstack [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Extension VolumeImageMetadata extending resource: volumes {{(pid=55398) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} [ 424.508206] [55398]: DEBUG cinder.api.openstack [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Extension ExtendedSnapshotAttributes extending resource: snapshots {{(pid=55398) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} [ 424.508404] [55398]: DEBUG cinder.api.openstack [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Extension SnapshotUnmanage extending resource: snapshots {{(pid=55398) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} [ 424.508521] [55398]: DEBUG cinder.api.openstack [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Extension VolumeTypeEncryption extending resource: types {{(pid=55398) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} [ 424.508632] [55398]: DEBUG cinder.api.openstack [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Extension SnapshotActions extending resource: snapshots {{(pid=55398) _setup_extensions /opt/stack/cinder/cinder/api/openstack/__init__.py:159}} [ 424.508931] [55397]: WARNING keystonemiddleware.auth_token [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. [ 424.510738] [55398]: WARNING keystonemiddleware.auth_token [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. [ 424.513174] [55397]: WARNING keystonemiddleware.auth_token [None req-c79cc151-30bd-4f7d-8bcf-e0612e2c01c1 None None] Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint [ 424.514975] [55398]: WARNING keystonemiddleware.auth_token [None req-6cb3bd61-0b25-477c-bb80-90b5c5d98b73 None None] Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint [ 424.515607] [55397]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x60acb19a8be0 pid: 55397 (default app) [ 424.517484] [55398]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x60acb19a8be0 pid: 55398 (default app) [ 424.525147] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_create":"" was deprecated in X in favor of "volume:attachment_create":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.525147] [55397]: warnings.warn(deprecated_msg) [ 424.525271] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_update":"rule:admin_or_owner" was deprecated in X in favor of "volume:attachment_update":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.525271] [55397]: warnings.warn(deprecated_msg) [ 424.525271] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_delete":"rule:admin_or_owner" was deprecated in X in favor of "volume:attachment_delete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.525271] [55397]: warnings.warn(deprecated_msg) [ 424.525271] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_complete":"rule:admin_or_owner" was deprecated in X in favor of "volume:attachment_complete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.525446] [55397]: warnings.warn(deprecated_msg) [ 424.525446] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:multiattach_bootable_volume":"rule:admin_or_owner" was deprecated in X in favor of "volume:multiattach_bootable_volume":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.525446] [55397]: warnings.warn(deprecated_msg) [ 424.525446] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:get_all":"rule:admin_or_owner" was deprecated in X in favor of "message:get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.525446] [55397]: warnings.warn(deprecated_msg) [ 424.525446] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:get":"rule:admin_or_owner" was deprecated in X in favor of "message:get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.525632] [55397]: warnings.warn(deprecated_msg) [ 424.525632] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:delete":"rule:admin_or_owner" was deprecated in X in favor of "message:delete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.525632] [55397]: warnings.warn(deprecated_msg) [ 424.525632] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_snapshot_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_snapshot_metadata":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.525632] [55397]: warnings.warn(deprecated_msg) [ 424.525794] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_snapshot_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:update_snapshot_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.525794] [55397]: warnings.warn(deprecated_msg) [ 424.525794] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_snapshot_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete_snapshot_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.525794] [55397]: warnings.warn(deprecated_msg) [ 424.525923] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all_snapshots":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_all_snapshots":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.525923] [55397]: warnings.warn(deprecated_msg) [ 424.525923] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:extended_snapshot_attributes":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:extended_snapshot_attributes":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.525923] [55397]: warnings.warn(deprecated_msg) [ 424.526085] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:create_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.526085] [55397]: warnings.warn(deprecated_msg) [ 424.526085] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_snapshot":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.526085] [55397]: warnings.warn(deprecated_msg) [ 424.526085] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:update_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.526243] [55397]: warnings.warn(deprecated_msg) [ 424.526243] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.526243] [55397]: warnings.warn(deprecated_msg) [ 424.526243] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "snapshot_extension:snapshot_actions:update_snapshot_status":"" was deprecated in X in favor of "snapshot_extension:snapshot_actions:update_snapshot_status":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.526243] [55397]: warnings.warn(deprecated_msg) [ 424.526387] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:get_all":"rule:admin_or_owner" was deprecated in X in favor of "backup:get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.526387] [55397]: warnings.warn(deprecated_msg) [ 424.526387] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:create":"" was deprecated in X in favor of "backup:create":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.526387] [55397]: warnings.warn(deprecated_msg) [ 424.526387] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:get":"rule:admin_or_owner" was deprecated in X in favor of "backup:get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.526387] [55397]: warnings.warn(deprecated_msg) [ 424.526571] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:update":"rule:admin_or_owner" was deprecated in X in favor of "backup:update":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.526571] [55397]: warnings.warn(deprecated_msg) [ 424.526571] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: 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. [ 424.526571] [55397]: warnings.warn(deprecated_msg) [ 424.526571] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:restore":"rule:admin_or_owner" was deprecated in X in favor of "backup:restore":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.526571] [55397]: warnings.warn(deprecated_msg) [ 424.526805] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_all":"rule:admin_or_owner" was deprecated in X in favor of "group:get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.526805] [55397]: warnings.warn(deprecated_msg) [ 424.526805] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:create":"" was deprecated in X in favor of "group:create":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.526805] [55397]: warnings.warn(deprecated_msg) [ 424.526805] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get":"rule:admin_or_owner" was deprecated in X in favor of "group:get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.526805] [55397]: warnings.warn(deprecated_msg) [ 424.526980] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:update":"rule:admin_or_owner" was deprecated in X in favor of "group:update":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.526980] [55397]: warnings.warn(deprecated_msg) [ 424.526980] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_all_group_snapshots":"rule:admin_or_owner" was deprecated in X in favor of "group:get_all_group_snapshots":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.526980] [55397]: warnings.warn(deprecated_msg) [ 424.526980] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:create_group_snapshot":"" was deprecated in X in favor of "group:create_group_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.526980] [55397]: warnings.warn(deprecated_msg) [ 424.527171] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_group_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "group:get_group_snapshot":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.527171] [55397]: warnings.warn(deprecated_msg) [ 424.527171] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:delete_group_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "group:delete_group_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.527171] [55397]: warnings.warn(deprecated_msg) [ 424.527295] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:update_group_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "group:update_group_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.527295] [55397]: warnings.warn(deprecated_msg) [ 424.527295] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:delete":"rule:admin_or_owner" was deprecated in X in favor of "group:delete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.527295] [55397]: warnings.warn(deprecated_msg) [ 424.527295] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:enable_replication":"rule:admin_or_owner" was deprecated in X in favor of "group:enable_replication":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.527451] [55397]: warnings.warn(deprecated_msg) [ 424.527451] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:disable_replication":"rule:admin_or_owner" was deprecated in X in favor of "group:disable_replication":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.527451] [55397]: warnings.warn(deprecated_msg) [ 424.527451] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:failover_replication":"rule:admin_or_owner" was deprecated in X in favor of "group:failover_replication":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.527451] [55397]: warnings.warn(deprecated_msg) [ 424.527591] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:list_replication_targets":"rule:admin_or_owner" was deprecated in X in favor of "group:list_replication_targets":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.527591] [55397]: warnings.warn(deprecated_msg) [ 424.527591] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:quotas:show":"rule:admin_or_owner" was deprecated in None in favor of "volume_extension:quotas:show":"rule:xena_system_admin_or_project_reader". Reason: None. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.527591] [55397]: warnings.warn(deprecated_msg) [ 424.527591] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "limits_extension:used_limits":"rule:admin_or_owner" was deprecated in X in favor of "limits_extension:used_limits":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.527591] [55397]: warnings.warn(deprecated_msg) [ 424.527753] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:type_get":"" was deprecated in X in favor of "volume_extension:type_get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.527753] [55397]: warnings.warn(deprecated_msg) [ 424.527753] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:type_get_all":"" was deprecated in X in favor of "volume_extension:type_get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.527753] [55397]: warnings.warn(deprecated_msg) [ 424.527753] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:access_types_extra_specs":"rule:admin_api" was deprecated in X in favor of "volume_extension:access_types_extra_specs":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.527913] [55397]: warnings.warn(deprecated_msg) [ 424.527913] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:create":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:create":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.527913] [55397]: warnings.warn(deprecated_msg) [ 424.527913] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:get":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:get":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.527913] [55397]: warnings.warn(deprecated_msg) [ 424.528072] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:update":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:update":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.528072] [55397]: warnings.warn(deprecated_msg) [ 424.528072] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:delete":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:delete":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.528072] [55397]: warnings.warn(deprecated_msg) [ 424.528198] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_access":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_type_access":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.528198] [55397]: warnings.warn(deprecated_msg) [ 424.528198] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_access:get_all_for_type":"volume_extension:volume_type_access" was deprecated in X in favor of "volume_extension:volume_type_access:get_all_for_type":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_access:get_all_for_type' is a new policy that protects an API call formerly governed by 'volume_extension:volume_type_access', but which has been separated for finer-grained policy control.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.528198] [55397]: warnings.warn(deprecated_msg) [ 424.528372] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:extend":"rule:admin_or_owner" was deprecated in X in favor of "volume:extend":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.528372] [55397]: warnings.warn(deprecated_msg) [ 424.528372] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:extend_attached_volume":"rule:admin_or_owner" was deprecated in X in favor of "volume:extend_attached_volume":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.528372] [55397]: warnings.warn(deprecated_msg) [ 424.528372] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:revert_to_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:revert_to_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.528937] [55397]: warnings.warn(deprecated_msg) [ 424.528937] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:retype":"rule:admin_or_owner" was deprecated in X in favor of "volume:retype":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.528937] [55397]: warnings.warn(deprecated_msg) [ 424.528937] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_readonly_flag":"rule:admin_or_owner" was deprecated in X in favor of "volume:update_readonly_flag":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.528937] [55397]: warnings.warn(deprecated_msg) [ 424.530179] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:upload_image":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:upload_image":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.530179] [55397]: warnings.warn(deprecated_msg) [ 424.530179] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:initialize_connection":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:initialize_connection":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.530179] [55397]: warnings.warn(deprecated_msg) [ 424.530395] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:terminate_connection":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:terminate_connection":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.530395] [55397]: warnings.warn(deprecated_msg) [ 424.530395] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:roll_detaching":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:roll_detaching":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.530395] [55397]: warnings.warn(deprecated_msg) [ 424.530603] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:reserve":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:reserve":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.530603] [55397]: warnings.warn(deprecated_msg) [ 424.530603] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:unreserve":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:unreserve":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.530603] [55397]: warnings.warn(deprecated_msg) [ 424.530806] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:begin_detaching":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:begin_detaching":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.530806] [55397]: warnings.warn(deprecated_msg) [ 424.530806] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:attach":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:attach":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.530806] [55397]: warnings.warn(deprecated_msg) [ 424.530998] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:detach":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:detach":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.530998] [55397]: warnings.warn(deprecated_msg) [ 424.530998] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all_transfers":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_all_transfers":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.530998] [55397]: warnings.warn(deprecated_msg) [ 424.531197] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_transfer":"rule:admin_or_owner" was deprecated in X in favor of "volume:create_transfer":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.531197] [55397]: warnings.warn(deprecated_msg) [ 424.531197] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_transfer":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_transfer":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.531197] [55397]: warnings.warn(deprecated_msg) [ 424.531197] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:accept_transfer":"" was deprecated in X in favor of "volume:accept_transfer":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.531197] [55397]: warnings.warn(deprecated_msg) [ 424.531716] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_transfer":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete_transfer":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.531716] [55397]: warnings.warn(deprecated_msg) [ 424.531716] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_volume_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_volume_metadata":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.531716] [55397]: warnings.warn(deprecated_msg) [ 424.531716] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_volume_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:create_volume_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.531987] [55397]: warnings.warn(deprecated_msg) [ 424.531987] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_volume_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:update_volume_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.531987] [55397]: warnings.warn(deprecated_msg) [ 424.531987] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_volume_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete_volume_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.531987] [55397]: warnings.warn(deprecated_msg) [ 424.531987] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:show":"rule:xena_system_admin_or_project_reader". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.531987] [55397]: warnings.warn(deprecated_msg) [ 424.532359] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:set":"rule:xena_system_admin_or_project_member". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.532359] [55397]: warnings.warn(deprecated_msg) [ 424.532359] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:remove":"rule:xena_system_admin_or_project_member". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.532359] [55397]: warnings.warn(deprecated_msg) [ 424.532359] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:types_extra_specs:index":"" was deprecated in X in favor of "volume_extension:types_extra_specs:index":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.532359] [55397]: warnings.warn(deprecated_msg) [ 424.532650] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:types_extra_specs:show":"" was deprecated in X in favor of "volume_extension:types_extra_specs:show":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.532650] [55397]: warnings.warn(deprecated_msg) [ 424.532650] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create":"" was deprecated in X in favor of "volume:create":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.532650] [55397]: warnings.warn(deprecated_msg) [ 424.532650] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_from_image":"" was deprecated in X in favor of "volume:create_from_image":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.532650] [55397]: warnings.warn(deprecated_msg) [ 424.532971] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get":"rule:admin_or_owner" was deprecated in X in favor of "volume:get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.532971] [55397]: warnings.warn(deprecated_msg) [ 424.532971] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.532971] [55397]: warnings.warn(deprecated_msg) [ 424.532971] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update":"rule:admin_or_owner" was deprecated in X in favor of "volume:update":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.532971] [55397]: warnings.warn(deprecated_msg) [ 424.533281] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.533281] [55397]: warnings.warn(deprecated_msg) [ 424.533281] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_tenant_attribute":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_tenant_attribute":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.533281] [55397]: warnings.warn(deprecated_msg) [ 424.533470] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_encryption_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_encryption_metadata":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.533470] [55397]: warnings.warn(deprecated_msg) [ 424.533470] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:multiattach":"rule:admin_or_owner" was deprecated in X in favor of "volume:multiattach":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.533470] [55397]: warnings.warn(deprecated_msg) [ 424.533668] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_set_or_update":"rule:system_or_domain_or_project_admin" was deprecated in X in favor of "volume_extension:default_set_or_update":"rule:admin_api". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.533668] [55397]: warnings.warn(deprecated_msg) [ 424.533668] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_get":"rule:system_or_domain_or_project_admin" was deprecated in X in favor of "volume_extension:default_get":"rule:admin_api". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.533668] [55397]: warnings.warn(deprecated_msg) [ 424.533865] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_get_all":"role:admin and system_scope:all" was deprecated in X in favor of "volume_extension:default_get_all":"rule:admin_api". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.533865] [55397]: warnings.warn(deprecated_msg) [ 424.533865] [55397]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_unset":"rule:system_or_domain_or_project_admin" was deprecated in X in favor of "volume_extension:default_unset":"rule:admin_api". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 424.533865] [55397]: warnings.warn(deprecated_msg) [ 424.533865] [55397]: DEBUG cinder.api.middleware.request_id [None req-ed665d41-5ccf-48f1-bf80-be7d325822c5 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 424.533865] [55397]: [pid: 55397|app: 0|req: 1/1] 10.180.1.21 () {50 vars in 774 bytes} [Thu Feb 20 17:52:07 2025] GET /volume/v3 => generated 114 bytes in 15 msecs (HTTP/1.1 401) 5 headers in 229 bytes (1 switches on core 0) [ 427.808281] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_create":"" was deprecated in X in favor of "volume:attachment_create":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.808281] [55398]: warnings.warn(deprecated_msg) [ 427.808281] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_update":"rule:admin_or_owner" was deprecated in X in favor of "volume:attachment_update":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.808281] [55398]: warnings.warn(deprecated_msg) [ 427.808708] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_delete":"rule:admin_or_owner" was deprecated in X in favor of "volume:attachment_delete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.808708] [55398]: warnings.warn(deprecated_msg) [ 427.808708] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:attachment_complete":"rule:admin_or_owner" was deprecated in X in favor of "volume:attachment_complete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.808708] [55398]: warnings.warn(deprecated_msg) [ 427.808817] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:multiattach_bootable_volume":"rule:admin_or_owner" was deprecated in X in favor of "volume:multiattach_bootable_volume":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.808817] [55398]: warnings.warn(deprecated_msg) [ 427.808817] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:get_all":"rule:admin_or_owner" was deprecated in X in favor of "message:get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.808817] [55398]: warnings.warn(deprecated_msg) [ 427.808817] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:get":"rule:admin_or_owner" was deprecated in X in favor of "message:get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.808817] [55398]: warnings.warn(deprecated_msg) [ 427.808978] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "message:delete":"rule:admin_or_owner" was deprecated in X in favor of "message:delete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.808978] [55398]: warnings.warn(deprecated_msg) [ 427.808978] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_snapshot_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_snapshot_metadata":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.808978] [55398]: warnings.warn(deprecated_msg) [ 427.808978] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_snapshot_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:update_snapshot_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.809141] [55398]: warnings.warn(deprecated_msg) [ 427.809141] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_snapshot_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete_snapshot_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.809141] [55398]: warnings.warn(deprecated_msg) [ 427.809141] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all_snapshots":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_all_snapshots":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.809141] [55398]: warnings.warn(deprecated_msg) [ 427.809269] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:extended_snapshot_attributes":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:extended_snapshot_attributes":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.809269] [55398]: warnings.warn(deprecated_msg) [ 427.809269] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:create_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.809269] [55398]: warnings.warn(deprecated_msg) [ 427.809372] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_snapshot":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.809372] [55398]: warnings.warn(deprecated_msg) [ 427.809372] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:update_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.809372] [55398]: warnings.warn(deprecated_msg) [ 427.809372] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.809588] [55398]: warnings.warn(deprecated_msg) [ 427.809588] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "snapshot_extension:snapshot_actions:update_snapshot_status":"" was deprecated in X in favor of "snapshot_extension:snapshot_actions:update_snapshot_status":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.809588] [55398]: warnings.warn(deprecated_msg) [ 427.809588] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:get_all":"rule:admin_or_owner" was deprecated in X in favor of "backup:get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.809588] [55398]: warnings.warn(deprecated_msg) [ 427.809740] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:create":"" was deprecated in X in favor of "backup:create":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.809740] [55398]: warnings.warn(deprecated_msg) [ 427.809740] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:get":"rule:admin_or_owner" was deprecated in X in favor of "backup:get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.809740] [55398]: warnings.warn(deprecated_msg) [ 427.809740] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:update":"rule:admin_or_owner" was deprecated in X in favor of "backup:update":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.809740] [55398]: warnings.warn(deprecated_msg) [ 427.809935] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: 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. [ 427.809935] [55398]: warnings.warn(deprecated_msg) [ 427.809935] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "backup:restore":"rule:admin_or_owner" was deprecated in X in favor of "backup:restore":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.809935] [55398]: warnings.warn(deprecated_msg) [ 427.809935] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_all":"rule:admin_or_owner" was deprecated in X in favor of "group:get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.809935] [55398]: warnings.warn(deprecated_msg) [ 427.810152] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:create":"" was deprecated in X in favor of "group:create":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.810152] [55398]: warnings.warn(deprecated_msg) [ 427.810152] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get":"rule:admin_or_owner" was deprecated in X in favor of "group:get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.810152] [55398]: warnings.warn(deprecated_msg) [ 427.810152] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:update":"rule:admin_or_owner" was deprecated in X in favor of "group:update":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.810152] [55398]: warnings.warn(deprecated_msg) [ 427.810340] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_all_group_snapshots":"rule:admin_or_owner" was deprecated in X in favor of "group:get_all_group_snapshots":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.810340] [55398]: warnings.warn(deprecated_msg) [ 427.810340] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:create_group_snapshot":"" was deprecated in X in favor of "group:create_group_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.810340] [55398]: warnings.warn(deprecated_msg) [ 427.810340] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:get_group_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "group:get_group_snapshot":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.810506] [55398]: warnings.warn(deprecated_msg) [ 427.810506] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:delete_group_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "group:delete_group_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.810506] [55398]: warnings.warn(deprecated_msg) [ 427.810506] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:update_group_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "group:update_group_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.810506] [55398]: warnings.warn(deprecated_msg) [ 427.810658] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:delete":"rule:admin_or_owner" was deprecated in X in favor of "group:delete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.810658] [55398]: warnings.warn(deprecated_msg) [ 427.810658] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:enable_replication":"rule:admin_or_owner" was deprecated in X in favor of "group:enable_replication":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.810658] [55398]: warnings.warn(deprecated_msg) [ 427.810658] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:disable_replication":"rule:admin_or_owner" was deprecated in X in favor of "group:disable_replication":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.810658] [55398]: warnings.warn(deprecated_msg) [ 427.810841] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:failover_replication":"rule:admin_or_owner" was deprecated in X in favor of "group:failover_replication":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.810841] [55398]: warnings.warn(deprecated_msg) [ 427.810841] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "group:list_replication_targets":"rule:admin_or_owner" was deprecated in X in favor of "group:list_replication_targets":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.810841] [55398]: warnings.warn(deprecated_msg) [ 427.810841] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:quotas:show":"rule:admin_or_owner" was deprecated in None in favor of "volume_extension:quotas:show":"rule:xena_system_admin_or_project_reader". Reason: None. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.810841] [55398]: warnings.warn(deprecated_msg) [ 427.811025] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "limits_extension:used_limits":"rule:admin_or_owner" was deprecated in X in favor of "limits_extension:used_limits":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.811025] [55398]: warnings.warn(deprecated_msg) [ 427.811025] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:type_get":"" was deprecated in X in favor of "volume_extension:type_get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.811025] [55398]: warnings.warn(deprecated_msg) [ 427.811025] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:type_get_all":"" was deprecated in X in favor of "volume_extension:type_get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.811185] [55398]: warnings.warn(deprecated_msg) [ 427.811185] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:access_types_extra_specs":"rule:admin_api" was deprecated in X in favor of "volume_extension:access_types_extra_specs":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.811185] [55398]: warnings.warn(deprecated_msg) [ 427.811185] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:create":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:create":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.811185] [55398]: warnings.warn(deprecated_msg) [ 427.811349] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:get":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:get":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.811349] [55398]: warnings.warn(deprecated_msg) [ 427.811349] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:update":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:update":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.811349] [55398]: warnings.warn(deprecated_msg) [ 427.811477] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_encryption:delete":"rule:volume_extension:volume_type_encryption" was deprecated in X in favor of "volume_extension:volume_type_encryption:delete":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_encryption' was a convenience policy that allowed you to set all volume encryption type policies to the same value. We are deprecating this rule to prepare for a future release in which the default values for policies that read, create/update, and delete encryption types will be different from each other.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.811477] [55398]: warnings.warn(deprecated_msg) [ 427.811477] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_access":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_type_access":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.811477] [55398]: warnings.warn(deprecated_msg) [ 427.811602] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_type_access:get_all_for_type":"volume_extension:volume_type_access" was deprecated in X in favor of "volume_extension:volume_type_access:get_all_for_type":"rule:admin_api". Reason: Reason: 'volume_extension:volume_type_access:get_all_for_type' is a new policy that protects an API call formerly governed by 'volume_extension:volume_type_access', but which has been separated for finer-grained policy control.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.811602] [55398]: warnings.warn(deprecated_msg) [ 427.811602] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:extend":"rule:admin_or_owner" was deprecated in X in favor of "volume:extend":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.811602] [55398]: warnings.warn(deprecated_msg) [ 427.811602] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:extend_attached_volume":"rule:admin_or_owner" was deprecated in X in favor of "volume:extend_attached_volume":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.811763] [55398]: warnings.warn(deprecated_msg) [ 427.811763] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:revert_to_snapshot":"rule:admin_or_owner" was deprecated in X in favor of "volume:revert_to_snapshot":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.811763] [55398]: warnings.warn(deprecated_msg) [ 427.811763] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:retype":"rule:admin_or_owner" was deprecated in X in favor of "volume:retype":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.811763] [55398]: warnings.warn(deprecated_msg) [ 427.811927] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_readonly_flag":"rule:admin_or_owner" was deprecated in X in favor of "volume:update_readonly_flag":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.811927] [55398]: warnings.warn(deprecated_msg) [ 427.811927] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:upload_image":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:upload_image":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.811927] [55398]: warnings.warn(deprecated_msg) [ 427.812056] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:initialize_connection":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:initialize_connection":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.812056] [55398]: warnings.warn(deprecated_msg) [ 427.812056] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:terminate_connection":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:terminate_connection":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.812056] [55398]: warnings.warn(deprecated_msg) [ 427.812185] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:roll_detaching":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:roll_detaching":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.812185] [55398]: warnings.warn(deprecated_msg) [ 427.812185] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:reserve":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:reserve":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.812185] [55398]: warnings.warn(deprecated_msg) [ 427.812307] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:unreserve":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:unreserve":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.812307] [55398]: warnings.warn(deprecated_msg) [ 427.812307] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:begin_detaching":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:begin_detaching":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.812307] [55398]: warnings.warn(deprecated_msg) [ 427.812435] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:attach":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:attach":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.812435] [55398]: warnings.warn(deprecated_msg) [ 427.812435] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_actions:detach":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_actions:detach":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.812435] [55398]: warnings.warn(deprecated_msg) [ 427.812613] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all_transfers":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_all_transfers":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.812613] [55398]: warnings.warn(deprecated_msg) [ 427.812613] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_transfer":"rule:admin_or_owner" was deprecated in X in favor of "volume:create_transfer":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.812613] [55398]: warnings.warn(deprecated_msg) [ 427.812613] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_transfer":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_transfer":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.812778] [55398]: warnings.warn(deprecated_msg) [ 427.812778] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:accept_transfer":"" was deprecated in X in favor of "volume:accept_transfer":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.812778] [55398]: warnings.warn(deprecated_msg) [ 427.812778] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_transfer":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete_transfer":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.812778] [55398]: warnings.warn(deprecated_msg) [ 427.812778] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_volume_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_volume_metadata":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.812960] [55398]: warnings.warn(deprecated_msg) [ 427.812960] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_volume_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:create_volume_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.812960] [55398]: warnings.warn(deprecated_msg) [ 427.812960] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update_volume_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:update_volume_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.812960] [55398]: warnings.warn(deprecated_msg) [ 427.813123] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete_volume_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete_volume_metadata":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.813123] [55398]: warnings.warn(deprecated_msg) [ 427.813123] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:show":"rule:xena_system_admin_or_project_reader". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.813123] [55398]: warnings.warn(deprecated_msg) [ 427.813123] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:set":"rule:xena_system_admin_or_project_member". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.813123] [55398]: warnings.warn(deprecated_msg) [ 427.813304] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_image_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_image_metadata:remove":"rule:xena_system_admin_or_project_member". Reason: volume_extension:volume_image_metadata has been replaced by more granular policies that separately govern show, set, and remove operations.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.813304] [55398]: warnings.warn(deprecated_msg) [ 427.813304] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:types_extra_specs:index":"" was deprecated in X in favor of "volume_extension:types_extra_specs:index":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.813304] [55398]: warnings.warn(deprecated_msg) [ 427.813304] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:types_extra_specs:show":"" was deprecated in X in favor of "volume_extension:types_extra_specs:show":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.813304] [55398]: warnings.warn(deprecated_msg) [ 427.813491] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create":"" was deprecated in X in favor of "volume:create":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.813491] [55398]: warnings.warn(deprecated_msg) [ 427.813491] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:create_from_image":"" was deprecated in X in favor of "volume:create_from_image":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.813491] [55398]: warnings.warn(deprecated_msg) [ 427.813491] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get":"rule:admin_or_owner" was deprecated in X in favor of "volume:get":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.813491] [55398]: warnings.warn(deprecated_msg) [ 427.813681] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:get_all":"rule:admin_or_owner" was deprecated in X in favor of "volume:get_all":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.813681] [55398]: warnings.warn(deprecated_msg) [ 427.813681] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:update":"rule:admin_or_owner" was deprecated in X in favor of "volume:update":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.813681] [55398]: warnings.warn(deprecated_msg) [ 427.813681] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:delete":"rule:admin_or_owner" was deprecated in X in favor of "volume:delete":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.813681] [55398]: warnings.warn(deprecated_msg) [ 427.813870] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_tenant_attribute":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_tenant_attribute":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.813870] [55398]: warnings.warn(deprecated_msg) [ 427.813870] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:volume_encryption_metadata":"rule:admin_or_owner" was deprecated in X in favor of "volume_extension:volume_encryption_metadata":"rule:xena_system_admin_or_project_reader". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.813870] [55398]: warnings.warn(deprecated_msg) [ 427.814000] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume:multiattach":"rule:admin_or_owner" was deprecated in X in favor of "volume:multiattach":"rule:xena_system_admin_or_project_member". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.814000] [55398]: warnings.warn(deprecated_msg) [ 427.814000] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_set_or_update":"rule:system_or_domain_or_project_admin" was deprecated in X in favor of "volume_extension:default_set_or_update":"rule:admin_api". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.814000] [55398]: warnings.warn(deprecated_msg) [ 427.814000] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_get":"rule:system_or_domain_or_project_admin" was deprecated in X in favor of "volume_extension:default_get":"rule:admin_api". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.814164] [55398]: warnings.warn(deprecated_msg) [ 427.814164] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_get_all":"role:admin and system_scope:all" was deprecated in X in favor of "volume_extension:default_get_all":"rule:admin_api". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.814164] [55398]: warnings.warn(deprecated_msg) [ 427.814164] [55398]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_policy/policy.py:813: UserWarning: Policy "volume_extension:default_unset":"rule:system_or_domain_or_project_admin" was deprecated in X in favor of "volume_extension:default_unset":"rule:admin_api". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. [ 427.814164] [55398]: warnings.warn(deprecated_msg) [ 427.814164] [55398]: DEBUG cinder.api.middleware.request_id [None req-0357ee73-f196-475d-acff-bd3272cef853 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 428.170098] [55398]: INFO cinder.api.openstack.wsgi [None req-0357ee73-f196-475d-acff-bd3272cef853 admin admin] POST http://10.180.1.21/volume/v3/types [ 428.170787] [55398]: DEBUG cinder.api.openstack.wsgi [None req-0357ee73-f196-475d-acff-bd3272cef853 admin admin] Action: 'create', calling method: _create, body: {"volume_type": {"name": "vsphere", "description": null, "os-volume-type-access:is_public": true}} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 428.172812] [55398]: /opt/stack/data/venv/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. [ 428.172812] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 428.176437] [55398]: DEBUG oslo_db.sqlalchemy.engines [None req-0357ee73-f196-475d-acff-bd3272cef853 admin admin] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION {{(pid=55398) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} [ 428.199662] [55398]: INFO cinder.api.openstack.wsgi [None req-0357ee73-f196-475d-acff-bd3272cef853 admin admin] http://10.180.1.21/volume/v3/types returned with HTTP 200 [ 428.200097] [55398]: [pid: 55398|app: 0|req: 1/2] 10.180.1.21 () {60 vars in 1136 bytes} [Thu Feb 20 17:52:10 2025] POST /volume/v3/types => generated 182 bytes in 401 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 428.204011] [55397]: DEBUG cinder.api.middleware.request_id [req-0357ee73-f196-475d-acff-bd3272cef853 req-38bd152a-c39e-454e-8f84-5fbb6d2ca6c3 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 428.476648] [55397]: INFO cinder.api.openstack.wsgi [req-0357ee73-f196-475d-acff-bd3272cef853 req-38bd152a-c39e-454e-8f84-5fbb6d2ca6c3 admin admin] POST http://10.180.1.21/volume/v3/types/d5fd08cf-4175-412e-a261-cecd156def0d/extra_specs [ 428.477437] [55397]: DEBUG cinder.api.openstack.wsgi [req-0357ee73-f196-475d-acff-bd3272cef853 req-38bd152a-c39e-454e-8f84-5fbb6d2ca6c3 admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "vsphere"}} {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 428.479911] [55397]: /opt/stack/data/venv/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. [ 428.479911] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 428.483844] [55397]: DEBUG oslo_db.sqlalchemy.engines [req-0357ee73-f196-475d-acff-bd3272cef853 req-38bd152a-c39e-454e-8f84-5fbb6d2ca6c3 admin admin] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION {{(pid=55397) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:395}} [ 428.533522] [55397]: INFO cinder.api.openstack.wsgi [req-0357ee73-f196-475d-acff-bd3272cef853 req-38bd152a-c39e-454e-8f84-5fbb6d2ca6c3 admin admin] http://10.180.1.21/volume/v3/types/d5fd08cf-4175-412e-a261-cecd156def0d/extra_specs returned with HTTP 200 [ 428.535097] [55397]: [pid: 55397|app: 0|req: 2/3] 10.180.1.21 () {62 vars in 1354 bytes} [Thu Feb 20 17:52:11 2025] POST /volume/v3/types/d5fd08cf-4175-412e-a261-cecd156def0d/extra_specs => generated 51 bytes in 330 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) [ 438.196923] [55398]: DEBUG dbcounter [-] [55398] Writing DB stats cinder:SELECT=9,cinder:INSERT=1 {{(pid=55398) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} [ 438.532099] [55397]: DEBUG dbcounter [-] [55397] Writing DB stats cinder:SELECT=11,cinder:INSERT=1 {{(pid=55397) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} [ 439.540581] [55398]: DEBUG cinder.api.middleware.request_id [None req-967359c8-3ce1-43ef-8b61-24fb33ad6de3 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 439.541282] [55398]: INFO cinder.api.openstack.wsgi [None req-967359c8-3ce1-43ef-8b61-24fb33ad6de3 None None] GET http://10.180.1.21/volume// [ 439.541468] [55398]: DEBUG cinder.api.openstack.wsgi [None req-967359c8-3ce1-43ef-8b61-24fb33ad6de3 None None] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 439.541678] [55398]: DEBUG cinder.api.openstack.wsgi [None req-967359c8-3ce1-43ef-8b61-24fb33ad6de3 None None] Calling method 'all' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 439.542257] [55398]: INFO cinder.api.openstack.wsgi [None req-967359c8-3ce1-43ef-8b61-24fb33ad6de3 None None] http://10.180.1.21/volume// returned with HTTP 300 [ 439.542553] [55398]: [pid: 55398|app: 0|req: 2/4] 10.180.1.21 () {58 vars in 1305 bytes} [Thu Feb 20 17:52:22 2025] GET /volume/ => generated 386 bytes in 3 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) [ 496.831872] [55397]: DEBUG cinder.api.middleware.request_id [None req-35a3d5b8-39df-4714-b2ea-2341d449b049 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 496.899474] [55397]: INFO cinder.api.openstack.wsgi [None req-35a3d5b8-39df-4714-b2ea-2341d449b049 tempest-verify_tempest_config-685149784 tempest-verify_tempest_config-685149784-project-member] GET http://10.180.1.21/volume/v3/extensions [ 496.899732] [55397]: DEBUG cinder.api.openstack.wsgi [None req-35a3d5b8-39df-4714-b2ea-2341d449b049 tempest-verify_tempest_config-685149784 tempest-verify_tempest_config-685149784-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 496.899946] [55397]: DEBUG cinder.api.openstack.wsgi [None req-35a3d5b8-39df-4714-b2ea-2341d449b049 tempest-verify_tempest_config-685149784 tempest-verify_tempest_config-685149784-project-member] Calling method 'index' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 496.900387] [55397]: INFO cinder.api.openstack.wsgi [None req-35a3d5b8-39df-4714-b2ea-2341d449b049 tempest-verify_tempest_config-685149784 tempest-verify_tempest_config-685149784-project-member] http://10.180.1.21/volume/v3/extensions returned with HTTP 200 [ 496.900776] [55397]: [pid: 55397|app: 0|req: 3/5] 10.180.1.21 () {58 vars in 1123 bytes} [Thu Feb 20 17:53:19 2025] GET /volume/v3/extensions => generated 5245 bytes in 70 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 571.605561] [55398]: DEBUG cinder.api.middleware.request_id [None req-77338717-42de-415a-b93a-7b0106208eb2 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 571.732776] [55398]: INFO cinder.api.openstack.wsgi [None req-77338717-42de-415a-b93a-7b0106208eb2 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] POST http://10.180.1.21/volume/v3/volumes [ 571.733296] [55398]: DEBUG cinder.api.openstack.wsgi [None req-77338717-42de-415a-b93a-7b0106208eb2 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Action: 'create', calling method: create, body: {"volume": {"size": 1, "display_name": "tempest-VolumesAssistedSnapshotsTest-volume-1295457099"}} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 571.735970] [55398]: DEBUG cinder.api.v3.volumes [None req-77338717-42de-415a-b93a-7b0106208eb2 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Create volume request body: {'volume': {'size': 1, 'display_name': 'tempest-VolumesAssistedSnapshotsTest-volume-1295457099'}} {{(pid=55398) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} [ 571.736464] [55398]: INFO cinder.api.v3.volumes [None req-77338717-42de-415a-b93a-7b0106208eb2 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Create volume of 1 GB [ 571.748092] [55398]: DEBUG cinder.volume.api [None req-77338717-42de-415a-b93a-7b0106208eb2 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Availability zone cache updated, next update will occur around 2025-02-20 18:54:34.610623. {{(pid=55398) list_availability_zones /opt/stack/cinder/cinder/volume/api.py:154}} [ 571.748183] [55398]: INFO cinder.volume.api [None req-77338717-42de-415a-b93a-7b0106208eb2 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Availability Zones retrieved successfully. [ 571.766928] [55398]: /opt/stack/data/venv/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 [ 571.766928] [55398]: import asyncore [ 571.776101] [55398]: DEBUG cinder.volume.api [None req-77338717-42de-415a-b93a-7b0106208eb2 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Flow 'volume_create_api' (1f09f37e-3959-43e9-88be-0c6ccaf063dc) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 571.777421] [55398]: DEBUG cinder.volume.api [None req-77338717-42de-415a-b93a-7b0106208eb2 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (8f3bc0f2-eb9d-4751-9567-7d763521308c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 571.778756] [55398]: DEBUG cinder.volume.flows.api.create_volume [None req-77338717-42de-415a-b93a-7b0106208eb2 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Validating volume size '1' using validate_int {{(pid=55398) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} [ 571.815395] [55398]: DEBUG cinder.volume.api [None req-77338717-42de-415a-b93a-7b0106208eb2 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (8f3bc0f2-eb9d-4751-9567-7d763521308c) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-02-20T17:52:11Z,deleted=False,deleted_at=None,description=None,extra_specs={volume_backend_name='vsphere'},id=d5fd08cf-4175-412e-a261-cecd156def0d,is_public=True,name='vsphere',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'd5fd08cf-4175-412e-a261-cecd156def0d', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 571.816453] [55398]: DEBUG cinder.volume.api [None req-77338717-42de-415a-b93a-7b0106208eb2 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (1e7f4fd4-1a4a-4c64-a352-d4ce8e950a41) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 571.868149] [55398]: WARNING cinder.quota [None req-77338717-42de-415a-b93a-7b0106208eb2 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Deprecated: Default quota for resource: volumes_vsphere is set by the default quota flag: quota_volumes_vsphere, it is now deprecated. Please use the default quota class for default quota. [ 571.868510] [55398]: WARNING cinder.quota [None req-77338717-42de-415a-b93a-7b0106208eb2 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Deprecated: Default quota for resource: gigabytes_vsphere is set by the default quota flag: quota_gigabytes_vsphere, it is now deprecated. Please use the default quota class for default quota. [ 571.921471] [55398]: DEBUG cinder.quota [None req-77338717-42de-415a-b93a-7b0106208eb2 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Created reservations ['b616f345-20ac-484f-9f6c-59b6ab4eb0f1', '5debd13d-9775-478e-8c4e-74cb5e5c0c53', '5125a198-72dd-4be7-928d-9ccb5f3691e2', '21782a9b-aec8-433b-8f68-1f4cf267978d'] {{(pid=55398) reserve /opt/stack/cinder/cinder/quota.py:752}} [ 571.922509] [55398]: DEBUG cinder.volume.api [None req-77338717-42de-415a-b93a-7b0106208eb2 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (1e7f4fd4-1a4a-4c64-a352-d4ce8e950a41) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['b616f345-20ac-484f-9f6c-59b6ab4eb0f1', '5debd13d-9775-478e-8c4e-74cb5e5c0c53', '5125a198-72dd-4be7-928d-9ccb5f3691e2', '21782a9b-aec8-433b-8f68-1f4cf267978d']}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 571.924309] [55398]: DEBUG cinder.volume.api [None req-77338717-42de-415a-b93a-7b0106208eb2 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (e88bdd16-7ffd-48a8-97de-fc84dd8b42d2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 572.104749] [55398]: DEBUG cinder.volume.api [None req-77338717-42de-415a-b93a-7b0106208eb2 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (e88bdd16-7ffd-48a8-97de-fc84dd8b42d2) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'c445674d-5769-47ff-8906-73aeab7bd17c', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesAssistedSnapshotsTest-volume-1295457099',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='861e63dc0b0a4ffdb89260cd1fdfc04c',qos_specs=None,replication_status=,reservations=['b616f345-20ac-484f-9f6c-59b6ab4eb0f1','5debd13d-9775-478e-8c4e-74cb5e5c0c53','5125a198-72dd-4be7-928d-9ccb5f3691e2','21782a9b-aec8-433b-8f68-1f4cf267978d'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='2da1d24f52504e9fb1c993d7ec040cbb',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d), 'volume': Volume(_name_id=None,admin_metadata={},attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-02-20T17:54:34Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesAssistedSnapshotsTest-volume-1295457099',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=c445674d-5769-47ff-8906-73aeab7bd17c,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='861e63dc0b0a4ffdb89260cd1fdfc04c',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='2da1d24f52504e9fb1c993d7ec040cbb',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(d5fd08cf-4175-412e-a261-cecd156def0d),volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 572.106111] [55398]: DEBUG cinder.volume.api [None req-77338717-42de-415a-b93a-7b0106208eb2 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (5a4e9625-2ff6-4fe4-896f-d587b80258e7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 572.126954] [55398]: DEBUG cinder.volume.api [None req-77338717-42de-415a-b93a-7b0106208eb2 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (5a4e9625-2ff6-4fe4-896f-d587b80258e7) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesAssistedSnapshotsTest-volume-1295457099',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='861e63dc0b0a4ffdb89260cd1fdfc04c',qos_specs=None,replication_status=,reservations=['b616f345-20ac-484f-9f6c-59b6ab4eb0f1','5debd13d-9775-478e-8c4e-74cb5e5c0c53','5125a198-72dd-4be7-928d-9ccb5f3691e2','21782a9b-aec8-433b-8f68-1f4cf267978d'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='2da1d24f52504e9fb1c993d7ec040cbb',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 572.128025] [55398]: DEBUG cinder.volume.api [None req-77338717-42de-415a-b93a-7b0106208eb2 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (c43ccf6c-0dc6-4394-b9a9-9f9ba763361a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 572.166383] [55398]: DEBUG cinder.volume.api [None req-77338717-42de-415a-b93a-7b0106208eb2 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (c43ccf6c-0dc6-4394-b9a9-9f9ba763361a) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 572.166383] [55398]: DEBUG cinder.volume.api [None req-77338717-42de-415a-b93a-7b0106208eb2 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Flow 'volume_create_api' (1f09f37e-3959-43e9-88be-0c6ccaf063dc) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=55398) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 572.166383] [55398]: INFO cinder.volume.api [None req-77338717-42de-415a-b93a-7b0106208eb2 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Create volume request issued successfully. [ 572.168579] [55398]: INFO cinder.api.openstack.wsgi [None req-77338717-42de-415a-b93a-7b0106208eb2 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] http://10.180.1.21/volume/v3/volumes returned with HTTP 202 [ 572.169235] [55398]: [pid: 55398|app: 0|req: 3/6] 10.180.1.21 () {60 vars in 1135 bytes} [Thu Feb 20 17:54:34 2025] POST /volume/v3/volumes => generated 784 bytes in 565 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) [ 572.185768] [55397]: DEBUG cinder.api.middleware.request_id [None req-adb63530-5ead-45dc-9936-17c84c5481f5 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 572.189475] [55397]: INFO cinder.api.openstack.wsgi [None req-adb63530-5ead-45dc-9936-17c84c5481f5 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] GET http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c [ 572.189787] [55397]: DEBUG cinder.api.openstack.wsgi [None req-adb63530-5ead-45dc-9936-17c84c5481f5 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 572.190075] [55397]: DEBUG cinder.api.openstack.wsgi [None req-adb63530-5ead-45dc-9936-17c84c5481f5 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 572.229182] [55397]: /opt/stack/data/venv/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. [ 572.229182] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 572.240919] [55397]: INFO cinder.volume.api [None req-adb63530-5ead-45dc-9936-17c84c5481f5 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Volume info retrieved successfully. [ 572.250022] [55397]: INFO cinder.api.openstack.wsgi [None req-adb63530-5ead-45dc-9936-17c84c5481f5 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c returned with HTTP 200 [ 572.250110] [55397]: [pid: 55397|app: 0|req: 4/7] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:54:35 2025] GET /volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c => generated 963 bytes in 65 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 573.265493] [55398]: DEBUG cinder.api.middleware.request_id [None req-3919cd42-7da7-42b1-aed8-05678b7ce927 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 573.268079] [55398]: INFO cinder.api.openstack.wsgi [None req-3919cd42-7da7-42b1-aed8-05678b7ce927 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] GET http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c [ 573.268379] [55398]: DEBUG cinder.api.openstack.wsgi [None req-3919cd42-7da7-42b1-aed8-05678b7ce927 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 573.268822] [55398]: DEBUG cinder.api.openstack.wsgi [None req-3919cd42-7da7-42b1-aed8-05678b7ce927 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 573.290999] [55398]: /opt/stack/data/venv/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. [ 573.290999] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 573.299396] [55398]: INFO cinder.volume.api [None req-3919cd42-7da7-42b1-aed8-05678b7ce927 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Volume info retrieved successfully. [ 573.309210] [55398]: INFO cinder.api.openstack.wsgi [None req-3919cd42-7da7-42b1-aed8-05678b7ce927 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c returned with HTTP 200 [ 573.309775] [55398]: [pid: 55398|app: 0|req: 4/8] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:54:36 2025] GET /volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c => generated 1010 bytes in 45 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 582.246844] [55397]: DEBUG dbcounter [-] [55397] Writing DB stats cinder:SELECT=4 {{(pid=55397) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} [ 583.307932] [55398]: DEBUG dbcounter [-] [55398] Writing DB stats cinder:SELECT=32,cinder:INSERT=10,cinder:UPDATE=12 {{(pid=55398) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} [ 594.393251] [55397]: DEBUG cinder.api.middleware.request_id [None req-f8b2ea6c-74c1-459d-9493-f2d9d3dd8bb3 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 594.398018] [55397]: INFO cinder.api.openstack.wsgi [None req-f8b2ea6c-74c1-459d-9493-f2d9d3dd8bb3 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] POST http://10.180.1.21/volume/v3/volumes [ 594.398018] [55397]: DEBUG cinder.api.openstack.wsgi [None req-f8b2ea6c-74c1-459d-9493-f2d9d3dd8bb3 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Action: 'create', calling method: create, body: {"volume": {"name": "tempest-tempest.common.compute-volume-1294881247", "imageRef": "f2ba2026-3f4b-431c-97c1-c4ba582a9907", "size": 1}} {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 594.399396] [55397]: DEBUG cinder.api.v3.volumes [None req-f8b2ea6c-74c1-459d-9493-f2d9d3dd8bb3 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Create volume request body: {'volume': {'name': 'tempest-tempest.common.compute-volume-1294881247', 'imageRef': 'f2ba2026-3f4b-431c-97c1-c4ba582a9907', 'size': 1}} {{(pid=55397) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} [ 594.626994] [55397]: INFO cinder.api.v3.volumes [None req-f8b2ea6c-74c1-459d-9493-f2d9d3dd8bb3 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Create volume of 1 GB [ 594.646621] [55397]: DEBUG cinder.volume.api [None req-f8b2ea6c-74c1-459d-9493-f2d9d3dd8bb3 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Availability zone cache updated, next update will occur around 2025-02-20 18:54:57.506518. {{(pid=55397) list_availability_zones /opt/stack/cinder/cinder/volume/api.py:154}} [ 594.646621] [55397]: INFO cinder.volume.api [None req-f8b2ea6c-74c1-459d-9493-f2d9d3dd8bb3 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Availability Zones retrieved successfully. [ 594.659753] [55397]: /opt/stack/data/venv/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 [ 594.659753] [55397]: import asyncore [ 594.801206] [55397]: DEBUG cinder.volume.api [None req-f8b2ea6c-74c1-459d-9493-f2d9d3dd8bb3 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Flow 'volume_create_api' (6c962afa-639f-486f-a5e7-ec8aa06f2116) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 594.802632] [55397]: DEBUG cinder.volume.api [None req-f8b2ea6c-74c1-459d-9493-f2d9d3dd8bb3 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (585ee43a-fe59-4a72-959b-a5b2e28940ed) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 594.804097] [55397]: DEBUG cinder.volume.flows.api.create_volume [None req-f8b2ea6c-74c1-459d-9493-f2d9d3dd8bb3 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Validating volume size '1' using validate_int {{(pid=55397) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} [ 594.883537] [55397]: DEBUG cinder.volume.api [None req-f8b2ea6c-74c1-459d-9493-f2d9d3dd8bb3 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (585ee43a-fe59-4a72-959b-a5b2e28940ed) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-02-20T17:52:11Z,deleted=False,deleted_at=None,description=None,extra_specs={volume_backend_name='vsphere'},id=d5fd08cf-4175-412e-a261-cecd156def0d,is_public=True,name='vsphere',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'd5fd08cf-4175-412e-a261-cecd156def0d', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 594.884565] [55397]: DEBUG cinder.volume.api [None req-f8b2ea6c-74c1-459d-9493-f2d9d3dd8bb3 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (f9d1900a-2848-4d35-8365-5f96a4e9efac) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 594.927124] [55397]: WARNING cinder.quota [None req-f8b2ea6c-74c1-459d-9493-f2d9d3dd8bb3 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Deprecated: Default quota for resource: volumes_vsphere is set by the default quota flag: quota_volumes_vsphere, it is now deprecated. Please use the default quota class for default quota. [ 594.927512] [55397]: WARNING cinder.quota [None req-f8b2ea6c-74c1-459d-9493-f2d9d3dd8bb3 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Deprecated: Default quota for resource: gigabytes_vsphere is set by the default quota flag: quota_gigabytes_vsphere, it is now deprecated. Please use the default quota class for default quota. [ 594.985401] [55397]: DEBUG cinder.quota [None req-f8b2ea6c-74c1-459d-9493-f2d9d3dd8bb3 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Created reservations ['e91cee3f-bbdb-4b97-97f7-445293b6265d', 'e2549a14-90a5-46c4-9d7d-969bfec5c340', '8fb4fd49-a030-4eba-96bc-6715fe142b19', '93c4d675-d8c0-4ebf-97ce-a1f0b7afed71'] {{(pid=55397) reserve /opt/stack/cinder/cinder/quota.py:752}} [ 594.986675] [55397]: DEBUG cinder.volume.api [None req-f8b2ea6c-74c1-459d-9493-f2d9d3dd8bb3 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (f9d1900a-2848-4d35-8365-5f96a4e9efac) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['e91cee3f-bbdb-4b97-97f7-445293b6265d', 'e2549a14-90a5-46c4-9d7d-969bfec5c340', '8fb4fd49-a030-4eba-96bc-6715fe142b19', '93c4d675-d8c0-4ebf-97ce-a1f0b7afed71']}' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 594.987920] [55397]: DEBUG cinder.volume.api [None req-f8b2ea6c-74c1-459d-9493-f2d9d3dd8bb3 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (8cc16104-6264-4559-bce5-9aaf8e8d6873) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 595.045853] [55397]: DEBUG cinder.volume.api [None req-f8b2ea6c-74c1-459d-9493-f2d9d3dd8bb3 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (8cc16104-6264-4559-bce5-9aaf8e8d6873) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '39116d21-d007-4c27-9ce1-9f92bb99f75c', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-tempest.common.compute-volume-1294881247',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='18767e9ea2fb48a186d76bcb28d00acb',qos_specs=None,replication_status=,reservations=['e91cee3f-bbdb-4b97-97f7-445293b6265d','e2549a14-90a5-46c4-9d7d-969bfec5c340','8fb4fd49-a030-4eba-96bc-6715fe142b19','93c4d675-d8c0-4ebf-97ce-a1f0b7afed71'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='05add87f8e004545a09d9d88ef4b7ceb',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d), 'volume': Volume(_name_id=None,admin_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-02-20T17:54:57Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-tempest.common.compute-volume-1294881247',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=39116d21-d007-4c27-9ce1-9f92bb99f75c,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='18767e9ea2fb48a186d76bcb28d00acb',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='05add87f8e004545a09d9d88ef4b7ceb',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(d5fd08cf-4175-412e-a261-cecd156def0d),volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 595.046996] [55397]: DEBUG cinder.volume.api [None req-f8b2ea6c-74c1-459d-9493-f2d9d3dd8bb3 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (5655cf6e-1fb0-4ddf-aa90-fce5ad5f924a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 595.078354] [55397]: DEBUG cinder.volume.api [None req-f8b2ea6c-74c1-459d-9493-f2d9d3dd8bb3 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (5655cf6e-1fb0-4ddf-aa90-fce5ad5f924a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-tempest.common.compute-volume-1294881247',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='18767e9ea2fb48a186d76bcb28d00acb',qos_specs=None,replication_status=,reservations=['e91cee3f-bbdb-4b97-97f7-445293b6265d','e2549a14-90a5-46c4-9d7d-969bfec5c340','8fb4fd49-a030-4eba-96bc-6715fe142b19','93c4d675-d8c0-4ebf-97ce-a1f0b7afed71'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='05add87f8e004545a09d9d88ef4b7ceb',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 595.078354] [55397]: DEBUG cinder.volume.api [None req-f8b2ea6c-74c1-459d-9493-f2d9d3dd8bb3 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (f16e8b60-4c49-42ff-babc-11b9e8bc4e43) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 595.116172] [55397]: DEBUG cinder.volume.api [None req-f8b2ea6c-74c1-459d-9493-f2d9d3dd8bb3 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (f16e8b60-4c49-42ff-babc-11b9e8bc4e43) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 595.118923] [55397]: DEBUG cinder.volume.api [None req-f8b2ea6c-74c1-459d-9493-f2d9d3dd8bb3 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Flow 'volume_create_api' (6c962afa-639f-486f-a5e7-ec8aa06f2116) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=55397) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 595.118923] [55397]: INFO cinder.volume.api [None req-f8b2ea6c-74c1-459d-9493-f2d9d3dd8bb3 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Create volume request issued successfully. [ 595.120294] [55397]: INFO cinder.api.openstack.wsgi [None req-f8b2ea6c-74c1-459d-9493-f2d9d3dd8bb3 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] http://10.180.1.21/volume/v3/volumes returned with HTTP 202 [ 595.120529] [55397]: [pid: 55397|app: 0|req: 5/9] 10.180.1.21 () {60 vars in 1136 bytes} [Thu Feb 20 17:54:57 2025] POST /volume/v3/volumes => generated 752 bytes in 728 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) [ 595.137392] [55398]: DEBUG cinder.api.middleware.request_id [None req-ce872246-65fe-4919-bd7b-3dbb1314e5ae None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 595.149070] [55398]: INFO cinder.api.openstack.wsgi [None req-ce872246-65fe-4919-bd7b-3dbb1314e5ae tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] GET http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c [ 595.149443] [55398]: DEBUG cinder.api.openstack.wsgi [None req-ce872246-65fe-4919-bd7b-3dbb1314e5ae tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 595.149590] [55398]: DEBUG cinder.api.openstack.wsgi [None req-ce872246-65fe-4919-bd7b-3dbb1314e5ae tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 595.180352] [55398]: /opt/stack/data/venv/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. [ 595.180352] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 595.199916] [55398]: INFO cinder.volume.api [None req-ce872246-65fe-4919-bd7b-3dbb1314e5ae tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Volume info retrieved successfully. [ 595.210138] [55398]: INFO cinder.api.openstack.wsgi [None req-ce872246-65fe-4919-bd7b-3dbb1314e5ae tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c returned with HTTP 200 [ 595.211598] [55398]: [pid: 55398|app: 0|req: 5/10] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:54:57 2025] GET /volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c => generated 844 bytes in 75 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) [ 596.230884] [55397]: DEBUG cinder.api.middleware.request_id [None req-9eee1c23-9e32-470c-9309-2b019ee3ea20 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 596.233153] [55397]: INFO cinder.api.openstack.wsgi [None req-9eee1c23-9e32-470c-9309-2b019ee3ea20 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] GET http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c [ 596.233554] [55397]: DEBUG cinder.api.openstack.wsgi [None req-9eee1c23-9e32-470c-9309-2b019ee3ea20 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 596.233919] [55397]: DEBUG cinder.api.openstack.wsgi [None req-9eee1c23-9e32-470c-9309-2b019ee3ea20 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 596.250521] [55397]: /opt/stack/data/venv/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. [ 596.250521] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 596.264666] [55397]: INFO cinder.volume.api [None req-9eee1c23-9e32-470c-9309-2b019ee3ea20 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Volume info retrieved successfully. [ 596.278143] [55397]: INFO cinder.api.openstack.wsgi [None req-9eee1c23-9e32-470c-9309-2b019ee3ea20 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c returned with HTTP 200 [ 596.278143] [55397]: [pid: 55397|app: 0|req: 6/11] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:54:59 2025] GET /volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c => generated 844 bytes in 51 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 597.295949] [55398]: DEBUG cinder.api.middleware.request_id [None req-3cbbd707-9eda-4d15-8784-a1fa4e5f8cef None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 597.299782] [55398]: INFO cinder.api.openstack.wsgi [None req-3cbbd707-9eda-4d15-8784-a1fa4e5f8cef tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] GET http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c [ 597.299782] [55398]: DEBUG cinder.api.openstack.wsgi [None req-3cbbd707-9eda-4d15-8784-a1fa4e5f8cef tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 597.299782] [55398]: DEBUG cinder.api.openstack.wsgi [None req-3cbbd707-9eda-4d15-8784-a1fa4e5f8cef tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 597.325866] [55398]: /opt/stack/data/venv/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. [ 597.325866] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 597.339861] [55398]: INFO cinder.volume.api [None req-3cbbd707-9eda-4d15-8784-a1fa4e5f8cef tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Volume info retrieved successfully. [ 597.350644] [55398]: INFO cinder.api.openstack.wsgi [None req-3cbbd707-9eda-4d15-8784-a1fa4e5f8cef tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c returned with HTTP 200 [ 597.351969] [55398]: [pid: 55398|app: 0|req: 6/12] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:55:00 2025] GET /volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c => generated 844 bytes in 57 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 598.368673] [55397]: DEBUG cinder.api.middleware.request_id [None req-b4e5f107-7b9e-4be6-9353-62ece79883c2 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 598.371406] [55397]: INFO cinder.api.openstack.wsgi [None req-b4e5f107-7b9e-4be6-9353-62ece79883c2 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] GET http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c [ 598.371720] [55397]: DEBUG cinder.api.openstack.wsgi [None req-b4e5f107-7b9e-4be6-9353-62ece79883c2 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 598.372427] [55397]: DEBUG cinder.api.openstack.wsgi [None req-b4e5f107-7b9e-4be6-9353-62ece79883c2 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 598.390638] [55397]: /opt/stack/data/venv/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. [ 598.390638] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 598.396400] [55397]: INFO cinder.volume.api [None req-b4e5f107-7b9e-4be6-9353-62ece79883c2 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Volume info retrieved successfully. [ 598.402806] [55397]: INFO cinder.api.openstack.wsgi [None req-b4e5f107-7b9e-4be6-9353-62ece79883c2 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c returned with HTTP 200 [ 598.402806] [55397]: [pid: 55397|app: 0|req: 7/13] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:55:01 2025] GET /volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c => generated 844 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 599.421040] [55398]: DEBUG cinder.api.middleware.request_id [None req-37ac6a7d-1f0c-4ebc-983a-73354292d915 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 599.425022] [55398]: INFO cinder.api.openstack.wsgi [None req-37ac6a7d-1f0c-4ebc-983a-73354292d915 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] GET http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c [ 599.425351] [55398]: DEBUG cinder.api.openstack.wsgi [None req-37ac6a7d-1f0c-4ebc-983a-73354292d915 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 599.425641] [55398]: DEBUG cinder.api.openstack.wsgi [None req-37ac6a7d-1f0c-4ebc-983a-73354292d915 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 599.438229] [55398]: /opt/stack/data/venv/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. [ 599.438229] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 599.443095] [55398]: INFO cinder.volume.api [None req-37ac6a7d-1f0c-4ebc-983a-73354292d915 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Volume info retrieved successfully. [ 599.449169] [55398]: INFO cinder.api.openstack.wsgi [None req-37ac6a7d-1f0c-4ebc-983a-73354292d915 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c returned with HTTP 200 [ 599.449803] [55398]: [pid: 55398|app: 0|req: 7/14] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:55:02 2025] GET /volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c => generated 844 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 600.461289] [55397]: DEBUG cinder.api.middleware.request_id [None req-cc77147a-b4db-4671-8250-67e6284af366 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 600.465326] [55397]: INFO cinder.api.openstack.wsgi [None req-cc77147a-b4db-4671-8250-67e6284af366 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] GET http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c [ 600.465528] [55397]: DEBUG cinder.api.openstack.wsgi [None req-cc77147a-b4db-4671-8250-67e6284af366 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 600.465949] [55397]: DEBUG cinder.api.openstack.wsgi [None req-cc77147a-b4db-4671-8250-67e6284af366 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 600.488507] [55397]: /opt/stack/data/venv/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. [ 600.488507] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 600.494729] [55397]: INFO cinder.volume.api [None req-cc77147a-b4db-4671-8250-67e6284af366 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Volume info retrieved successfully. [ 600.502099] [55397]: INFO cinder.api.openstack.wsgi [None req-cc77147a-b4db-4671-8250-67e6284af366 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c returned with HTTP 200 [ 600.502900] [55397]: [pid: 55397|app: 0|req: 8/15] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:55:03 2025] GET /volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c => generated 844 bytes in 42 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 601.516045] [55398]: DEBUG cinder.api.middleware.request_id [None req-9cd86d6d-da13-42a9-858c-4c2e416c0fa1 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 601.519926] [55398]: INFO cinder.api.openstack.wsgi [None req-9cd86d6d-da13-42a9-858c-4c2e416c0fa1 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] GET http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c [ 601.519926] [55398]: DEBUG cinder.api.openstack.wsgi [None req-9cd86d6d-da13-42a9-858c-4c2e416c0fa1 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 601.519926] [55398]: DEBUG cinder.api.openstack.wsgi [None req-9cd86d6d-da13-42a9-858c-4c2e416c0fa1 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 601.534069] [55398]: /opt/stack/data/venv/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. [ 601.534069] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 601.539631] [55398]: INFO cinder.volume.api [None req-9cd86d6d-da13-42a9-858c-4c2e416c0fa1 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Volume info retrieved successfully. [ 601.547305] [55398]: INFO cinder.api.openstack.wsgi [None req-9cd86d6d-da13-42a9-858c-4c2e416c0fa1 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c returned with HTTP 200 [ 601.550957] [55398]: [pid: 55398|app: 0|req: 8/16] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:55:04 2025] GET /volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c => generated 844 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 602.560425] [55397]: DEBUG cinder.api.middleware.request_id [None req-d8003dc8-10d9-4825-99ad-c81574494c5e None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 602.565141] [55397]: INFO cinder.api.openstack.wsgi [None req-d8003dc8-10d9-4825-99ad-c81574494c5e tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] GET http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c [ 602.565141] [55397]: DEBUG cinder.api.openstack.wsgi [None req-d8003dc8-10d9-4825-99ad-c81574494c5e tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 602.565141] [55397]: DEBUG cinder.api.openstack.wsgi [None req-d8003dc8-10d9-4825-99ad-c81574494c5e tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 602.576852] [55397]: /opt/stack/data/venv/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. [ 602.576852] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 602.582158] [55397]: INFO cinder.volume.api [None req-d8003dc8-10d9-4825-99ad-c81574494c5e tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Volume info retrieved successfully. [ 602.589337] [55397]: INFO cinder.api.openstack.wsgi [None req-d8003dc8-10d9-4825-99ad-c81574494c5e tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c returned with HTTP 200 [ 602.593050] [55397]: [pid: 55397|app: 0|req: 9/17] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:55:05 2025] GET /volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c => generated 844 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 603.604438] [55398]: DEBUG cinder.api.middleware.request_id [None req-2cee55c6-4ced-42a4-a00e-f8eb9b54838c None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 603.606905] [55398]: INFO cinder.api.openstack.wsgi [None req-2cee55c6-4ced-42a4-a00e-f8eb9b54838c tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] GET http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c [ 603.607211] [55398]: DEBUG cinder.api.openstack.wsgi [None req-2cee55c6-4ced-42a4-a00e-f8eb9b54838c tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 603.607447] [55398]: DEBUG cinder.api.openstack.wsgi [None req-2cee55c6-4ced-42a4-a00e-f8eb9b54838c tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 603.626797] [55398]: /opt/stack/data/venv/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. [ 603.626797] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 603.640279] [55398]: INFO cinder.volume.api [None req-2cee55c6-4ced-42a4-a00e-f8eb9b54838c tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Volume info retrieved successfully. [ 603.654719] [55398]: INFO cinder.api.openstack.wsgi [None req-2cee55c6-4ced-42a4-a00e-f8eb9b54838c tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c returned with HTTP 200 [ 603.655337] [55398]: [pid: 55398|app: 0|req: 9/18] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:55:06 2025] GET /volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c => generated 844 bytes in 51 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 604.668672] [55397]: DEBUG cinder.api.middleware.request_id [None req-d7c05259-4b52-4329-bd1f-495002542c41 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 604.671520] [55397]: INFO cinder.api.openstack.wsgi [None req-d7c05259-4b52-4329-bd1f-495002542c41 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] GET http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c [ 604.671743] [55397]: DEBUG cinder.api.openstack.wsgi [None req-d7c05259-4b52-4329-bd1f-495002542c41 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 604.671961] [55397]: DEBUG cinder.api.openstack.wsgi [None req-d7c05259-4b52-4329-bd1f-495002542c41 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 604.691085] [55397]: /opt/stack/data/venv/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. [ 604.691085] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 604.695347] [55397]: INFO cinder.volume.api [None req-d7c05259-4b52-4329-bd1f-495002542c41 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Volume info retrieved successfully. [ 604.701026] [55397]: INFO cinder.api.openstack.wsgi [None req-d7c05259-4b52-4329-bd1f-495002542c41 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c returned with HTTP 200 [ 604.701462] [55397]: [pid: 55397|app: 0|req: 10/19] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:55:07 2025] GET /volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c => generated 844 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 605.716152] [55398]: DEBUG cinder.api.middleware.request_id [None req-85c6c16c-15d8-48e9-b1dc-4a160f361ffd None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 605.718520] [55398]: INFO cinder.api.openstack.wsgi [None req-85c6c16c-15d8-48e9-b1dc-4a160f361ffd tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] GET http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c [ 605.719022] [55398]: DEBUG cinder.api.openstack.wsgi [None req-85c6c16c-15d8-48e9-b1dc-4a160f361ffd tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 605.719388] [55398]: DEBUG cinder.api.openstack.wsgi [None req-85c6c16c-15d8-48e9-b1dc-4a160f361ffd tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 605.737240] [55398]: /opt/stack/data/venv/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. [ 605.737240] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 605.749953] [55398]: INFO cinder.volume.api [None req-85c6c16c-15d8-48e9-b1dc-4a160f361ffd tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Volume info retrieved successfully. [ 605.757762] [55398]: INFO cinder.api.openstack.wsgi [None req-85c6c16c-15d8-48e9-b1dc-4a160f361ffd tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c returned with HTTP 200 [ 605.758411] [55398]: [pid: 55398|app: 0|req: 10/20] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:55:08 2025] GET /volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c => generated 844 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) [ 606.771133] [55397]: DEBUG cinder.api.middleware.request_id [None req-da93ee56-2032-49f5-a48d-41323e095419 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 606.776690] [55397]: INFO cinder.api.openstack.wsgi [None req-da93ee56-2032-49f5-a48d-41323e095419 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] GET http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c [ 606.776791] [55397]: DEBUG cinder.api.openstack.wsgi [None req-da93ee56-2032-49f5-a48d-41323e095419 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 606.777332] [55397]: DEBUG cinder.api.openstack.wsgi [None req-da93ee56-2032-49f5-a48d-41323e095419 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 606.796654] [55397]: /opt/stack/data/venv/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. [ 606.796654] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 606.802288] [55397]: INFO cinder.volume.api [None req-da93ee56-2032-49f5-a48d-41323e095419 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Volume info retrieved successfully. [ 606.812022] [55397]: INFO cinder.api.openstack.wsgi [None req-da93ee56-2032-49f5-a48d-41323e095419 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c returned with HTTP 200 [ 606.812684] [55397]: [pid: 55397|app: 0|req: 11/21] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:55:09 2025] GET /volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c => generated 844 bytes in 42 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 607.828659] [55398]: DEBUG cinder.api.middleware.request_id [None req-78532c2f-3127-4c72-9c80-f0c8a0afff84 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 607.831830] [55398]: INFO cinder.api.openstack.wsgi [None req-78532c2f-3127-4c72-9c80-f0c8a0afff84 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] GET http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c [ 607.831988] [55398]: DEBUG cinder.api.openstack.wsgi [None req-78532c2f-3127-4c72-9c80-f0c8a0afff84 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 607.832563] [55398]: DEBUG cinder.api.openstack.wsgi [None req-78532c2f-3127-4c72-9c80-f0c8a0afff84 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 607.852653] [55398]: /opt/stack/data/venv/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. [ 607.852653] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 607.861618] [55398]: INFO cinder.volume.api [None req-78532c2f-3127-4c72-9c80-f0c8a0afff84 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Volume info retrieved successfully. [ 607.869466] [55398]: INFO cinder.api.openstack.wsgi [None req-78532c2f-3127-4c72-9c80-f0c8a0afff84 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c returned with HTTP 200 [ 607.870501] [55398]: [pid: 55398|app: 0|req: 11/22] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:55:10 2025] GET /volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c => generated 844 bytes in 44 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 608.885046] [55397]: DEBUG cinder.api.middleware.request_id [None req-2bca13f2-e8ea-42b0-8d24-d2fb927a6068 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 608.888827] [55397]: INFO cinder.api.openstack.wsgi [None req-2bca13f2-e8ea-42b0-8d24-d2fb927a6068 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] GET http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c [ 608.889143] [55397]: DEBUG cinder.api.openstack.wsgi [None req-2bca13f2-e8ea-42b0-8d24-d2fb927a6068 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 608.890079] [55397]: DEBUG cinder.api.openstack.wsgi [None req-2bca13f2-e8ea-42b0-8d24-d2fb927a6068 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 608.903036] [55397]: /opt/stack/data/venv/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. [ 608.903036] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 608.912425] [55397]: INFO cinder.volume.api [None req-2bca13f2-e8ea-42b0-8d24-d2fb927a6068 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Volume info retrieved successfully. [ 608.923429] [55397]: INFO cinder.api.openstack.wsgi [None req-2bca13f2-e8ea-42b0-8d24-d2fb927a6068 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c returned with HTTP 200 [ 608.926023] [55397]: [pid: 55397|app: 0|req: 12/23] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:55:11 2025] GET /volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c => generated 844 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 609.952537] [55398]: DEBUG cinder.api.middleware.request_id [None req-500b54c2-d8cc-4148-ade3-1382f6ba4aa5 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 609.955663] [55398]: INFO cinder.api.openstack.wsgi [None req-500b54c2-d8cc-4148-ade3-1382f6ba4aa5 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] GET http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c [ 609.956189] [55398]: DEBUG cinder.api.openstack.wsgi [None req-500b54c2-d8cc-4148-ade3-1382f6ba4aa5 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 609.956189] [55398]: DEBUG cinder.api.openstack.wsgi [None req-500b54c2-d8cc-4148-ade3-1382f6ba4aa5 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 609.970204] [55398]: /opt/stack/data/venv/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. [ 609.970204] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 609.982632] [55398]: INFO cinder.volume.api [None req-500b54c2-d8cc-4148-ade3-1382f6ba4aa5 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Volume info retrieved successfully. [ 609.992601] [55398]: INFO cinder.api.openstack.wsgi [None req-500b54c2-d8cc-4148-ade3-1382f6ba4aa5 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c returned with HTTP 200 [ 609.993360] [55398]: [pid: 55398|app: 0|req: 12/24] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:55:12 2025] GET /volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c => generated 844 bytes in 42 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 611.009443] [55397]: DEBUG cinder.api.middleware.request_id [None req-1cd5c799-bb8c-4a92-b11a-382370223b2e None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 611.012927] [55397]: INFO cinder.api.openstack.wsgi [None req-1cd5c799-bb8c-4a92-b11a-382370223b2e tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] GET http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c [ 611.013352] [55397]: DEBUG cinder.api.openstack.wsgi [None req-1cd5c799-bb8c-4a92-b11a-382370223b2e tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 611.013811] [55397]: DEBUG cinder.api.openstack.wsgi [None req-1cd5c799-bb8c-4a92-b11a-382370223b2e tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 611.025276] [55397]: /opt/stack/data/venv/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. [ 611.025276] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 611.030032] [55397]: INFO cinder.volume.api [None req-1cd5c799-bb8c-4a92-b11a-382370223b2e tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Volume info retrieved successfully. [ 611.035289] [55397]: INFO cinder.api.openstack.wsgi [None req-1cd5c799-bb8c-4a92-b11a-382370223b2e tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c returned with HTTP 200 [ 611.035717] [55397]: [pid: 55397|app: 0|req: 13/25] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:55:13 2025] GET /volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c => generated 844 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 612.045788] [55398]: DEBUG cinder.api.middleware.request_id [None req-e1ea82a1-f0f1-428e-beb6-18418e287a9f None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 612.048457] [55398]: INFO cinder.api.openstack.wsgi [None req-e1ea82a1-f0f1-428e-beb6-18418e287a9f tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] GET http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c [ 612.048851] [55398]: DEBUG cinder.api.openstack.wsgi [None req-e1ea82a1-f0f1-428e-beb6-18418e287a9f tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 612.049158] [55398]: DEBUG cinder.api.openstack.wsgi [None req-e1ea82a1-f0f1-428e-beb6-18418e287a9f tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 612.066551] [55398]: /opt/stack/data/venv/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. [ 612.066551] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 612.072598] [55398]: INFO cinder.volume.api [None req-e1ea82a1-f0f1-428e-beb6-18418e287a9f tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Volume info retrieved successfully. [ 612.079053] [55398]: INFO cinder.api.openstack.wsgi [None req-e1ea82a1-f0f1-428e-beb6-18418e287a9f tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c returned with HTTP 200 [ 612.079514] [55398]: [pid: 55398|app: 0|req: 13/26] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:55:14 2025] GET /volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c => generated 844 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 613.091174] [55397]: DEBUG cinder.api.middleware.request_id [None req-70f61d60-ff4e-480d-a1eb-abe7934f6c01 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 613.093873] [55397]: INFO cinder.api.openstack.wsgi [None req-70f61d60-ff4e-480d-a1eb-abe7934f6c01 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] GET http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c [ 613.094162] [55397]: DEBUG cinder.api.openstack.wsgi [None req-70f61d60-ff4e-480d-a1eb-abe7934f6c01 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 613.095112] [55397]: DEBUG cinder.api.openstack.wsgi [None req-70f61d60-ff4e-480d-a1eb-abe7934f6c01 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 613.107199] [55397]: /opt/stack/data/venv/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. [ 613.107199] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 613.111800] [55397]: INFO cinder.volume.api [None req-70f61d60-ff4e-480d-a1eb-abe7934f6c01 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Volume info retrieved successfully. [ 613.117610] [55397]: INFO cinder.api.openstack.wsgi [None req-70f61d60-ff4e-480d-a1eb-abe7934f6c01 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c returned with HTTP 200 [ 613.118102] [55397]: [pid: 55397|app: 0|req: 14/27] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:55:15 2025] GET /volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c => generated 844 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 614.131660] [55398]: DEBUG cinder.api.middleware.request_id [None req-306e28ef-94b2-45e6-b63c-ec70c2a87378 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 614.133356] [55398]: INFO cinder.api.openstack.wsgi [None req-306e28ef-94b2-45e6-b63c-ec70c2a87378 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] GET http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c [ 614.133687] [55398]: DEBUG cinder.api.openstack.wsgi [None req-306e28ef-94b2-45e6-b63c-ec70c2a87378 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 614.133859] [55398]: DEBUG cinder.api.openstack.wsgi [None req-306e28ef-94b2-45e6-b63c-ec70c2a87378 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 614.146419] [55398]: /opt/stack/data/venv/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. [ 614.146419] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 614.155964] [55398]: INFO cinder.volume.api [None req-306e28ef-94b2-45e6-b63c-ec70c2a87378 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Volume info retrieved successfully. [ 614.162040] [55398]: INFO cinder.api.openstack.wsgi [None req-306e28ef-94b2-45e6-b63c-ec70c2a87378 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c returned with HTTP 200 [ 614.162467] [55398]: [pid: 55398|app: 0|req: 14/28] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:55:16 2025] GET /volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c => generated 844 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 615.179911] [55397]: DEBUG cinder.api.middleware.request_id [None req-ad5507b4-126d-49fe-ba95-55c70c1ce5f4 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 615.183053] [55397]: INFO cinder.api.openstack.wsgi [None req-ad5507b4-126d-49fe-ba95-55c70c1ce5f4 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] GET http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c [ 615.183433] [55397]: DEBUG cinder.api.openstack.wsgi [None req-ad5507b4-126d-49fe-ba95-55c70c1ce5f4 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 615.183608] [55397]: DEBUG cinder.api.openstack.wsgi [None req-ad5507b4-126d-49fe-ba95-55c70c1ce5f4 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 615.204935] [55397]: /opt/stack/data/venv/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. [ 615.204935] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 615.209485] [55397]: INFO cinder.volume.api [None req-ad5507b4-126d-49fe-ba95-55c70c1ce5f4 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Volume info retrieved successfully. [ 615.218635] [55397]: INFO cinder.api.openstack.wsgi [None req-ad5507b4-126d-49fe-ba95-55c70c1ce5f4 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c returned with HTTP 200 [ 615.219090] [55397]: [pid: 55397|app: 0|req: 15/29] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:55:18 2025] GET /volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c => generated 844 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 616.239341] [55398]: DEBUG cinder.api.middleware.request_id [None req-40b02886-d2e6-48d5-8bf1-29e907b14b63 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 616.241666] [55398]: INFO cinder.api.openstack.wsgi [None req-40b02886-d2e6-48d5-8bf1-29e907b14b63 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] GET http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c [ 616.241894] [55398]: DEBUG cinder.api.openstack.wsgi [None req-40b02886-d2e6-48d5-8bf1-29e907b14b63 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 616.242135] [55398]: DEBUG cinder.api.openstack.wsgi [None req-40b02886-d2e6-48d5-8bf1-29e907b14b63 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 616.255214] [55398]: /opt/stack/data/venv/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. [ 616.255214] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 616.259899] [55398]: INFO cinder.volume.api [None req-40b02886-d2e6-48d5-8bf1-29e907b14b63 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Volume info retrieved successfully. [ 616.268331] [55398]: INFO cinder.api.openstack.wsgi [None req-40b02886-d2e6-48d5-8bf1-29e907b14b63 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c returned with HTTP 200 [ 616.268804] [55398]: [pid: 55398|app: 0|req: 15/30] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:55:19 2025] GET /volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c => generated 1392 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 618.202971] [55397]: DEBUG cinder.api.middleware.request_id [req-a8d45a3e-08b3-4b12-b769-c8ee0aba7c03 req-20556bd6-f52c-4ed0-8695-bbdeb8396121 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 618.203908] [55397]: WARNING keystonemiddleware.auth_token [req-a8d45a3e-08b3-4b12-b769-c8ee0aba7c03 req-20556bd6-f52c-4ed0-8695-bbdeb8396121 None None] A valid token was submitted as a service token, but it was not a valid service token. This is incorrect but backwards compatible behaviour. This will be removed in future releases. [ 618.206085] [55397]: INFO cinder.api.openstack.wsgi [req-a8d45a3e-08b3-4b12-b769-c8ee0aba7c03 req-20556bd6-f52c-4ed0-8695-bbdeb8396121 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] GET http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c [ 618.206442] [55397]: DEBUG cinder.api.openstack.wsgi [req-a8d45a3e-08b3-4b12-b769-c8ee0aba7c03 req-20556bd6-f52c-4ed0-8695-bbdeb8396121 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 618.207312] [55397]: DEBUG cinder.api.openstack.wsgi [req-a8d45a3e-08b3-4b12-b769-c8ee0aba7c03 req-20556bd6-f52c-4ed0-8695-bbdeb8396121 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 618.223059] [55397]: /opt/stack/data/venv/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. [ 618.223059] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 618.229078] [55397]: INFO cinder.volume.api [req-a8d45a3e-08b3-4b12-b769-c8ee0aba7c03 req-20556bd6-f52c-4ed0-8695-bbdeb8396121 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Volume info retrieved successfully. [ 618.237216] [55397]: INFO cinder.api.openstack.wsgi [req-a8d45a3e-08b3-4b12-b769-c8ee0aba7c03 req-20556bd6-f52c-4ed0-8695-bbdeb8396121 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c returned with HTTP 200 [ 618.237924] [55397]: [pid: 55397|app: 0|req: 16/31] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 17:55:21 2025] GET /volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c => generated 1392 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 618.563427] [55398]: DEBUG cinder.api.middleware.request_id [req-a8d45a3e-08b3-4b12-b769-c8ee0aba7c03 req-0ba1d108-0dff-4c88-a312-96fcf4776eeb None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 618.564366] [55398]: WARNING keystonemiddleware.auth_token [req-a8d45a3e-08b3-4b12-b769-c8ee0aba7c03 req-0ba1d108-0dff-4c88-a312-96fcf4776eeb None None] A valid token was submitted as a service token, but it was not a valid service token. This is incorrect but backwards compatible behaviour. This will be removed in future releases. [ 618.567040] [55398]: INFO cinder.api.openstack.wsgi [req-a8d45a3e-08b3-4b12-b769-c8ee0aba7c03 req-0ba1d108-0dff-4c88-a312-96fcf4776eeb tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] GET http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c [ 618.567475] [55398]: DEBUG cinder.api.openstack.wsgi [req-a8d45a3e-08b3-4b12-b769-c8ee0aba7c03 req-0ba1d108-0dff-4c88-a312-96fcf4776eeb tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 618.567918] [55398]: DEBUG cinder.api.openstack.wsgi [req-a8d45a3e-08b3-4b12-b769-c8ee0aba7c03 req-0ba1d108-0dff-4c88-a312-96fcf4776eeb tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 618.581744] [55398]: /opt/stack/data/venv/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. [ 618.581744] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 618.588042] [55398]: INFO cinder.volume.api [req-a8d45a3e-08b3-4b12-b769-c8ee0aba7c03 req-0ba1d108-0dff-4c88-a312-96fcf4776eeb tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Volume info retrieved successfully. [ 618.595095] [55398]: INFO cinder.api.openstack.wsgi [req-a8d45a3e-08b3-4b12-b769-c8ee0aba7c03 req-0ba1d108-0dff-4c88-a312-96fcf4776eeb tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c returned with HTTP 200 [ 618.595389] [55398]: [pid: 55398|app: 0|req: 16/32] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 17:55:21 2025] GET /volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c => generated 1392 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 618.606323] [55397]: DEBUG cinder.api.middleware.request_id [None req-e7c205c0-abcd-4d58-9502-f237f38914cd None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 618.607440] [55397]: INFO cinder.api.openstack.wsgi [None req-e7c205c0-abcd-4d58-9502-f237f38914cd None None] GET http://10.180.1.21/volume// [ 618.607716] [55397]: DEBUG cinder.api.openstack.wsgi [None req-e7c205c0-abcd-4d58-9502-f237f38914cd None None] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 618.607997] [55397]: DEBUG cinder.api.openstack.wsgi [None req-e7c205c0-abcd-4d58-9502-f237f38914cd None None] Calling method 'all' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 618.609732] [55397]: INFO cinder.api.openstack.wsgi [None req-e7c205c0-abcd-4d58-9502-f237f38914cd None None] http://10.180.1.21/volume// returned with HTTP 300 [ 618.610258] [55397]: [pid: 55397|app: 0|req: 17/33] 10.180.1.21 () {58 vars in 1299 bytes} [Thu Feb 20 17:55:21 2025] GET /volume/ => generated 386 bytes in 5 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) [ 618.616207] [55398]: DEBUG cinder.api.middleware.request_id [req-a8d45a3e-08b3-4b12-b769-c8ee0aba7c03 req-678e19c5-1812-419f-a88e-22ccca0a137c None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 618.619765] [55398]: INFO cinder.api.openstack.wsgi [req-a8d45a3e-08b3-4b12-b769-c8ee0aba7c03 req-678e19c5-1812-419f-a88e-22ccca0a137c tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] POST http://10.180.1.21/volume/v3/attachments [ 618.620259] [55398]: DEBUG cinder.api.openstack.wsgi [req-a8d45a3e-08b3-4b12-b769-c8ee0aba7c03 req-678e19c5-1812-419f-a88e-22ccca0a137c tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Action: 'create', calling method: version_select, body: {"attachment": {"volume_uuid": "39116d21-d007-4c27-9ce1-9f92bb99f75c", "connector": null, "instance_uuid": "8c7c8713-d5d7-490e-aba5-25d98bfbfaa0"}} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 618.632716] [55398]: /opt/stack/data/venv/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. [ 618.632716] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 618.688145] [55398]: INFO cinder.api.openstack.wsgi [req-a8d45a3e-08b3-4b12-b769-c8ee0aba7c03 req-678e19c5-1812-419f-a88e-22ccca0a137c tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] http://10.180.1.21/volume/v3/attachments returned with HTTP 200 [ 618.692030] [55398]: [pid: 55398|app: 0|req: 17/34] 10.180.1.21 () {66 vars in 1474 bytes} [Thu Feb 20 17:55:21 2025] POST /volume/v3/attachments => generated 273 bytes in 74 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) [ 620.491062] [55397]: DEBUG cinder.api.middleware.request_id [req-a9a09600-a9d3-49d5-8805-1ca8f0f010c9 req-4a1727d1-e324-4889-b11f-9a583b1fc123 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 620.499660] [55397]: INFO cinder.api.openstack.wsgi [req-a9a09600-a9d3-49d5-8805-1ca8f0f010c9 req-4a1727d1-e324-4889-b11f-9a583b1fc123 tempest-InstanceActionsTestJSON-1724293896 tempest-InstanceActionsTestJSON-1724293896-project-member] GET http://10.180.1.21/volume/v3/attachments?instance_id=44fca05f-51db-4252-bcf8-6bcad37a6147 [ 620.501687] [55397]: DEBUG cinder.api.openstack.wsgi [req-a9a09600-a9d3-49d5-8805-1ca8f0f010c9 req-4a1727d1-e324-4889-b11f-9a583b1fc123 tempest-InstanceActionsTestJSON-1724293896 tempest-InstanceActionsTestJSON-1724293896-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 620.502166] [55397]: DEBUG cinder.api.openstack.wsgi [req-a9a09600-a9d3-49d5-8805-1ca8f0f010c9 req-4a1727d1-e324-4889-b11f-9a583b1fc123 tempest-InstanceActionsTestJSON-1724293896 tempest-InstanceActionsTestJSON-1724293896-project-member] Calling method 'version_select' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 620.521894] [55397]: INFO cinder.api.openstack.wsgi [req-a9a09600-a9d3-49d5-8805-1ca8f0f010c9 req-4a1727d1-e324-4889-b11f-9a583b1fc123 tempest-InstanceActionsTestJSON-1724293896 tempest-InstanceActionsTestJSON-1724293896-project-member] http://10.180.1.21/volume/v3/attachments?instance_id=44fca05f-51db-4252-bcf8-6bcad37a6147 returned with HTTP 200 [ 620.522288] [55397]: [pid: 55397|app: 0|req: 18/35] 10.180.1.21 () {62 vars in 1517 bytes} [Thu Feb 20 17:55:23 2025] GET /volume/v3/attachments?instance_id=44fca05f-51db-4252-bcf8-6bcad37a6147 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 628.687833] [55398]: DEBUG dbcounter [-] [55398] Writing DB stats cinder:SELECT=54,cinder:UPDATE=2,cinder:INSERT=1 {{(pid=55398) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} [ 630.517995] [55397]: DEBUG dbcounter [-] [55397] Writing DB stats cinder:SELECT=73,cinder:INSERT=10,cinder:UPDATE=12 {{(pid=55397) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} [ 640.135023] [55398]: DEBUG cinder.api.middleware.request_id [None req-85a3d400-e181-4490-85c0-e694df8093ec None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 640.137220] [55398]: INFO cinder.api.openstack.wsgi [None req-85a3d400-e181-4490-85c0-e694df8093ec tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] POST http://10.180.1.21/volume/v3/volumes [ 640.137681] [55398]: DEBUG cinder.api.openstack.wsgi [None req-85a3d400-e181-4490-85c0-e694df8093ec tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Action: 'create', calling method: create, body: {"volume": {"name": "tempest-tempest.common.compute-volume-73644187", "imageRef": "f2ba2026-3f4b-431c-97c1-c4ba582a9907", "size": 1}} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 640.140604] [55398]: DEBUG cinder.api.v3.volumes [None req-85a3d400-e181-4490-85c0-e694df8093ec tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Create volume request body: {'volume': {'name': 'tempest-tempest.common.compute-volume-73644187', 'imageRef': 'f2ba2026-3f4b-431c-97c1-c4ba582a9907', 'size': 1}} {{(pid=55398) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} [ 640.439158] [55398]: INFO cinder.api.v3.volumes [None req-85a3d400-e181-4490-85c0-e694df8093ec tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Create volume of 1 GB [ 640.439158] [55398]: /opt/stack/data/venv/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. [ 640.439158] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 640.444342] [55398]: INFO cinder.volume.api [None req-85a3d400-e181-4490-85c0-e694df8093ec tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Availability Zones retrieved successfully. [ 640.452494] [55398]: DEBUG cinder.volume.api [None req-85a3d400-e181-4490-85c0-e694df8093ec tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Flow 'volume_create_api' (b54f8c66-8a7d-47b1-9a53-906b64d00b1c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 640.455143] [55398]: DEBUG cinder.volume.api [None req-85a3d400-e181-4490-85c0-e694df8093ec tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (b04c21b8-dc1e-449c-a52f-a34c07d13d03) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 640.455323] [55398]: DEBUG cinder.volume.flows.api.create_volume [None req-85a3d400-e181-4490-85c0-e694df8093ec tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Validating volume size '1' using validate_int {{(pid=55398) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} [ 640.532683] [55398]: DEBUG cinder.volume.api [None req-85a3d400-e181-4490-85c0-e694df8093ec tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (b04c21b8-dc1e-449c-a52f-a34c07d13d03) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-02-20T17:52:11Z,deleted=False,deleted_at=None,description=None,extra_specs={volume_backend_name='vsphere'},id=d5fd08cf-4175-412e-a261-cecd156def0d,is_public=True,name='vsphere',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'd5fd08cf-4175-412e-a261-cecd156def0d', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 640.535021] [55398]: DEBUG cinder.volume.api [None req-85a3d400-e181-4490-85c0-e694df8093ec tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (723c933c-0aa8-47a0-8ee6-cc99e7c8b20f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 640.631199] [55398]: DEBUG cinder.quota [None req-85a3d400-e181-4490-85c0-e694df8093ec tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Created reservations ['2e42c761-7f7b-4d4f-99b2-361e2a7a7faf', '891da83d-42e5-48d6-89b1-844f7d6e0ec9', '9b4e488d-68ad-4082-8f6c-76037dea37be', 'ae25f27c-3d99-4ef0-b6d3-c8754e22645a'] {{(pid=55398) reserve /opt/stack/cinder/cinder/quota.py:752}} [ 640.632187] [55398]: DEBUG cinder.volume.api [None req-85a3d400-e181-4490-85c0-e694df8093ec tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (723c933c-0aa8-47a0-8ee6-cc99e7c8b20f) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['2e42c761-7f7b-4d4f-99b2-361e2a7a7faf', '891da83d-42e5-48d6-89b1-844f7d6e0ec9', '9b4e488d-68ad-4082-8f6c-76037dea37be', 'ae25f27c-3d99-4ef0-b6d3-c8754e22645a']}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 640.634378] [55398]: DEBUG cinder.volume.api [None req-85a3d400-e181-4490-85c0-e694df8093ec tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (b1a534bc-6e08-448c-a196-2a5fcb2347e8) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 640.660424] [55398]: DEBUG cinder.volume.api [None req-85a3d400-e181-4490-85c0-e694df8093ec tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (b1a534bc-6e08-448c-a196-2a5fcb2347e8) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '4246155e-0977-4f2a-b135-72a3849826ce', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-tempest.common.compute-volume-73644187',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='7f16a87f7b9b420eb1310ad086f4124c',qos_specs=None,replication_status=,reservations=['2e42c761-7f7b-4d4f-99b2-361e2a7a7faf','891da83d-42e5-48d6-89b1-844f7d6e0ec9','9b4e488d-68ad-4082-8f6c-76037dea37be','ae25f27c-3d99-4ef0-b6d3-c8754e22645a'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='ef119219bd554fd1b6339dda873bb6a2',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d), 'volume': Volume(_name_id=None,admin_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-02-20T17:55:43Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-tempest.common.compute-volume-73644187',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=4246155e-0977-4f2a-b135-72a3849826ce,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='7f16a87f7b9b420eb1310ad086f4124c',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='ef119219bd554fd1b6339dda873bb6a2',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(d5fd08cf-4175-412e-a261-cecd156def0d),volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 640.663594] [55398]: DEBUG cinder.volume.api [None req-85a3d400-e181-4490-85c0-e694df8093ec tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (62aada64-94ff-4ce0-bd9f-78b8fb16eaff) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 640.730852] [55398]: DEBUG cinder.volume.api [None req-85a3d400-e181-4490-85c0-e694df8093ec tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (62aada64-94ff-4ce0-bd9f-78b8fb16eaff) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-tempest.common.compute-volume-73644187',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='7f16a87f7b9b420eb1310ad086f4124c',qos_specs=None,replication_status=,reservations=['2e42c761-7f7b-4d4f-99b2-361e2a7a7faf','891da83d-42e5-48d6-89b1-844f7d6e0ec9','9b4e488d-68ad-4082-8f6c-76037dea37be','ae25f27c-3d99-4ef0-b6d3-c8754e22645a'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='ef119219bd554fd1b6339dda873bb6a2',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 640.731913] [55398]: DEBUG cinder.volume.api [None req-85a3d400-e181-4490-85c0-e694df8093ec tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (800096bc-e44b-4ea2-a18e-9143d3c232a2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 640.749850] [55398]: DEBUG cinder.volume.api [None req-85a3d400-e181-4490-85c0-e694df8093ec tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (800096bc-e44b-4ea2-a18e-9143d3c232a2) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 640.750960] [55398]: DEBUG cinder.volume.api [None req-85a3d400-e181-4490-85c0-e694df8093ec tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Flow 'volume_create_api' (b54f8c66-8a7d-47b1-9a53-906b64d00b1c) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=55398) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 640.751448] [55398]: INFO cinder.volume.api [None req-85a3d400-e181-4490-85c0-e694df8093ec tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Create volume request issued successfully. [ 640.752191] [55398]: INFO cinder.api.openstack.wsgi [None req-85a3d400-e181-4490-85c0-e694df8093ec tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] http://10.180.1.21/volume/v3/volumes returned with HTTP 202 [ 640.752774] [55398]: [pid: 55398|app: 0|req: 18/36] 10.180.1.21 () {62 vars in 1177 bytes} [Thu Feb 20 17:55:42 2025] POST /volume/v3/volumes => generated 896 bytes in 618 msecs (HTTP/1.1 202) 7 headers in 292 bytes (1 switches on core 0) [ 640.765802] [55397]: DEBUG cinder.api.middleware.request_id [None req-adb0991a-acc5-4012-ba69-1c2a16c4ff75 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 640.769669] [55397]: INFO cinder.api.openstack.wsgi [None req-adb0991a-acc5-4012-ba69-1c2a16c4ff75 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] GET http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce [ 640.769669] [55397]: DEBUG cinder.api.openstack.wsgi [None req-adb0991a-acc5-4012-ba69-1c2a16c4ff75 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 640.769669] [55397]: DEBUG cinder.api.openstack.wsgi [None req-adb0991a-acc5-4012-ba69-1c2a16c4ff75 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 640.782346] [55397]: /opt/stack/data/venv/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. [ 640.782346] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 640.787346] [55397]: INFO cinder.volume.api [None req-adb0991a-acc5-4012-ba69-1c2a16c4ff75 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Volume info retrieved successfully. [ 640.794046] [55397]: INFO cinder.api.openstack.wsgi [None req-adb0991a-acc5-4012-ba69-1c2a16c4ff75 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce returned with HTTP 200 [ 640.794499] [55397]: [pid: 55397|app: 0|req: 19/37] 10.180.1.21 () {60 vars in 1266 bytes} [Thu Feb 20 17:55:43 2025] GET /volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce => generated 964 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 641.807565] [55398]: DEBUG cinder.api.middleware.request_id [None req-572b68b1-f604-4d96-809c-b792a35915a2 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 641.813357] [55398]: INFO cinder.api.openstack.wsgi [None req-572b68b1-f604-4d96-809c-b792a35915a2 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] GET http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce [ 641.813653] [55398]: DEBUG cinder.api.openstack.wsgi [None req-572b68b1-f604-4d96-809c-b792a35915a2 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 641.813881] [55398]: DEBUG cinder.api.openstack.wsgi [None req-572b68b1-f604-4d96-809c-b792a35915a2 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 641.830843] [55398]: /opt/stack/data/venv/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. [ 641.830843] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 641.838141] [55398]: INFO cinder.volume.api [None req-572b68b1-f604-4d96-809c-b792a35915a2 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Volume info retrieved successfully. [ 641.850707] [55398]: INFO cinder.api.openstack.wsgi [None req-572b68b1-f604-4d96-809c-b792a35915a2 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce returned with HTTP 200 [ 641.851162] [55398]: [pid: 55398|app: 0|req: 19/38] 10.180.1.21 () {60 vars in 1266 bytes} [Thu Feb 20 17:55:44 2025] GET /volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce => generated 988 bytes in 45 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 642.869077] [55397]: DEBUG cinder.api.middleware.request_id [None req-306a3edf-18c1-4200-b361-787d812f7eae None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 642.872524] [55397]: INFO cinder.api.openstack.wsgi [None req-306a3edf-18c1-4200-b361-787d812f7eae tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] GET http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce [ 642.872980] [55397]: DEBUG cinder.api.openstack.wsgi [None req-306a3edf-18c1-4200-b361-787d812f7eae tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 642.873244] [55397]: DEBUG cinder.api.openstack.wsgi [None req-306a3edf-18c1-4200-b361-787d812f7eae tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 642.895253] [55397]: /opt/stack/data/venv/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. [ 642.895253] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 642.902341] [55397]: INFO cinder.volume.api [None req-306a3edf-18c1-4200-b361-787d812f7eae tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Volume info retrieved successfully. [ 642.911505] [55397]: INFO cinder.api.openstack.wsgi [None req-306a3edf-18c1-4200-b361-787d812f7eae tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce returned with HTTP 200 [ 642.912033] [55397]: [pid: 55397|app: 0|req: 20/39] 10.180.1.21 () {60 vars in 1266 bytes} [Thu Feb 20 17:55:45 2025] GET /volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce => generated 988 bytes in 44 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 643.924637] [55398]: DEBUG cinder.api.middleware.request_id [None req-3ecc7a66-23f8-41ca-a24c-408a7424be9a None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 643.927506] [55398]: INFO cinder.api.openstack.wsgi [None req-3ecc7a66-23f8-41ca-a24c-408a7424be9a tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] GET http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce [ 643.932498] [55398]: DEBUG cinder.api.openstack.wsgi [None req-3ecc7a66-23f8-41ca-a24c-408a7424be9a tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 643.932498] [55398]: DEBUG cinder.api.openstack.wsgi [None req-3ecc7a66-23f8-41ca-a24c-408a7424be9a tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 643.953965] [55398]: /opt/stack/data/venv/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. [ 643.953965] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 643.960414] [55398]: INFO cinder.volume.api [None req-3ecc7a66-23f8-41ca-a24c-408a7424be9a tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Volume info retrieved successfully. [ 643.967318] [55398]: INFO cinder.api.openstack.wsgi [None req-3ecc7a66-23f8-41ca-a24c-408a7424be9a tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce returned with HTTP 200 [ 643.967318] [55398]: [pid: 55398|app: 0|req: 20/40] 10.180.1.21 () {60 vars in 1266 bytes} [Thu Feb 20 17:55:46 2025] GET /volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce => generated 988 bytes in 44 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 644.978857] [55397]: DEBUG cinder.api.middleware.request_id [None req-7b1cfb9c-f746-4ae8-b2a3-3f75f528342f None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 644.982213] [55397]: INFO cinder.api.openstack.wsgi [None req-7b1cfb9c-f746-4ae8-b2a3-3f75f528342f tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] GET http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce [ 644.982544] [55397]: DEBUG cinder.api.openstack.wsgi [None req-7b1cfb9c-f746-4ae8-b2a3-3f75f528342f tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 644.982779] [55397]: DEBUG cinder.api.openstack.wsgi [None req-7b1cfb9c-f746-4ae8-b2a3-3f75f528342f tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 644.997925] [55397]: /opt/stack/data/venv/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. [ 644.997925] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 645.006829] [55397]: INFO cinder.volume.api [None req-7b1cfb9c-f746-4ae8-b2a3-3f75f528342f tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Volume info retrieved successfully. [ 645.013379] [55397]: INFO cinder.api.openstack.wsgi [None req-7b1cfb9c-f746-4ae8-b2a3-3f75f528342f tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce returned with HTTP 200 [ 645.013857] [55397]: [pid: 55397|app: 0|req: 21/41] 10.180.1.21 () {60 vars in 1266 bytes} [Thu Feb 20 17:55:47 2025] GET /volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce => generated 988 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 646.036072] [55398]: DEBUG cinder.api.middleware.request_id [None req-b3eca440-6e6b-4d4d-9e2b-896e8cd89525 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 646.039594] [55398]: INFO cinder.api.openstack.wsgi [None req-b3eca440-6e6b-4d4d-9e2b-896e8cd89525 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] GET http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce [ 646.039897] [55398]: DEBUG cinder.api.openstack.wsgi [None req-b3eca440-6e6b-4d4d-9e2b-896e8cd89525 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 646.040137] [55398]: DEBUG cinder.api.openstack.wsgi [None req-b3eca440-6e6b-4d4d-9e2b-896e8cd89525 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 646.053763] [55398]: /opt/stack/data/venv/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. [ 646.053763] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 646.059413] [55398]: INFO cinder.volume.api [None req-b3eca440-6e6b-4d4d-9e2b-896e8cd89525 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Volume info retrieved successfully. [ 646.066499] [55398]: INFO cinder.api.openstack.wsgi [None req-b3eca440-6e6b-4d4d-9e2b-896e8cd89525 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce returned with HTTP 200 [ 646.070814] [55398]: [pid: 55398|app: 0|req: 21/42] 10.180.1.21 () {60 vars in 1266 bytes} [Thu Feb 20 17:55:48 2025] GET /volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce => generated 988 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 647.091370] [55397]: DEBUG cinder.api.middleware.request_id [None req-ced8e6ee-532e-456e-9f5f-d354cabe48c5 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 647.097600] [55397]: INFO cinder.api.openstack.wsgi [None req-ced8e6ee-532e-456e-9f5f-d354cabe48c5 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] GET http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce [ 647.098465] [55397]: DEBUG cinder.api.openstack.wsgi [None req-ced8e6ee-532e-456e-9f5f-d354cabe48c5 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 647.098465] [55397]: DEBUG cinder.api.openstack.wsgi [None req-ced8e6ee-532e-456e-9f5f-d354cabe48c5 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 647.119581] [55397]: /opt/stack/data/venv/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. [ 647.119581] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 647.131626] [55397]: INFO cinder.volume.api [None req-ced8e6ee-532e-456e-9f5f-d354cabe48c5 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Volume info retrieved successfully. [ 647.139361] [55397]: INFO cinder.api.openstack.wsgi [None req-ced8e6ee-532e-456e-9f5f-d354cabe48c5 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce returned with HTTP 200 [ 647.139361] [55397]: [pid: 55397|app: 0|req: 22/43] 10.180.1.21 () {60 vars in 1266 bytes} [Thu Feb 20 17:55:49 2025] GET /volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce => generated 988 bytes in 49 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 648.154379] [55398]: DEBUG cinder.api.middleware.request_id [None req-77c79d86-79d5-479c-912b-840f1f13590d None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 648.158338] [55398]: INFO cinder.api.openstack.wsgi [None req-77c79d86-79d5-479c-912b-840f1f13590d tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] GET http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce [ 648.158651] [55398]: DEBUG cinder.api.openstack.wsgi [None req-77c79d86-79d5-479c-912b-840f1f13590d tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 648.159458] [55398]: DEBUG cinder.api.openstack.wsgi [None req-77c79d86-79d5-479c-912b-840f1f13590d tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 648.176959] [55398]: /opt/stack/data/venv/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. [ 648.176959] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 648.186504] [55398]: INFO cinder.volume.api [None req-77c79d86-79d5-479c-912b-840f1f13590d tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Volume info retrieved successfully. [ 648.195553] [55398]: INFO cinder.api.openstack.wsgi [None req-77c79d86-79d5-479c-912b-840f1f13590d tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce returned with HTTP 200 [ 648.196322] [55398]: [pid: 55398|app: 0|req: 22/44] 10.180.1.21 () {60 vars in 1266 bytes} [Thu Feb 20 17:55:51 2025] GET /volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce => generated 988 bytes in 42 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 649.208778] [55397]: DEBUG cinder.api.middleware.request_id [None req-b9347fa7-bba2-4e80-9322-47eee397253e None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 649.211315] [55397]: INFO cinder.api.openstack.wsgi [None req-b9347fa7-bba2-4e80-9322-47eee397253e tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] GET http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce [ 649.213764] [55397]: DEBUG cinder.api.openstack.wsgi [None req-b9347fa7-bba2-4e80-9322-47eee397253e tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 649.213764] [55397]: DEBUG cinder.api.openstack.wsgi [None req-b9347fa7-bba2-4e80-9322-47eee397253e tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 649.225797] [55397]: /opt/stack/data/venv/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. [ 649.225797] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 649.231471] [55397]: INFO cinder.volume.api [None req-b9347fa7-bba2-4e80-9322-47eee397253e tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Volume info retrieved successfully. [ 649.235808] [55397]: INFO cinder.api.openstack.wsgi [None req-b9347fa7-bba2-4e80-9322-47eee397253e tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce returned with HTTP 200 [ 649.236364] [55397]: [pid: 55397|app: 0|req: 23/45] 10.180.1.21 () {60 vars in 1266 bytes} [Thu Feb 20 17:55:52 2025] GET /volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce => generated 988 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 650.252759] [55398]: DEBUG cinder.api.middleware.request_id [None req-e8965ad3-4511-4e0f-bbb0-166ef3fe41a4 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 650.255349] [55398]: INFO cinder.api.openstack.wsgi [None req-e8965ad3-4511-4e0f-bbb0-166ef3fe41a4 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] GET http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce [ 650.255645] [55398]: DEBUG cinder.api.openstack.wsgi [None req-e8965ad3-4511-4e0f-bbb0-166ef3fe41a4 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 650.256387] [55398]: DEBUG cinder.api.openstack.wsgi [None req-e8965ad3-4511-4e0f-bbb0-166ef3fe41a4 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 650.266049] [55398]: /opt/stack/data/venv/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. [ 650.266049] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 650.272900] [55398]: INFO cinder.volume.api [None req-e8965ad3-4511-4e0f-bbb0-166ef3fe41a4 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Volume info retrieved successfully. [ 650.278868] [55398]: INFO cinder.api.openstack.wsgi [None req-e8965ad3-4511-4e0f-bbb0-166ef3fe41a4 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce returned with HTTP 200 [ 650.279329] [55398]: [pid: 55398|app: 0|req: 23/46] 10.180.1.21 () {60 vars in 1266 bytes} [Thu Feb 20 17:55:53 2025] GET /volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce => generated 988 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 651.295964] [55397]: DEBUG cinder.api.middleware.request_id [None req-a983102b-5ec2-4844-9ffe-366f9325cdc4 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 651.298482] [55397]: INFO cinder.api.openstack.wsgi [None req-a983102b-5ec2-4844-9ffe-366f9325cdc4 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] GET http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce [ 651.299107] [55397]: DEBUG cinder.api.openstack.wsgi [None req-a983102b-5ec2-4844-9ffe-366f9325cdc4 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 651.299419] [55397]: DEBUG cinder.api.openstack.wsgi [None req-a983102b-5ec2-4844-9ffe-366f9325cdc4 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 651.312972] [55397]: /opt/stack/data/venv/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. [ 651.312972] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 651.322019] [55397]: INFO cinder.volume.api [None req-a983102b-5ec2-4844-9ffe-366f9325cdc4 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Volume info retrieved successfully. [ 651.329049] [55397]: INFO cinder.api.openstack.wsgi [None req-a983102b-5ec2-4844-9ffe-366f9325cdc4 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce returned with HTTP 200 [ 651.329529] [55397]: [pid: 55397|app: 0|req: 24/47] 10.180.1.21 () {60 vars in 1266 bytes} [Thu Feb 20 17:55:54 2025] GET /volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce => generated 988 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 652.349314] [55398]: DEBUG cinder.api.middleware.request_id [None req-b002abae-454f-4fb3-9c0d-e15dd3e23517 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 652.349957] [55398]: INFO cinder.api.openstack.wsgi [None req-b002abae-454f-4fb3-9c0d-e15dd3e23517 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] GET http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce [ 652.350262] [55398]: DEBUG cinder.api.openstack.wsgi [None req-b002abae-454f-4fb3-9c0d-e15dd3e23517 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 652.350521] [55398]: DEBUG cinder.api.openstack.wsgi [None req-b002abae-454f-4fb3-9c0d-e15dd3e23517 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 652.364170] [55398]: /opt/stack/data/venv/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. [ 652.364170] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 652.371117] [55398]: INFO cinder.volume.api [None req-b002abae-454f-4fb3-9c0d-e15dd3e23517 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Volume info retrieved successfully. [ 652.377705] [55398]: INFO cinder.api.openstack.wsgi [None req-b002abae-454f-4fb3-9c0d-e15dd3e23517 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce returned with HTTP 200 [ 652.378228] [55398]: [pid: 55398|app: 0|req: 24/48] 10.180.1.21 () {60 vars in 1266 bytes} [Thu Feb 20 17:55:55 2025] GET /volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce => generated 988 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 653.390215] [55397]: DEBUG cinder.api.middleware.request_id [None req-815071f4-5078-4de2-98bd-9bf82213c0ce None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 653.394375] [55397]: INFO cinder.api.openstack.wsgi [None req-815071f4-5078-4de2-98bd-9bf82213c0ce tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] GET http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce [ 653.394375] [55397]: DEBUG cinder.api.openstack.wsgi [None req-815071f4-5078-4de2-98bd-9bf82213c0ce tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 653.394375] [55397]: DEBUG cinder.api.openstack.wsgi [None req-815071f4-5078-4de2-98bd-9bf82213c0ce tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 653.409152] [55397]: /opt/stack/data/venv/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. [ 653.409152] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 653.415473] [55397]: INFO cinder.volume.api [None req-815071f4-5078-4de2-98bd-9bf82213c0ce tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Volume info retrieved successfully. [ 653.423719] [55397]: INFO cinder.api.openstack.wsgi [None req-815071f4-5078-4de2-98bd-9bf82213c0ce tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce returned with HTTP 200 [ 653.423719] [55397]: [pid: 55397|app: 0|req: 25/49] 10.180.1.21 () {60 vars in 1266 bytes} [Thu Feb 20 17:55:56 2025] GET /volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce => generated 988 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 654.434349] [55398]: DEBUG cinder.api.middleware.request_id [None req-ee0ad2df-5f93-49e5-a285-43a66993bcba None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 654.436686] [55398]: INFO cinder.api.openstack.wsgi [None req-ee0ad2df-5f93-49e5-a285-43a66993bcba tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] GET http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce [ 654.436686] [55398]: DEBUG cinder.api.openstack.wsgi [None req-ee0ad2df-5f93-49e5-a285-43a66993bcba tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 654.438377] [55398]: DEBUG cinder.api.openstack.wsgi [None req-ee0ad2df-5f93-49e5-a285-43a66993bcba tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 654.446170] [55398]: /opt/stack/data/venv/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. [ 654.446170] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 654.450503] [55398]: INFO cinder.volume.api [None req-ee0ad2df-5f93-49e5-a285-43a66993bcba tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Volume info retrieved successfully. [ 654.456066] [55398]: INFO cinder.api.openstack.wsgi [None req-ee0ad2df-5f93-49e5-a285-43a66993bcba tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce returned with HTTP 200 [ 654.456516] [55398]: [pid: 55398|app: 0|req: 25/50] 10.180.1.21 () {60 vars in 1266 bytes} [Thu Feb 20 17:55:57 2025] GET /volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce => generated 988 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) [ 655.471219] [55397]: DEBUG cinder.api.middleware.request_id [None req-9460c2b0-df55-4549-a822-ce16051791d7 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 655.473262] [55397]: INFO cinder.api.openstack.wsgi [None req-9460c2b0-df55-4549-a822-ce16051791d7 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] GET http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce [ 655.473564] [55397]: DEBUG cinder.api.openstack.wsgi [None req-9460c2b0-df55-4549-a822-ce16051791d7 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 655.473802] [55397]: DEBUG cinder.api.openstack.wsgi [None req-9460c2b0-df55-4549-a822-ce16051791d7 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 655.486768] [55397]: /opt/stack/data/venv/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. [ 655.486768] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 655.490656] [55397]: INFO cinder.volume.api [None req-9460c2b0-df55-4549-a822-ce16051791d7 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Volume info retrieved successfully. [ 655.497068] [55397]: INFO cinder.api.openstack.wsgi [None req-9460c2b0-df55-4549-a822-ce16051791d7 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce returned with HTTP 200 [ 655.497542] [55397]: [pid: 55397|app: 0|req: 26/51] 10.180.1.21 () {60 vars in 1266 bytes} [Thu Feb 20 17:55:58 2025] GET /volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce => generated 988 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 656.513836] [55398]: DEBUG cinder.api.middleware.request_id [None req-a924ee07-8d49-49cd-b6cf-4c79a5f18cbe None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 656.516381] [55398]: INFO cinder.api.openstack.wsgi [None req-a924ee07-8d49-49cd-b6cf-4c79a5f18cbe tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] GET http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce [ 656.516634] [55398]: DEBUG cinder.api.openstack.wsgi [None req-a924ee07-8d49-49cd-b6cf-4c79a5f18cbe tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 656.516852] [55398]: DEBUG cinder.api.openstack.wsgi [None req-a924ee07-8d49-49cd-b6cf-4c79a5f18cbe tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 656.526207] [55398]: /opt/stack/data/venv/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. [ 656.526207] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 656.531579] [55398]: INFO cinder.volume.api [None req-a924ee07-8d49-49cd-b6cf-4c79a5f18cbe tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Volume info retrieved successfully. [ 656.540524] [55398]: INFO cinder.api.openstack.wsgi [None req-a924ee07-8d49-49cd-b6cf-4c79a5f18cbe tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce returned with HTTP 200 [ 656.540947] [55398]: [pid: 55398|app: 0|req: 26/52] 10.180.1.21 () {60 vars in 1266 bytes} [Thu Feb 20 17:55:59 2025] GET /volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce => generated 988 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 657.558590] [55397]: DEBUG cinder.api.middleware.request_id [None req-d765acd8-a921-4015-89ac-68751fd89f50 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 657.561601] [55397]: INFO cinder.api.openstack.wsgi [None req-d765acd8-a921-4015-89ac-68751fd89f50 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] GET http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce [ 657.562624] [55397]: DEBUG cinder.api.openstack.wsgi [None req-d765acd8-a921-4015-89ac-68751fd89f50 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 657.562925] [55397]: DEBUG cinder.api.openstack.wsgi [None req-d765acd8-a921-4015-89ac-68751fd89f50 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 657.576528] [55397]: /opt/stack/data/venv/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. [ 657.576528] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 657.583534] [55397]: INFO cinder.volume.api [None req-d765acd8-a921-4015-89ac-68751fd89f50 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Volume info retrieved successfully. [ 657.596698] [55397]: INFO cinder.api.openstack.wsgi [None req-d765acd8-a921-4015-89ac-68751fd89f50 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce returned with HTTP 200 [ 657.596698] [55397]: [pid: 55397|app: 0|req: 27/53] 10.180.1.21 () {60 vars in 1266 bytes} [Thu Feb 20 17:56:00 2025] GET /volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce => generated 988 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 658.608060] [55398]: DEBUG cinder.api.middleware.request_id [None req-d98c2429-244d-4005-89d0-75899f9eb672 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 658.613621] [55398]: INFO cinder.api.openstack.wsgi [None req-d98c2429-244d-4005-89d0-75899f9eb672 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] GET http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce [ 658.613621] [55398]: DEBUG cinder.api.openstack.wsgi [None req-d98c2429-244d-4005-89d0-75899f9eb672 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 658.613621] [55398]: DEBUG cinder.api.openstack.wsgi [None req-d98c2429-244d-4005-89d0-75899f9eb672 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 658.622211] [55398]: /opt/stack/data/venv/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. [ 658.622211] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 658.628256] [55398]: INFO cinder.volume.api [None req-d98c2429-244d-4005-89d0-75899f9eb672 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Volume info retrieved successfully. [ 658.642103] [55398]: INFO cinder.api.openstack.wsgi [None req-d98c2429-244d-4005-89d0-75899f9eb672 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce returned with HTTP 200 [ 658.642103] [55398]: [pid: 55398|app: 0|req: 27/54] 10.180.1.21 () {60 vars in 1266 bytes} [Thu Feb 20 17:56:01 2025] GET /volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce => generated 1571 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) [ 658.725536] [55397]: DEBUG cinder.api.middleware.request_id [req-66952caa-4d08-4457-8103-f1724319cde7 req-8b0a71b2-ffcd-403c-83c6-ecd3ad4acb4e None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 658.729391] [55397]: INFO cinder.api.openstack.wsgi [req-66952caa-4d08-4457-8103-f1724319cde7 req-8b0a71b2-ffcd-403c-83c6-ecd3ad4acb4e tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] GET http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce [ 658.729391] [55397]: DEBUG cinder.api.openstack.wsgi [req-66952caa-4d08-4457-8103-f1724319cde7 req-8b0a71b2-ffcd-403c-83c6-ecd3ad4acb4e tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 658.729391] [55397]: DEBUG cinder.api.openstack.wsgi [req-66952caa-4d08-4457-8103-f1724319cde7 req-8b0a71b2-ffcd-403c-83c6-ecd3ad4acb4e tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 658.742942] [55397]: /opt/stack/data/venv/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. [ 658.742942] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 658.747254] [55397]: INFO cinder.volume.api [req-66952caa-4d08-4457-8103-f1724319cde7 req-8b0a71b2-ffcd-403c-83c6-ecd3ad4acb4e tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Volume info retrieved successfully. [ 658.753019] [55397]: INFO cinder.api.openstack.wsgi [req-66952caa-4d08-4457-8103-f1724319cde7 req-8b0a71b2-ffcd-403c-83c6-ecd3ad4acb4e tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce returned with HTTP 200 [ 658.753714] [55397]: [pid: 55397|app: 0|req: 28/55] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 17:56:01 2025] GET /volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce => generated 1390 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 659.023436] [55398]: DEBUG cinder.api.middleware.request_id [req-66952caa-4d08-4457-8103-f1724319cde7 req-7e85cf0e-4e0f-46a5-acff-3d6f461649ee None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 659.026028] [55398]: INFO cinder.api.openstack.wsgi [req-66952caa-4d08-4457-8103-f1724319cde7 req-7e85cf0e-4e0f-46a5-acff-3d6f461649ee tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] GET http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce [ 659.026289] [55398]: DEBUG cinder.api.openstack.wsgi [req-66952caa-4d08-4457-8103-f1724319cde7 req-7e85cf0e-4e0f-46a5-acff-3d6f461649ee tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 659.026482] [55398]: DEBUG cinder.api.openstack.wsgi [req-66952caa-4d08-4457-8103-f1724319cde7 req-7e85cf0e-4e0f-46a5-acff-3d6f461649ee tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 659.035977] [55398]: /opt/stack/data/venv/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. [ 659.035977] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 659.039916] [55398]: INFO cinder.volume.api [req-66952caa-4d08-4457-8103-f1724319cde7 req-7e85cf0e-4e0f-46a5-acff-3d6f461649ee tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Volume info retrieved successfully. [ 659.044353] [55398]: INFO cinder.api.openstack.wsgi [req-66952caa-4d08-4457-8103-f1724319cde7 req-7e85cf0e-4e0f-46a5-acff-3d6f461649ee tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce returned with HTTP 200 [ 659.047704] [55398]: [pid: 55398|app: 0|req: 28/56] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 17:56:01 2025] GET /volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce => generated 1390 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 659.051419] [55397]: DEBUG cinder.api.middleware.request_id [None req-8f94f647-3baf-4564-8364-18cbd10fdab2 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 659.051741] [55397]: INFO cinder.api.openstack.wsgi [None req-8f94f647-3baf-4564-8364-18cbd10fdab2 None None] GET http://10.180.1.21/volume// [ 659.051741] [55397]: DEBUG cinder.api.openstack.wsgi [None req-8f94f647-3baf-4564-8364-18cbd10fdab2 None None] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 659.052516] [55397]: DEBUG cinder.api.openstack.wsgi [None req-8f94f647-3baf-4564-8364-18cbd10fdab2 None None] Calling method 'all' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 659.052516] [55397]: INFO cinder.api.openstack.wsgi [None req-8f94f647-3baf-4564-8364-18cbd10fdab2 None None] http://10.180.1.21/volume// returned with HTTP 300 [ 659.052822] [55397]: [pid: 55397|app: 0|req: 29/57] 10.180.1.21 () {58 vars in 1299 bytes} [Thu Feb 20 17:56:01 2025] GET /volume/ => generated 386 bytes in 2 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) [ 659.056409] [55398]: DEBUG cinder.api.middleware.request_id [req-66952caa-4d08-4457-8103-f1724319cde7 req-31799695-738e-41c0-9ba9-8d41016481e1 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 659.061579] [55398]: INFO cinder.api.openstack.wsgi [req-66952caa-4d08-4457-8103-f1724319cde7 req-31799695-738e-41c0-9ba9-8d41016481e1 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] POST http://10.180.1.21/volume/v3/attachments [ 659.061579] [55398]: DEBUG cinder.api.openstack.wsgi [req-66952caa-4d08-4457-8103-f1724319cde7 req-31799695-738e-41c0-9ba9-8d41016481e1 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Action: 'create', calling method: version_select, body: {"attachment": {"volume_uuid": "4246155e-0977-4f2a-b135-72a3849826ce", "connector": null, "instance_uuid": "600195de-ceb4-41a6-9ade-dda8b898e4db"}} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 659.073685] [55398]: /opt/stack/data/venv/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. [ 659.073685] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 659.102761] [55398]: INFO cinder.api.openstack.wsgi [req-66952caa-4d08-4457-8103-f1724319cde7 req-31799695-738e-41c0-9ba9-8d41016481e1 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] http://10.180.1.21/volume/v3/attachments returned with HTTP 200 [ 659.102761] [55398]: [pid: 55398|app: 0|req: 29/58] 10.180.1.21 () {66 vars in 1474 bytes} [Thu Feb 20 17:56:01 2025] POST /volume/v3/attachments => generated 273 bytes in 47 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 668.749595] [55397]: DEBUG dbcounter [-] [55397] Writing DB stats cinder:SELECT=40 {{(pid=55397) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} [ 669.101145] [55398]: DEBUG dbcounter [-] [55398] Writing DB stats cinder:SELECT=73,cinder:INSERT=11,cinder:UPDATE=14 {{(pid=55398) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} [ 673.425694] [55397]: DEBUG cinder.api.middleware.request_id [req-d84ae888-7e2d-4df5-9392-6259ddfeb3a0 req-5b34d92a-50c1-40ba-a02f-ffbfc284c725 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 673.429769] [55397]: INFO cinder.api.openstack.wsgi [req-d84ae888-7e2d-4df5-9392-6259ddfeb3a0 req-5b34d92a-50c1-40ba-a02f-ffbfc284c725 tempest-VolumesNegativeTest-575233145 tempest-VolumesNegativeTest-575233145-project-member] DELETE http://10.180.1.21/volume/v3/volumes/tempest-invalid-2034139573 [ 673.430590] [55397]: DEBUG cinder.api.openstack.wsgi [req-d84ae888-7e2d-4df5-9392-6259ddfeb3a0 req-5b34d92a-50c1-40ba-a02f-ffbfc284c725 tempest-VolumesNegativeTest-575233145 tempest-VolumesNegativeTest-575233145-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 673.430590] [55397]: DEBUG cinder.api.openstack.wsgi [req-d84ae888-7e2d-4df5-9392-6259ddfeb3a0 req-5b34d92a-50c1-40ba-a02f-ffbfc284c725 tempest-VolumesNegativeTest-575233145 tempest-VolumesNegativeTest-575233145-project-member] Calling method 'delete' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 673.430962] [55397]: INFO cinder.api.v3.volumes [req-d84ae888-7e2d-4df5-9392-6259ddfeb3a0 req-5b34d92a-50c1-40ba-a02f-ffbfc284c725 tempest-VolumesNegativeTest-575233145 tempest-VolumesNegativeTest-575233145-project-member] Delete volume with id: tempest-invalid-2034139573 [ 673.446371] [55397]: INFO cinder.api.openstack.wsgi [req-d84ae888-7e2d-4df5-9392-6259ddfeb3a0 req-5b34d92a-50c1-40ba-a02f-ffbfc284c725 tempest-VolumesNegativeTest-575233145 tempest-VolumesNegativeTest-575233145-project-member] http://10.180.1.21/volume/v3/volumes/tempest-invalid-2034139573 returned with HTTP 404 [ 673.447241] [55397]: [pid: 55397|app: 0|req: 30/59] 10.180.1.21 () {62 vars in 1470 bytes} [Thu Feb 20 17:56:16 2025] DELETE /volume/v3/volumes/tempest-invalid-2034139573 => generated 99 bytes in 23 msecs (HTTP/1.1 404) 7 headers in 291 bytes (1 switches on core 0) [ 673.472036] [55398]: DEBUG cinder.api.middleware.request_id [req-4164b2fc-e1d2-4550-883d-8332e58b94ee req-ae2d0e30-503e-41eb-abef-c41d49e4af91 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 673.477259] [55398]: INFO cinder.api.openstack.wsgi [req-4164b2fc-e1d2-4550-883d-8332e58b94ee req-ae2d0e30-503e-41eb-abef-c41d49e4af91 tempest-VolumesNegativeTest-575233145 tempest-VolumesNegativeTest-575233145-project-member] DELETE http://10.180.1.21/volume/v3/volumes/b8b58c43-dc55-45b8-9804-ac6b4f362643 [ 673.477688] [55398]: DEBUG cinder.api.openstack.wsgi [req-4164b2fc-e1d2-4550-883d-8332e58b94ee req-ae2d0e30-503e-41eb-abef-c41d49e4af91 tempest-VolumesNegativeTest-575233145 tempest-VolumesNegativeTest-575233145-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 673.478109] [55398]: DEBUG cinder.api.openstack.wsgi [req-4164b2fc-e1d2-4550-883d-8332e58b94ee req-ae2d0e30-503e-41eb-abef-c41d49e4af91 tempest-VolumesNegativeTest-575233145 tempest-VolumesNegativeTest-575233145-project-member] Calling method 'delete' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 673.478533] [55398]: INFO cinder.api.v3.volumes [req-4164b2fc-e1d2-4550-883d-8332e58b94ee req-ae2d0e30-503e-41eb-abef-c41d49e4af91 tempest-VolumesNegativeTest-575233145 tempest-VolumesNegativeTest-575233145-project-member] Delete volume with id: b8b58c43-dc55-45b8-9804-ac6b4f362643 [ 673.492043] [55398]: INFO cinder.api.openstack.wsgi [req-4164b2fc-e1d2-4550-883d-8332e58b94ee req-ae2d0e30-503e-41eb-abef-c41d49e4af91 tempest-VolumesNegativeTest-575233145 tempest-VolumesNegativeTest-575233145-project-member] http://10.180.1.21/volume/v3/volumes/b8b58c43-dc55-45b8-9804-ac6b4f362643 returned with HTTP 404 [ 673.492043] [55398]: [pid: 55398|app: 0|req: 30/60] 10.180.1.21 () {62 vars in 1500 bytes} [Thu Feb 20 17:56:16 2025] DELETE /volume/v3/volumes/b8b58c43-dc55-45b8-9804-ac6b4f362643 => generated 109 bytes in 20 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) [ 673.510911] [55397]: DEBUG cinder.api.middleware.request_id [req-97daab5b-ae68-4d8a-a8e8-ffc349b6ab39 req-5c2ef404-13bb-4056-900c-9dd40c7c0e04 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 673.515274] [55397]: INFO cinder.api.openstack.wsgi [req-97daab5b-ae68-4d8a-a8e8-ffc349b6ab39 req-5c2ef404-13bb-4056-900c-9dd40c7c0e04 tempest-VolumesNegativeTest-575233145 tempest-VolumesNegativeTest-575233145-project-member] GET http://10.180.1.21/volume/v3/volumes/11a03fae-ad6c-440e-bab1-128b530f01d2 [ 673.515818] [55397]: DEBUG cinder.api.openstack.wsgi [req-97daab5b-ae68-4d8a-a8e8-ffc349b6ab39 req-5c2ef404-13bb-4056-900c-9dd40c7c0e04 tempest-VolumesNegativeTest-575233145 tempest-VolumesNegativeTest-575233145-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 673.516359] [55397]: DEBUG cinder.api.openstack.wsgi [req-97daab5b-ae68-4d8a-a8e8-ffc349b6ab39 req-5c2ef404-13bb-4056-900c-9dd40c7c0e04 tempest-VolumesNegativeTest-575233145 tempest-VolumesNegativeTest-575233145-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 673.527736] [55397]: INFO cinder.api.openstack.wsgi [req-97daab5b-ae68-4d8a-a8e8-ffc349b6ab39 req-5c2ef404-13bb-4056-900c-9dd40c7c0e04 tempest-VolumesNegativeTest-575233145 tempest-VolumesNegativeTest-575233145-project-member] http://10.180.1.21/volume/v3/volumes/11a03fae-ad6c-440e-bab1-128b530f01d2 returned with HTTP 404 [ 673.528301] [55397]: [pid: 55397|app: 0|req: 31/61] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 17:56:16 2025] GET /volume/v3/volumes/11a03fae-ad6c-440e-bab1-128b530f01d2 => generated 109 bytes in 19 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) [ 682.609088] [55398]: DEBUG cinder.api.middleware.request_id [None req-bd9840ae-f273-4670-af7d-372492282872 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 682.609510] [55398]: INFO cinder.api.openstack.wsgi [None req-bd9840ae-f273-4670-af7d-372492282872 None None] GET http://10.180.1.21/volume// [ 682.609698] [55398]: DEBUG cinder.api.openstack.wsgi [None req-bd9840ae-f273-4670-af7d-372492282872 None None] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 682.609919] [55398]: DEBUG cinder.api.openstack.wsgi [None req-bd9840ae-f273-4670-af7d-372492282872 None None] Calling method 'all' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 682.610390] [55398]: INFO cinder.api.openstack.wsgi [None req-bd9840ae-f273-4670-af7d-372492282872 None None] http://10.180.1.21/volume// returned with HTTP 300 [ 682.610696] [55398]: [pid: 55398|app: 0|req: 31/62] 10.180.1.21 () {58 vars in 1306 bytes} [Thu Feb 20 17:56:25 2025] GET /volume/ => generated 386 bytes in 2 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) [ 682.614792] [55397]: DEBUG cinder.api.middleware.request_id [req-a8d45a3e-08b3-4b12-b769-c8ee0aba7c03 req-2e7eb2cc-75e9-415e-be4c-7f64cd2451df None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 682.617081] [55397]: INFO cinder.api.openstack.wsgi [req-a8d45a3e-08b3-4b12-b769-c8ee0aba7c03 req-2e7eb2cc-75e9-415e-be4c-7f64cd2451df tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] GET http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c [ 682.617335] [55397]: DEBUG cinder.api.openstack.wsgi [req-a8d45a3e-08b3-4b12-b769-c8ee0aba7c03 req-2e7eb2cc-75e9-415e-be4c-7f64cd2451df tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 682.617625] [55397]: DEBUG cinder.api.openstack.wsgi [req-a8d45a3e-08b3-4b12-b769-c8ee0aba7c03 req-2e7eb2cc-75e9-415e-be4c-7f64cd2451df tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 682.633292] [55397]: /opt/stack/data/venv/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. [ 682.633292] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 682.637414] [55397]: INFO cinder.volume.api [req-a8d45a3e-08b3-4b12-b769-c8ee0aba7c03 req-2e7eb2cc-75e9-415e-be4c-7f64cd2451df tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Volume info retrieved successfully. [ 682.643960] [55397]: INFO cinder.api.openstack.wsgi [req-a8d45a3e-08b3-4b12-b769-c8ee0aba7c03 req-2e7eb2cc-75e9-415e-be4c-7f64cd2451df tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c returned with HTTP 200 [ 682.644462] [55397]: [pid: 55397|app: 0|req: 32/63] 10.180.1.21 () {62 vars in 1519 bytes} [Thu Feb 20 17:56:25 2025] GET /volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c => generated 1572 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) [ 682.750225] [55398]: DEBUG cinder.api.middleware.request_id [req-a8d45a3e-08b3-4b12-b769-c8ee0aba7c03 req-2be7225c-9928-49cb-b5ee-cc7b7e4eca21 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 682.753396] [55398]: INFO cinder.api.openstack.wsgi [req-a8d45a3e-08b3-4b12-b769-c8ee0aba7c03 req-2be7225c-9928-49cb-b5ee-cc7b7e4eca21 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] PUT http://10.180.1.21/volume/v3/attachments/1a55ad23-45a7-40ae-94c2-35cff7ed90a8 [ 682.753973] [55398]: DEBUG cinder.api.openstack.wsgi [req-a8d45a3e-08b3-4b12-b769-c8ee0aba7c03 req-2be7225c-9928-49cb-b5ee-cc7b7e4eca21 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Action: 'update', calling method: version_select, body: {"attachment": {"connector": {"ip": "vc1.osci.c.eu-de-1.cloud.sap", "initiator": null, "host": "vc1.osci.c.eu-de-1.cloud.sap", "mountpoint": "/dev/sda"}}} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 682.765483] [55398]: DEBUG cinder.coordination [req-a8d45a3e-08b3-4b12-b769-c8ee0aba7c03 req-2be7225c-9928-49cb-b5ee-cc7b7e4eca21 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Acquiring lock "cinder-attachment_update-39116d21-d007-4c27-9ce1-9f92bb99f75c-vc1.osci.c.eu-de-1.cloud.sap" by "attachment_update" {{(pid=55398) __acquire /opt/stack/cinder/cinder/coordination.py:143}} [ 682.772410] [55398]: DEBUG cinder.coordination [req-a8d45a3e-08b3-4b12-b769-c8ee0aba7c03 req-2be7225c-9928-49cb-b5ee-cc7b7e4eca21 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Lock "cinder-attachment_update-39116d21-d007-4c27-9ce1-9f92bb99f75c-vc1.osci.c.eu-de-1.cloud.sap" acquired by "attachment_update" :: waited 0.007s {{(pid=55398) __acquire /opt/stack/cinder/cinder/coordination.py:146}} [ 682.774006] [55398]: /opt/stack/data/venv/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. [ 682.774006] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 683.304774] [55398]: DEBUG cinder.coordination [req-a8d45a3e-08b3-4b12-b769-c8ee0aba7c03 req-2be7225c-9928-49cb-b5ee-cc7b7e4eca21 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Lock "cinder-attachment_update-39116d21-d007-4c27-9ce1-9f92bb99f75c-vc1.osci.c.eu-de-1.cloud.sap" released by "attachment_update" :: held 0.532s {{(pid=55398) __release /opt/stack/cinder/cinder/coordination.py:157}} [ 683.304989] [55398]: INFO cinder.api.openstack.wsgi [req-a8d45a3e-08b3-4b12-b769-c8ee0aba7c03 req-2be7225c-9928-49cb-b5ee-cc7b7e4eca21 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] http://10.180.1.21/volume/v3/attachments/1a55ad23-45a7-40ae-94c2-35cff7ed90a8 returned with HTTP 200 [ 683.305533] [55398]: [pid: 55398|app: 0|req: 32/64] 10.180.1.21 () {66 vars in 1584 bytes} [Thu Feb 20 17:56:25 2025] PUT /volume/v3/attachments/1a55ad23-45a7-40ae-94c2-35cff7ed90a8 => generated 617 bytes in 556 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 683.813279] [55397]: DEBUG cinder.api.middleware.request_id [req-a8d45a3e-08b3-4b12-b769-c8ee0aba7c03 req-7ddf8bc1-5f42-4fcd-843d-0cadf60238b3 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 683.815910] [55397]: INFO cinder.api.openstack.wsgi [req-a8d45a3e-08b3-4b12-b769-c8ee0aba7c03 req-7ddf8bc1-5f42-4fcd-843d-0cadf60238b3 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] POST http://10.180.1.21/volume/v3/attachments/1a55ad23-45a7-40ae-94c2-35cff7ed90a8/action [ 683.816675] [55397]: DEBUG cinder.api.openstack.wsgi [req-a8d45a3e-08b3-4b12-b769-c8ee0aba7c03 req-7ddf8bc1-5f42-4fcd-843d-0cadf60238b3 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Action body: b'{"os-complete": null}' {{(pid=55397) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} [ 683.816826] [55397]: DEBUG cinder.api.openstack.wsgi [req-a8d45a3e-08b3-4b12-b769-c8ee0aba7c03 req-7ddf8bc1-5f42-4fcd-843d-0cadf60238b3 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Action: 'action', calling method: version_select, body: {"os-complete": null} {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 683.845888] [55397]: /opt/stack/data/venv/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. [ 683.845888] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 683.856300] [55397]: INFO cinder.api.openstack.wsgi [req-a8d45a3e-08b3-4b12-b769-c8ee0aba7c03 req-7ddf8bc1-5f42-4fcd-843d-0cadf60238b3 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] http://10.180.1.21/volume/v3/attachments/1a55ad23-45a7-40ae-94c2-35cff7ed90a8/action returned with HTTP 204 [ 683.856765] [55397]: [pid: 55397|app: 0|req: 33/65] 10.180.1.21 () {66 vars in 1605 bytes} [Thu Feb 20 17:56:26 2025] POST /volume/v3/attachments/1a55ad23-45a7-40ae-94c2-35cff7ed90a8/action => generated 0 bytes in 44 msecs (HTTP/1.1 204) 7 headers in 292 bytes (1 switches on core 0) [ 693.301127] [55398]: DEBUG dbcounter [-] [55398] Writing DB stats cinder:SELECT=5,cinder:UPDATE=1 {{(pid=55398) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} [ 693.856364] [55397]: DEBUG dbcounter [-] [55397] Writing DB stats cinder:SELECT=11,cinder:UPDATE=2 {{(pid=55397) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} [ 712.258414] [55398]: DEBUG cinder.api.middleware.request_id [req-d1d707cf-9dbd-4413-86de-e670b7c7af54 req-18de7f16-c8b6-417b-9bad-c36c673a11ff None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 712.261016] [55398]: INFO cinder.api.openstack.wsgi [req-d1d707cf-9dbd-4413-86de-e670b7c7af54 req-18de7f16-c8b6-417b-9bad-c36c673a11ff tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] GET http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c [ 712.261253] [55398]: DEBUG cinder.api.openstack.wsgi [req-d1d707cf-9dbd-4413-86de-e670b7c7af54 req-18de7f16-c8b6-417b-9bad-c36c673a11ff tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 712.261473] [55398]: DEBUG cinder.api.openstack.wsgi [req-d1d707cf-9dbd-4413-86de-e670b7c7af54 req-18de7f16-c8b6-417b-9bad-c36c673a11ff tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 712.274877] [55398]: /opt/stack/data/venv/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. [ 712.274877] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 712.278759] [55398]: INFO cinder.volume.api [req-d1d707cf-9dbd-4413-86de-e670b7c7af54 req-18de7f16-c8b6-417b-9bad-c36c673a11ff tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Volume info retrieved successfully. [ 712.283584] [55398]: INFO cinder.api.openstack.wsgi [req-d1d707cf-9dbd-4413-86de-e670b7c7af54 req-18de7f16-c8b6-417b-9bad-c36c673a11ff tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c returned with HTTP 200 [ 712.284021] [55398]: [pid: 55398|app: 0|req: 33/66] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 17:56:55 2025] GET /volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c => generated 1010 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 713.805931] [55397]: DEBUG cinder.api.middleware.request_id [None req-b45a5b8d-8ce2-4888-acaa-837dbdcf15ae None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 713.806360] [55397]: INFO cinder.api.openstack.wsgi [None req-b45a5b8d-8ce2-4888-acaa-837dbdcf15ae None None] GET http://10.180.1.21/volume// [ 713.806562] [55397]: DEBUG cinder.api.openstack.wsgi [None req-b45a5b8d-8ce2-4888-acaa-837dbdcf15ae None None] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 713.806787] [55397]: DEBUG cinder.api.openstack.wsgi [None req-b45a5b8d-8ce2-4888-acaa-837dbdcf15ae None None] Calling method 'all' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 713.807229] [55397]: INFO cinder.api.openstack.wsgi [None req-b45a5b8d-8ce2-4888-acaa-837dbdcf15ae None None] http://10.180.1.21/volume// returned with HTTP 300 [ 713.807545] [55397]: [pid: 55397|app: 0|req: 34/67] 10.180.1.21 () {58 vars in 1299 bytes} [Thu Feb 20 17:56:56 2025] GET /volume/ => generated 386 bytes in 2 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) [ 713.811539] [55398]: DEBUG cinder.api.middleware.request_id [req-d1d707cf-9dbd-4413-86de-e670b7c7af54 req-dd101a37-8a9c-4061-bbaf-971cbdd096a8 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 713.813840] [55398]: INFO cinder.api.openstack.wsgi [req-d1d707cf-9dbd-4413-86de-e670b7c7af54 req-dd101a37-8a9c-4061-bbaf-971cbdd096a8 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] POST http://10.180.1.21/volume/v3/attachments [ 713.814395] [55398]: DEBUG cinder.api.openstack.wsgi [req-d1d707cf-9dbd-4413-86de-e670b7c7af54 req-dd101a37-8a9c-4061-bbaf-971cbdd096a8 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Action: 'create', calling method: version_select, body: {"attachment": {"volume_uuid": "c445674d-5769-47ff-8906-73aeab7bd17c", "connector": null, "instance_uuid": "4a782483-c24e-44db-b697-856c69cc4a13"}} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 713.827982] [55398]: /opt/stack/data/venv/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. [ 713.827982] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 713.850805] [55398]: INFO cinder.api.openstack.wsgi [req-d1d707cf-9dbd-4413-86de-e670b7c7af54 req-dd101a37-8a9c-4061-bbaf-971cbdd096a8 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] http://10.180.1.21/volume/v3/attachments returned with HTTP 200 [ 713.851383] [55398]: [pid: 55398|app: 0|req: 34/68] 10.180.1.21 () {66 vars in 1474 bytes} [Thu Feb 20 17:56:56 2025] POST /volume/v3/attachments => generated 273 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 713.870726] [55397]: DEBUG cinder.api.middleware.request_id [None req-efb2c3a1-9cf5-4268-935d-d1dc7cd4a747 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 713.872968] [55397]: INFO cinder.api.openstack.wsgi [None req-efb2c3a1-9cf5-4268-935d-d1dc7cd4a747 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] GET http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c [ 713.873324] [55397]: DEBUG cinder.api.openstack.wsgi [None req-efb2c3a1-9cf5-4268-935d-d1dc7cd4a747 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 713.873595] [55397]: DEBUG cinder.api.openstack.wsgi [None req-efb2c3a1-9cf5-4268-935d-d1dc7cd4a747 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 713.885897] [55397]: /opt/stack/data/venv/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. [ 713.885897] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 713.890364] [55397]: INFO cinder.volume.api [None req-efb2c3a1-9cf5-4268-935d-d1dc7cd4a747 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Volume info retrieved successfully. [ 713.895056] [55397]: INFO cinder.api.openstack.wsgi [None req-efb2c3a1-9cf5-4268-935d-d1dc7cd4a747 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c returned with HTTP 200 [ 713.895708] [55397]: [pid: 55397|app: 0|req: 35/69] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:56:56 2025] GET /volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c => generated 1009 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 714.380130] [55398]: DEBUG cinder.api.middleware.request_id [None req-e4e4fcd7-14ff-436c-9eae-b1458a54c05c None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 714.380678] [55398]: INFO cinder.api.openstack.wsgi [None req-e4e4fcd7-14ff-436c-9eae-b1458a54c05c None None] GET http://10.180.1.21/volume// [ 714.380878] [55398]: DEBUG cinder.api.openstack.wsgi [None req-e4e4fcd7-14ff-436c-9eae-b1458a54c05c None None] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 714.381119] [55398]: DEBUG cinder.api.openstack.wsgi [None req-e4e4fcd7-14ff-436c-9eae-b1458a54c05c None None] Calling method 'all' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 714.381584] [55398]: INFO cinder.api.openstack.wsgi [None req-e4e4fcd7-14ff-436c-9eae-b1458a54c05c None None] http://10.180.1.21/volume// returned with HTTP 300 [ 714.382103] [55398]: [pid: 55398|app: 0|req: 35/70] 10.180.1.21 () {58 vars in 1306 bytes} [Thu Feb 20 17:56:57 2025] GET /volume/ => generated 386 bytes in 2 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) [ 714.386589] [55397]: DEBUG cinder.api.middleware.request_id [req-d1d707cf-9dbd-4413-86de-e670b7c7af54 req-81f6a147-399e-4993-98b3-c112a2f8a836 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 714.389219] [55397]: INFO cinder.api.openstack.wsgi [req-d1d707cf-9dbd-4413-86de-e670b7c7af54 req-81f6a147-399e-4993-98b3-c112a2f8a836 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] GET http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c [ 714.389480] [55397]: DEBUG cinder.api.openstack.wsgi [req-d1d707cf-9dbd-4413-86de-e670b7c7af54 req-81f6a147-399e-4993-98b3-c112a2f8a836 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 714.389697] [55397]: DEBUG cinder.api.openstack.wsgi [req-d1d707cf-9dbd-4413-86de-e670b7c7af54 req-81f6a147-399e-4993-98b3-c112a2f8a836 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 714.399666] [55397]: /opt/stack/data/venv/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. [ 714.399666] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 714.402583] [55397]: INFO cinder.volume.api [req-d1d707cf-9dbd-4413-86de-e670b7c7af54 req-81f6a147-399e-4993-98b3-c112a2f8a836 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Volume info retrieved successfully. [ 714.406455] [55397]: INFO cinder.api.openstack.wsgi [req-d1d707cf-9dbd-4413-86de-e670b7c7af54 req-81f6a147-399e-4993-98b3-c112a2f8a836 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c returned with HTTP 200 [ 714.406837] [55397]: [pid: 55397|app: 0|req: 36/71] 10.180.1.21 () {62 vars in 1519 bytes} [Thu Feb 20 17:56:57 2025] GET /volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c => generated 1233 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) [ 714.436216] [55398]: DEBUG cinder.api.middleware.request_id [req-d1d707cf-9dbd-4413-86de-e670b7c7af54 req-70aea337-816d-477c-9065-618a13c783f8 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 714.439038] [55398]: INFO cinder.api.openstack.wsgi [req-d1d707cf-9dbd-4413-86de-e670b7c7af54 req-70aea337-816d-477c-9065-618a13c783f8 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] PUT http://10.180.1.21/volume/v3/attachments/2ef85e89-b686-4e78-b556-bcb03f73dd63 [ 714.439482] [55398]: DEBUG cinder.api.openstack.wsgi [req-d1d707cf-9dbd-4413-86de-e670b7c7af54 req-70aea337-816d-477c-9065-618a13c783f8 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Action: 'update', calling method: version_select, body: {"attachment": {"connector": {"ip": "vc1.osci.c.eu-de-1.cloud.sap", "initiator": null, "host": "vc1.osci.c.eu-de-1.cloud.sap", "instance": "vm-550625", "mountpoint": "/dev/sdb"}}} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 714.447284] [55398]: DEBUG cinder.coordination [req-d1d707cf-9dbd-4413-86de-e670b7c7af54 req-70aea337-816d-477c-9065-618a13c783f8 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Acquiring lock "cinder-attachment_update-c445674d-5769-47ff-8906-73aeab7bd17c-vc1.osci.c.eu-de-1.cloud.sap" by "attachment_update" {{(pid=55398) __acquire /opt/stack/cinder/cinder/coordination.py:143}} [ 714.451209] [55398]: DEBUG cinder.coordination [req-d1d707cf-9dbd-4413-86de-e670b7c7af54 req-70aea337-816d-477c-9065-618a13c783f8 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Lock "cinder-attachment_update-c445674d-5769-47ff-8906-73aeab7bd17c-vc1.osci.c.eu-de-1.cloud.sap" acquired by "attachment_update" :: waited 0.004s {{(pid=55398) __acquire /opt/stack/cinder/cinder/coordination.py:146}} [ 714.452265] [55398]: /opt/stack/data/venv/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. [ 714.452265] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 714.908922] [55397]: DEBUG cinder.api.middleware.request_id [None req-8ed4926f-0448-44da-9d88-0600803329d9 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 714.911360] [55397]: INFO cinder.api.openstack.wsgi [None req-8ed4926f-0448-44da-9d88-0600803329d9 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] GET http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c [ 714.911655] [55397]: DEBUG cinder.api.openstack.wsgi [None req-8ed4926f-0448-44da-9d88-0600803329d9 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 714.913662] [55397]: DEBUG cinder.api.openstack.wsgi [None req-8ed4926f-0448-44da-9d88-0600803329d9 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 714.977659] [55397]: /opt/stack/data/venv/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. [ 714.977659] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 714.983355] [55397]: INFO cinder.volume.api [None req-8ed4926f-0448-44da-9d88-0600803329d9 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Volume info retrieved successfully. [ 714.990252] [55397]: INFO cinder.api.openstack.wsgi [None req-8ed4926f-0448-44da-9d88-0600803329d9 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c returned with HTTP 200 [ 714.990252] [55397]: [pid: 55397|app: 0|req: 37/72] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:56:57 2025] GET /volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c => generated 1009 bytes in 80 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 715.999791] [55397]: DEBUG cinder.api.middleware.request_id [None req-b7337bc3-d70e-4d4c-9603-ed6afdd623f9 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 716.003853] [55397]: INFO cinder.api.openstack.wsgi [None req-b7337bc3-d70e-4d4c-9603-ed6afdd623f9 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] GET http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c [ 716.003853] [55397]: DEBUG cinder.api.openstack.wsgi [None req-b7337bc3-d70e-4d4c-9603-ed6afdd623f9 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 716.003853] [55397]: DEBUG cinder.api.openstack.wsgi [None req-b7337bc3-d70e-4d4c-9603-ed6afdd623f9 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 716.014763] [55397]: /opt/stack/data/venv/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. [ 716.014763] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 716.018054] [55397]: INFO cinder.volume.api [None req-b7337bc3-d70e-4d4c-9603-ed6afdd623f9 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Volume info retrieved successfully. [ 716.022675] [55397]: INFO cinder.api.openstack.wsgi [None req-b7337bc3-d70e-4d4c-9603-ed6afdd623f9 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c returned with HTTP 200 [ 716.023172] [55397]: [pid: 55397|app: 0|req: 38/73] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:56:58 2025] GET /volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c => generated 1009 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 717.037418] [55397]: DEBUG cinder.api.middleware.request_id [None req-de7f188e-e805-4754-b7ef-da42ee563d48 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 717.039053] [55397]: INFO cinder.api.openstack.wsgi [None req-de7f188e-e805-4754-b7ef-da42ee563d48 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] GET http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c [ 717.039308] [55397]: DEBUG cinder.api.openstack.wsgi [None req-de7f188e-e805-4754-b7ef-da42ee563d48 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 717.039516] [55397]: DEBUG cinder.api.openstack.wsgi [None req-de7f188e-e805-4754-b7ef-da42ee563d48 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 717.052931] [55397]: /opt/stack/data/venv/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. [ 717.052931] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 717.056624] [55397]: INFO cinder.volume.api [None req-de7f188e-e805-4754-b7ef-da42ee563d48 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Volume info retrieved successfully. [ 717.060960] [55397]: INFO cinder.api.openstack.wsgi [None req-de7f188e-e805-4754-b7ef-da42ee563d48 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c returned with HTTP 200 [ 717.061361] [55397]: [pid: 55397|app: 0|req: 39/74] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:56:59 2025] GET /volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c => generated 1009 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 718.071961] [55397]: DEBUG cinder.api.middleware.request_id [None req-d55df78f-1fea-4a46-ac8e-34544267af26 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 718.074064] [55397]: INFO cinder.api.openstack.wsgi [None req-d55df78f-1fea-4a46-ac8e-34544267af26 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] GET http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c [ 718.074295] [55397]: DEBUG cinder.api.openstack.wsgi [None req-d55df78f-1fea-4a46-ac8e-34544267af26 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 718.074515] [55397]: DEBUG cinder.api.openstack.wsgi [None req-d55df78f-1fea-4a46-ac8e-34544267af26 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 718.085166] [55397]: /opt/stack/data/venv/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. [ 718.085166] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 718.088254] [55397]: INFO cinder.volume.api [None req-d55df78f-1fea-4a46-ac8e-34544267af26 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Volume info retrieved successfully. [ 718.092118] [55397]: INFO cinder.api.openstack.wsgi [None req-d55df78f-1fea-4a46-ac8e-34544267af26 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c returned with HTTP 200 [ 718.092500] [55397]: [pid: 55397|app: 0|req: 40/75] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:57:00 2025] GET /volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c => generated 1009 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 718.979487] [55398]: DEBUG cinder.coordination [req-d1d707cf-9dbd-4413-86de-e670b7c7af54 req-70aea337-816d-477c-9065-618a13c783f8 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Lock "cinder-attachment_update-c445674d-5769-47ff-8906-73aeab7bd17c-vc1.osci.c.eu-de-1.cloud.sap" released by "attachment_update" :: held 4.528s {{(pid=55398) __release /opt/stack/cinder/cinder/coordination.py:157}} [ 718.980055] [55398]: INFO cinder.api.openstack.wsgi [req-d1d707cf-9dbd-4413-86de-e670b7c7af54 req-70aea337-816d-477c-9065-618a13c783f8 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] http://10.180.1.21/volume/v3/attachments/2ef85e89-b686-4e78-b556-bcb03f73dd63 returned with HTTP 200 [ 718.980755] [55398]: [pid: 55398|app: 0|req: 36/76] 10.180.1.21 () {66 vars in 1584 bytes} [Thu Feb 20 17:56:57 2025] PUT /volume/v3/attachments/2ef85e89-b686-4e78-b556-bcb03f73dd63 => generated 617 bytes in 4545 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 719.104311] [55397]: DEBUG cinder.api.middleware.request_id [None req-07576a34-0b5f-4a86-a1f6-1e65c374e676 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 719.106510] [55397]: INFO cinder.api.openstack.wsgi [None req-07576a34-0b5f-4a86-a1f6-1e65c374e676 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] GET http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c [ 719.106888] [55397]: DEBUG cinder.api.openstack.wsgi [None req-07576a34-0b5f-4a86-a1f6-1e65c374e676 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 719.107141] [55397]: DEBUG cinder.api.openstack.wsgi [None req-07576a34-0b5f-4a86-a1f6-1e65c374e676 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 719.119020] [55397]: /opt/stack/data/venv/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. [ 719.119020] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 719.122273] [55397]: INFO cinder.volume.api [None req-07576a34-0b5f-4a86-a1f6-1e65c374e676 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Volume info retrieved successfully. [ 719.128937] [55397]: INFO cinder.api.openstack.wsgi [None req-07576a34-0b5f-4a86-a1f6-1e65c374e676 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c returned with HTTP 200 [ 719.129500] [55397]: [pid: 55397|app: 0|req: 41/77] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:57:01 2025] GET /volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c => generated 1010 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 720.139485] [55398]: DEBUG cinder.api.middleware.request_id [None req-c016b0c6-8038-46c3-b9cc-4729dd2af9f3 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 720.141600] [55398]: INFO cinder.api.openstack.wsgi [None req-c016b0c6-8038-46c3-b9cc-4729dd2af9f3 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] GET http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c [ 720.141807] [55398]: DEBUG cinder.api.openstack.wsgi [None req-c016b0c6-8038-46c3-b9cc-4729dd2af9f3 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 720.142043] [55398]: DEBUG cinder.api.openstack.wsgi [None req-c016b0c6-8038-46c3-b9cc-4729dd2af9f3 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 720.157657] [55398]: /opt/stack/data/venv/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. [ 720.157657] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 720.162097] [55398]: INFO cinder.volume.api [None req-c016b0c6-8038-46c3-b9cc-4729dd2af9f3 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Volume info retrieved successfully. [ 720.166841] [55398]: INFO cinder.api.openstack.wsgi [None req-c016b0c6-8038-46c3-b9cc-4729dd2af9f3 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c returned with HTTP 200 [ 720.167284] [55398]: [pid: 55398|app: 0|req: 37/78] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:57:03 2025] GET /volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c => generated 1010 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 720.602285] [55397]: DEBUG cinder.api.middleware.request_id [req-d1d707cf-9dbd-4413-86de-e670b7c7af54 req-46ebd575-6304-4dc2-9acc-ec2dfbf19491 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 720.606118] [55397]: INFO cinder.api.openstack.wsgi [req-d1d707cf-9dbd-4413-86de-e670b7c7af54 req-46ebd575-6304-4dc2-9acc-ec2dfbf19491 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] POST http://10.180.1.21/volume/v3/attachments/2ef85e89-b686-4e78-b556-bcb03f73dd63/action [ 720.606563] [55397]: DEBUG cinder.api.openstack.wsgi [req-d1d707cf-9dbd-4413-86de-e670b7c7af54 req-46ebd575-6304-4dc2-9acc-ec2dfbf19491 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Action body: b'{"os-complete": null}' {{(pid=55397) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} [ 720.606706] [55397]: DEBUG cinder.api.openstack.wsgi [req-d1d707cf-9dbd-4413-86de-e670b7c7af54 req-46ebd575-6304-4dc2-9acc-ec2dfbf19491 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Action: 'action', calling method: complete, body: {"os-complete": null} {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 720.626099] [55397]: /opt/stack/data/venv/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. [ 720.626099] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 720.636795] [55397]: INFO cinder.api.openstack.wsgi [req-d1d707cf-9dbd-4413-86de-e670b7c7af54 req-46ebd575-6304-4dc2-9acc-ec2dfbf19491 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] http://10.180.1.21/volume/v3/attachments/2ef85e89-b686-4e78-b556-bcb03f73dd63/action returned with HTTP 204 [ 720.636795] [55397]: [pid: 55397|app: 0|req: 42/79] 10.180.1.21 () {66 vars in 1605 bytes} [Thu Feb 20 17:57:03 2025] POST /volume/v3/attachments/2ef85e89-b686-4e78-b556-bcb03f73dd63/action => generated 0 bytes in 35 msecs (HTTP/1.1 204) 7 headers in 292 bytes (1 switches on core 0) [ 721.178586] [55398]: DEBUG cinder.api.middleware.request_id [None req-d701143b-356a-473e-b854-91f77e3ed9b8 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 721.180662] [55398]: INFO cinder.api.openstack.wsgi [None req-d701143b-356a-473e-b854-91f77e3ed9b8 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] GET http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c [ 721.180883] [55398]: DEBUG cinder.api.openstack.wsgi [None req-d701143b-356a-473e-b854-91f77e3ed9b8 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 721.181136] [55398]: DEBUG cinder.api.openstack.wsgi [None req-d701143b-356a-473e-b854-91f77e3ed9b8 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 721.195052] [55398]: /opt/stack/data/venv/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. [ 721.195052] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 721.199497] [55398]: INFO cinder.volume.api [None req-d701143b-356a-473e-b854-91f77e3ed9b8 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Volume info retrieved successfully. [ 721.208296] [55398]: INFO cinder.api.openstack.wsgi [None req-d701143b-356a-473e-b854-91f77e3ed9b8 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c returned with HTTP 200 [ 721.208532] [55398]: [pid: 55398|app: 0|req: 38/80] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:57:04 2025] GET /volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c => generated 1328 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 721.217964] [55397]: DEBUG cinder.api.middleware.request_id [None req-5bae92a3-c901-4eb6-b690-9a070c23e2de None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 721.220313] [55397]: INFO cinder.api.openstack.wsgi [None req-5bae92a3-c901-4eb6-b690-9a070c23e2de tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] GET http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c [ 721.220557] [55397]: DEBUG cinder.api.openstack.wsgi [None req-5bae92a3-c901-4eb6-b690-9a070c23e2de tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 721.220779] [55397]: DEBUG cinder.api.openstack.wsgi [None req-5bae92a3-c901-4eb6-b690-9a070c23e2de tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 721.232413] [55397]: /opt/stack/data/venv/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. [ 721.232413] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 721.235549] [55397]: INFO cinder.volume.api [None req-5bae92a3-c901-4eb6-b690-9a070c23e2de tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Volume info retrieved successfully. [ 721.239749] [55397]: INFO cinder.api.openstack.wsgi [None req-5bae92a3-c901-4eb6-b690-9a070c23e2de tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c returned with HTTP 200 [ 721.240189] [55397]: [pid: 55397|app: 0|req: 43/81] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:57:04 2025] GET /volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c => generated 1328 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 721.480054] [55398]: DEBUG cinder.api.middleware.request_id [None req-3b46b963-b7f6-4c09-9011-8040c4b83381 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 721.482191] [55398]: INFO cinder.api.openstack.wsgi [None req-3b46b963-b7f6-4c09-9011-8040c4b83381 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] GET http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c [ 721.482550] [55398]: DEBUG cinder.api.openstack.wsgi [None req-3b46b963-b7f6-4c09-9011-8040c4b83381 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 721.482727] [55398]: DEBUG cinder.api.openstack.wsgi [None req-3b46b963-b7f6-4c09-9011-8040c4b83381 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 721.494092] [55398]: /opt/stack/data/venv/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. [ 721.494092] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 721.497346] [55398]: INFO cinder.volume.api [None req-3b46b963-b7f6-4c09-9011-8040c4b83381 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Volume info retrieved successfully. [ 721.501714] [55398]: INFO cinder.api.openstack.wsgi [None req-3b46b963-b7f6-4c09-9011-8040c4b83381 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c returned with HTTP 200 [ 721.502233] [55398]: [pid: 55398|app: 0|req: 39/82] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:57:04 2025] GET /volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c => generated 1328 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 721.583752] [55397]: DEBUG cinder.api.middleware.request_id [req-8cfa6dd5-8817-469e-bc3f-cc350e4000dd req-a1fe2ee1-3ce6-4f60-9e1b-67c0c9f76a88 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 721.586098] [55397]: INFO cinder.api.openstack.wsgi [req-8cfa6dd5-8817-469e-bc3f-cc350e4000dd req-a1fe2ee1-3ce6-4f60-9e1b-67c0c9f76a88 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] GET http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c [ 721.586211] [55397]: DEBUG cinder.api.openstack.wsgi [req-8cfa6dd5-8817-469e-bc3f-cc350e4000dd req-a1fe2ee1-3ce6-4f60-9e1b-67c0c9f76a88 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 721.586402] [55397]: DEBUG cinder.api.openstack.wsgi [req-8cfa6dd5-8817-469e-bc3f-cc350e4000dd req-a1fe2ee1-3ce6-4f60-9e1b-67c0c9f76a88 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 721.596678] [55397]: /opt/stack/data/venv/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. [ 721.596678] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 721.601164] [55397]: INFO cinder.volume.api [req-8cfa6dd5-8817-469e-bc3f-cc350e4000dd req-a1fe2ee1-3ce6-4f60-9e1b-67c0c9f76a88 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Volume info retrieved successfully. [ 721.605864] [55397]: INFO cinder.api.openstack.wsgi [req-8cfa6dd5-8817-469e-bc3f-cc350e4000dd req-a1fe2ee1-3ce6-4f60-9e1b-67c0c9f76a88 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c returned with HTTP 200 [ 721.608070] [55397]: [pid: 55397|app: 0|req: 44/83] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 17:57:04 2025] GET /volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c => generated 1328 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 721.626884] [55398]: DEBUG cinder.api.middleware.request_id [req-8cfa6dd5-8817-469e-bc3f-cc350e4000dd req-334bd8dd-5cb7-4548-9977-9c1d1c5b6ba6 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 721.629677] [55398]: INFO cinder.api.openstack.wsgi [req-8cfa6dd5-8817-469e-bc3f-cc350e4000dd req-334bd8dd-5cb7-4548-9977-9c1d1c5b6ba6 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] POST http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c/action [ 721.630353] [55398]: DEBUG cinder.api.openstack.wsgi [req-8cfa6dd5-8817-469e-bc3f-cc350e4000dd req-334bd8dd-5cb7-4548-9977-9c1d1c5b6ba6 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Action body: b'{"os-begin_detaching": null}' {{(pid=55398) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} [ 721.630495] [55398]: DEBUG cinder.api.openstack.wsgi [req-8cfa6dd5-8817-469e-bc3f-cc350e4000dd req-334bd8dd-5cb7-4548-9977-9c1d1c5b6ba6 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Action: 'action', calling method: _begin_detaching, body: {"os-begin_detaching": null} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 721.649526] [55398]: /opt/stack/data/venv/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. [ 721.649526] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 721.649526] [55398]: INFO cinder.volume.api [req-8cfa6dd5-8817-469e-bc3f-cc350e4000dd req-334bd8dd-5cb7-4548-9977-9c1d1c5b6ba6 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Volume info retrieved successfully. [ 721.657668] [55398]: INFO cinder.volume.api [req-8cfa6dd5-8817-469e-bc3f-cc350e4000dd req-334bd8dd-5cb7-4548-9977-9c1d1c5b6ba6 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Begin detaching volume completed successfully. [ 721.657989] [55398]: INFO cinder.api.openstack.wsgi [req-8cfa6dd5-8817-469e-bc3f-cc350e4000dd req-334bd8dd-5cb7-4548-9977-9c1d1c5b6ba6 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c/action returned with HTTP 202 [ 721.658406] [55398]: [pid: 55398|app: 0|req: 40/84] 10.180.1.21 () {64 vars in 1552 bytes} [Thu Feb 20 17:57:04 2025] POST /volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c/action => generated 0 bytes in 32 msecs (HTTP/1.1 202) 7 headers in 289 bytes (1 switches on core 0) [ 722.682444] [55397]: DEBUG cinder.api.middleware.request_id [None req-98838e5c-e67a-461c-bdfc-241ae691a53d None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 722.682865] [55397]: INFO cinder.api.openstack.wsgi [None req-98838e5c-e67a-461c-bdfc-241ae691a53d None None] GET http://10.180.1.21/volume// [ 722.683352] [55397]: DEBUG cinder.api.openstack.wsgi [None req-98838e5c-e67a-461c-bdfc-241ae691a53d None None] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 722.683679] [55397]: DEBUG cinder.api.openstack.wsgi [None req-98838e5c-e67a-461c-bdfc-241ae691a53d None None] Calling method 'all' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 722.684134] [55397]: INFO cinder.api.openstack.wsgi [None req-98838e5c-e67a-461c-bdfc-241ae691a53d None None] http://10.180.1.21/volume// returned with HTTP 300 [ 722.684457] [55397]: [pid: 55397|app: 0|req: 45/85] 10.180.1.21 () {58 vars in 1306 bytes} [Thu Feb 20 17:57:05 2025] GET /volume/ => generated 386 bytes in 3 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) [ 722.688014] [55398]: DEBUG cinder.api.middleware.request_id [req-8cfa6dd5-8817-469e-bc3f-cc350e4000dd req-e80f87a1-8e07-4048-9071-1d213871ff26 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 722.690843] [55398]: INFO cinder.api.openstack.wsgi [req-8cfa6dd5-8817-469e-bc3f-cc350e4000dd req-e80f87a1-8e07-4048-9071-1d213871ff26 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] GET http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c [ 722.690997] [55398]: DEBUG cinder.api.openstack.wsgi [req-8cfa6dd5-8817-469e-bc3f-cc350e4000dd req-e80f87a1-8e07-4048-9071-1d213871ff26 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 722.691329] [55398]: DEBUG cinder.api.openstack.wsgi [req-8cfa6dd5-8817-469e-bc3f-cc350e4000dd req-e80f87a1-8e07-4048-9071-1d213871ff26 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 722.712014] [55398]: /opt/stack/data/venv/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. [ 722.712014] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 722.716908] [55398]: INFO cinder.volume.api [req-8cfa6dd5-8817-469e-bc3f-cc350e4000dd req-e80f87a1-8e07-4048-9071-1d213871ff26 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Volume info retrieved successfully. [ 722.722327] [55398]: INFO cinder.api.openstack.wsgi [req-8cfa6dd5-8817-469e-bc3f-cc350e4000dd req-e80f87a1-8e07-4048-9071-1d213871ff26 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c returned with HTTP 200 [ 722.722742] [55398]: [pid: 55398|app: 0|req: 41/86] 10.180.1.21 () {62 vars in 1519 bytes} [Thu Feb 20 17:57:05 2025] GET /volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c => generated 1555 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) [ 723.882587] [55397]: DEBUG cinder.api.middleware.request_id [req-8cfa6dd5-8817-469e-bc3f-cc350e4000dd req-3794f47d-6391-4fd0-a760-738a01272bd7 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 723.884918] [55397]: INFO cinder.api.openstack.wsgi [req-8cfa6dd5-8817-469e-bc3f-cc350e4000dd req-3794f47d-6391-4fd0-a760-738a01272bd7 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] DELETE http://10.180.1.21/volume/v3/attachments/2ef85e89-b686-4e78-b556-bcb03f73dd63 [ 723.885159] [55397]: DEBUG cinder.api.openstack.wsgi [req-8cfa6dd5-8817-469e-bc3f-cc350e4000dd req-3794f47d-6391-4fd0-a760-738a01272bd7 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 723.885375] [55397]: DEBUG cinder.api.openstack.wsgi [req-8cfa6dd5-8817-469e-bc3f-cc350e4000dd req-3794f47d-6391-4fd0-a760-738a01272bd7 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Calling method 'version_select' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 723.895775] [55397]: /opt/stack/data/venv/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. [ 723.895775] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 724.452234] [55397]: INFO cinder.api.openstack.wsgi [req-8cfa6dd5-8817-469e-bc3f-cc350e4000dd req-3794f47d-6391-4fd0-a760-738a01272bd7 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] http://10.180.1.21/volume/v3/attachments/2ef85e89-b686-4e78-b556-bcb03f73dd63 returned with HTTP 200 [ 724.452726] [55397]: [pid: 55397|app: 0|req: 46/87] 10.180.1.21 () {64 vars in 1553 bytes} [Thu Feb 20 17:57:06 2025] DELETE /volume/v3/attachments/2ef85e89-b686-4e78-b556-bcb03f73dd63 => generated 19 bytes in 571 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 725.192611] [55398]: DEBUG cinder.api.middleware.request_id [None req-70050903-72d9-46e4-8de3-cb3821d74a43 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 725.199911] [55398]: INFO cinder.api.openstack.wsgi [None req-70050903-72d9-46e4-8de3-cb3821d74a43 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] GET http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c [ 725.200244] [55398]: DEBUG cinder.api.openstack.wsgi [None req-70050903-72d9-46e4-8de3-cb3821d74a43 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 725.200480] [55398]: DEBUG cinder.api.openstack.wsgi [None req-70050903-72d9-46e4-8de3-cb3821d74a43 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 725.217529] [55398]: /opt/stack/data/venv/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. [ 725.217529] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 725.221678] [55398]: INFO cinder.volume.api [None req-70050903-72d9-46e4-8de3-cb3821d74a43 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Volume info retrieved successfully. [ 725.225939] [55398]: INFO cinder.api.openstack.wsgi [None req-70050903-72d9-46e4-8de3-cb3821d74a43 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c returned with HTTP 200 [ 725.226421] [55398]: [pid: 55398|app: 0|req: 42/88] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:57:08 2025] GET /volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c => generated 1010 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 725.239239] [55397]: DEBUG cinder.api.middleware.request_id [None req-d96ae9bc-13bd-429e-895a-33f6b0ac7366 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 725.239421] [55397]: INFO cinder.api.openstack.wsgi [None req-d96ae9bc-13bd-429e-895a-33f6b0ac7366 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] DELETE http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c [ 725.240288] [55397]: DEBUG cinder.api.openstack.wsgi [None req-d96ae9bc-13bd-429e-895a-33f6b0ac7366 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 725.240288] [55397]: DEBUG cinder.api.openstack.wsgi [None req-d96ae9bc-13bd-429e-895a-33f6b0ac7366 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Calling method 'delete' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 725.240288] [55397]: INFO cinder.api.v3.volumes [None req-d96ae9bc-13bd-429e-895a-33f6b0ac7366 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Delete volume with id: c445674d-5769-47ff-8906-73aeab7bd17c [ 725.248829] [55397]: /opt/stack/data/venv/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. [ 725.248829] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 725.249235] [55397]: INFO cinder.volume.api [None req-d96ae9bc-13bd-429e-895a-33f6b0ac7366 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Volume info retrieved successfully. [ 725.279571] [55397]: INFO cinder.volume.api [None req-d96ae9bc-13bd-429e-895a-33f6b0ac7366 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Delete volume request issued successfully. [ 725.279941] [55397]: INFO cinder.api.openstack.wsgi [None req-d96ae9bc-13bd-429e-895a-33f6b0ac7366 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c returned with HTTP 202 [ 725.280408] [55397]: [pid: 55397|app: 0|req: 47/89] 10.180.1.21 () {58 vars in 1228 bytes} [Thu Feb 20 17:57:08 2025] DELETE /volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c => generated 0 bytes in 44 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) [ 725.283977] [55398]: DEBUG cinder.api.middleware.request_id [None req-a8d3690b-ebde-475d-ae7b-d890d6ed810f None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 725.286165] [55398]: INFO cinder.api.openstack.wsgi [None req-a8d3690b-ebde-475d-ae7b-d890d6ed810f tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] GET http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c [ 725.286394] [55398]: DEBUG cinder.api.openstack.wsgi [None req-a8d3690b-ebde-475d-ae7b-d890d6ed810f tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 725.286695] [55398]: DEBUG cinder.api.openstack.wsgi [None req-a8d3690b-ebde-475d-ae7b-d890d6ed810f tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 725.294648] [55398]: /opt/stack/data/venv/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. [ 725.294648] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 725.298011] [55398]: INFO cinder.volume.api [None req-a8d3690b-ebde-475d-ae7b-d890d6ed810f tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Volume info retrieved successfully. [ 725.302874] [55398]: INFO cinder.api.openstack.wsgi [None req-a8d3690b-ebde-475d-ae7b-d890d6ed810f tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c returned with HTTP 200 [ 725.303438] [55398]: [pid: 55398|app: 0|req: 43/90] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:57:08 2025] GET /volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c => generated 1009 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 726.313968] [55397]: DEBUG cinder.api.middleware.request_id [None req-7f1e35c1-638b-48cc-a168-0b1c31807164 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 726.317664] [55397]: INFO cinder.api.openstack.wsgi [None req-7f1e35c1-638b-48cc-a168-0b1c31807164 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] GET http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c [ 726.318671] [55397]: DEBUG cinder.api.openstack.wsgi [None req-7f1e35c1-638b-48cc-a168-0b1c31807164 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 726.319055] [55397]: DEBUG cinder.api.openstack.wsgi [None req-7f1e35c1-638b-48cc-a168-0b1c31807164 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 726.338252] [55397]: /opt/stack/data/venv/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. [ 726.338252] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 726.347068] [55397]: INFO cinder.volume.api [None req-7f1e35c1-638b-48cc-a168-0b1c31807164 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Volume info retrieved successfully. [ 726.356655] [55397]: INFO cinder.api.openstack.wsgi [None req-7f1e35c1-638b-48cc-a168-0b1c31807164 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c returned with HTTP 200 [ 726.357107] [55397]: [pid: 55397|app: 0|req: 48/91] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:57:09 2025] GET /volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c => generated 1009 bytes in 44 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 727.378505] [55398]: DEBUG cinder.api.middleware.request_id [None req-7db3dd9b-dcea-4e2f-adce-132b776fd2a1 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 727.381045] [55398]: INFO cinder.api.openstack.wsgi [None req-7db3dd9b-dcea-4e2f-adce-132b776fd2a1 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] GET http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c [ 727.381708] [55398]: DEBUG cinder.api.openstack.wsgi [None req-7db3dd9b-dcea-4e2f-adce-132b776fd2a1 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 727.381708] [55398]: DEBUG cinder.api.openstack.wsgi [None req-7db3dd9b-dcea-4e2f-adce-132b776fd2a1 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 727.396813] [55398]: /opt/stack/data/venv/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. [ 727.396813] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 727.404936] [55398]: INFO cinder.volume.api [None req-7db3dd9b-dcea-4e2f-adce-132b776fd2a1 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Volume info retrieved successfully. [ 727.412798] [55398]: INFO cinder.api.openstack.wsgi [None req-7db3dd9b-dcea-4e2f-adce-132b776fd2a1 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c returned with HTTP 200 [ 727.413325] [55398]: [pid: 55398|app: 0|req: 44/92] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:57:10 2025] GET /volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c => generated 1009 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 728.455386] [55397]: DEBUG cinder.api.middleware.request_id [None req-eae94634-0ad6-44b3-9da8-b926e4e269c4 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 728.457094] [55397]: INFO cinder.api.openstack.wsgi [None req-eae94634-0ad6-44b3-9da8-b926e4e269c4 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] GET http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c [ 728.459061] [55397]: DEBUG cinder.api.openstack.wsgi [None req-eae94634-0ad6-44b3-9da8-b926e4e269c4 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 728.459061] [55397]: DEBUG cinder.api.openstack.wsgi [None req-eae94634-0ad6-44b3-9da8-b926e4e269c4 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 728.470300] [55397]: INFO cinder.api.openstack.wsgi [None req-eae94634-0ad6-44b3-9da8-b926e4e269c4 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c returned with HTTP 404 [ 728.470300] [55397]: [pid: 55397|app: 0|req: 49/93] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:57:11 2025] GET /volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c => generated 109 bytes in 16 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) [ 737.407718] [55398]: DEBUG dbcounter [-] [55398] Writing DB stats cinder:SELECT=48,cinder:UPDATE=4,cinder:INSERT=1 {{(pid=55398) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} [ 738.461802] [55397]: DEBUG dbcounter [-] [55397] Writing DB stats cinder:SELECT=67,cinder:UPDATE=6,cinder:INSERT=1 {{(pid=55397) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} [ 738.770568] [55398]: DEBUG cinder.api.middleware.request_id [None req-3a201826-b650-41a3-9986-0eb5046f209a None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 738.770942] [55398]: INFO cinder.api.openstack.wsgi [None req-3a201826-b650-41a3-9986-0eb5046f209a None None] GET http://10.180.1.21/volume// [ 738.770942] [55398]: DEBUG cinder.api.openstack.wsgi [None req-3a201826-b650-41a3-9986-0eb5046f209a None None] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 738.771407] [55398]: DEBUG cinder.api.openstack.wsgi [None req-3a201826-b650-41a3-9986-0eb5046f209a None None] Calling method 'all' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 738.772645] [55398]: INFO cinder.api.openstack.wsgi [None req-3a201826-b650-41a3-9986-0eb5046f209a None None] http://10.180.1.21/volume// returned with HTTP 300 [ 738.772645] [55398]: [pid: 55398|app: 0|req: 45/94] 10.180.1.21 () {58 vars in 1306 bytes} [Thu Feb 20 17:57:21 2025] GET /volume/ => generated 386 bytes in 3 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) [ 738.777586] [55397]: DEBUG cinder.api.middleware.request_id [req-66952caa-4d08-4457-8103-f1724319cde7 req-29ca3420-7d6d-4d57-98a9-c7edf44a5679 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 738.782269] [55397]: INFO cinder.api.openstack.wsgi [req-66952caa-4d08-4457-8103-f1724319cde7 req-29ca3420-7d6d-4d57-98a9-c7edf44a5679 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] GET http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce [ 738.784094] [55397]: DEBUG cinder.api.openstack.wsgi [req-66952caa-4d08-4457-8103-f1724319cde7 req-29ca3420-7d6d-4d57-98a9-c7edf44a5679 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 738.784094] [55397]: DEBUG cinder.api.openstack.wsgi [req-66952caa-4d08-4457-8103-f1724319cde7 req-29ca3420-7d6d-4d57-98a9-c7edf44a5679 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 738.803865] [55397]: /opt/stack/data/venv/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. [ 738.803865] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 738.806940] [55397]: INFO cinder.volume.api [req-66952caa-4d08-4457-8103-f1724319cde7 req-29ca3420-7d6d-4d57-98a9-c7edf44a5679 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Volume info retrieved successfully. [ 738.815967] [55397]: INFO cinder.api.openstack.wsgi [req-66952caa-4d08-4457-8103-f1724319cde7 req-29ca3420-7d6d-4d57-98a9-c7edf44a5679 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce returned with HTTP 200 [ 738.816298] [55397]: [pid: 55397|app: 0|req: 50/95] 10.180.1.21 () {62 vars in 1519 bytes} [Thu Feb 20 17:57:21 2025] GET /volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce => generated 1570 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) [ 739.020296] [55398]: DEBUG cinder.api.middleware.request_id [req-66952caa-4d08-4457-8103-f1724319cde7 req-76ba7b87-3d87-4f97-b1d0-7d049d3c9e3d None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 739.022855] [55398]: INFO cinder.api.openstack.wsgi [req-66952caa-4d08-4457-8103-f1724319cde7 req-76ba7b87-3d87-4f97-b1d0-7d049d3c9e3d tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] PUT http://10.180.1.21/volume/v3/attachments/c29e7349-1680-4a80-8385-c29f4f3ae172 [ 739.023326] [55398]: DEBUG cinder.api.openstack.wsgi [req-66952caa-4d08-4457-8103-f1724319cde7 req-76ba7b87-3d87-4f97-b1d0-7d049d3c9e3d tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Action: 'update', calling method: version_select, body: {"attachment": {"connector": {"ip": "vc1.osci.c.eu-de-1.cloud.sap", "initiator": null, "host": "vc1.osci.c.eu-de-1.cloud.sap", "mountpoint": "/dev/sda"}}} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 739.035011] [55398]: DEBUG cinder.coordination [req-66952caa-4d08-4457-8103-f1724319cde7 req-76ba7b87-3d87-4f97-b1d0-7d049d3c9e3d tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Acquiring lock "cinder-attachment_update-4246155e-0977-4f2a-b135-72a3849826ce-vc1.osci.c.eu-de-1.cloud.sap" by "attachment_update" {{(pid=55398) __acquire /opt/stack/cinder/cinder/coordination.py:143}} [ 739.042671] [55398]: DEBUG cinder.coordination [req-66952caa-4d08-4457-8103-f1724319cde7 req-76ba7b87-3d87-4f97-b1d0-7d049d3c9e3d tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Lock "cinder-attachment_update-4246155e-0977-4f2a-b135-72a3849826ce-vc1.osci.c.eu-de-1.cloud.sap" acquired by "attachment_update" :: waited 0.006s {{(pid=55398) __acquire /opt/stack/cinder/cinder/coordination.py:146}} [ 739.043889] [55398]: /opt/stack/data/venv/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. [ 739.043889] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 739.577244] [55398]: DEBUG cinder.coordination [req-66952caa-4d08-4457-8103-f1724319cde7 req-76ba7b87-3d87-4f97-b1d0-7d049d3c9e3d tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Lock "cinder-attachment_update-4246155e-0977-4f2a-b135-72a3849826ce-vc1.osci.c.eu-de-1.cloud.sap" released by "attachment_update" :: held 0.536s {{(pid=55398) __release /opt/stack/cinder/cinder/coordination.py:157}} [ 739.577473] [55398]: INFO cinder.api.openstack.wsgi [req-66952caa-4d08-4457-8103-f1724319cde7 req-76ba7b87-3d87-4f97-b1d0-7d049d3c9e3d tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] http://10.180.1.21/volume/v3/attachments/c29e7349-1680-4a80-8385-c29f4f3ae172 returned with HTTP 200 [ 739.578008] [55398]: [pid: 55398|app: 0|req: 46/96] 10.180.1.21 () {66 vars in 1584 bytes} [Thu Feb 20 17:57:21 2025] PUT /volume/v3/attachments/c29e7349-1680-4a80-8385-c29f4f3ae172 => generated 617 bytes in 558 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 740.085970] [55397]: DEBUG cinder.api.middleware.request_id [req-66952caa-4d08-4457-8103-f1724319cde7 req-3b1d90ac-b20f-49f3-952c-4e1bd5e957e6 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 740.088710] [55397]: INFO cinder.api.openstack.wsgi [req-66952caa-4d08-4457-8103-f1724319cde7 req-3b1d90ac-b20f-49f3-952c-4e1bd5e957e6 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] POST http://10.180.1.21/volume/v3/attachments/c29e7349-1680-4a80-8385-c29f4f3ae172/action [ 740.089357] [55397]: DEBUG cinder.api.openstack.wsgi [req-66952caa-4d08-4457-8103-f1724319cde7 req-3b1d90ac-b20f-49f3-952c-4e1bd5e957e6 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Action body: b'{"os-complete": null}' {{(pid=55397) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} [ 740.090368] [55397]: DEBUG cinder.api.openstack.wsgi [req-66952caa-4d08-4457-8103-f1724319cde7 req-3b1d90ac-b20f-49f3-952c-4e1bd5e957e6 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Action: 'action', calling method: complete, body: {"os-complete": null} {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 740.114661] [55397]: /opt/stack/data/venv/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. [ 740.114661] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 740.125120] [55397]: INFO cinder.api.openstack.wsgi [req-66952caa-4d08-4457-8103-f1724319cde7 req-3b1d90ac-b20f-49f3-952c-4e1bd5e957e6 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] http://10.180.1.21/volume/v3/attachments/c29e7349-1680-4a80-8385-c29f4f3ae172/action returned with HTTP 204 [ 740.125120] [55397]: [pid: 55397|app: 0|req: 51/97] 10.180.1.21 () {66 vars in 1605 bytes} [Thu Feb 20 17:57:22 2025] POST /volume/v3/attachments/c29e7349-1680-4a80-8385-c29f4f3ae172/action => generated 0 bytes in 40 msecs (HTTP/1.1 204) 7 headers in 292 bytes (1 switches on core 0) [ 748.916614] [55398]: DEBUG cinder.api.middleware.request_id [req-093af5c2-3354-4012-ab41-e1a65935f3a3 req-570c9fc3-f4fb-409d-8a69-9616a84d1ee9 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 748.921544] [55398]: INFO cinder.api.openstack.wsgi [req-093af5c2-3354-4012-ab41-e1a65935f3a3 req-570c9fc3-f4fb-409d-8a69-9616a84d1ee9 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] DELETE http://10.180.1.21/volume/v3/attachments/1a55ad23-45a7-40ae-94c2-35cff7ed90a8 [ 748.921779] [55398]: DEBUG cinder.api.openstack.wsgi [req-093af5c2-3354-4012-ab41-e1a65935f3a3 req-570c9fc3-f4fb-409d-8a69-9616a84d1ee9 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 748.921994] [55398]: DEBUG cinder.api.openstack.wsgi [req-093af5c2-3354-4012-ab41-e1a65935f3a3 req-570c9fc3-f4fb-409d-8a69-9616a84d1ee9 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Calling method 'version_select' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 748.934978] [55398]: /opt/stack/data/venv/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. [ 748.934978] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 749.489739] [55398]: INFO cinder.api.openstack.wsgi [req-093af5c2-3354-4012-ab41-e1a65935f3a3 req-570c9fc3-f4fb-409d-8a69-9616a84d1ee9 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] http://10.180.1.21/volume/v3/attachments/1a55ad23-45a7-40ae-94c2-35cff7ed90a8 returned with HTTP 200 [ 749.490253] [55398]: [pid: 55398|app: 0|req: 47/98] 10.180.1.21 () {64 vars in 1553 bytes} [Thu Feb 20 17:57:31 2025] DELETE /volume/v3/attachments/1a55ad23-45a7-40ae-94c2-35cff7ed90a8 => generated 19 bytes in 575 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 749.512293] [55397]: DEBUG cinder.api.middleware.request_id [req-093af5c2-3354-4012-ab41-e1a65935f3a3 req-58529b21-4a4d-4d6e-a902-9b7f8f858601 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 749.513679] [55397]: INFO cinder.api.openstack.wsgi [req-093af5c2-3354-4012-ab41-e1a65935f3a3 req-58529b21-4a4d-4d6e-a902-9b7f8f858601 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] DELETE http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c [ 749.513892] [55397]: DEBUG cinder.api.openstack.wsgi [req-093af5c2-3354-4012-ab41-e1a65935f3a3 req-58529b21-4a4d-4d6e-a902-9b7f8f858601 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 749.514130] [55397]: DEBUG cinder.api.openstack.wsgi [req-093af5c2-3354-4012-ab41-e1a65935f3a3 req-58529b21-4a4d-4d6e-a902-9b7f8f858601 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Calling method 'delete' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 749.514361] [55397]: INFO cinder.api.v3.volumes [req-093af5c2-3354-4012-ab41-e1a65935f3a3 req-58529b21-4a4d-4d6e-a902-9b7f8f858601 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Delete volume with id: 39116d21-d007-4c27-9ce1-9f92bb99f75c [ 749.532267] [55397]: /opt/stack/data/venv/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. [ 749.532267] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 749.533129] [55397]: INFO cinder.volume.api [req-093af5c2-3354-4012-ab41-e1a65935f3a3 req-58529b21-4a4d-4d6e-a902-9b7f8f858601 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Volume info retrieved successfully. [ 749.557857] [55397]: INFO cinder.volume.api [req-093af5c2-3354-4012-ab41-e1a65935f3a3 req-58529b21-4a4d-4d6e-a902-9b7f8f858601 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] Delete volume request issued successfully. [ 749.558101] [55397]: INFO cinder.api.openstack.wsgi [req-093af5c2-3354-4012-ab41-e1a65935f3a3 req-58529b21-4a4d-4d6e-a902-9b7f8f858601 tempest-ServersTestBootFromVolume-732507099 tempest-ServersTestBootFromVolume-732507099-project-member] http://10.180.1.21/volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c returned with HTTP 202 [ 749.558642] [55397]: [pid: 55397|app: 0|req: 52/99] 10.180.1.21 () {62 vars in 1500 bytes} [Thu Feb 20 17:57:32 2025] DELETE /volume/v3/volumes/39116d21-d007-4c27-9ce1-9f92bb99f75c => generated 0 bytes in 52 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) [ 751.417216] [55398]: DEBUG cinder.api.middleware.request_id [None req-668ec4a6-f5b0-4a7c-9042-ce2db5e585a4 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 751.421980] [55398]: INFO cinder.api.openstack.wsgi [None req-668ec4a6-f5b0-4a7c-9042-ce2db5e585a4 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] GET http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce [ 751.422282] [55398]: DEBUG cinder.api.openstack.wsgi [None req-668ec4a6-f5b0-4a7c-9042-ce2db5e585a4 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 751.422479] [55398]: DEBUG cinder.api.openstack.wsgi [None req-668ec4a6-f5b0-4a7c-9042-ce2db5e585a4 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 751.444916] [55398]: /opt/stack/data/venv/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. [ 751.444916] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 751.455252] [55398]: INFO cinder.volume.api [None req-668ec4a6-f5b0-4a7c-9042-ce2db5e585a4 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Volume info retrieved successfully. [ 751.463742] [55398]: INFO cinder.api.openstack.wsgi [None req-668ec4a6-f5b0-4a7c-9042-ce2db5e585a4 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce returned with HTTP 200 [ 751.464763] [55398]: [pid: 55398|app: 0|req: 48/100] 10.180.1.21 () {60 vars in 1266 bytes} [Thu Feb 20 17:57:34 2025] GET /volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce => generated 1863 bytes in 48 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) [ 757.173999] [55397]: DEBUG cinder.api.middleware.request_id [None req-2c9a768c-33da-484d-b48b-ba1b7ba10b27 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 757.176042] [55397]: INFO cinder.api.openstack.wsgi [None req-2c9a768c-33da-484d-b48b-ba1b7ba10b27 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] DELETE http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c [ 757.177264] [55397]: DEBUG cinder.api.openstack.wsgi [None req-2c9a768c-33da-484d-b48b-ba1b7ba10b27 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 757.177794] [55397]: DEBUG cinder.api.openstack.wsgi [None req-2c9a768c-33da-484d-b48b-ba1b7ba10b27 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Calling method 'delete' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 757.178591] [55397]: INFO cinder.api.v3.volumes [None req-2c9a768c-33da-484d-b48b-ba1b7ba10b27 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Delete volume with id: c445674d-5769-47ff-8906-73aeab7bd17c [ 757.187918] [55397]: INFO cinder.api.openstack.wsgi [None req-2c9a768c-33da-484d-b48b-ba1b7ba10b27 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c returned with HTTP 404 [ 757.187918] [55397]: [pid: 55397|app: 0|req: 53/101] 10.180.1.21 () {58 vars in 1228 bytes} [Thu Feb 20 17:57:40 2025] DELETE /volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c => generated 109 bytes in 15 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) [ 757.191280] [55398]: DEBUG cinder.api.middleware.request_id [None req-59dfd14a-8574-4709-9356-640f7858bd34 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 757.193447] [55398]: INFO cinder.api.openstack.wsgi [None req-59dfd14a-8574-4709-9356-640f7858bd34 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] GET http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c [ 757.194206] [55398]: DEBUG cinder.api.openstack.wsgi [None req-59dfd14a-8574-4709-9356-640f7858bd34 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 757.194206] [55398]: DEBUG cinder.api.openstack.wsgi [None req-59dfd14a-8574-4709-9356-640f7858bd34 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 757.206970] [55398]: INFO cinder.api.openstack.wsgi [None req-59dfd14a-8574-4709-9356-640f7858bd34 tempest-VolumesAssistedSnapshotsTest-1060928770 tempest-VolumesAssistedSnapshotsTest-1060928770-project-admin] http://10.180.1.21/volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c returned with HTTP 404 [ 757.207590] [55398]: [pid: 55398|app: 0|req: 49/102] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:57:40 2025] GET /volume/v3/volumes/c445674d-5769-47ff-8906-73aeab7bd17c => generated 109 bytes in 17 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) [ 766.837710] [55397]: DEBUG cinder.api.middleware.request_id [None req-9f82f59a-9817-4f09-835b-bae6c0077328 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 766.842722] [55397]: INFO cinder.api.openstack.wsgi [None req-9f82f59a-9817-4f09-835b-bae6c0077328 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] POST http://10.180.1.21/volume/v3/volumes [ 766.842722] [55397]: DEBUG cinder.api.openstack.wsgi [None req-9f82f59a-9817-4f09-835b-bae6c0077328 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "display_name": "tempest-VolumesAdminNegativeTest-volume-132547502"}} {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 766.844359] [55397]: DEBUG cinder.api.v3.volumes [None req-9f82f59a-9817-4f09-835b-bae6c0077328 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Create volume request body: {'volume': {'size': 1, 'display_name': 'tempest-VolumesAdminNegativeTest-volume-132547502'}} {{(pid=55397) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} [ 766.844499] [55397]: INFO cinder.api.v3.volumes [None req-9f82f59a-9817-4f09-835b-bae6c0077328 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Create volume of 1 GB [ 766.856397] [55397]: INFO cinder.volume.api [None req-9f82f59a-9817-4f09-835b-bae6c0077328 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Availability Zones retrieved successfully. [ 766.867233] [55397]: DEBUG cinder.volume.api [None req-9f82f59a-9817-4f09-835b-bae6c0077328 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Flow 'volume_create_api' (0c36bc17-05f3-4189-9748-ad0528a90b10) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 766.871392] [55397]: DEBUG cinder.volume.api [None req-9f82f59a-9817-4f09-835b-bae6c0077328 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (417cc79a-06fd-4a99-b3e5-9c8b1bc1b3ac) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 766.872172] [55397]: DEBUG cinder.volume.flows.api.create_volume [None req-9f82f59a-9817-4f09-835b-bae6c0077328 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Validating volume size '1' using validate_int {{(pid=55397) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} [ 766.907748] [55397]: DEBUG cinder.volume.api [None req-9f82f59a-9817-4f09-835b-bae6c0077328 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (417cc79a-06fd-4a99-b3e5-9c8b1bc1b3ac) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-02-20T17:52:11Z,deleted=False,deleted_at=None,description=None,extra_specs={volume_backend_name='vsphere'},id=d5fd08cf-4175-412e-a261-cecd156def0d,is_public=True,name='vsphere',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'd5fd08cf-4175-412e-a261-cecd156def0d', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 766.909135] [55397]: DEBUG cinder.volume.api [None req-9f82f59a-9817-4f09-835b-bae6c0077328 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (61e757b3-07a4-4469-9cdd-9f7e4e6473af) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 766.979573] [55397]: DEBUG cinder.quota [None req-9f82f59a-9817-4f09-835b-bae6c0077328 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Created reservations ['8e8fc244-181c-4c16-b9f8-a72a524d322e', '9b5267ec-e91f-4c3e-b0ca-e8bd46914b57', '67590b44-5003-4a48-b47b-34eb1c6ffe9b', '28ecd347-66ba-4156-93ae-a352565dc5ab'] {{(pid=55397) reserve /opt/stack/cinder/cinder/quota.py:752}} [ 766.980589] [55397]: DEBUG cinder.volume.api [None req-9f82f59a-9817-4f09-835b-bae6c0077328 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (61e757b3-07a4-4469-9cdd-9f7e4e6473af) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['8e8fc244-181c-4c16-b9f8-a72a524d322e', '9b5267ec-e91f-4c3e-b0ca-e8bd46914b57', '67590b44-5003-4a48-b47b-34eb1c6ffe9b', '28ecd347-66ba-4156-93ae-a352565dc5ab']}' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 766.983581] [55397]: DEBUG cinder.volume.api [None req-9f82f59a-9817-4f09-835b-bae6c0077328 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (949507bf-4c50-4483-bab4-bdba70bb8636) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 766.998159] [55397]: DEBUG cinder.volume.api [None req-9f82f59a-9817-4f09-835b-bae6c0077328 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (949507bf-4c50-4483-bab4-bdba70bb8636) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'fdc60726-6ead-4fa7-9b0a-56a0c631789c', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesAdminNegativeTest-volume-132547502',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='e9b6ca6cccb940f0a516e265a721fd03',qos_specs=None,replication_status=,reservations=['8e8fc244-181c-4c16-b9f8-a72a524d322e','9b5267ec-e91f-4c3e-b0ca-e8bd46914b57','67590b44-5003-4a48-b47b-34eb1c6ffe9b','28ecd347-66ba-4156-93ae-a352565dc5ab'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='80457ede6ae84c748d67e550a68387e4',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d), 'volume': Volume(_name_id=None,admin_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-02-20T17:57:49Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesAdminNegativeTest-volume-132547502',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=fdc60726-6ead-4fa7-9b0a-56a0c631789c,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='e9b6ca6cccb940f0a516e265a721fd03',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='80457ede6ae84c748d67e550a68387e4',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(d5fd08cf-4175-412e-a261-cecd156def0d),volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 766.999279] [55397]: DEBUG cinder.volume.api [None req-9f82f59a-9817-4f09-835b-bae6c0077328 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (966ccedc-54cf-46fe-8a11-9942f521bd5d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 767.020588] [55397]: DEBUG cinder.volume.api [None req-9f82f59a-9817-4f09-835b-bae6c0077328 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (966ccedc-54cf-46fe-8a11-9942f521bd5d) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesAdminNegativeTest-volume-132547502',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='e9b6ca6cccb940f0a516e265a721fd03',qos_specs=None,replication_status=,reservations=['8e8fc244-181c-4c16-b9f8-a72a524d322e','9b5267ec-e91f-4c3e-b0ca-e8bd46914b57','67590b44-5003-4a48-b47b-34eb1c6ffe9b','28ecd347-66ba-4156-93ae-a352565dc5ab'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='80457ede6ae84c748d67e550a68387e4',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 767.020588] [55397]: DEBUG cinder.volume.api [None req-9f82f59a-9817-4f09-835b-bae6c0077328 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (41792640-0b93-4495-9b11-cd343b922d2c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 767.032656] [55397]: DEBUG cinder.volume.api [None req-9f82f59a-9817-4f09-835b-bae6c0077328 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (41792640-0b93-4495-9b11-cd343b922d2c) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 767.032656] [55397]: DEBUG cinder.volume.api [None req-9f82f59a-9817-4f09-835b-bae6c0077328 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Flow 'volume_create_api' (0c36bc17-05f3-4189-9748-ad0528a90b10) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=55397) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 767.033121] [55397]: INFO cinder.volume.api [None req-9f82f59a-9817-4f09-835b-bae6c0077328 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Create volume request issued successfully. [ 767.033719] [55397]: INFO cinder.api.openstack.wsgi [None req-9f82f59a-9817-4f09-835b-bae6c0077328 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] http://10.180.1.21/volume/v3/volumes returned with HTTP 202 [ 767.034252] [55397]: [pid: 55397|app: 0|req: 54/103] 10.180.1.21 () {60 vars in 1135 bytes} [Thu Feb 20 17:57:49 2025] POST /volume/v3/volumes => generated 753 bytes in 198 msecs (HTTP/1.1 202) 7 headers in 291 bytes (2 switches on core 0) [ 767.048271] [55398]: DEBUG cinder.api.middleware.request_id [None req-5074127f-43f4-4314-942d-ef2f45a2ddc1 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 767.051855] [55398]: INFO cinder.api.openstack.wsgi [None req-5074127f-43f4-4314-942d-ef2f45a2ddc1 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] GET http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c [ 767.052117] [55398]: DEBUG cinder.api.openstack.wsgi [None req-5074127f-43f4-4314-942d-ef2f45a2ddc1 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 767.052339] [55398]: DEBUG cinder.api.openstack.wsgi [None req-5074127f-43f4-4314-942d-ef2f45a2ddc1 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 767.064815] [55398]: /opt/stack/data/venv/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. [ 767.064815] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 767.071819] [55398]: INFO cinder.volume.api [None req-5074127f-43f4-4314-942d-ef2f45a2ddc1 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Volume info retrieved successfully. [ 767.077096] [55398]: INFO cinder.api.openstack.wsgi [None req-5074127f-43f4-4314-942d-ef2f45a2ddc1 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c returned with HTTP 200 [ 767.078485] [55398]: [pid: 55398|app: 0|req: 50/104] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:57:49 2025] GET /volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c => generated 821 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 768.091960] [55397]: DEBUG cinder.api.middleware.request_id [None req-86f89772-ee11-4eca-81d1-f41412ef8a4a None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 768.094552] [55397]: INFO cinder.api.openstack.wsgi [None req-86f89772-ee11-4eca-81d1-f41412ef8a4a tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] GET http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c [ 768.094800] [55397]: DEBUG cinder.api.openstack.wsgi [None req-86f89772-ee11-4eca-81d1-f41412ef8a4a tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 768.095042] [55397]: DEBUG cinder.api.openstack.wsgi [None req-86f89772-ee11-4eca-81d1-f41412ef8a4a tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 768.109589] [55397]: /opt/stack/data/venv/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. [ 768.109589] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 768.115143] [55397]: INFO cinder.volume.api [None req-86f89772-ee11-4eca-81d1-f41412ef8a4a tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Volume info retrieved successfully. [ 768.121411] [55397]: INFO cinder.api.openstack.wsgi [None req-86f89772-ee11-4eca-81d1-f41412ef8a4a tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c returned with HTTP 200 [ 768.121411] [55397]: [pid: 55397|app: 0|req: 55/105] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:57:50 2025] GET /volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c => generated 846 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 768.927359] [55398]: DEBUG cinder.api.middleware.request_id [req-64d57359-6efb-4dbd-9bd5-0b6de0e28336 req-44092619-bf04-456c-8993-0cece971c438 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 768.931054] [55398]: INFO cinder.api.openstack.wsgi [req-64d57359-6efb-4dbd-9bd5-0b6de0e28336 req-44092619-bf04-456c-8993-0cece971c438 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] GET http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c [ 768.931054] [55398]: DEBUG cinder.api.openstack.wsgi [req-64d57359-6efb-4dbd-9bd5-0b6de0e28336 req-44092619-bf04-456c-8993-0cece971c438 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 768.931281] [55398]: DEBUG cinder.api.openstack.wsgi [req-64d57359-6efb-4dbd-9bd5-0b6de0e28336 req-44092619-bf04-456c-8993-0cece971c438 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 768.943207] [55398]: /opt/stack/data/venv/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. [ 768.943207] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 768.949083] [55398]: INFO cinder.volume.api [req-64d57359-6efb-4dbd-9bd5-0b6de0e28336 req-44092619-bf04-456c-8993-0cece971c438 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Volume info retrieved successfully. [ 768.954713] [55398]: INFO cinder.api.openstack.wsgi [req-64d57359-6efb-4dbd-9bd5-0b6de0e28336 req-44092619-bf04-456c-8993-0cece971c438 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c returned with HTTP 200 [ 768.955145] [55398]: [pid: 55398|app: 0|req: 51/106] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 17:57:51 2025] GET /volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c => generated 846 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 770.481543] [55397]: DEBUG cinder.api.middleware.request_id [None req-5c5a163c-5c48-49c5-a8c4-a5bd1b729085 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 770.482194] [55397]: INFO cinder.api.openstack.wsgi [None req-5c5a163c-5c48-49c5-a8c4-a5bd1b729085 None None] GET http://10.180.1.21/volume// [ 770.482439] [55397]: DEBUG cinder.api.openstack.wsgi [None req-5c5a163c-5c48-49c5-a8c4-a5bd1b729085 None None] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 770.482689] [55397]: DEBUG cinder.api.openstack.wsgi [None req-5c5a163c-5c48-49c5-a8c4-a5bd1b729085 None None] Calling method 'all' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 770.483184] [55397]: INFO cinder.api.openstack.wsgi [None req-5c5a163c-5c48-49c5-a8c4-a5bd1b729085 None None] http://10.180.1.21/volume// returned with HTTP 300 [ 770.483587] [55397]: [pid: 55397|app: 0|req: 56/107] 10.180.1.21 () {58 vars in 1299 bytes} [Thu Feb 20 17:57:53 2025] GET /volume/ => generated 386 bytes in 3 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) [ 770.488702] [55398]: DEBUG cinder.api.middleware.request_id [req-64d57359-6efb-4dbd-9bd5-0b6de0e28336 req-137e582a-10e8-4694-80ca-cfc66d8965f8 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 770.491670] [55398]: INFO cinder.api.openstack.wsgi [req-64d57359-6efb-4dbd-9bd5-0b6de0e28336 req-137e582a-10e8-4694-80ca-cfc66d8965f8 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] POST http://10.180.1.21/volume/v3/attachments [ 770.492337] [55398]: DEBUG cinder.api.openstack.wsgi [req-64d57359-6efb-4dbd-9bd5-0b6de0e28336 req-137e582a-10e8-4694-80ca-cfc66d8965f8 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Action: 'create', calling method: version_select, body: {"attachment": {"volume_uuid": "fdc60726-6ead-4fa7-9b0a-56a0c631789c", "connector": null, "instance_uuid": "d663c2df-ae54-4c50-a70f-e2180700c700"}} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 770.506341] [55398]: /opt/stack/data/venv/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. [ 770.506341] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 770.531180] [55398]: INFO cinder.api.openstack.wsgi [req-64d57359-6efb-4dbd-9bd5-0b6de0e28336 req-137e582a-10e8-4694-80ca-cfc66d8965f8 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] http://10.180.1.21/volume/v3/attachments returned with HTTP 200 [ 770.531735] [55398]: [pid: 55398|app: 0|req: 52/108] 10.180.1.21 () {66 vars in 1474 bytes} [Thu Feb 20 17:57:53 2025] POST /volume/v3/attachments => generated 273 bytes in 44 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 770.553511] [55397]: DEBUG cinder.api.middleware.request_id [None req-0c51829c-093c-4de8-8de1-20120bb4a48f None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 770.556260] [55397]: INFO cinder.api.openstack.wsgi [None req-0c51829c-093c-4de8-8de1-20120bb4a48f tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] GET http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c [ 770.556676] [55397]: DEBUG cinder.api.openstack.wsgi [None req-0c51829c-093c-4de8-8de1-20120bb4a48f tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 770.557152] [55397]: DEBUG cinder.api.openstack.wsgi [None req-0c51829c-093c-4de8-8de1-20120bb4a48f tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 770.570803] [55397]: /opt/stack/data/venv/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. [ 770.570803] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 770.574760] [55397]: INFO cinder.volume.api [None req-0c51829c-093c-4de8-8de1-20120bb4a48f tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Volume info retrieved successfully. [ 770.581264] [55397]: INFO cinder.api.openstack.wsgi [None req-0c51829c-093c-4de8-8de1-20120bb4a48f tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c returned with HTTP 200 [ 770.581810] [55397]: [pid: 55397|app: 0|req: 57/109] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:57:53 2025] GET /volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c => generated 845 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 771.061969] [55398]: DEBUG cinder.api.middleware.request_id [None req-b8e04187-cd5e-432f-898c-d8876a746554 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 771.062273] [55398]: INFO cinder.api.openstack.wsgi [None req-b8e04187-cd5e-432f-898c-d8876a746554 None None] GET http://10.180.1.21/volume// [ 771.062467] [55398]: DEBUG cinder.api.openstack.wsgi [None req-b8e04187-cd5e-432f-898c-d8876a746554 None None] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 771.062688] [55398]: DEBUG cinder.api.openstack.wsgi [None req-b8e04187-cd5e-432f-898c-d8876a746554 None None] Calling method 'all' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 771.063114] [55398]: INFO cinder.api.openstack.wsgi [None req-b8e04187-cd5e-432f-898c-d8876a746554 None None] http://10.180.1.21/volume// returned with HTTP 300 [ 771.063444] [55398]: [pid: 55398|app: 0|req: 53/110] 10.180.1.21 () {58 vars in 1306 bytes} [Thu Feb 20 17:57:53 2025] GET /volume/ => generated 386 bytes in 2 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) [ 771.067617] [55397]: DEBUG cinder.api.middleware.request_id [req-64d57359-6efb-4dbd-9bd5-0b6de0e28336 req-1a2ae0ef-0067-4111-a450-8f416de9a101 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 771.070178] [55397]: INFO cinder.api.openstack.wsgi [req-64d57359-6efb-4dbd-9bd5-0b6de0e28336 req-1a2ae0ef-0067-4111-a450-8f416de9a101 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] GET http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c [ 771.070605] [55397]: DEBUG cinder.api.openstack.wsgi [req-64d57359-6efb-4dbd-9bd5-0b6de0e28336 req-1a2ae0ef-0067-4111-a450-8f416de9a101 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 771.070965] [55397]: DEBUG cinder.api.openstack.wsgi [req-64d57359-6efb-4dbd-9bd5-0b6de0e28336 req-1a2ae0ef-0067-4111-a450-8f416de9a101 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 771.085033] [55397]: /opt/stack/data/venv/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. [ 771.085033] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 771.089220] [55397]: INFO cinder.volume.api [req-64d57359-6efb-4dbd-9bd5-0b6de0e28336 req-1a2ae0ef-0067-4111-a450-8f416de9a101 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Volume info retrieved successfully. [ 771.094547] [55397]: INFO cinder.api.openstack.wsgi [req-64d57359-6efb-4dbd-9bd5-0b6de0e28336 req-1a2ae0ef-0067-4111-a450-8f416de9a101 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c returned with HTTP 200 [ 771.094969] [55397]: [pid: 55397|app: 0|req: 58/111] 10.180.1.21 () {62 vars in 1519 bytes} [Thu Feb 20 17:57:53 2025] GET /volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c => generated 1026 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) [ 771.125351] [55398]: DEBUG cinder.api.middleware.request_id [req-64d57359-6efb-4dbd-9bd5-0b6de0e28336 req-a6b8dd9e-25d6-4f14-a109-8851b3924cda None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 771.129815] [55398]: INFO cinder.api.openstack.wsgi [req-64d57359-6efb-4dbd-9bd5-0b6de0e28336 req-a6b8dd9e-25d6-4f14-a109-8851b3924cda tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] PUT http://10.180.1.21/volume/v3/attachments/3db981b9-6d93-4890-9cb0-4b784535c70e [ 771.130352] [55398]: DEBUG cinder.api.openstack.wsgi [req-64d57359-6efb-4dbd-9bd5-0b6de0e28336 req-a6b8dd9e-25d6-4f14-a109-8851b3924cda tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Action: 'update', calling method: version_select, body: {"attachment": {"connector": {"ip": "vc1.osci.c.eu-de-1.cloud.sap", "initiator": null, "host": "vc1.osci.c.eu-de-1.cloud.sap", "instance": "vm-550608", "mountpoint": "/dev/sdb"}}} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 771.140853] [55398]: DEBUG cinder.coordination [req-64d57359-6efb-4dbd-9bd5-0b6de0e28336 req-a6b8dd9e-25d6-4f14-a109-8851b3924cda tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Acquiring lock "cinder-attachment_update-fdc60726-6ead-4fa7-9b0a-56a0c631789c-vc1.osci.c.eu-de-1.cloud.sap" by "attachment_update" {{(pid=55398) __acquire /opt/stack/cinder/cinder/coordination.py:143}} [ 771.146025] [55398]: DEBUG cinder.coordination [req-64d57359-6efb-4dbd-9bd5-0b6de0e28336 req-a6b8dd9e-25d6-4f14-a109-8851b3924cda tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Lock "cinder-attachment_update-fdc60726-6ead-4fa7-9b0a-56a0c631789c-vc1.osci.c.eu-de-1.cloud.sap" acquired by "attachment_update" :: waited 0.005s {{(pid=55398) __acquire /opt/stack/cinder/cinder/coordination.py:146}} [ 771.147211] [55398]: /opt/stack/data/venv/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. [ 771.147211] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 771.592923] [55397]: DEBUG cinder.api.middleware.request_id [None req-a935a8ef-bedc-45d2-9989-6fa0d12a8efc None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 771.594780] [55397]: INFO cinder.api.openstack.wsgi [None req-a935a8ef-bedc-45d2-9989-6fa0d12a8efc tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] GET http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c [ 771.595063] [55397]: DEBUG cinder.api.openstack.wsgi [None req-a935a8ef-bedc-45d2-9989-6fa0d12a8efc tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 771.595301] [55397]: DEBUG cinder.api.openstack.wsgi [None req-a935a8ef-bedc-45d2-9989-6fa0d12a8efc tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 771.607930] [55397]: /opt/stack/data/venv/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. [ 771.607930] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 771.611917] [55397]: INFO cinder.volume.api [None req-a935a8ef-bedc-45d2-9989-6fa0d12a8efc tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Volume info retrieved successfully. [ 771.617074] [55397]: INFO cinder.api.openstack.wsgi [None req-a935a8ef-bedc-45d2-9989-6fa0d12a8efc tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c returned with HTTP 200 [ 771.617503] [55397]: [pid: 55397|app: 0|req: 59/112] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:57:54 2025] GET /volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c => generated 845 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 772.630931] [55397]: DEBUG cinder.api.middleware.request_id [None req-ca627785-0d4c-41e8-8f4d-0480ea82f9a4 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 772.636709] [55397]: INFO cinder.api.openstack.wsgi [None req-ca627785-0d4c-41e8-8f4d-0480ea82f9a4 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] GET http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c [ 772.636709] [55397]: DEBUG cinder.api.openstack.wsgi [None req-ca627785-0d4c-41e8-8f4d-0480ea82f9a4 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 772.636709] [55397]: DEBUG cinder.api.openstack.wsgi [None req-ca627785-0d4c-41e8-8f4d-0480ea82f9a4 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 772.650558] [55397]: /opt/stack/data/venv/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. [ 772.650558] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 772.654865] [55397]: INFO cinder.volume.api [None req-ca627785-0d4c-41e8-8f4d-0480ea82f9a4 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Volume info retrieved successfully. [ 772.660611] [55397]: INFO cinder.api.openstack.wsgi [None req-ca627785-0d4c-41e8-8f4d-0480ea82f9a4 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c returned with HTTP 200 [ 772.661067] [55397]: [pid: 55397|app: 0|req: 60/113] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:57:55 2025] GET /volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c => generated 845 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 773.681114] [55397]: DEBUG cinder.api.middleware.request_id [None req-0369ae31-6b43-4612-a277-c89e64517c12 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 773.686519] [55397]: INFO cinder.api.openstack.wsgi [None req-0369ae31-6b43-4612-a277-c89e64517c12 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] GET http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c [ 773.686805] [55397]: DEBUG cinder.api.openstack.wsgi [None req-0369ae31-6b43-4612-a277-c89e64517c12 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 773.687204] [55397]: DEBUG cinder.api.openstack.wsgi [None req-0369ae31-6b43-4612-a277-c89e64517c12 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 773.706333] [55397]: /opt/stack/data/venv/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. [ 773.706333] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 773.710894] [55397]: INFO cinder.volume.api [None req-0369ae31-6b43-4612-a277-c89e64517c12 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Volume info retrieved successfully. [ 773.717409] [55397]: INFO cinder.api.openstack.wsgi [None req-0369ae31-6b43-4612-a277-c89e64517c12 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c returned with HTTP 200 [ 773.717863] [55397]: [pid: 55397|app: 0|req: 61/114] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:57:56 2025] GET /volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c => generated 845 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 774.731173] [55397]: DEBUG cinder.api.middleware.request_id [None req-cf454a69-d3d5-46d7-bf05-949681435871 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 774.734587] [55397]: INFO cinder.api.openstack.wsgi [None req-cf454a69-d3d5-46d7-bf05-949681435871 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] GET http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c [ 774.735091] [55397]: DEBUG cinder.api.openstack.wsgi [None req-cf454a69-d3d5-46d7-bf05-949681435871 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 774.735365] [55397]: DEBUG cinder.api.openstack.wsgi [None req-cf454a69-d3d5-46d7-bf05-949681435871 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 774.765237] [55397]: /opt/stack/data/venv/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. [ 774.765237] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 774.773971] [55397]: INFO cinder.volume.api [None req-cf454a69-d3d5-46d7-bf05-949681435871 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Volume info retrieved successfully. [ 774.783905] [55397]: INFO cinder.api.openstack.wsgi [None req-cf454a69-d3d5-46d7-bf05-949681435871 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c returned with HTTP 200 [ 774.783905] [55397]: [pid: 55397|app: 0|req: 62/115] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:57:57 2025] GET /volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c => generated 845 bytes in 52 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 775.797696] [55397]: DEBUG cinder.api.middleware.request_id [None req-5bf4b9a9-718f-4b38-908b-a8b30a5535d8 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 775.800936] [55397]: INFO cinder.api.openstack.wsgi [None req-5bf4b9a9-718f-4b38-908b-a8b30a5535d8 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] GET http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c [ 775.800936] [55397]: DEBUG cinder.api.openstack.wsgi [None req-5bf4b9a9-718f-4b38-908b-a8b30a5535d8 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 775.800936] [55397]: DEBUG cinder.api.openstack.wsgi [None req-5bf4b9a9-718f-4b38-908b-a8b30a5535d8 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 775.810762] [55397]: /opt/stack/data/venv/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. [ 775.810762] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 775.814639] [55397]: INFO cinder.volume.api [None req-5bf4b9a9-718f-4b38-908b-a8b30a5535d8 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Volume info retrieved successfully. [ 775.821048] [55397]: INFO cinder.api.openstack.wsgi [None req-5bf4b9a9-718f-4b38-908b-a8b30a5535d8 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c returned with HTTP 200 [ 775.821178] [55397]: [pid: 55397|app: 0|req: 63/116] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:57:58 2025] GET /volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c => generated 846 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 776.185648] [55398]: DEBUG cinder.coordination [req-64d57359-6efb-4dbd-9bd5-0b6de0e28336 req-a6b8dd9e-25d6-4f14-a109-8851b3924cda tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Lock "cinder-attachment_update-fdc60726-6ead-4fa7-9b0a-56a0c631789c-vc1.osci.c.eu-de-1.cloud.sap" released by "attachment_update" :: held 5.040s {{(pid=55398) __release /opt/stack/cinder/cinder/coordination.py:157}} [ 776.186047] [55398]: INFO cinder.api.openstack.wsgi [req-64d57359-6efb-4dbd-9bd5-0b6de0e28336 req-a6b8dd9e-25d6-4f14-a109-8851b3924cda tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] http://10.180.1.21/volume/v3/attachments/3db981b9-6d93-4890-9cb0-4b784535c70e returned with HTTP 200 [ 776.187654] [55398]: [pid: 55398|app: 0|req: 54/117] 10.180.1.21 () {66 vars in 1584 bytes} [Thu Feb 20 17:57:53 2025] PUT /volume/v3/attachments/3db981b9-6d93-4890-9cb0-4b784535c70e => generated 617 bytes in 5063 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 776.832542] [55397]: DEBUG cinder.api.middleware.request_id [None req-f822a5f3-cd53-4f8a-a4a4-d4693b7dfaaf None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 776.837276] [55397]: INFO cinder.api.openstack.wsgi [None req-f822a5f3-cd53-4f8a-a4a4-d4693b7dfaaf tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] GET http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c [ 776.837538] [55397]: DEBUG cinder.api.openstack.wsgi [None req-f822a5f3-cd53-4f8a-a4a4-d4693b7dfaaf tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 776.837779] [55397]: DEBUG cinder.api.openstack.wsgi [None req-f822a5f3-cd53-4f8a-a4a4-d4693b7dfaaf tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 776.856411] [55397]: /opt/stack/data/venv/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. [ 776.856411] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 776.865089] [55397]: INFO cinder.volume.api [None req-f822a5f3-cd53-4f8a-a4a4-d4693b7dfaaf tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Volume info retrieved successfully. [ 776.872185] [55397]: INFO cinder.api.openstack.wsgi [None req-f822a5f3-cd53-4f8a-a4a4-d4693b7dfaaf tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c returned with HTTP 200 [ 776.872699] [55397]: [pid: 55397|app: 0|req: 64/118] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:57:59 2025] GET /volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c => generated 846 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 777.894975] [55398]: DEBUG cinder.api.middleware.request_id [None req-4d03175b-9d25-4988-9303-dc654b83355e None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 777.897150] [55398]: INFO cinder.api.openstack.wsgi [None req-4d03175b-9d25-4988-9303-dc654b83355e tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] GET http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c [ 777.897408] [55398]: DEBUG cinder.api.openstack.wsgi [None req-4d03175b-9d25-4988-9303-dc654b83355e tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 777.897633] [55398]: DEBUG cinder.api.openstack.wsgi [None req-4d03175b-9d25-4988-9303-dc654b83355e tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 777.918763] [55398]: /opt/stack/data/venv/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. [ 777.918763] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 777.924223] [55398]: INFO cinder.volume.api [None req-4d03175b-9d25-4988-9303-dc654b83355e tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Volume info retrieved successfully. [ 777.930198] [55398]: INFO cinder.api.openstack.wsgi [None req-4d03175b-9d25-4988-9303-dc654b83355e tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c returned with HTTP 200 [ 777.934206] [55398]: [pid: 55398|app: 0|req: 55/119] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:58:00 2025] GET /volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c => generated 846 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 778.379137] [55397]: DEBUG cinder.api.middleware.request_id [req-64d57359-6efb-4dbd-9bd5-0b6de0e28336 req-66805a11-f57e-4026-9d77-0095d956c747 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 778.382293] [55397]: INFO cinder.api.openstack.wsgi [req-64d57359-6efb-4dbd-9bd5-0b6de0e28336 req-66805a11-f57e-4026-9d77-0095d956c747 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] POST http://10.180.1.21/volume/v3/attachments/3db981b9-6d93-4890-9cb0-4b784535c70e/action [ 778.383334] [55397]: DEBUG cinder.api.openstack.wsgi [req-64d57359-6efb-4dbd-9bd5-0b6de0e28336 req-66805a11-f57e-4026-9d77-0095d956c747 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Action body: b'{"os-complete": null}' {{(pid=55397) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} [ 778.383719] [55397]: DEBUG cinder.api.openstack.wsgi [req-64d57359-6efb-4dbd-9bd5-0b6de0e28336 req-66805a11-f57e-4026-9d77-0095d956c747 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Action: 'action', calling method: complete, body: {"os-complete": null} {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 778.415019] [55397]: /opt/stack/data/venv/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. [ 778.415019] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 778.431680] [55397]: INFO cinder.api.openstack.wsgi [req-64d57359-6efb-4dbd-9bd5-0b6de0e28336 req-66805a11-f57e-4026-9d77-0095d956c747 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] http://10.180.1.21/volume/v3/attachments/3db981b9-6d93-4890-9cb0-4b784535c70e/action returned with HTTP 204 [ 778.434506] [55397]: [pid: 55397|app: 0|req: 65/120] 10.180.1.21 () {66 vars in 1605 bytes} [Thu Feb 20 17:58:01 2025] POST /volume/v3/attachments/3db981b9-6d93-4890-9cb0-4b784535c70e/action => generated 0 bytes in 54 msecs (HTTP/1.1 204) 7 headers in 292 bytes (1 switches on core 0) [ 778.946037] [55398]: DEBUG cinder.api.middleware.request_id [None req-2c193736-5443-4c9b-8229-7ed166d4f084 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 778.951189] [55398]: INFO cinder.api.openstack.wsgi [None req-2c193736-5443-4c9b-8229-7ed166d4f084 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] GET http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c [ 778.951189] [55398]: DEBUG cinder.api.openstack.wsgi [None req-2c193736-5443-4c9b-8229-7ed166d4f084 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 778.951189] [55398]: DEBUG cinder.api.openstack.wsgi [None req-2c193736-5443-4c9b-8229-7ed166d4f084 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 778.967121] [55398]: /opt/stack/data/venv/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. [ 778.967121] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 778.971872] [55398]: INFO cinder.volume.api [None req-2c193736-5443-4c9b-8229-7ed166d4f084 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Volume info retrieved successfully. [ 778.977791] [55398]: INFO cinder.api.openstack.wsgi [None req-2c193736-5443-4c9b-8229-7ed166d4f084 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c returned with HTTP 200 [ 778.978275] [55398]: [pid: 55398|app: 0|req: 56/121] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:58:01 2025] GET /volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c => generated 1138 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 778.987843] [55397]: DEBUG cinder.api.middleware.request_id [None req-722ae79a-882d-4b89-96b3-4678ead592f3 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 778.990139] [55397]: INFO cinder.api.openstack.wsgi [None req-722ae79a-882d-4b89-96b3-4678ead592f3 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] GET http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c [ 778.991024] [55397]: DEBUG cinder.api.openstack.wsgi [None req-722ae79a-882d-4b89-96b3-4678ead592f3 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 778.991024] [55397]: DEBUG cinder.api.openstack.wsgi [None req-722ae79a-882d-4b89-96b3-4678ead592f3 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 779.009148] [55397]: /opt/stack/data/venv/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. [ 779.009148] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 779.015815] [55397]: INFO cinder.volume.api [None req-722ae79a-882d-4b89-96b3-4678ead592f3 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Volume info retrieved successfully. [ 779.023083] [55397]: INFO cinder.api.openstack.wsgi [None req-722ae79a-882d-4b89-96b3-4678ead592f3 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c returned with HTTP 200 [ 779.023083] [55397]: [pid: 55397|app: 0|req: 66/122] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:58:01 2025] GET /volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c => generated 1138 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 779.330142] [55398]: DEBUG cinder.api.middleware.request_id [req-c8ff7d96-683e-4fea-b665-98d3c0a581a3 req-2ca07db1-0514-4b72-8e08-b26c73938171 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 779.332476] [55398]: INFO cinder.api.openstack.wsgi [req-c8ff7d96-683e-4fea-b665-98d3c0a581a3 req-2ca07db1-0514-4b72-8e08-b26c73938171 tempest-VolumesAdminNegativeTest-1469668908 tempest-VolumesAdminNegativeTest-1469668908-project-admin] GET http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c [ 779.332796] [55398]: DEBUG cinder.api.openstack.wsgi [req-c8ff7d96-683e-4fea-b665-98d3c0a581a3 req-2ca07db1-0514-4b72-8e08-b26c73938171 tempest-VolumesAdminNegativeTest-1469668908 tempest-VolumesAdminNegativeTest-1469668908-project-admin] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 779.332923] [55398]: DEBUG cinder.api.openstack.wsgi [req-c8ff7d96-683e-4fea-b665-98d3c0a581a3 req-2ca07db1-0514-4b72-8e08-b26c73938171 tempest-VolumesAdminNegativeTest-1469668908 tempest-VolumesAdminNegativeTest-1469668908-project-admin] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 779.343257] [55398]: /opt/stack/data/venv/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. [ 779.343257] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 779.346305] [55398]: INFO cinder.volume.api [req-c8ff7d96-683e-4fea-b665-98d3c0a581a3 req-2ca07db1-0514-4b72-8e08-b26c73938171 tempest-VolumesAdminNegativeTest-1469668908 tempest-VolumesAdminNegativeTest-1469668908-project-admin] Volume info retrieved successfully. [ 779.350455] [55398]: INFO cinder.api.openstack.wsgi [req-c8ff7d96-683e-4fea-b665-98d3c0a581a3 req-2ca07db1-0514-4b72-8e08-b26c73938171 tempest-VolumesAdminNegativeTest-1469668908 tempest-VolumesAdminNegativeTest-1469668908-project-admin] http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c returned with HTTP 200 [ 779.351030] [55398]: [pid: 55398|app: 0|req: 57/123] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 17:58:02 2025] GET /volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c => generated 1323 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 779.357515] [55397]: DEBUG cinder.api.middleware.request_id [req-c8ff7d96-683e-4fea-b665-98d3c0a581a3 req-e0704f1a-3957-48e8-9a26-1af1c37a450b None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 779.361119] [55397]: INFO cinder.api.openstack.wsgi [req-c8ff7d96-683e-4fea-b665-98d3c0a581a3 req-e0704f1a-3957-48e8-9a26-1af1c37a450b tempest-VolumesAdminNegativeTest-1469668908 tempest-VolumesAdminNegativeTest-1469668908-project-admin] GET http://10.180.1.21/volume/v3/volumes/5ffe8917-ee24-4cbf-9d47-50c388c1f928 [ 779.361356] [55397]: DEBUG cinder.api.openstack.wsgi [req-c8ff7d96-683e-4fea-b665-98d3c0a581a3 req-e0704f1a-3957-48e8-9a26-1af1c37a450b tempest-VolumesAdminNegativeTest-1469668908 tempest-VolumesAdminNegativeTest-1469668908-project-admin] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 779.361574] [55397]: DEBUG cinder.api.openstack.wsgi [req-c8ff7d96-683e-4fea-b665-98d3c0a581a3 req-e0704f1a-3957-48e8-9a26-1af1c37a450b tempest-VolumesAdminNegativeTest-1469668908 tempest-VolumesAdminNegativeTest-1469668908-project-admin] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 779.368898] [55397]: INFO cinder.api.openstack.wsgi [req-c8ff7d96-683e-4fea-b665-98d3c0a581a3 req-e0704f1a-3957-48e8-9a26-1af1c37a450b tempest-VolumesAdminNegativeTest-1469668908 tempest-VolumesAdminNegativeTest-1469668908-project-admin] http://10.180.1.21/volume/v3/volumes/5ffe8917-ee24-4cbf-9d47-50c388c1f928 returned with HTTP 404 [ 779.369975] [55397]: [pid: 55397|app: 0|req: 67/124] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 17:58:02 2025] GET /volume/v3/volumes/5ffe8917-ee24-4cbf-9d47-50c388c1f928 => generated 109 bytes in 13 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) [ 779.375208] [55398]: DEBUG cinder.api.middleware.request_id [None req-57ab57a8-3ecc-49a5-87e6-9ef08b33b506 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 779.377358] [55398]: INFO cinder.api.openstack.wsgi [None req-57ab57a8-3ecc-49a5-87e6-9ef08b33b506 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] GET http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c [ 779.377578] [55398]: DEBUG cinder.api.openstack.wsgi [None req-57ab57a8-3ecc-49a5-87e6-9ef08b33b506 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 779.377793] [55398]: DEBUG cinder.api.openstack.wsgi [None req-57ab57a8-3ecc-49a5-87e6-9ef08b33b506 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 779.387582] [55398]: /opt/stack/data/venv/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. [ 779.387582] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 779.390771] [55398]: INFO cinder.volume.api [None req-57ab57a8-3ecc-49a5-87e6-9ef08b33b506 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Volume info retrieved successfully. [ 779.395160] [55398]: INFO cinder.api.openstack.wsgi [None req-57ab57a8-3ecc-49a5-87e6-9ef08b33b506 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c returned with HTTP 200 [ 779.395885] [55398]: [pid: 55398|app: 0|req: 58/125] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:58:02 2025] GET /volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c => generated 1138 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 779.725699] [55397]: DEBUG cinder.api.middleware.request_id [req-810d3462-17db-4731-b651-a3f2b28d92a4 req-5782cf82-76ed-4e81-a2c2-cc002edce8fc None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 779.729055] [55397]: INFO cinder.api.openstack.wsgi [req-810d3462-17db-4731-b651-a3f2b28d92a4 req-5782cf82-76ed-4e81-a2c2-cc002edce8fc tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] GET http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c [ 779.729385] [55397]: DEBUG cinder.api.openstack.wsgi [req-810d3462-17db-4731-b651-a3f2b28d92a4 req-5782cf82-76ed-4e81-a2c2-cc002edce8fc tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 779.729625] [55397]: DEBUG cinder.api.openstack.wsgi [req-810d3462-17db-4731-b651-a3f2b28d92a4 req-5782cf82-76ed-4e81-a2c2-cc002edce8fc tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 779.759541] [55397]: /opt/stack/data/venv/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. [ 779.759541] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 779.765975] [55397]: INFO cinder.volume.api [req-810d3462-17db-4731-b651-a3f2b28d92a4 req-5782cf82-76ed-4e81-a2c2-cc002edce8fc tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Volume info retrieved successfully. [ 779.773013] [55397]: INFO cinder.api.openstack.wsgi [req-810d3462-17db-4731-b651-a3f2b28d92a4 req-5782cf82-76ed-4e81-a2c2-cc002edce8fc tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c returned with HTTP 200 [ 779.773801] [55397]: [pid: 55397|app: 0|req: 68/126] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 17:58:02 2025] GET /volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c => generated 1138 bytes in 49 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 779.813993] [55398]: DEBUG cinder.api.middleware.request_id [req-810d3462-17db-4731-b651-a3f2b28d92a4 req-c3abd4fb-98fb-4895-82dc-c93435ff1e18 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 779.817205] [55398]: INFO cinder.api.openstack.wsgi [req-810d3462-17db-4731-b651-a3f2b28d92a4 req-c3abd4fb-98fb-4895-82dc-c93435ff1e18 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] POST http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c/action [ 779.818072] [55398]: DEBUG cinder.api.openstack.wsgi [req-810d3462-17db-4731-b651-a3f2b28d92a4 req-c3abd4fb-98fb-4895-82dc-c93435ff1e18 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Action body: b'{"os-begin_detaching": null}' {{(pid=55398) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} [ 779.818072] [55398]: DEBUG cinder.api.openstack.wsgi [req-810d3462-17db-4731-b651-a3f2b28d92a4 req-c3abd4fb-98fb-4895-82dc-c93435ff1e18 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Action: 'action', calling method: _begin_detaching, body: {"os-begin_detaching": null} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 779.844407] [55398]: /opt/stack/data/venv/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. [ 779.844407] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 779.845074] [55398]: INFO cinder.volume.api [req-810d3462-17db-4731-b651-a3f2b28d92a4 req-c3abd4fb-98fb-4895-82dc-c93435ff1e18 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Volume info retrieved successfully. [ 779.856895] [55398]: INFO cinder.volume.api [req-810d3462-17db-4731-b651-a3f2b28d92a4 req-c3abd4fb-98fb-4895-82dc-c93435ff1e18 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Begin detaching volume completed successfully. [ 779.856895] [55398]: INFO cinder.api.openstack.wsgi [req-810d3462-17db-4731-b651-a3f2b28d92a4 req-c3abd4fb-98fb-4895-82dc-c93435ff1e18 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c/action returned with HTTP 202 [ 779.857333] [55398]: [pid: 55398|app: 0|req: 59/127] 10.180.1.21 () {64 vars in 1552 bytes} [Thu Feb 20 17:58:02 2025] POST /volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c/action => generated 0 bytes in 44 msecs (HTTP/1.1 202) 7 headers in 289 bytes (1 switches on core 0) [ 780.882891] [55397]: DEBUG cinder.api.middleware.request_id [None req-fc115663-7378-49dd-b1f7-8d591d96f721 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 780.884152] [55397]: INFO cinder.api.openstack.wsgi [None req-fc115663-7378-49dd-b1f7-8d591d96f721 None None] GET http://10.180.1.21/volume// [ 780.884152] [55397]: DEBUG cinder.api.openstack.wsgi [None req-fc115663-7378-49dd-b1f7-8d591d96f721 None None] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 780.884152] [55397]: DEBUG cinder.api.openstack.wsgi [None req-fc115663-7378-49dd-b1f7-8d591d96f721 None None] Calling method 'all' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 780.884443] [55397]: INFO cinder.api.openstack.wsgi [None req-fc115663-7378-49dd-b1f7-8d591d96f721 None None] http://10.180.1.21/volume// returned with HTTP 300 [ 780.884753] [55397]: [pid: 55397|app: 0|req: 69/128] 10.180.1.21 () {58 vars in 1306 bytes} [Thu Feb 20 17:58:03 2025] GET /volume/ => generated 386 bytes in 3 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) [ 780.890143] [55398]: DEBUG cinder.api.middleware.request_id [req-810d3462-17db-4731-b651-a3f2b28d92a4 req-5c95e28e-377c-4051-9141-c867adc314f6 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 780.892890] [55398]: INFO cinder.api.openstack.wsgi [req-810d3462-17db-4731-b651-a3f2b28d92a4 req-5c95e28e-377c-4051-9141-c867adc314f6 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] GET http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c [ 780.893242] [55398]: DEBUG cinder.api.openstack.wsgi [req-810d3462-17db-4731-b651-a3f2b28d92a4 req-5c95e28e-377c-4051-9141-c867adc314f6 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 780.893573] [55398]: DEBUG cinder.api.openstack.wsgi [req-810d3462-17db-4731-b651-a3f2b28d92a4 req-5c95e28e-377c-4051-9141-c867adc314f6 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 780.908468] [55398]: /opt/stack/data/venv/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. [ 780.908468] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 780.912809] [55398]: INFO cinder.volume.api [req-810d3462-17db-4731-b651-a3f2b28d92a4 req-5c95e28e-377c-4051-9141-c867adc314f6 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Volume info retrieved successfully. [ 780.918439] [55398]: INFO cinder.api.openstack.wsgi [req-810d3462-17db-4731-b651-a3f2b28d92a4 req-5c95e28e-377c-4051-9141-c867adc314f6 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c returned with HTTP 200 [ 780.918925] [55398]: [pid: 55398|app: 0|req: 60/129] 10.180.1.21 () {62 vars in 1519 bytes} [Thu Feb 20 17:58:03 2025] GET /volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c => generated 1322 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) [ 782.101240] [55397]: DEBUG cinder.api.middleware.request_id [req-810d3462-17db-4731-b651-a3f2b28d92a4 req-1c102010-6fa0-411e-b52e-91d12e2a1614 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 782.103620] [55397]: INFO cinder.api.openstack.wsgi [req-810d3462-17db-4731-b651-a3f2b28d92a4 req-1c102010-6fa0-411e-b52e-91d12e2a1614 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] DELETE http://10.180.1.21/volume/v3/attachments/3db981b9-6d93-4890-9cb0-4b784535c70e [ 782.105879] [55397]: DEBUG cinder.api.openstack.wsgi [req-810d3462-17db-4731-b651-a3f2b28d92a4 req-1c102010-6fa0-411e-b52e-91d12e2a1614 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 782.105879] [55397]: DEBUG cinder.api.openstack.wsgi [req-810d3462-17db-4731-b651-a3f2b28d92a4 req-1c102010-6fa0-411e-b52e-91d12e2a1614 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Calling method 'version_select' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 782.118127] [55397]: /opt/stack/data/venv/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. [ 782.118127] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 782.679684] [55397]: INFO cinder.api.openstack.wsgi [req-810d3462-17db-4731-b651-a3f2b28d92a4 req-1c102010-6fa0-411e-b52e-91d12e2a1614 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] http://10.180.1.21/volume/v3/attachments/3db981b9-6d93-4890-9cb0-4b784535c70e returned with HTTP 200 [ 782.680276] [55397]: [pid: 55397|app: 0|req: 70/130] 10.180.1.21 () {64 vars in 1553 bytes} [Thu Feb 20 17:58:04 2025] DELETE /volume/v3/attachments/3db981b9-6d93-4890-9cb0-4b784535c70e => generated 19 bytes in 579 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 783.780226] [55398]: DEBUG cinder.api.middleware.request_id [None req-78697518-6e21-4f03-adcd-761d0f788663 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 783.783749] [55398]: INFO cinder.api.openstack.wsgi [None req-78697518-6e21-4f03-adcd-761d0f788663 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] GET http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c [ 783.783749] [55398]: DEBUG cinder.api.openstack.wsgi [None req-78697518-6e21-4f03-adcd-761d0f788663 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 783.783749] [55398]: DEBUG cinder.api.openstack.wsgi [None req-78697518-6e21-4f03-adcd-761d0f788663 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 783.800168] [55398]: /opt/stack/data/venv/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. [ 783.800168] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 783.804908] [55398]: INFO cinder.volume.api [None req-78697518-6e21-4f03-adcd-761d0f788663 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Volume info retrieved successfully. [ 783.812956] [55398]: INFO cinder.api.openstack.wsgi [None req-78697518-6e21-4f03-adcd-761d0f788663 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c returned with HTTP 200 [ 783.813440] [55398]: [pid: 55398|app: 0|req: 61/131] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:58:06 2025] GET /volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c => generated 846 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 792.678541] [55397]: DEBUG dbcounter [-] [55397] Writing DB stats cinder:SELECT=109,cinder:UPDATE=20,cinder:INSERT=11 {{(pid=55397) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} [ 793.807501] [55398]: DEBUG dbcounter [-] [55398] Writing DB stats cinder:SELECT=69,cinder:UPDATE=8,cinder:INSERT=1 {{(pid=55398) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} [ 840.754054] [55397]: DEBUG cinder.api.middleware.request_id [None req-d0a6ca86-231d-4f30-9aac-feaf311c61a6 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 840.758573] [55397]: INFO cinder.api.openstack.wsgi [None req-d0a6ca86-231d-4f30-9aac-feaf311c61a6 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] POST http://10.180.1.21/volume/v3/volumes [ 840.758573] [55397]: DEBUG cinder.api.openstack.wsgi [None req-d0a6ca86-231d-4f30-9aac-feaf311c61a6 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "display_name": "tempest-VolumesAdminNegativeTest-volume-658856588"}} {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 840.760056] [55397]: DEBUG cinder.api.v3.volumes [None req-d0a6ca86-231d-4f30-9aac-feaf311c61a6 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Create volume request body: {'volume': {'size': 1, 'display_name': 'tempest-VolumesAdminNegativeTest-volume-658856588'}} {{(pid=55397) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} [ 840.760407] [55397]: INFO cinder.api.v3.volumes [None req-d0a6ca86-231d-4f30-9aac-feaf311c61a6 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Create volume of 1 GB [ 840.760901] [55397]: /opt/stack/data/venv/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. [ 840.760901] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 840.769288] [55397]: INFO cinder.volume.api [None req-d0a6ca86-231d-4f30-9aac-feaf311c61a6 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Availability Zones retrieved successfully. [ 840.779248] [55397]: DEBUG cinder.volume.api [None req-d0a6ca86-231d-4f30-9aac-feaf311c61a6 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Flow 'volume_create_api' (85887b78-a7cd-425a-a456-3a62cb06a303) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 840.780472] [55397]: DEBUG cinder.volume.api [None req-d0a6ca86-231d-4f30-9aac-feaf311c61a6 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (f0fffabc-35e1-4b58-93ef-d340fa11fd22) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 840.781935] [55397]: DEBUG cinder.volume.flows.api.create_volume [None req-d0a6ca86-231d-4f30-9aac-feaf311c61a6 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Validating volume size '1' using validate_int {{(pid=55397) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} [ 840.804859] [55397]: DEBUG cinder.volume.api [None req-d0a6ca86-231d-4f30-9aac-feaf311c61a6 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (f0fffabc-35e1-4b58-93ef-d340fa11fd22) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-02-20T17:52:11Z,deleted=False,deleted_at=None,description=None,extra_specs={volume_backend_name='vsphere'},id=d5fd08cf-4175-412e-a261-cecd156def0d,is_public=True,name='vsphere',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'd5fd08cf-4175-412e-a261-cecd156def0d', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 840.806012] [55397]: DEBUG cinder.volume.api [None req-d0a6ca86-231d-4f30-9aac-feaf311c61a6 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (85f124ec-aab4-494b-ac41-0daa51b010c7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 840.846091] [55397]: DEBUG cinder.quota [None req-d0a6ca86-231d-4f30-9aac-feaf311c61a6 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Created reservations ['b6aecf5c-33df-44ed-917d-c853f40f0e06', '54513a40-fd0f-46da-9657-8501d624a5d8', '60e9215c-904a-44cd-a0ea-648bfaa31e93', 'cd2cc391-6a1d-4af2-a1e9-6a044968526d'] {{(pid=55397) reserve /opt/stack/cinder/cinder/quota.py:752}} [ 840.847081] [55397]: DEBUG cinder.volume.api [None req-d0a6ca86-231d-4f30-9aac-feaf311c61a6 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (85f124ec-aab4-494b-ac41-0daa51b010c7) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['b6aecf5c-33df-44ed-917d-c853f40f0e06', '54513a40-fd0f-46da-9657-8501d624a5d8', '60e9215c-904a-44cd-a0ea-648bfaa31e93', 'cd2cc391-6a1d-4af2-a1e9-6a044968526d']}' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 840.848037] [55397]: DEBUG cinder.volume.api [None req-d0a6ca86-231d-4f30-9aac-feaf311c61a6 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (06d44d36-fe2c-4699-b43f-71226a2e381b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 840.865180] [55397]: DEBUG cinder.volume.api [None req-d0a6ca86-231d-4f30-9aac-feaf311c61a6 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (06d44d36-fe2c-4699-b43f-71226a2e381b) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '867a0db4-e6db-4fd4-87e6-97fab6a3c8a4', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesAdminNegativeTest-volume-658856588',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='e9b6ca6cccb940f0a516e265a721fd03',qos_specs=None,replication_status=,reservations=['b6aecf5c-33df-44ed-917d-c853f40f0e06','54513a40-fd0f-46da-9657-8501d624a5d8','60e9215c-904a-44cd-a0ea-648bfaa31e93','cd2cc391-6a1d-4af2-a1e9-6a044968526d'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='80457ede6ae84c748d67e550a68387e4',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d), 'volume': Volume(_name_id=None,admin_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-02-20T17:59:03Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesAdminNegativeTest-volume-658856588',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=867a0db4-e6db-4fd4-87e6-97fab6a3c8a4,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='e9b6ca6cccb940f0a516e265a721fd03',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='80457ede6ae84c748d67e550a68387e4',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(d5fd08cf-4175-412e-a261-cecd156def0d),volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 840.866441] [55397]: DEBUG cinder.volume.api [None req-d0a6ca86-231d-4f30-9aac-feaf311c61a6 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (b089cf84-7283-4342-9701-6432ef4153b0) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 840.882910] [55397]: DEBUG cinder.volume.api [None req-d0a6ca86-231d-4f30-9aac-feaf311c61a6 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (b089cf84-7283-4342-9701-6432ef4153b0) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesAdminNegativeTest-volume-658856588',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='e9b6ca6cccb940f0a516e265a721fd03',qos_specs=None,replication_status=,reservations=['b6aecf5c-33df-44ed-917d-c853f40f0e06','54513a40-fd0f-46da-9657-8501d624a5d8','60e9215c-904a-44cd-a0ea-648bfaa31e93','cd2cc391-6a1d-4af2-a1e9-6a044968526d'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='80457ede6ae84c748d67e550a68387e4',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 840.883861] [55397]: DEBUG cinder.volume.api [None req-d0a6ca86-231d-4f30-9aac-feaf311c61a6 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (f90570e6-bb38-4793-921c-89b1204e73f8) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 840.894867] [55397]: DEBUG cinder.volume.api [None req-d0a6ca86-231d-4f30-9aac-feaf311c61a6 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (f90570e6-bb38-4793-921c-89b1204e73f8) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 840.896350] [55397]: DEBUG cinder.volume.api [None req-d0a6ca86-231d-4f30-9aac-feaf311c61a6 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Flow 'volume_create_api' (85887b78-a7cd-425a-a456-3a62cb06a303) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=55397) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 840.897119] [55397]: INFO cinder.volume.api [None req-d0a6ca86-231d-4f30-9aac-feaf311c61a6 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Create volume request issued successfully. [ 840.897830] [55397]: INFO cinder.api.openstack.wsgi [None req-d0a6ca86-231d-4f30-9aac-feaf311c61a6 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] http://10.180.1.21/volume/v3/volumes returned with HTTP 202 [ 840.898399] [55397]: [pid: 55397|app: 0|req: 71/132] 10.180.1.21 () {60 vars in 1135 bytes} [Thu Feb 20 17:59:03 2025] POST /volume/v3/volumes => generated 753 bytes in 145 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) [ 840.908252] [55398]: DEBUG cinder.api.middleware.request_id [None req-aa7aa9a8-c887-4577-bbd7-a22547b598ab None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 840.910363] [55398]: INFO cinder.api.openstack.wsgi [None req-aa7aa9a8-c887-4577-bbd7-a22547b598ab tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] GET http://10.180.1.21/volume/v3/volumes/867a0db4-e6db-4fd4-87e6-97fab6a3c8a4 [ 840.910722] [55398]: DEBUG cinder.api.openstack.wsgi [None req-aa7aa9a8-c887-4577-bbd7-a22547b598ab tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 840.910796] [55398]: DEBUG cinder.api.openstack.wsgi [None req-aa7aa9a8-c887-4577-bbd7-a22547b598ab tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 840.919035] [55398]: /opt/stack/data/venv/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. [ 840.919035] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 840.924097] [55398]: INFO cinder.volume.api [None req-aa7aa9a8-c887-4577-bbd7-a22547b598ab tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Volume info retrieved successfully. [ 840.929509] [55398]: INFO cinder.api.openstack.wsgi [None req-aa7aa9a8-c887-4577-bbd7-a22547b598ab tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] http://10.180.1.21/volume/v3/volumes/867a0db4-e6db-4fd4-87e6-97fab6a3c8a4 returned with HTTP 200 [ 840.929933] [55398]: [pid: 55398|app: 0|req: 62/133] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:59:03 2025] GET /volume/v3/volumes/867a0db4-e6db-4fd4-87e6-97fab6a3c8a4 => generated 821 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 841.941277] [55397]: DEBUG cinder.api.middleware.request_id [None req-4aca3f94-9f5d-4007-8b71-cfb918db29c9 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 841.943530] [55397]: INFO cinder.api.openstack.wsgi [None req-4aca3f94-9f5d-4007-8b71-cfb918db29c9 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] GET http://10.180.1.21/volume/v3/volumes/867a0db4-e6db-4fd4-87e6-97fab6a3c8a4 [ 841.943971] [55397]: DEBUG cinder.api.openstack.wsgi [None req-4aca3f94-9f5d-4007-8b71-cfb918db29c9 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 841.944349] [55397]: DEBUG cinder.api.openstack.wsgi [None req-4aca3f94-9f5d-4007-8b71-cfb918db29c9 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 841.955585] [55397]: /opt/stack/data/venv/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. [ 841.955585] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 841.958767] [55397]: INFO cinder.volume.api [None req-4aca3f94-9f5d-4007-8b71-cfb918db29c9 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Volume info retrieved successfully. [ 841.964331] [55397]: INFO cinder.api.openstack.wsgi [None req-4aca3f94-9f5d-4007-8b71-cfb918db29c9 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] http://10.180.1.21/volume/v3/volumes/867a0db4-e6db-4fd4-87e6-97fab6a3c8a4 returned with HTTP 200 [ 841.964917] [55397]: [pid: 55397|app: 0|req: 72/134] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:59:04 2025] GET /volume/v3/volumes/867a0db4-e6db-4fd4-87e6-97fab6a3c8a4 => generated 846 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) [ 841.998995] [55398]: DEBUG cinder.api.middleware.request_id [req-00c98271-9912-49ee-a2b5-09a52d5d829d req-ef7282ff-8172-4521-a971-10d195f33b66 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 842.001688] [55398]: INFO cinder.api.openstack.wsgi [req-00c98271-9912-49ee-a2b5-09a52d5d829d req-ef7282ff-8172-4521-a971-10d195f33b66 tempest-VolumesAdminNegativeTest-1469668908 tempest-VolumesAdminNegativeTest-1469668908-project-admin] GET http://10.180.1.21/volume/v3/volumes/7e640667-326f-418f-ba78-dab307298829 [ 842.002031] [55398]: DEBUG cinder.api.openstack.wsgi [req-00c98271-9912-49ee-a2b5-09a52d5d829d req-ef7282ff-8172-4521-a971-10d195f33b66 tempest-VolumesAdminNegativeTest-1469668908 tempest-VolumesAdminNegativeTest-1469668908-project-admin] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 842.002227] [55398]: DEBUG cinder.api.openstack.wsgi [req-00c98271-9912-49ee-a2b5-09a52d5d829d req-ef7282ff-8172-4521-a971-10d195f33b66 tempest-VolumesAdminNegativeTest-1469668908 tempest-VolumesAdminNegativeTest-1469668908-project-admin] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 842.008518] [55398]: INFO cinder.api.openstack.wsgi [req-00c98271-9912-49ee-a2b5-09a52d5d829d req-ef7282ff-8172-4521-a971-10d195f33b66 tempest-VolumesAdminNegativeTest-1469668908 tempest-VolumesAdminNegativeTest-1469668908-project-admin] http://10.180.1.21/volume/v3/volumes/7e640667-326f-418f-ba78-dab307298829 returned with HTTP 404 [ 842.009112] [55398]: [pid: 55398|app: 0|req: 63/135] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 17:59:04 2025] GET /volume/v3/volumes/7e640667-326f-418f-ba78-dab307298829 => generated 109 bytes in 11 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) [ 842.016057] [55397]: DEBUG cinder.api.middleware.request_id [None req-9dbe342c-3dc6-4fb2-83b0-05728fa6f8dd None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 842.017853] [55397]: INFO cinder.api.openstack.wsgi [None req-9dbe342c-3dc6-4fb2-83b0-05728fa6f8dd tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] DELETE http://10.180.1.21/volume/v3/volumes/867a0db4-e6db-4fd4-87e6-97fab6a3c8a4 [ 842.018073] [55397]: DEBUG cinder.api.openstack.wsgi [None req-9dbe342c-3dc6-4fb2-83b0-05728fa6f8dd tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 842.018350] [55397]: DEBUG cinder.api.openstack.wsgi [None req-9dbe342c-3dc6-4fb2-83b0-05728fa6f8dd tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Calling method 'delete' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 842.018949] [55397]: INFO cinder.api.v3.volumes [None req-9dbe342c-3dc6-4fb2-83b0-05728fa6f8dd tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Delete volume with id: 867a0db4-e6db-4fd4-87e6-97fab6a3c8a4 [ 842.026317] [55397]: /opt/stack/data/venv/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. [ 842.026317] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 842.026834] [55397]: INFO cinder.volume.api [None req-9dbe342c-3dc6-4fb2-83b0-05728fa6f8dd tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Volume info retrieved successfully. [ 842.043399] [55397]: INFO cinder.volume.api [None req-9dbe342c-3dc6-4fb2-83b0-05728fa6f8dd tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Delete volume request issued successfully. [ 842.043595] [55397]: INFO cinder.api.openstack.wsgi [None req-9dbe342c-3dc6-4fb2-83b0-05728fa6f8dd tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] http://10.180.1.21/volume/v3/volumes/867a0db4-e6db-4fd4-87e6-97fab6a3c8a4 returned with HTTP 202 [ 842.044000] [55397]: [pid: 55397|app: 0|req: 73/136] 10.180.1.21 () {58 vars in 1228 bytes} [Thu Feb 20 17:59:04 2025] DELETE /volume/v3/volumes/867a0db4-e6db-4fd4-87e6-97fab6a3c8a4 => generated 0 bytes in 29 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) [ 842.046869] [55398]: DEBUG cinder.api.middleware.request_id [None req-1a6379a3-7c48-43eb-9baa-96b9a8621588 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 842.049086] [55398]: INFO cinder.api.openstack.wsgi [None req-1a6379a3-7c48-43eb-9baa-96b9a8621588 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] GET http://10.180.1.21/volume/v3/volumes/867a0db4-e6db-4fd4-87e6-97fab6a3c8a4 [ 842.049331] [55398]: DEBUG cinder.api.openstack.wsgi [None req-1a6379a3-7c48-43eb-9baa-96b9a8621588 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 842.049720] [55398]: DEBUG cinder.api.openstack.wsgi [None req-1a6379a3-7c48-43eb-9baa-96b9a8621588 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 842.057295] [55398]: /opt/stack/data/venv/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. [ 842.057295] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 842.060657] [55398]: INFO cinder.volume.api [None req-1a6379a3-7c48-43eb-9baa-96b9a8621588 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Volume info retrieved successfully. [ 842.064788] [55398]: INFO cinder.api.openstack.wsgi [None req-1a6379a3-7c48-43eb-9baa-96b9a8621588 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] http://10.180.1.21/volume/v3/volumes/867a0db4-e6db-4fd4-87e6-97fab6a3c8a4 returned with HTTP 200 [ 842.065175] [55398]: [pid: 55398|app: 0|req: 64/137] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:59:04 2025] GET /volume/v3/volumes/867a0db4-e6db-4fd4-87e6-97fab6a3c8a4 => generated 845 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 843.075969] [55397]: DEBUG cinder.api.middleware.request_id [None req-52d52394-8c02-4dee-9677-8e9d20aba76d None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 843.077957] [55397]: INFO cinder.api.openstack.wsgi [None req-52d52394-8c02-4dee-9677-8e9d20aba76d tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] GET http://10.180.1.21/volume/v3/volumes/867a0db4-e6db-4fd4-87e6-97fab6a3c8a4 [ 843.078231] [55397]: DEBUG cinder.api.openstack.wsgi [None req-52d52394-8c02-4dee-9677-8e9d20aba76d tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 843.078522] [55397]: DEBUG cinder.api.openstack.wsgi [None req-52d52394-8c02-4dee-9677-8e9d20aba76d tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 843.086803] [55397]: INFO cinder.api.openstack.wsgi [None req-52d52394-8c02-4dee-9677-8e9d20aba76d tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] http://10.180.1.21/volume/v3/volumes/867a0db4-e6db-4fd4-87e6-97fab6a3c8a4 returned with HTTP 404 [ 843.086803] [55397]: [pid: 55397|app: 0|req: 74/138] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:59:05 2025] GET /volume/v3/volumes/867a0db4-e6db-4fd4-87e6-97fab6a3c8a4 => generated 109 bytes in 12 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) [ 852.062939] [55398]: DEBUG dbcounter [-] [55398] Writing DB stats cinder:SELECT=9 {{(pid=55398) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} [ 853.081445] [55397]: DEBUG dbcounter [-] [55397] Writing DB stats cinder:SELECT=28,cinder:INSERT=7,cinder:UPDATE=13 {{(pid=55397) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} [ 875.473097] [55398]: DEBUG cinder.api.middleware.request_id [None req-f2f1ea68-2b5f-40b6-97c6-d5b671049704 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 875.475386] [55398]: INFO cinder.api.openstack.wsgi [None req-f2f1ea68-2b5f-40b6-97c6-d5b671049704 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] POST http://10.180.1.21/volume/v3/volumes [ 875.475842] [55398]: DEBUG cinder.api.openstack.wsgi [None req-f2f1ea68-2b5f-40b6-97c6-d5b671049704 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "display_name": "tempest-ServerActionsTestOtherA-volume-671508304"}} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 875.477579] [55398]: DEBUG cinder.api.v3.volumes [None req-f2f1ea68-2b5f-40b6-97c6-d5b671049704 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Create volume request body: {'volume': {'size': 1, 'display_name': 'tempest-ServerActionsTestOtherA-volume-671508304'}} {{(pid=55398) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} [ 875.477720] [55398]: INFO cinder.api.v3.volumes [None req-f2f1ea68-2b5f-40b6-97c6-d5b671049704 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Create volume of 1 GB [ 875.483666] [55398]: INFO cinder.volume.api [None req-f2f1ea68-2b5f-40b6-97c6-d5b671049704 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Availability Zones retrieved successfully. [ 875.492034] [55398]: DEBUG cinder.volume.api [None req-f2f1ea68-2b5f-40b6-97c6-d5b671049704 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Flow 'volume_create_api' (af4b2f7f-2aa7-4ec5-a2bb-a27612dc4b0f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 875.493249] [55398]: DEBUG cinder.volume.api [None req-f2f1ea68-2b5f-40b6-97c6-d5b671049704 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (0e493625-94aa-4c36-84dc-1bd73eb87206) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 875.494406] [55398]: DEBUG cinder.volume.flows.api.create_volume [None req-f2f1ea68-2b5f-40b6-97c6-d5b671049704 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Validating volume size '1' using validate_int {{(pid=55398) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} [ 875.513625] [55398]: DEBUG cinder.volume.api [None req-f2f1ea68-2b5f-40b6-97c6-d5b671049704 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (0e493625-94aa-4c36-84dc-1bd73eb87206) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-02-20T17:52:11Z,deleted=False,deleted_at=None,description=None,extra_specs={volume_backend_name='vsphere'},id=d5fd08cf-4175-412e-a261-cecd156def0d,is_public=True,name='vsphere',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'd5fd08cf-4175-412e-a261-cecd156def0d', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 875.514599] [55398]: DEBUG cinder.volume.api [None req-f2f1ea68-2b5f-40b6-97c6-d5b671049704 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (8805b4c6-148a-4862-9f24-d6ed74f91c85) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 875.564226] [55398]: DEBUG cinder.quota [None req-f2f1ea68-2b5f-40b6-97c6-d5b671049704 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Created reservations ['c6a19705-59be-42d5-9be1-1a27b60bd377', '0ac8c030-0700-4372-930e-ddaf57c116d4', 'ac4d9a51-4b41-4f58-9400-930b7ea762ea', '31adfafb-ad9d-45e5-94fc-0e1c3819d290'] {{(pid=55398) reserve /opt/stack/cinder/cinder/quota.py:752}} [ 875.565270] [55398]: DEBUG cinder.volume.api [None req-f2f1ea68-2b5f-40b6-97c6-d5b671049704 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (8805b4c6-148a-4862-9f24-d6ed74f91c85) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['c6a19705-59be-42d5-9be1-1a27b60bd377', '0ac8c030-0700-4372-930e-ddaf57c116d4', 'ac4d9a51-4b41-4f58-9400-930b7ea762ea', '31adfafb-ad9d-45e5-94fc-0e1c3819d290']}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 875.566112] [55398]: DEBUG cinder.volume.api [None req-f2f1ea68-2b5f-40b6-97c6-d5b671049704 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (3210a180-cadd-4cc4-99e9-2d094e284873) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 875.579219] [55398]: DEBUG cinder.volume.api [None req-f2f1ea68-2b5f-40b6-97c6-d5b671049704 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (3210a180-cadd-4cc4-99e9-2d094e284873) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '15326c33-7e0b-41be-bf2e-5b82153cea0d', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-ServerActionsTestOtherA-volume-671508304',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='847e89af959a4266ab55c1d2106ba8fe',qos_specs=None,replication_status=,reservations=['c6a19705-59be-42d5-9be1-1a27b60bd377','0ac8c030-0700-4372-930e-ddaf57c116d4','ac4d9a51-4b41-4f58-9400-930b7ea762ea','31adfafb-ad9d-45e5-94fc-0e1c3819d290'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='a3ed8f5b3d7b4be99d3b4649e156af58',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d), 'volume': Volume(_name_id=None,admin_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-02-20T17:59:38Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-ServerActionsTestOtherA-volume-671508304',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=15326c33-7e0b-41be-bf2e-5b82153cea0d,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='847e89af959a4266ab55c1d2106ba8fe',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='a3ed8f5b3d7b4be99d3b4649e156af58',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(d5fd08cf-4175-412e-a261-cecd156def0d),volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 875.580221] [55398]: DEBUG cinder.volume.api [None req-f2f1ea68-2b5f-40b6-97c6-d5b671049704 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (3d9a1d7e-c700-413c-b2ad-9058f76a0c55) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 875.593867] [55398]: DEBUG cinder.volume.api [None req-f2f1ea68-2b5f-40b6-97c6-d5b671049704 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (3d9a1d7e-c700-413c-b2ad-9058f76a0c55) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-ServerActionsTestOtherA-volume-671508304',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='847e89af959a4266ab55c1d2106ba8fe',qos_specs=None,replication_status=,reservations=['c6a19705-59be-42d5-9be1-1a27b60bd377','0ac8c030-0700-4372-930e-ddaf57c116d4','ac4d9a51-4b41-4f58-9400-930b7ea762ea','31adfafb-ad9d-45e5-94fc-0e1c3819d290'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='a3ed8f5b3d7b4be99d3b4649e156af58',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 875.594782] [55398]: DEBUG cinder.volume.api [None req-f2f1ea68-2b5f-40b6-97c6-d5b671049704 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (af0dfbb0-0939-4243-a243-1744f3848d6c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 875.604335] [55398]: DEBUG cinder.volume.api [None req-f2f1ea68-2b5f-40b6-97c6-d5b671049704 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (af0dfbb0-0939-4243-a243-1744f3848d6c) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 875.605395] [55398]: DEBUG cinder.volume.api [None req-f2f1ea68-2b5f-40b6-97c6-d5b671049704 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Flow 'volume_create_api' (af4b2f7f-2aa7-4ec5-a2bb-a27612dc4b0f) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=55398) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 875.605750] [55398]: INFO cinder.volume.api [None req-f2f1ea68-2b5f-40b6-97c6-d5b671049704 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Create volume request issued successfully. [ 875.606718] [55398]: INFO cinder.api.openstack.wsgi [None req-f2f1ea68-2b5f-40b6-97c6-d5b671049704 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes returned with HTTP 202 [ 875.609737] [55398]: [pid: 55398|app: 0|req: 65/139] 10.180.1.21 () {60 vars in 1135 bytes} [Thu Feb 20 17:59:38 2025] POST /volume/v3/volumes => generated 752 bytes in 135 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) [ 878.755894] [55397]: DEBUG cinder.api.middleware.request_id [None req-806a399e-47a3-42aa-98b3-8e8cb718ca6c None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 878.757842] [55397]: INFO cinder.api.openstack.wsgi [None req-806a399e-47a3-42aa-98b3-8e8cb718ca6c tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] POST http://10.180.1.21/volume/v3/volumes [ 878.758826] [55397]: DEBUG cinder.api.openstack.wsgi [None req-806a399e-47a3-42aa-98b3-8e8cb718ca6c tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "display_name": "tempest-DeleteServersTestJSON-volume-941425775"}} {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 878.760897] [55397]: DEBUG cinder.api.v3.volumes [None req-806a399e-47a3-42aa-98b3-8e8cb718ca6c tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Create volume request body: {'volume': {'size': 1, 'display_name': 'tempest-DeleteServersTestJSON-volume-941425775'}} {{(pid=55397) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} [ 878.761261] [55397]: INFO cinder.api.v3.volumes [None req-806a399e-47a3-42aa-98b3-8e8cb718ca6c tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Create volume of 1 GB [ 878.769175] [55397]: INFO cinder.volume.api [None req-806a399e-47a3-42aa-98b3-8e8cb718ca6c tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Availability Zones retrieved successfully. [ 878.777160] [55397]: DEBUG cinder.volume.api [None req-806a399e-47a3-42aa-98b3-8e8cb718ca6c tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Flow 'volume_create_api' (89a98072-f80f-4a24-ad46-d19b49dd70f8) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 878.779085] [55397]: DEBUG cinder.volume.api [None req-806a399e-47a3-42aa-98b3-8e8cb718ca6c tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (d0ec1347-53b6-46b8-91cd-223e18f618aa) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 878.780111] [55397]: DEBUG cinder.volume.flows.api.create_volume [None req-806a399e-47a3-42aa-98b3-8e8cb718ca6c tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Validating volume size '1' using validate_int {{(pid=55397) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} [ 878.802758] [55397]: DEBUG cinder.volume.api [None req-806a399e-47a3-42aa-98b3-8e8cb718ca6c tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (d0ec1347-53b6-46b8-91cd-223e18f618aa) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-02-20T17:52:11Z,deleted=False,deleted_at=None,description=None,extra_specs={volume_backend_name='vsphere'},id=d5fd08cf-4175-412e-a261-cecd156def0d,is_public=True,name='vsphere',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'd5fd08cf-4175-412e-a261-cecd156def0d', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 878.804582] [55397]: DEBUG cinder.volume.api [None req-806a399e-47a3-42aa-98b3-8e8cb718ca6c tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (241d0e91-f24a-4d3c-9bdf-e947947d1c9d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 878.860370] [55397]: DEBUG cinder.quota [None req-806a399e-47a3-42aa-98b3-8e8cb718ca6c tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Created reservations ['c07ab299-f052-417e-ba8b-3c632185f6df', '07562c25-633e-4f22-b168-3bec99411759', '95ee4c2e-77aa-4682-be0a-7af9f9ec4155', '54ebeab0-c235-42ac-b5d0-b0c366f0600c'] {{(pid=55397) reserve /opt/stack/cinder/cinder/quota.py:752}} [ 878.861426] [55397]: DEBUG cinder.volume.api [None req-806a399e-47a3-42aa-98b3-8e8cb718ca6c tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (241d0e91-f24a-4d3c-9bdf-e947947d1c9d) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['c07ab299-f052-417e-ba8b-3c632185f6df', '07562c25-633e-4f22-b168-3bec99411759', '95ee4c2e-77aa-4682-be0a-7af9f9ec4155', '54ebeab0-c235-42ac-b5d0-b0c366f0600c']}' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 878.862344] [55397]: DEBUG cinder.volume.api [None req-806a399e-47a3-42aa-98b3-8e8cb718ca6c tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (aaebad32-77f0-4017-bd4c-dbdbe84c29e7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 878.876320] [55397]: DEBUG cinder.volume.api [None req-806a399e-47a3-42aa-98b3-8e8cb718ca6c tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (aaebad32-77f0-4017-bd4c-dbdbe84c29e7) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-DeleteServersTestJSON-volume-941425775',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='8efc6d89903c454eb39136a76e0adef5',qos_specs=None,replication_status=,reservations=['c07ab299-f052-417e-ba8b-3c632185f6df','07562c25-633e-4f22-b168-3bec99411759','95ee4c2e-77aa-4682-be0a-7af9f9ec4155','54ebeab0-c235-42ac-b5d0-b0c366f0600c'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='43ed2fb3f1a944fdac8ee7778f171cd0',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d), 'volume': Volume(_name_id=None,admin_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-02-20T17:59:41Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-DeleteServersTestJSON-volume-941425775',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='8efc6d89903c454eb39136a76e0adef5',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='43ed2fb3f1a944fdac8ee7778f171cd0',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(d5fd08cf-4175-412e-a261-cecd156def0d),volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 878.877341] [55397]: DEBUG cinder.volume.api [None req-806a399e-47a3-42aa-98b3-8e8cb718ca6c tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (c115c0f3-c270-4062-b67a-16738b7d4734) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 878.896009] [55397]: DEBUG cinder.volume.api [None req-806a399e-47a3-42aa-98b3-8e8cb718ca6c tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (c115c0f3-c270-4062-b67a-16738b7d4734) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-DeleteServersTestJSON-volume-941425775',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='8efc6d89903c454eb39136a76e0adef5',qos_specs=None,replication_status=,reservations=['c07ab299-f052-417e-ba8b-3c632185f6df','07562c25-633e-4f22-b168-3bec99411759','95ee4c2e-77aa-4682-be0a-7af9f9ec4155','54ebeab0-c235-42ac-b5d0-b0c366f0600c'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='43ed2fb3f1a944fdac8ee7778f171cd0',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 878.897313] [55397]: DEBUG cinder.volume.api [None req-806a399e-47a3-42aa-98b3-8e8cb718ca6c tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (ffd1e1f1-e069-4eb3-a113-98030c30a724) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 878.908059] [55397]: DEBUG cinder.volume.api [None req-806a399e-47a3-42aa-98b3-8e8cb718ca6c tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (ffd1e1f1-e069-4eb3-a113-98030c30a724) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 878.909306] [55397]: DEBUG cinder.volume.api [None req-806a399e-47a3-42aa-98b3-8e8cb718ca6c tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Flow 'volume_create_api' (89a98072-f80f-4a24-ad46-d19b49dd70f8) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=55397) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 878.911327] [55397]: INFO cinder.volume.api [None req-806a399e-47a3-42aa-98b3-8e8cb718ca6c tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Create volume request issued successfully. [ 878.911327] [55397]: INFO cinder.api.openstack.wsgi [None req-806a399e-47a3-42aa-98b3-8e8cb718ca6c tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] http://10.180.1.21/volume/v3/volumes returned with HTTP 202 [ 878.911327] [55397]: [pid: 55397|app: 0|req: 75/140] 10.180.1.21 () {60 vars in 1135 bytes} [Thu Feb 20 17:59:41 2025] POST /volume/v3/volumes => generated 750 bytes in 156 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) [ 878.922872] [55398]: DEBUG cinder.api.middleware.request_id [None req-bbb29e57-310e-4b40-819f-cb27d8b6c0cc None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 878.929779] [55398]: INFO cinder.api.openstack.wsgi [None req-bbb29e57-310e-4b40-819f-cb27d8b6c0cc tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] GET http://10.180.1.21/volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 [ 878.930034] [55398]: DEBUG cinder.api.openstack.wsgi [None req-bbb29e57-310e-4b40-819f-cb27d8b6c0cc tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 878.930268] [55398]: DEBUG cinder.api.openstack.wsgi [None req-bbb29e57-310e-4b40-819f-cb27d8b6c0cc tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 878.945706] [55398]: /opt/stack/data/venv/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. [ 878.945706] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 878.950872] [55398]: INFO cinder.volume.api [None req-bbb29e57-310e-4b40-819f-cb27d8b6c0cc tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Volume info retrieved successfully. [ 878.961383] [55398]: INFO cinder.api.openstack.wsgi [None req-bbb29e57-310e-4b40-819f-cb27d8b6c0cc tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] http://10.180.1.21/volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 returned with HTTP 200 [ 878.961818] [55398]: [pid: 55398|app: 0|req: 66/141] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:59:41 2025] GET /volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 => generated 818 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 879.977556] [55397]: DEBUG cinder.api.middleware.request_id [None req-1a67f024-227d-46d6-a0d0-030ba2b3857c None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 879.979735] [55397]: INFO cinder.api.openstack.wsgi [None req-1a67f024-227d-46d6-a0d0-030ba2b3857c tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] GET http://10.180.1.21/volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 [ 879.979951] [55397]: DEBUG cinder.api.openstack.wsgi [None req-1a67f024-227d-46d6-a0d0-030ba2b3857c tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 879.980181] [55397]: DEBUG cinder.api.openstack.wsgi [None req-1a67f024-227d-46d6-a0d0-030ba2b3857c tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 879.991252] [55397]: /opt/stack/data/venv/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. [ 879.991252] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 879.995506] [55397]: INFO cinder.volume.api [None req-1a67f024-227d-46d6-a0d0-030ba2b3857c tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Volume info retrieved successfully. [ 880.000322] [55397]: INFO cinder.api.openstack.wsgi [None req-1a67f024-227d-46d6-a0d0-030ba2b3857c tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] http://10.180.1.21/volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 returned with HTTP 200 [ 880.000719] [55397]: [pid: 55397|app: 0|req: 76/142] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:59:42 2025] GET /volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 => generated 843 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 880.036605] [55398]: DEBUG cinder.api.middleware.request_id [req-a8b25c06-f049-419d-8aac-06b17b16552d req-2ee1147d-bee5-48ee-9b9e-aa8a9599abb8 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 880.039486] [55398]: INFO cinder.api.openstack.wsgi [req-a8b25c06-f049-419d-8aac-06b17b16552d req-2ee1147d-bee5-48ee-9b9e-aa8a9599abb8 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] GET http://10.180.1.21/volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 [ 880.039486] [55398]: DEBUG cinder.api.openstack.wsgi [req-a8b25c06-f049-419d-8aac-06b17b16552d req-2ee1147d-bee5-48ee-9b9e-aa8a9599abb8 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 880.039486] [55398]: DEBUG cinder.api.openstack.wsgi [req-a8b25c06-f049-419d-8aac-06b17b16552d req-2ee1147d-bee5-48ee-9b9e-aa8a9599abb8 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 880.047362] [55398]: /opt/stack/data/venv/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. [ 880.047362] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 880.051332] [55398]: INFO cinder.volume.api [req-a8b25c06-f049-419d-8aac-06b17b16552d req-2ee1147d-bee5-48ee-9b9e-aa8a9599abb8 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Volume info retrieved successfully. [ 880.056202] [55398]: INFO cinder.api.openstack.wsgi [req-a8b25c06-f049-419d-8aac-06b17b16552d req-2ee1147d-bee5-48ee-9b9e-aa8a9599abb8 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] http://10.180.1.21/volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 returned with HTTP 200 [ 880.056580] [55398]: [pid: 55398|app: 0|req: 67/143] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 17:59:42 2025] GET /volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 => generated 843 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 881.578864] [55397]: DEBUG cinder.api.middleware.request_id [None req-3f89b14d-8fd7-4311-9411-d8746a596efc None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 881.579352] [55397]: INFO cinder.api.openstack.wsgi [None req-3f89b14d-8fd7-4311-9411-d8746a596efc None None] GET http://10.180.1.21/volume// [ 881.579538] [55397]: DEBUG cinder.api.openstack.wsgi [None req-3f89b14d-8fd7-4311-9411-d8746a596efc None None] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 881.579916] [55397]: DEBUG cinder.api.openstack.wsgi [None req-3f89b14d-8fd7-4311-9411-d8746a596efc None None] Calling method 'all' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 881.580340] [55397]: INFO cinder.api.openstack.wsgi [None req-3f89b14d-8fd7-4311-9411-d8746a596efc None None] http://10.180.1.21/volume// returned with HTTP 300 [ 881.580672] [55397]: [pid: 55397|app: 0|req: 77/144] 10.180.1.21 () {58 vars in 1299 bytes} [Thu Feb 20 17:59:44 2025] GET /volume/ => generated 386 bytes in 3 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) [ 881.585350] [55398]: DEBUG cinder.api.middleware.request_id [req-a8b25c06-f049-419d-8aac-06b17b16552d req-8ed0d8ee-0931-4413-a6e8-bd0c513623dd None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 881.587787] [55398]: INFO cinder.api.openstack.wsgi [req-a8b25c06-f049-419d-8aac-06b17b16552d req-8ed0d8ee-0931-4413-a6e8-bd0c513623dd tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] POST http://10.180.1.21/volume/v3/attachments [ 881.588274] [55398]: DEBUG cinder.api.openstack.wsgi [req-a8b25c06-f049-419d-8aac-06b17b16552d req-8ed0d8ee-0931-4413-a6e8-bd0c513623dd tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Action: 'create', calling method: version_select, body: {"attachment": {"volume_uuid": "0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0", "connector": null, "instance_uuid": "3b90dbb8-66ce-435f-beae-5464720bfb3e"}} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 881.600419] [55398]: /opt/stack/data/venv/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. [ 881.600419] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 881.624366] [55398]: INFO cinder.api.openstack.wsgi [req-a8b25c06-f049-419d-8aac-06b17b16552d req-8ed0d8ee-0931-4413-a6e8-bd0c513623dd tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] http://10.180.1.21/volume/v3/attachments returned with HTTP 200 [ 881.624822] [55398]: [pid: 55398|app: 0|req: 68/145] 10.180.1.21 () {66 vars in 1474 bytes} [Thu Feb 20 17:59:44 2025] POST /volume/v3/attachments => generated 273 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 881.645752] [55397]: DEBUG cinder.api.middleware.request_id [None req-363df0e8-3e3c-40fc-8b32-eeef4dec0979 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 881.649897] [55397]: INFO cinder.api.openstack.wsgi [None req-363df0e8-3e3c-40fc-8b32-eeef4dec0979 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] GET http://10.180.1.21/volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 [ 881.650140] [55397]: DEBUG cinder.api.openstack.wsgi [None req-363df0e8-3e3c-40fc-8b32-eeef4dec0979 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 881.650524] [55397]: DEBUG cinder.api.openstack.wsgi [None req-363df0e8-3e3c-40fc-8b32-eeef4dec0979 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 881.673173] [55397]: /opt/stack/data/venv/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. [ 881.673173] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 881.676984] [55397]: INFO cinder.volume.api [None req-363df0e8-3e3c-40fc-8b32-eeef4dec0979 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Volume info retrieved successfully. [ 881.682990] [55397]: INFO cinder.api.openstack.wsgi [None req-363df0e8-3e3c-40fc-8b32-eeef4dec0979 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] http://10.180.1.21/volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 returned with HTTP 200 [ 881.683560] [55397]: [pid: 55397|app: 0|req: 78/146] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:59:44 2025] GET /volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 => generated 842 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 882.149229] [55398]: DEBUG cinder.api.middleware.request_id [None req-34f17b38-567f-4585-8d50-653672879536 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 882.149875] [55398]: INFO cinder.api.openstack.wsgi [None req-34f17b38-567f-4585-8d50-653672879536 None None] GET http://10.180.1.21/volume// [ 882.149875] [55398]: DEBUG cinder.api.openstack.wsgi [None req-34f17b38-567f-4585-8d50-653672879536 None None] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 882.150091] [55398]: DEBUG cinder.api.openstack.wsgi [None req-34f17b38-567f-4585-8d50-653672879536 None None] Calling method 'all' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 882.150488] [55398]: INFO cinder.api.openstack.wsgi [None req-34f17b38-567f-4585-8d50-653672879536 None None] http://10.180.1.21/volume// returned with HTTP 300 [ 882.150797] [55398]: [pid: 55398|app: 0|req: 69/147] 10.180.1.21 () {58 vars in 1306 bytes} [Thu Feb 20 17:59:45 2025] GET /volume/ => generated 386 bytes in 2 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) [ 882.154097] [55397]: DEBUG cinder.api.middleware.request_id [req-a8b25c06-f049-419d-8aac-06b17b16552d req-079b4f94-7735-4534-97d6-c6dbcae0609e None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 882.156442] [55397]: INFO cinder.api.openstack.wsgi [req-a8b25c06-f049-419d-8aac-06b17b16552d req-079b4f94-7735-4534-97d6-c6dbcae0609e tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] GET http://10.180.1.21/volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 [ 882.156683] [55397]: DEBUG cinder.api.openstack.wsgi [req-a8b25c06-f049-419d-8aac-06b17b16552d req-079b4f94-7735-4534-97d6-c6dbcae0609e tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 882.156896] [55397]: DEBUG cinder.api.openstack.wsgi [req-a8b25c06-f049-419d-8aac-06b17b16552d req-079b4f94-7735-4534-97d6-c6dbcae0609e tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 882.169989] [55397]: /opt/stack/data/venv/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. [ 882.169989] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 882.173740] [55397]: INFO cinder.volume.api [req-a8b25c06-f049-419d-8aac-06b17b16552d req-079b4f94-7735-4534-97d6-c6dbcae0609e tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Volume info retrieved successfully. [ 882.178825] [55397]: INFO cinder.api.openstack.wsgi [req-a8b25c06-f049-419d-8aac-06b17b16552d req-079b4f94-7735-4534-97d6-c6dbcae0609e tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] http://10.180.1.21/volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 returned with HTTP 200 [ 882.179231] [55397]: [pid: 55397|app: 0|req: 79/148] 10.180.1.21 () {62 vars in 1519 bytes} [Thu Feb 20 17:59:45 2025] GET /volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 => generated 1023 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) [ 882.206902] [55398]: DEBUG cinder.api.middleware.request_id [req-a8b25c06-f049-419d-8aac-06b17b16552d req-03a5ef7a-1b88-4ed5-9925-f3e1345fca31 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 882.210058] [55398]: INFO cinder.api.openstack.wsgi [req-a8b25c06-f049-419d-8aac-06b17b16552d req-03a5ef7a-1b88-4ed5-9925-f3e1345fca31 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] PUT http://10.180.1.21/volume/v3/attachments/36d48735-48f7-409a-a719-58391906aa7c [ 882.210491] [55398]: DEBUG cinder.api.openstack.wsgi [req-a8b25c06-f049-419d-8aac-06b17b16552d req-03a5ef7a-1b88-4ed5-9925-f3e1345fca31 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Action: 'update', calling method: version_select, body: {"attachment": {"connector": {"ip": "vc1.osci.c.eu-de-1.cloud.sap", "initiator": null, "host": "vc1.osci.c.eu-de-1.cloud.sap", "instance": "vm-550789", "mountpoint": "/dev/sdb"}}} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 882.218889] [55398]: DEBUG cinder.coordination [req-a8b25c06-f049-419d-8aac-06b17b16552d req-03a5ef7a-1b88-4ed5-9925-f3e1345fca31 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Acquiring lock "cinder-attachment_update-0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0-vc1.osci.c.eu-de-1.cloud.sap" by "attachment_update" {{(pid=55398) __acquire /opt/stack/cinder/cinder/coordination.py:143}} [ 882.223981] [55398]: DEBUG cinder.coordination [req-a8b25c06-f049-419d-8aac-06b17b16552d req-03a5ef7a-1b88-4ed5-9925-f3e1345fca31 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Lock "cinder-attachment_update-0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0-vc1.osci.c.eu-de-1.cloud.sap" acquired by "attachment_update" :: waited 0.005s {{(pid=55398) __acquire /opt/stack/cinder/cinder/coordination.py:146}} [ 882.225011] [55398]: /opt/stack/data/venv/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. [ 882.225011] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 882.693247] [55397]: DEBUG cinder.api.middleware.request_id [None req-fd80ce1f-f280-4f6a-baf8-9c2da06a7034 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 882.695389] [55397]: INFO cinder.api.openstack.wsgi [None req-fd80ce1f-f280-4f6a-baf8-9c2da06a7034 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] GET http://10.180.1.21/volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 [ 882.695612] [55397]: DEBUG cinder.api.openstack.wsgi [None req-fd80ce1f-f280-4f6a-baf8-9c2da06a7034 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 882.695825] [55397]: DEBUG cinder.api.openstack.wsgi [None req-fd80ce1f-f280-4f6a-baf8-9c2da06a7034 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 882.706763] [55397]: /opt/stack/data/venv/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. [ 882.706763] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 882.710802] [55397]: INFO cinder.volume.api [None req-fd80ce1f-f280-4f6a-baf8-9c2da06a7034 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Volume info retrieved successfully. [ 882.715655] [55397]: INFO cinder.api.openstack.wsgi [None req-fd80ce1f-f280-4f6a-baf8-9c2da06a7034 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] http://10.180.1.21/volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 returned with HTTP 200 [ 882.716138] [55397]: [pid: 55397|app: 0|req: 80/149] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:59:45 2025] GET /volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 => generated 842 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 883.727106] [55397]: DEBUG cinder.api.middleware.request_id [None req-3a569bb5-1119-42a5-8da5-ea65667918e1 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 883.729992] [55397]: INFO cinder.api.openstack.wsgi [None req-3a569bb5-1119-42a5-8da5-ea65667918e1 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] GET http://10.180.1.21/volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 [ 883.730231] [55397]: DEBUG cinder.api.openstack.wsgi [None req-3a569bb5-1119-42a5-8da5-ea65667918e1 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 883.730445] [55397]: DEBUG cinder.api.openstack.wsgi [None req-3a569bb5-1119-42a5-8da5-ea65667918e1 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 883.748261] [55397]: /opt/stack/data/venv/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. [ 883.748261] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 883.752428] [55397]: INFO cinder.volume.api [None req-3a569bb5-1119-42a5-8da5-ea65667918e1 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Volume info retrieved successfully. [ 883.757489] [55397]: INFO cinder.api.openstack.wsgi [None req-3a569bb5-1119-42a5-8da5-ea65667918e1 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] http://10.180.1.21/volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 returned with HTTP 200 [ 883.757903] [55397]: [pid: 55397|app: 0|req: 81/150] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:59:46 2025] GET /volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 => generated 842 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 884.694900] [55397]: DEBUG cinder.api.middleware.request_id [None req-96b6043c-cab3-4f0a-aaee-7407cb3f5151 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 884.696958] [55397]: INFO cinder.api.openstack.wsgi [None req-96b6043c-cab3-4f0a-aaee-7407cb3f5151 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] DELETE http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c [ 884.697198] [55397]: DEBUG cinder.api.openstack.wsgi [None req-96b6043c-cab3-4f0a-aaee-7407cb3f5151 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 884.697417] [55397]: DEBUG cinder.api.openstack.wsgi [None req-96b6043c-cab3-4f0a-aaee-7407cb3f5151 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Calling method 'delete' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 884.697634] [55397]: INFO cinder.api.v3.volumes [None req-96b6043c-cab3-4f0a-aaee-7407cb3f5151 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Delete volume with id: fdc60726-6ead-4fa7-9b0a-56a0c631789c [ 884.711729] [55397]: /opt/stack/data/venv/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. [ 884.711729] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 884.712267] [55397]: INFO cinder.volume.api [None req-96b6043c-cab3-4f0a-aaee-7407cb3f5151 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Volume info retrieved successfully. [ 884.733955] [55397]: INFO cinder.volume.api [None req-96b6043c-cab3-4f0a-aaee-7407cb3f5151 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Delete volume request issued successfully. [ 884.734223] [55397]: INFO cinder.api.openstack.wsgi [None req-96b6043c-cab3-4f0a-aaee-7407cb3f5151 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c returned with HTTP 202 [ 884.734586] [55397]: [pid: 55397|app: 0|req: 82/151] 10.180.1.21 () {58 vars in 1228 bytes} [Thu Feb 20 17:59:47 2025] DELETE /volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c => generated 0 bytes in 40 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) [ 884.737557] [55397]: DEBUG cinder.api.middleware.request_id [None req-5ccd6bb5-000f-4aa9-8f73-4ff4a52760aa None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 884.739576] [55397]: INFO cinder.api.openstack.wsgi [None req-5ccd6bb5-000f-4aa9-8f73-4ff4a52760aa tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] GET http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c [ 884.739790] [55397]: DEBUG cinder.api.openstack.wsgi [None req-5ccd6bb5-000f-4aa9-8f73-4ff4a52760aa tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 884.740169] [55397]: DEBUG cinder.api.openstack.wsgi [None req-5ccd6bb5-000f-4aa9-8f73-4ff4a52760aa tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 884.748010] [55397]: /opt/stack/data/venv/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. [ 884.748010] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 884.752918] [55397]: INFO cinder.volume.api [None req-5ccd6bb5-000f-4aa9-8f73-4ff4a52760aa tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Volume info retrieved successfully. [ 884.757854] [55397]: INFO cinder.api.openstack.wsgi [None req-5ccd6bb5-000f-4aa9-8f73-4ff4a52760aa tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c returned with HTTP 200 [ 884.758408] [55397]: [pid: 55397|app: 0|req: 83/152] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:59:47 2025] GET /volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c => generated 845 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 884.767898] [55397]: DEBUG cinder.api.middleware.request_id [None req-078d2129-18d7-49c5-96c7-55675ecbeb0c None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 884.769869] [55397]: INFO cinder.api.openstack.wsgi [None req-078d2129-18d7-49c5-96c7-55675ecbeb0c tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] GET http://10.180.1.21/volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 [ 884.770122] [55397]: DEBUG cinder.api.openstack.wsgi [None req-078d2129-18d7-49c5-96c7-55675ecbeb0c tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 884.770312] [55397]: DEBUG cinder.api.openstack.wsgi [None req-078d2129-18d7-49c5-96c7-55675ecbeb0c tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 884.783605] [55397]: /opt/stack/data/venv/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. [ 884.783605] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 884.787406] [55397]: INFO cinder.volume.api [None req-078d2129-18d7-49c5-96c7-55675ecbeb0c tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Volume info retrieved successfully. [ 884.792707] [55397]: INFO cinder.api.openstack.wsgi [None req-078d2129-18d7-49c5-96c7-55675ecbeb0c tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] http://10.180.1.21/volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 returned with HTTP 200 [ 884.793292] [55397]: [pid: 55397|app: 0|req: 84/153] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:59:47 2025] GET /volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 => generated 842 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 885.768358] [55397]: DEBUG cinder.api.middleware.request_id [None req-ddf70dac-67b4-49bc-8224-9b3433ebdc50 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 885.770421] [55397]: INFO cinder.api.openstack.wsgi [None req-ddf70dac-67b4-49bc-8224-9b3433ebdc50 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] GET http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c [ 885.770689] [55397]: DEBUG cinder.api.openstack.wsgi [None req-ddf70dac-67b4-49bc-8224-9b3433ebdc50 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 885.770986] [55397]: DEBUG cinder.api.openstack.wsgi [None req-ddf70dac-67b4-49bc-8224-9b3433ebdc50 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 885.782574] [55397]: /opt/stack/data/venv/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. [ 885.782574] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 885.786605] [55397]: INFO cinder.volume.api [None req-ddf70dac-67b4-49bc-8224-9b3433ebdc50 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Volume info retrieved successfully. [ 885.791402] [55397]: INFO cinder.api.openstack.wsgi [None req-ddf70dac-67b4-49bc-8224-9b3433ebdc50 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c returned with HTTP 200 [ 885.791801] [55397]: [pid: 55397|app: 0|req: 85/154] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:59:48 2025] GET /volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c => generated 845 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 885.803134] [55397]: DEBUG cinder.api.middleware.request_id [None req-57453ed7-2159-414e-a73c-4e6b1be19164 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 885.805122] [55397]: INFO cinder.api.openstack.wsgi [None req-57453ed7-2159-414e-a73c-4e6b1be19164 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] GET http://10.180.1.21/volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 [ 885.805341] [55397]: DEBUG cinder.api.openstack.wsgi [None req-57453ed7-2159-414e-a73c-4e6b1be19164 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 885.805575] [55397]: DEBUG cinder.api.openstack.wsgi [None req-57453ed7-2159-414e-a73c-4e6b1be19164 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 885.815888] [55397]: /opt/stack/data/venv/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. [ 885.815888] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 885.819254] [55397]: INFO cinder.volume.api [None req-57453ed7-2159-414e-a73c-4e6b1be19164 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Volume info retrieved successfully. [ 885.823700] [55397]: INFO cinder.api.openstack.wsgi [None req-57453ed7-2159-414e-a73c-4e6b1be19164 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] http://10.180.1.21/volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 returned with HTTP 200 [ 885.824170] [55397]: [pid: 55397|app: 0|req: 86/155] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:59:48 2025] GET /volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 => generated 842 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) [ 886.802141] [55397]: DEBUG cinder.api.middleware.request_id [None req-a88e9ef9-9320-4056-a074-2c029a2d3c6c None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 886.804715] [55397]: INFO cinder.api.openstack.wsgi [None req-a88e9ef9-9320-4056-a074-2c029a2d3c6c tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] GET http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c [ 886.805007] [55397]: DEBUG cinder.api.openstack.wsgi [None req-a88e9ef9-9320-4056-a074-2c029a2d3c6c tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 886.805386] [55397]: DEBUG cinder.api.openstack.wsgi [None req-a88e9ef9-9320-4056-a074-2c029a2d3c6c tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 886.814716] [55397]: /opt/stack/data/venv/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. [ 886.814716] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 886.820437] [55397]: INFO cinder.volume.api [None req-a88e9ef9-9320-4056-a074-2c029a2d3c6c tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Volume info retrieved successfully. [ 886.825264] [55397]: INFO cinder.api.openstack.wsgi [None req-a88e9ef9-9320-4056-a074-2c029a2d3c6c tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c returned with HTTP 200 [ 886.825769] [55397]: [pid: 55397|app: 0|req: 87/156] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:59:49 2025] GET /volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c => generated 845 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 886.826363] [55397]: DEBUG cinder.api.middleware.request_id [None req-574ab27c-e259-4caf-a9e2-c28684e99937 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 886.828109] [55397]: INFO cinder.api.openstack.wsgi [None req-574ab27c-e259-4caf-a9e2-c28684e99937 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] POST http://10.180.1.21/volume/v3/volumes [ 886.828589] [55397]: DEBUG cinder.api.openstack.wsgi [None req-574ab27c-e259-4caf-a9e2-c28684e99937 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "display_name": "tempest-ServerRescueNegativeTestJSON-volume-1938128137"}} {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 886.830115] [55397]: DEBUG cinder.api.v3.volumes [None req-574ab27c-e259-4caf-a9e2-c28684e99937 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Create volume request body: {'volume': {'size': 1, 'display_name': 'tempest-ServerRescueNegativeTestJSON-volume-1938128137'}} {{(pid=55397) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} [ 886.830259] [55397]: INFO cinder.api.v3.volumes [None req-574ab27c-e259-4caf-a9e2-c28684e99937 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Create volume of 1 GB [ 886.834228] [55397]: INFO cinder.volume.api [None req-574ab27c-e259-4caf-a9e2-c28684e99937 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Availability Zones retrieved successfully. [ 886.840924] [55397]: DEBUG cinder.volume.api [None req-574ab27c-e259-4caf-a9e2-c28684e99937 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Flow 'volume_create_api' (420eb988-d872-4e27-861d-e8bdc07bcab6) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 886.842109] [55397]: DEBUG cinder.volume.api [None req-574ab27c-e259-4caf-a9e2-c28684e99937 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (70db9683-3d4d-4f4d-8dac-f39cc4ee1756) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 886.843240] [55397]: DEBUG cinder.volume.flows.api.create_volume [None req-574ab27c-e259-4caf-a9e2-c28684e99937 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Validating volume size '1' using validate_int {{(pid=55397) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} [ 886.861178] [55397]: DEBUG cinder.volume.api [None req-574ab27c-e259-4caf-a9e2-c28684e99937 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (70db9683-3d4d-4f4d-8dac-f39cc4ee1756) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-02-20T17:52:11Z,deleted=False,deleted_at=None,description=None,extra_specs={volume_backend_name='vsphere'},id=d5fd08cf-4175-412e-a261-cecd156def0d,is_public=True,name='vsphere',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'd5fd08cf-4175-412e-a261-cecd156def0d', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 886.862173] [55397]: DEBUG cinder.volume.api [None req-574ab27c-e259-4caf-a9e2-c28684e99937 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (16146f5a-943e-460d-8979-693bdba9783f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 886.903181] [55397]: DEBUG cinder.quota [None req-574ab27c-e259-4caf-a9e2-c28684e99937 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Created reservations ['b59b4af8-ded0-4614-9e4f-c9c7153b6107', '789f8c12-9adf-426a-8696-5ce5341fbdc4', '00bab49f-e87a-4682-8e58-f209d134290b', 'ee85c563-a33e-4381-8472-5ebdd093e8b5'] {{(pid=55397) reserve /opt/stack/cinder/cinder/quota.py:752}} [ 886.904153] [55397]: DEBUG cinder.volume.api [None req-574ab27c-e259-4caf-a9e2-c28684e99937 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (16146f5a-943e-460d-8979-693bdba9783f) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['b59b4af8-ded0-4614-9e4f-c9c7153b6107', '789f8c12-9adf-426a-8696-5ce5341fbdc4', '00bab49f-e87a-4682-8e58-f209d134290b', 'ee85c563-a33e-4381-8472-5ebdd093e8b5']}' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 886.905161] [55397]: DEBUG cinder.volume.api [None req-574ab27c-e259-4caf-a9e2-c28684e99937 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (9558b2d9-0847-4adb-8970-7471d4013f0d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 886.917507] [55397]: DEBUG cinder.volume.api [None req-574ab27c-e259-4caf-a9e2-c28684e99937 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (9558b2d9-0847-4adb-8970-7471d4013f0d) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'f870116d-a7d5-4047-84be-5d5d898c4d3e', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-ServerRescueNegativeTestJSON-volume-1938128137',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='e2304ce21bf141cab94fb6c342653812',qos_specs=None,replication_status=,reservations=['b59b4af8-ded0-4614-9e4f-c9c7153b6107','789f8c12-9adf-426a-8696-5ce5341fbdc4','00bab49f-e87a-4682-8e58-f209d134290b','ee85c563-a33e-4381-8472-5ebdd093e8b5'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='736ca268dc2c434aac2165473ea28d99',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d), 'volume': Volume(_name_id=None,admin_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-02-20T17:59:49Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-ServerRescueNegativeTestJSON-volume-1938128137',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=f870116d-a7d5-4047-84be-5d5d898c4d3e,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='e2304ce21bf141cab94fb6c342653812',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='736ca268dc2c434aac2165473ea28d99',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(d5fd08cf-4175-412e-a261-cecd156def0d),volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 886.918064] [55397]: DEBUG cinder.volume.api [None req-574ab27c-e259-4caf-a9e2-c28684e99937 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (0150f7aa-eca9-4cfe-a24b-489bf05fbeba) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 886.929098] [55397]: DEBUG cinder.volume.api [None req-574ab27c-e259-4caf-a9e2-c28684e99937 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (0150f7aa-eca9-4cfe-a24b-489bf05fbeba) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-ServerRescueNegativeTestJSON-volume-1938128137',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='e2304ce21bf141cab94fb6c342653812',qos_specs=None,replication_status=,reservations=['b59b4af8-ded0-4614-9e4f-c9c7153b6107','789f8c12-9adf-426a-8696-5ce5341fbdc4','00bab49f-e87a-4682-8e58-f209d134290b','ee85c563-a33e-4381-8472-5ebdd093e8b5'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='736ca268dc2c434aac2165473ea28d99',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 886.929900] [55397]: DEBUG cinder.volume.api [None req-574ab27c-e259-4caf-a9e2-c28684e99937 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (a4b70323-9bb2-4e8c-be1b-eb39476d1f9a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 886.938284] [55397]: DEBUG cinder.volume.api [None req-574ab27c-e259-4caf-a9e2-c28684e99937 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (a4b70323-9bb2-4e8c-be1b-eb39476d1f9a) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 886.939355] [55397]: DEBUG cinder.volume.api [None req-574ab27c-e259-4caf-a9e2-c28684e99937 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Flow 'volume_create_api' (420eb988-d872-4e27-861d-e8bdc07bcab6) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=55397) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 886.939712] [55397]: INFO cinder.volume.api [None req-574ab27c-e259-4caf-a9e2-c28684e99937 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Create volume request issued successfully. [ 886.940375] [55397]: INFO cinder.api.openstack.wsgi [None req-574ab27c-e259-4caf-a9e2-c28684e99937 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] http://10.180.1.21/volume/v3/volumes returned with HTTP 202 [ 886.940849] [55397]: [pid: 55397|app: 0|req: 88/157] 10.180.1.21 () {60 vars in 1135 bytes} [Thu Feb 20 17:59:49 2025] POST /volume/v3/volumes => generated 758 bytes in 115 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) [ 886.941776] [55397]: DEBUG cinder.api.middleware.request_id [None req-8e518b47-3db9-42ee-9908-e112a00e0ffa None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 886.943875] [55397]: INFO cinder.api.openstack.wsgi [None req-8e518b47-3db9-42ee-9908-e112a00e0ffa tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] GET http://10.180.1.21/volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 [ 886.944035] [55397]: DEBUG cinder.api.openstack.wsgi [None req-8e518b47-3db9-42ee-9908-e112a00e0ffa tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 886.944257] [55397]: DEBUG cinder.api.openstack.wsgi [None req-8e518b47-3db9-42ee-9908-e112a00e0ffa tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 886.954641] [55397]: /opt/stack/data/venv/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. [ 886.954641] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 886.958228] [55397]: INFO cinder.volume.api [None req-8e518b47-3db9-42ee-9908-e112a00e0ffa tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Volume info retrieved successfully. [ 886.962542] [55397]: INFO cinder.api.openstack.wsgi [None req-8e518b47-3db9-42ee-9908-e112a00e0ffa tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] http://10.180.1.21/volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 returned with HTTP 200 [ 886.962909] [55397]: [pid: 55397|app: 0|req: 89/158] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:59:49 2025] GET /volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 => generated 843 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 886.963512] [55397]: DEBUG cinder.api.middleware.request_id [None req-18d5d61f-4aac-4df6-8c25-47a00be94fed None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 886.965301] [55397]: INFO cinder.api.openstack.wsgi [None req-18d5d61f-4aac-4df6-8c25-47a00be94fed tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] GET http://10.180.1.21/volume/v3/volumes/f870116d-a7d5-4047-84be-5d5d898c4d3e [ 886.965522] [55397]: DEBUG cinder.api.openstack.wsgi [None req-18d5d61f-4aac-4df6-8c25-47a00be94fed tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 886.965732] [55397]: DEBUG cinder.api.openstack.wsgi [None req-18d5d61f-4aac-4df6-8c25-47a00be94fed tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 886.972639] [55397]: /opt/stack/data/venv/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. [ 886.972639] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 886.975637] [55397]: INFO cinder.volume.api [None req-18d5d61f-4aac-4df6-8c25-47a00be94fed tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Volume info retrieved successfully. [ 886.979712] [55397]: INFO cinder.api.openstack.wsgi [None req-18d5d61f-4aac-4df6-8c25-47a00be94fed tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] http://10.180.1.21/volume/v3/volumes/f870116d-a7d5-4047-84be-5d5d898c4d3e returned with HTTP 200 [ 886.980071] [55397]: [pid: 55397|app: 0|req: 90/159] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:59:49 2025] GET /volume/v3/volumes/f870116d-a7d5-4047-84be-5d5d898c4d3e => generated 826 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 887.247985] [55398]: DEBUG cinder.coordination [req-a8b25c06-f049-419d-8aac-06b17b16552d req-03a5ef7a-1b88-4ed5-9925-f3e1345fca31 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Lock "cinder-attachment_update-0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0-vc1.osci.c.eu-de-1.cloud.sap" released by "attachment_update" :: held 5.024s {{(pid=55398) __release /opt/stack/cinder/cinder/coordination.py:157}} [ 887.248449] [55398]: INFO cinder.api.openstack.wsgi [req-a8b25c06-f049-419d-8aac-06b17b16552d req-03a5ef7a-1b88-4ed5-9925-f3e1345fca31 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] http://10.180.1.21/volume/v3/attachments/36d48735-48f7-409a-a719-58391906aa7c returned with HTTP 200 [ 887.249041] [55398]: [pid: 55398|app: 0|req: 70/160] 10.180.1.21 () {66 vars in 1584 bytes} [Thu Feb 20 17:59:45 2025] PUT /volume/v3/attachments/36d48735-48f7-409a-a719-58391906aa7c => generated 617 bytes in 5043 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 887.835467] [55397]: DEBUG cinder.api.middleware.request_id [None req-2c267270-3286-4163-9d97-2a0a4b4a0841 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 887.838153] [55397]: INFO cinder.api.openstack.wsgi [None req-2c267270-3286-4163-9d97-2a0a4b4a0841 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] GET http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c [ 887.838841] [55397]: DEBUG cinder.api.openstack.wsgi [None req-2c267270-3286-4163-9d97-2a0a4b4a0841 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 887.839159] [55397]: DEBUG cinder.api.openstack.wsgi [None req-2c267270-3286-4163-9d97-2a0a4b4a0841 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 887.848991] [55397]: INFO cinder.api.openstack.wsgi [None req-2c267270-3286-4163-9d97-2a0a4b4a0841 tempest-VolumesAdminNegativeTest-34143088 tempest-VolumesAdminNegativeTest-34143088-project-member] http://10.180.1.21/volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c returned with HTTP 404 [ 887.849553] [55397]: [pid: 55397|app: 0|req: 91/161] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:59:50 2025] GET /volume/v3/volumes/fdc60726-6ead-4fa7-9b0a-56a0c631789c => generated 109 bytes in 15 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) [ 887.972836] [55398]: DEBUG cinder.api.middleware.request_id [None req-b85827b1-5600-4f04-a739-088fbbd757e6 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 887.978980] [55398]: INFO cinder.api.openstack.wsgi [None req-b85827b1-5600-4f04-a739-088fbbd757e6 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] GET http://10.180.1.21/volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 [ 887.980043] [55398]: DEBUG cinder.api.openstack.wsgi [None req-b85827b1-5600-4f04-a739-088fbbd757e6 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 887.980043] [55398]: DEBUG cinder.api.openstack.wsgi [None req-b85827b1-5600-4f04-a739-088fbbd757e6 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 887.991887] [55397]: DEBUG cinder.api.middleware.request_id [None req-f0ed6046-2340-46da-94f5-f2a2503e31f4 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 887.995177] [55397]: INFO cinder.api.openstack.wsgi [None req-f0ed6046-2340-46da-94f5-f2a2503e31f4 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] GET http://10.180.1.21/volume/v3/volumes/f870116d-a7d5-4047-84be-5d5d898c4d3e [ 887.995441] [55398]: /opt/stack/data/venv/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. [ 887.995441] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 887.995531] [55397]: DEBUG cinder.api.openstack.wsgi [None req-f0ed6046-2340-46da-94f5-f2a2503e31f4 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 887.995822] [55397]: DEBUG cinder.api.openstack.wsgi [None req-f0ed6046-2340-46da-94f5-f2a2503e31f4 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 887.999779] [55398]: INFO cinder.volume.api [None req-b85827b1-5600-4f04-a739-088fbbd757e6 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Volume info retrieved successfully. [ 888.005278] [55398]: INFO cinder.api.openstack.wsgi [None req-b85827b1-5600-4f04-a739-088fbbd757e6 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] http://10.180.1.21/volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 returned with HTTP 200 [ 888.005800] [55398]: [pid: 55398|app: 0|req: 71/162] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:59:50 2025] GET /volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 => generated 843 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 888.005989] [55397]: /opt/stack/data/venv/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. [ 888.005989] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 888.018127] [55397]: INFO cinder.volume.api [None req-f0ed6046-2340-46da-94f5-f2a2503e31f4 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Volume info retrieved successfully. [ 888.021614] [55397]: INFO cinder.api.openstack.wsgi [None req-f0ed6046-2340-46da-94f5-f2a2503e31f4 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] http://10.180.1.21/volume/v3/volumes/f870116d-a7d5-4047-84be-5d5d898c4d3e returned with HTTP 200 [ 888.022011] [55397]: [pid: 55397|app: 0|req: 92/163] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:59:50 2025] GET /volume/v3/volumes/f870116d-a7d5-4047-84be-5d5d898c4d3e => generated 851 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 888.923877] [55398]: DEBUG cinder.api.middleware.request_id [req-a8b25c06-f049-419d-8aac-06b17b16552d req-17e165e8-6d49-4970-80fb-03210880999b None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 888.926966] [55398]: INFO cinder.api.openstack.wsgi [req-a8b25c06-f049-419d-8aac-06b17b16552d req-17e165e8-6d49-4970-80fb-03210880999b tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] POST http://10.180.1.21/volume/v3/attachments/36d48735-48f7-409a-a719-58391906aa7c/action [ 888.927431] [55398]: DEBUG cinder.api.openstack.wsgi [req-a8b25c06-f049-419d-8aac-06b17b16552d req-17e165e8-6d49-4970-80fb-03210880999b tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Action body: b'{"os-complete": null}' {{(pid=55398) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} [ 888.927516] [55398]: DEBUG cinder.api.openstack.wsgi [req-a8b25c06-f049-419d-8aac-06b17b16552d req-17e165e8-6d49-4970-80fb-03210880999b tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Action: 'action', calling method: version_select, body: {"os-complete": null} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 888.947044] [55398]: /opt/stack/data/venv/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. [ 888.947044] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 888.955163] [55398]: INFO cinder.api.openstack.wsgi [req-a8b25c06-f049-419d-8aac-06b17b16552d req-17e165e8-6d49-4970-80fb-03210880999b tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] http://10.180.1.21/volume/v3/attachments/36d48735-48f7-409a-a719-58391906aa7c/action returned with HTTP 204 [ 888.955613] [55398]: [pid: 55398|app: 0|req: 72/164] 10.180.1.21 () {66 vars in 1605 bytes} [Thu Feb 20 17:59:51 2025] POST /volume/v3/attachments/36d48735-48f7-409a-a719-58391906aa7c/action => generated 0 bytes in 32 msecs (HTTP/1.1 204) 7 headers in 292 bytes (1 switches on core 0) [ 889.021354] [55397]: DEBUG cinder.api.middleware.request_id [None req-9146a021-4ecb-4f75-a1e2-c8cb74226ee9 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 889.023612] [55397]: INFO cinder.api.openstack.wsgi [None req-9146a021-4ecb-4f75-a1e2-c8cb74226ee9 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] GET http://10.180.1.21/volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 [ 889.023847] [55397]: DEBUG cinder.api.openstack.wsgi [None req-9146a021-4ecb-4f75-a1e2-c8cb74226ee9 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 889.024079] [55397]: DEBUG cinder.api.openstack.wsgi [None req-9146a021-4ecb-4f75-a1e2-c8cb74226ee9 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 889.037039] [55397]: /opt/stack/data/venv/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. [ 889.037039] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 889.040897] [55397]: INFO cinder.volume.api [None req-9146a021-4ecb-4f75-a1e2-c8cb74226ee9 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Volume info retrieved successfully. [ 889.045722] [55397]: INFO cinder.api.openstack.wsgi [None req-9146a021-4ecb-4f75-a1e2-c8cb74226ee9 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] http://10.180.1.21/volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 returned with HTTP 200 [ 889.046150] [55397]: [pid: 55397|app: 0|req: 93/165] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:59:51 2025] GET /volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 => generated 1135 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 889.056341] [55398]: DEBUG cinder.api.middleware.request_id [None req-79674407-ca40-4851-b83d-01fc4fe9b5f9 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 889.061998] [55398]: INFO cinder.api.openstack.wsgi [None req-79674407-ca40-4851-b83d-01fc4fe9b5f9 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] GET http://10.180.1.21/volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 [ 889.062553] [55398]: DEBUG cinder.api.openstack.wsgi [None req-79674407-ca40-4851-b83d-01fc4fe9b5f9 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 889.062801] [55398]: DEBUG cinder.api.openstack.wsgi [None req-79674407-ca40-4851-b83d-01fc4fe9b5f9 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 889.074506] [55398]: /opt/stack/data/venv/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. [ 889.074506] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 889.077366] [55398]: INFO cinder.volume.api [None req-79674407-ca40-4851-b83d-01fc4fe9b5f9 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Volume info retrieved successfully. [ 889.084426] [55398]: INFO cinder.api.openstack.wsgi [None req-79674407-ca40-4851-b83d-01fc4fe9b5f9 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] http://10.180.1.21/volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 returned with HTTP 200 [ 889.085673] [55398]: [pid: 55398|app: 0|req: 73/166] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 17:59:51 2025] GET /volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 => generated 1135 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 894.192276] [55397]: DEBUG cinder.api.middleware.request_id [req-d9c4e743-0ad3-452d-acd1-8a340ea80d72 req-20767b2f-c0e9-4f9b-968d-91e29e223539 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 894.196018] [55397]: INFO cinder.api.openstack.wsgi [req-d9c4e743-0ad3-452d-acd1-8a340ea80d72 req-20767b2f-c0e9-4f9b-968d-91e29e223539 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] DELETE http://10.180.1.21/volume/v3/attachments/36d48735-48f7-409a-a719-58391906aa7c [ 894.196018] [55397]: DEBUG cinder.api.openstack.wsgi [req-d9c4e743-0ad3-452d-acd1-8a340ea80d72 req-20767b2f-c0e9-4f9b-968d-91e29e223539 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 894.196018] [55397]: DEBUG cinder.api.openstack.wsgi [req-d9c4e743-0ad3-452d-acd1-8a340ea80d72 req-20767b2f-c0e9-4f9b-968d-91e29e223539 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Calling method 'version_select' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 894.211494] [55397]: /opt/stack/data/venv/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. [ 894.211494] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 894.742247] [55397]: INFO cinder.api.openstack.wsgi [req-d9c4e743-0ad3-452d-acd1-8a340ea80d72 req-20767b2f-c0e9-4f9b-968d-91e29e223539 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] http://10.180.1.21/volume/v3/attachments/36d48735-48f7-409a-a719-58391906aa7c returned with HTTP 200 [ 894.742770] [55397]: [pid: 55397|app: 0|req: 94/167] 10.180.1.21 () {64 vars in 1553 bytes} [Thu Feb 20 17:59:57 2025] DELETE /volume/v3/attachments/36d48735-48f7-409a-a719-58391906aa7c => generated 19 bytes in 551 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 899.080925] [55398]: DEBUG dbcounter [-] [55398] Writing DB stats cinder:SELECT=59,cinder:INSERT=11,cinder:UPDATE=17 {{(pid=55398) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} [ 901.312426] [55398]: DEBUG cinder.api.middleware.request_id [None req-24adcc11-401e-4b62-b747-86920c351c59 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 901.315569] [55398]: INFO cinder.api.openstack.wsgi [None req-24adcc11-401e-4b62-b747-86920c351c59 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] POST http://10.180.1.21/volume/v3/volumes [ 901.316050] [55398]: DEBUG cinder.api.openstack.wsgi [None req-24adcc11-401e-4b62-b747-86920c351c59 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "display_name": "tempest-ServerRescueNegativeTestJSON-volume-760353816"}} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 901.317734] [55398]: DEBUG cinder.api.v3.volumes [None req-24adcc11-401e-4b62-b747-86920c351c59 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Create volume request body: {'volume': {'size': 1, 'display_name': 'tempest-ServerRescueNegativeTestJSON-volume-760353816'}} {{(pid=55398) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} [ 901.317868] [55398]: INFO cinder.api.v3.volumes [None req-24adcc11-401e-4b62-b747-86920c351c59 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Create volume of 1 GB [ 901.323900] [55398]: INFO cinder.volume.api [None req-24adcc11-401e-4b62-b747-86920c351c59 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Availability Zones retrieved successfully. [ 901.330704] [55398]: DEBUG cinder.volume.api [None req-24adcc11-401e-4b62-b747-86920c351c59 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Flow 'volume_create_api' (ffb8b462-11dd-4244-ba9f-f1f8809e7997) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 901.332011] [55398]: DEBUG cinder.volume.api [None req-24adcc11-401e-4b62-b747-86920c351c59 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (6c33596d-1e7f-4297-a64e-840ccfee03dc) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 901.333232] [55398]: DEBUG cinder.volume.flows.api.create_volume [None req-24adcc11-401e-4b62-b747-86920c351c59 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Validating volume size '1' using validate_int {{(pid=55398) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} [ 901.355980] [55398]: DEBUG cinder.volume.api [None req-24adcc11-401e-4b62-b747-86920c351c59 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (6c33596d-1e7f-4297-a64e-840ccfee03dc) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-02-20T17:52:11Z,deleted=False,deleted_at=None,description=None,extra_specs={volume_backend_name='vsphere'},id=d5fd08cf-4175-412e-a261-cecd156def0d,is_public=True,name='vsphere',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'd5fd08cf-4175-412e-a261-cecd156def0d', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 901.357012] [55398]: DEBUG cinder.volume.api [None req-24adcc11-401e-4b62-b747-86920c351c59 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (5ca26f8a-22ae-4b54-b576-472c15446f3e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 901.387439] [55398]: DEBUG cinder.quota [None req-24adcc11-401e-4b62-b747-86920c351c59 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Created reservations ['62648c22-ac53-43f5-8e8b-41a23fd06678', '6fbc5fcb-1d05-4d12-84f1-2dc87206289a', '5573f1df-b244-43fd-b32b-408f0451c62c', '521f879f-722e-489e-8de8-a681d578d714'] {{(pid=55398) reserve /opt/stack/cinder/cinder/quota.py:752}} [ 901.390081] [55398]: DEBUG cinder.volume.api [None req-24adcc11-401e-4b62-b747-86920c351c59 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (5ca26f8a-22ae-4b54-b576-472c15446f3e) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['62648c22-ac53-43f5-8e8b-41a23fd06678', '6fbc5fcb-1d05-4d12-84f1-2dc87206289a', '5573f1df-b244-43fd-b32b-408f0451c62c', '521f879f-722e-489e-8de8-a681d578d714']}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 901.390081] [55398]: DEBUG cinder.volume.api [None req-24adcc11-401e-4b62-b747-86920c351c59 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (70f090b1-7852-4f45-b505-aeb9f9fe9d98) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 901.405362] [55398]: DEBUG cinder.volume.api [None req-24adcc11-401e-4b62-b747-86920c351c59 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (70f090b1-7852-4f45-b505-aeb9f9fe9d98) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'fff41433-1dbe-4075-9b8b-6bae1342802a', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-ServerRescueNegativeTestJSON-volume-760353816',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='e2304ce21bf141cab94fb6c342653812',qos_specs=None,replication_status=,reservations=['62648c22-ac53-43f5-8e8b-41a23fd06678','6fbc5fcb-1d05-4d12-84f1-2dc87206289a','5573f1df-b244-43fd-b32b-408f0451c62c','521f879f-722e-489e-8de8-a681d578d714'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='736ca268dc2c434aac2165473ea28d99',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d), 'volume': Volume(_name_id=None,admin_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-02-20T18:00:04Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-ServerRescueNegativeTestJSON-volume-760353816',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=fff41433-1dbe-4075-9b8b-6bae1342802a,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='e2304ce21bf141cab94fb6c342653812',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='736ca268dc2c434aac2165473ea28d99',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(d5fd08cf-4175-412e-a261-cecd156def0d),volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 901.406379] [55398]: DEBUG cinder.volume.api [None req-24adcc11-401e-4b62-b747-86920c351c59 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (fe106852-fd4a-46e3-ac13-a908c7b0cf89) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 901.422285] [55398]: DEBUG cinder.volume.api [None req-24adcc11-401e-4b62-b747-86920c351c59 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (fe106852-fd4a-46e3-ac13-a908c7b0cf89) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-ServerRescueNegativeTestJSON-volume-760353816',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='e2304ce21bf141cab94fb6c342653812',qos_specs=None,replication_status=,reservations=['62648c22-ac53-43f5-8e8b-41a23fd06678','6fbc5fcb-1d05-4d12-84f1-2dc87206289a','5573f1df-b244-43fd-b32b-408f0451c62c','521f879f-722e-489e-8de8-a681d578d714'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='736ca268dc2c434aac2165473ea28d99',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 901.423186] [55398]: DEBUG cinder.volume.api [None req-24adcc11-401e-4b62-b747-86920c351c59 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (bf186f33-59cf-4677-84f4-ef5e984e53db) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 901.434644] [55398]: DEBUG cinder.volume.api [None req-24adcc11-401e-4b62-b747-86920c351c59 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (bf186f33-59cf-4677-84f4-ef5e984e53db) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 901.436078] [55398]: DEBUG cinder.volume.api [None req-24adcc11-401e-4b62-b747-86920c351c59 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Flow 'volume_create_api' (ffb8b462-11dd-4244-ba9f-f1f8809e7997) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=55398) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 901.436447] [55398]: INFO cinder.volume.api [None req-24adcc11-401e-4b62-b747-86920c351c59 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Create volume request issued successfully. [ 901.437164] [55398]: INFO cinder.api.openstack.wsgi [None req-24adcc11-401e-4b62-b747-86920c351c59 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] http://10.180.1.21/volume/v3/volumes returned with HTTP 202 [ 901.437601] [55398]: [pid: 55398|app: 0|req: 74/168] 10.180.1.21 () {60 vars in 1135 bytes} [Thu Feb 20 18:00:04 2025] POST /volume/v3/volumes => generated 757 bytes in 126 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) [ 901.446279] [55397]: DEBUG cinder.api.middleware.request_id [None req-43290c3c-3dfa-4baa-bd24-48523155fce0 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 901.450873] [55397]: INFO cinder.api.openstack.wsgi [None req-43290c3c-3dfa-4baa-bd24-48523155fce0 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] GET http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a [ 901.451118] [55397]: DEBUG cinder.api.openstack.wsgi [None req-43290c3c-3dfa-4baa-bd24-48523155fce0 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 901.451366] [55397]: DEBUG cinder.api.openstack.wsgi [None req-43290c3c-3dfa-4baa-bd24-48523155fce0 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 901.460749] [55397]: /opt/stack/data/venv/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. [ 901.460749] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 901.464758] [55397]: INFO cinder.volume.api [None req-43290c3c-3dfa-4baa-bd24-48523155fce0 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Volume info retrieved successfully. [ 901.469560] [55397]: INFO cinder.api.openstack.wsgi [None req-43290c3c-3dfa-4baa-bd24-48523155fce0 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a returned with HTTP 200 [ 901.469842] [55397]: [pid: 55397|app: 0|req: 95/169] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:00:04 2025] GET /volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a => generated 825 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 902.480256] [55398]: DEBUG cinder.api.middleware.request_id [None req-a2927e6e-1bd9-4d53-b369-3a6e5f8e313f None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 902.483154] [55398]: INFO cinder.api.openstack.wsgi [None req-a2927e6e-1bd9-4d53-b369-3a6e5f8e313f tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] GET http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a [ 902.483154] [55398]: DEBUG cinder.api.openstack.wsgi [None req-a2927e6e-1bd9-4d53-b369-3a6e5f8e313f tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 902.483154] [55398]: DEBUG cinder.api.openstack.wsgi [None req-a2927e6e-1bd9-4d53-b369-3a6e5f8e313f tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 902.494775] [55398]: /opt/stack/data/venv/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. [ 902.494775] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 902.499171] [55398]: INFO cinder.volume.api [None req-a2927e6e-1bd9-4d53-b369-3a6e5f8e313f tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Volume info retrieved successfully. [ 902.506163] [55398]: INFO cinder.api.openstack.wsgi [None req-a2927e6e-1bd9-4d53-b369-3a6e5f8e313f tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a returned with HTTP 200 [ 902.506163] [55398]: [pid: 55398|app: 0|req: 75/170] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:00:05 2025] GET /volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a => generated 850 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 908.943282] [55397]: DEBUG cinder.api.middleware.request_id [req-5ab0069f-84dd-4be9-8863-e1ad03c872fe req-4a839455-5595-4800-9638-e7105a6fc7ac None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 908.945623] [55397]: INFO cinder.api.openstack.wsgi [req-5ab0069f-84dd-4be9-8863-e1ad03c872fe req-4a839455-5595-4800-9638-e7105a6fc7ac tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] POST http://10.180.1.21/volume/v3/volumes [ 908.946052] [55397]: DEBUG cinder.api.openstack.wsgi [req-5ab0069f-84dd-4be9-8863-e1ad03c872fe req-4a839455-5595-4800-9638-e7105a6fc7ac tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "consistencygroup_id": null, "snapshot_id": null, "name": "tempest-VolumesGetTestJSON-Volume-823149014", "description": null, "volume_type": null, "availability_zone": null, "metadata": {"Type": "work"}, "imageRef": null, "source_volid": null, "backup_id": null}} {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 908.948274] [55397]: DEBUG cinder.api.v3.volumes [req-5ab0069f-84dd-4be9-8863-e1ad03c872fe req-4a839455-5595-4800-9638-e7105a6fc7ac tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] Create volume request body: {'volume': {'size': 1, 'consistencygroup_id': None, 'snapshot_id': None, 'name': 'tempest-VolumesGetTestJSON-Volume-823149014', 'description': None, 'volume_type': None, 'availability_zone': None, 'metadata': {'Type': 'work'}, 'imageRef': None, 'source_volid': None, 'backup_id': None}} {{(pid=55397) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} [ 908.948425] [55397]: INFO cinder.api.v3.volumes [req-5ab0069f-84dd-4be9-8863-e1ad03c872fe req-4a839455-5595-4800-9638-e7105a6fc7ac tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] Create volume of 1 GB [ 908.953972] [55397]: INFO cinder.volume.api [req-5ab0069f-84dd-4be9-8863-e1ad03c872fe req-4a839455-5595-4800-9638-e7105a6fc7ac tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] Availability Zones retrieved successfully. [ 908.962078] [55397]: DEBUG cinder.volume.api [req-5ab0069f-84dd-4be9-8863-e1ad03c872fe req-4a839455-5595-4800-9638-e7105a6fc7ac tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] Flow 'volume_create_api' (5d555956-406b-460b-b42d-88fdb5c3a34e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 908.963383] [55397]: DEBUG cinder.volume.api [req-5ab0069f-84dd-4be9-8863-e1ad03c872fe req-4a839455-5595-4800-9638-e7105a6fc7ac tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (4e96c52a-0ced-4248-81eb-95bbd01f47e2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 908.964864] [55397]: DEBUG cinder.volume.flows.api.create_volume [req-5ab0069f-84dd-4be9-8863-e1ad03c872fe req-4a839455-5595-4800-9638-e7105a6fc7ac tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] Validating volume size '1' using validate_int {{(pid=55397) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} [ 908.986474] [55397]: DEBUG cinder.volume.api [req-5ab0069f-84dd-4be9-8863-e1ad03c872fe req-4a839455-5595-4800-9638-e7105a6fc7ac tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (4e96c52a-0ced-4248-81eb-95bbd01f47e2) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-02-20T17:52:11Z,deleted=False,deleted_at=None,description=None,extra_specs={volume_backend_name='vsphere'},id=d5fd08cf-4175-412e-a261-cecd156def0d,is_public=True,name='vsphere',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'd5fd08cf-4175-412e-a261-cecd156def0d', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 908.987628] [55397]: DEBUG cinder.volume.api [req-5ab0069f-84dd-4be9-8863-e1ad03c872fe req-4a839455-5595-4800-9638-e7105a6fc7ac tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (c45ae6a5-d56f-4f97-9be6-695a01dffc66) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 909.037579] [55397]: DEBUG cinder.quota [req-5ab0069f-84dd-4be9-8863-e1ad03c872fe req-4a839455-5595-4800-9638-e7105a6fc7ac tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] Created reservations ['ad67d156-d705-4423-b374-a90fda72eb56', '00e0434c-740f-4b36-9454-f53d1c3c4298', '25be05a9-80d8-4882-a79b-c0551e040e4b', '2108c613-47d6-402c-a818-e49f70999ddd'] {{(pid=55397) reserve /opt/stack/cinder/cinder/quota.py:752}} [ 909.038606] [55397]: DEBUG cinder.volume.api [req-5ab0069f-84dd-4be9-8863-e1ad03c872fe req-4a839455-5595-4800-9638-e7105a6fc7ac tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (c45ae6a5-d56f-4f97-9be6-695a01dffc66) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['ad67d156-d705-4423-b374-a90fda72eb56', '00e0434c-740f-4b36-9454-f53d1c3c4298', '25be05a9-80d8-4882-a79b-c0551e040e4b', '2108c613-47d6-402c-a818-e49f70999ddd']}' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 909.039818] [55397]: DEBUG cinder.volume.api [req-5ab0069f-84dd-4be9-8863-e1ad03c872fe req-4a839455-5595-4800-9638-e7105a6fc7ac tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (c83dba35-e8ef-4037-a2df-2e26b65678c4) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 909.064778] [55397]: DEBUG cinder.volume.api [req-5ab0069f-84dd-4be9-8863-e1ad03c872fe req-4a839455-5595-4800-9638-e7105a6fc7ac tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (c83dba35-e8ef-4037-a2df-2e26b65678c4) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'ab7e65e7-925c-471e-9bb5-5412d1f82c3e', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesGetTestJSON-Volume-823149014',encryption_key_id=None,group_id=None,group_type_id=,metadata={Type='work'},multiattach=False,project_id='0087accb6f6546529e9fa68ba44b2d19',qos_specs=None,replication_status=,reservations=['ad67d156-d705-4423-b374-a90fda72eb56','00e0434c-740f-4b36-9454-f53d1c3c4298','25be05a9-80d8-4882-a79b-c0551e040e4b','2108c613-47d6-402c-a818-e49f70999ddd'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='ddf57e24bed14c80bd72c0f5f899875e',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d), 'volume': Volume(_name_id=None,admin_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-02-20T18:00:11Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesGetTestJSON-Volume-823149014',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=ab7e65e7-925c-471e-9bb5-5412d1f82c3e,launched_at=None,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='0087accb6f6546529e9fa68ba44b2d19',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='ddf57e24bed14c80bd72c0f5f899875e',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(d5fd08cf-4175-412e-a261-cecd156def0d),volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 909.065797] [55397]: DEBUG cinder.volume.api [req-5ab0069f-84dd-4be9-8863-e1ad03c872fe req-4a839455-5595-4800-9638-e7105a6fc7ac tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (f0c2f771-d6b7-4e45-97c8-c84cf21aa5fa) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 909.081602] [55397]: DEBUG cinder.volume.api [req-5ab0069f-84dd-4be9-8863-e1ad03c872fe req-4a839455-5595-4800-9638-e7105a6fc7ac tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (f0c2f771-d6b7-4e45-97c8-c84cf21aa5fa) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesGetTestJSON-Volume-823149014',encryption_key_id=None,group_id=None,group_type_id=,metadata={Type='work'},multiattach=False,project_id='0087accb6f6546529e9fa68ba44b2d19',qos_specs=None,replication_status=,reservations=['ad67d156-d705-4423-b374-a90fda72eb56','00e0434c-740f-4b36-9454-f53d1c3c4298','25be05a9-80d8-4882-a79b-c0551e040e4b','2108c613-47d6-402c-a818-e49f70999ddd'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='ddf57e24bed14c80bd72c0f5f899875e',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 909.082574] [55397]: DEBUG cinder.volume.api [req-5ab0069f-84dd-4be9-8863-e1ad03c872fe req-4a839455-5595-4800-9638-e7105a6fc7ac tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (c2b839ab-accd-47eb-a0eb-5d27b855d346) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 909.094747] [55397]: DEBUG cinder.volume.api [req-5ab0069f-84dd-4be9-8863-e1ad03c872fe req-4a839455-5595-4800-9638-e7105a6fc7ac tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (c2b839ab-accd-47eb-a0eb-5d27b855d346) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 909.096026] [55397]: DEBUG cinder.volume.api [req-5ab0069f-84dd-4be9-8863-e1ad03c872fe req-4a839455-5595-4800-9638-e7105a6fc7ac tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] Flow 'volume_create_api' (5d555956-406b-460b-b42d-88fdb5c3a34e) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=55397) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 909.096399] [55397]: INFO cinder.volume.api [req-5ab0069f-84dd-4be9-8863-e1ad03c872fe req-4a839455-5595-4800-9638-e7105a6fc7ac tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] Create volume request issued successfully. [ 909.097185] [55397]: INFO cinder.api.openstack.wsgi [req-5ab0069f-84dd-4be9-8863-e1ad03c872fe req-4a839455-5595-4800-9638-e7105a6fc7ac tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] http://10.180.1.21/volume/v3/volumes returned with HTTP 202 [ 909.097678] [55397]: [pid: 55397|app: 0|req: 96/171] 10.180.1.21 () {64 vars in 1421 bytes} [Thu Feb 20 18:00:11 2025] POST /volume/v3/volumes => generated 761 bytes in 155 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) [ 909.102204] [55398]: DEBUG cinder.api.middleware.request_id [req-5ab0069f-84dd-4be9-8863-e1ad03c872fe req-4eeed2ff-6030-4497-9d10-ba594928ca97 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 909.111165] [55398]: INFO cinder.api.openstack.wsgi [req-5ab0069f-84dd-4be9-8863-e1ad03c872fe req-4eeed2ff-6030-4497-9d10-ba594928ca97 tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] GET http://10.180.1.21/volume/v3/volumes/ab7e65e7-925c-471e-9bb5-5412d1f82c3e [ 909.111165] [55398]: DEBUG cinder.api.openstack.wsgi [req-5ab0069f-84dd-4be9-8863-e1ad03c872fe req-4eeed2ff-6030-4497-9d10-ba594928ca97 tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 909.111165] [55398]: DEBUG cinder.api.openstack.wsgi [req-5ab0069f-84dd-4be9-8863-e1ad03c872fe req-4eeed2ff-6030-4497-9d10-ba594928ca97 tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 909.128088] [55398]: /opt/stack/data/venv/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. [ 909.128088] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 909.134797] [55398]: INFO cinder.volume.api [req-5ab0069f-84dd-4be9-8863-e1ad03c872fe req-4eeed2ff-6030-4497-9d10-ba594928ca97 tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] Volume info retrieved successfully. [ 909.142088] [55398]: INFO cinder.api.openstack.wsgi [req-5ab0069f-84dd-4be9-8863-e1ad03c872fe req-4eeed2ff-6030-4497-9d10-ba594928ca97 tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] http://10.180.1.21/volume/v3/volumes/ab7e65e7-925c-471e-9bb5-5412d1f82c3e returned with HTTP 200 [ 909.142742] [55398]: [pid: 55398|app: 0|req: 76/172] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 18:00:11 2025] GET /volume/v3/volumes/ab7e65e7-925c-471e-9bb5-5412d1f82c3e => generated 829 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 909.161886] [55397]: DEBUG cinder.api.middleware.request_id [req-ce79a7e0-b512-4ef1-a886-9dbeea6f27e8 req-44d592b5-c54c-4003-8896-7a7716b06f71 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 909.166356] [55397]: INFO cinder.api.openstack.wsgi [req-ce79a7e0-b512-4ef1-a886-9dbeea6f27e8 req-44d592b5-c54c-4003-8896-7a7716b06f71 tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] GET http://10.180.1.21/volume/v3/volumes/ab7e65e7-925c-471e-9bb5-5412d1f82c3e [ 909.166921] [55397]: DEBUG cinder.api.openstack.wsgi [req-ce79a7e0-b512-4ef1-a886-9dbeea6f27e8 req-44d592b5-c54c-4003-8896-7a7716b06f71 tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 909.167320] [55397]: DEBUG cinder.api.openstack.wsgi [req-ce79a7e0-b512-4ef1-a886-9dbeea6f27e8 req-44d592b5-c54c-4003-8896-7a7716b06f71 tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 909.181557] [55397]: /opt/stack/data/venv/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. [ 909.181557] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 909.187966] [55397]: INFO cinder.volume.api [req-ce79a7e0-b512-4ef1-a886-9dbeea6f27e8 req-44d592b5-c54c-4003-8896-7a7716b06f71 tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] Volume info retrieved successfully. [ 909.196451] [55397]: INFO cinder.api.openstack.wsgi [req-ce79a7e0-b512-4ef1-a886-9dbeea6f27e8 req-44d592b5-c54c-4003-8896-7a7716b06f71 tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] http://10.180.1.21/volume/v3/volumes/ab7e65e7-925c-471e-9bb5-5412d1f82c3e returned with HTTP 200 [ 909.197097] [55397]: [pid: 55397|app: 0|req: 97/173] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 18:00:12 2025] GET /volume/v3/volumes/ab7e65e7-925c-471e-9bb5-5412d1f82c3e => generated 853 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 910.222282] [55398]: DEBUG cinder.api.middleware.request_id [req-7262fce4-5fe2-42cf-b252-11639e26c2ba req-c4a6a20b-9fbf-4c67-9e3b-62952176709d None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 910.228737] [55398]: INFO cinder.api.openstack.wsgi [req-7262fce4-5fe2-42cf-b252-11639e26c2ba req-c4a6a20b-9fbf-4c67-9e3b-62952176709d tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] GET http://10.180.1.21/volume/v3/volumes/ab7e65e7-925c-471e-9bb5-5412d1f82c3e [ 910.229055] [55398]: DEBUG cinder.api.openstack.wsgi [req-7262fce4-5fe2-42cf-b252-11639e26c2ba req-c4a6a20b-9fbf-4c67-9e3b-62952176709d tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 910.229202] [55398]: DEBUG cinder.api.openstack.wsgi [req-7262fce4-5fe2-42cf-b252-11639e26c2ba req-c4a6a20b-9fbf-4c67-9e3b-62952176709d tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 910.243644] [55398]: /opt/stack/data/venv/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. [ 910.243644] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 910.249498] [55398]: INFO cinder.volume.api [req-7262fce4-5fe2-42cf-b252-11639e26c2ba req-c4a6a20b-9fbf-4c67-9e3b-62952176709d tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] Volume info retrieved successfully. [ 910.258741] [55398]: INFO cinder.api.openstack.wsgi [req-7262fce4-5fe2-42cf-b252-11639e26c2ba req-c4a6a20b-9fbf-4c67-9e3b-62952176709d tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] http://10.180.1.21/volume/v3/volumes/ab7e65e7-925c-471e-9bb5-5412d1f82c3e returned with HTTP 200 [ 910.259333] [55398]: [pid: 55398|app: 0|req: 77/174] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 18:00:13 2025] GET /volume/v3/volumes/ab7e65e7-925c-471e-9bb5-5412d1f82c3e => generated 854 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 910.288258] [55397]: DEBUG cinder.api.middleware.request_id [req-a1bb2201-16fc-41b1-8ab7-fec645207c1f req-7e944359-66ed-4660-bce9-edeb25edd13b None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 910.291516] [55397]: INFO cinder.api.openstack.wsgi [req-a1bb2201-16fc-41b1-8ab7-fec645207c1f req-7e944359-66ed-4660-bce9-edeb25edd13b tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] GET http://10.180.1.21/volume/v3/volumes/ab7e65e7-925c-471e-9bb5-5412d1f82c3e [ 910.292219] [55397]: DEBUG cinder.api.openstack.wsgi [req-a1bb2201-16fc-41b1-8ab7-fec645207c1f req-7e944359-66ed-4660-bce9-edeb25edd13b tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 910.292219] [55397]: DEBUG cinder.api.openstack.wsgi [req-a1bb2201-16fc-41b1-8ab7-fec645207c1f req-7e944359-66ed-4660-bce9-edeb25edd13b tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 910.300201] [55397]: /opt/stack/data/venv/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. [ 910.300201] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 910.304055] [55397]: INFO cinder.volume.api [req-a1bb2201-16fc-41b1-8ab7-fec645207c1f req-7e944359-66ed-4660-bce9-edeb25edd13b tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] Volume info retrieved successfully. [ 910.308720] [55397]: INFO cinder.api.openstack.wsgi [req-a1bb2201-16fc-41b1-8ab7-fec645207c1f req-7e944359-66ed-4660-bce9-edeb25edd13b tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] http://10.180.1.21/volume/v3/volumes/ab7e65e7-925c-471e-9bb5-5412d1f82c3e returned with HTTP 200 [ 910.309141] [55397]: [pid: 55397|app: 0|req: 98/175] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 18:00:13 2025] GET /volume/v3/volumes/ab7e65e7-925c-471e-9bb5-5412d1f82c3e => generated 854 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 910.373999] [55398]: DEBUG cinder.api.middleware.request_id [req-e0e68e4c-d9c8-4d8f-9370-857ced9f2b1c req-4b1e09b6-f469-4480-b951-90a3775fa69a None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 910.376463] [55398]: INFO cinder.api.openstack.wsgi [req-e0e68e4c-d9c8-4d8f-9370-857ced9f2b1c req-4b1e09b6-f469-4480-b951-90a3775fa69a tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] DELETE http://10.180.1.21/volume/v3/volumes/ab7e65e7-925c-471e-9bb5-5412d1f82c3e [ 910.376657] [55398]: DEBUG cinder.api.openstack.wsgi [req-e0e68e4c-d9c8-4d8f-9370-857ced9f2b1c req-4b1e09b6-f469-4480-b951-90a3775fa69a tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 910.376877] [55398]: DEBUG cinder.api.openstack.wsgi [req-e0e68e4c-d9c8-4d8f-9370-857ced9f2b1c req-4b1e09b6-f469-4480-b951-90a3775fa69a tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] Calling method 'delete' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 910.377085] [55398]: INFO cinder.api.v3.volumes [req-e0e68e4c-d9c8-4d8f-9370-857ced9f2b1c req-4b1e09b6-f469-4480-b951-90a3775fa69a tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] Delete volume with id: ab7e65e7-925c-471e-9bb5-5412d1f82c3e [ 910.385435] [55398]: /opt/stack/data/venv/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. [ 910.385435] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 910.386051] [55398]: INFO cinder.volume.api [req-e0e68e4c-d9c8-4d8f-9370-857ced9f2b1c req-4b1e09b6-f469-4480-b951-90a3775fa69a tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] Volume info retrieved successfully. [ 910.413115] [55398]: INFO cinder.volume.api [req-e0e68e4c-d9c8-4d8f-9370-857ced9f2b1c req-4b1e09b6-f469-4480-b951-90a3775fa69a tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] Delete volume request issued successfully. [ 910.413422] [55398]: INFO cinder.api.openstack.wsgi [req-e0e68e4c-d9c8-4d8f-9370-857ced9f2b1c req-4b1e09b6-f469-4480-b951-90a3775fa69a tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] http://10.180.1.21/volume/v3/volumes/ab7e65e7-925c-471e-9bb5-5412d1f82c3e returned with HTTP 202 [ 910.413740] [55398]: [pid: 55398|app: 0|req: 78/176] 10.180.1.21 () {62 vars in 1500 bytes} [Thu Feb 20 18:00:13 2025] DELETE /volume/v3/volumes/ab7e65e7-925c-471e-9bb5-5412d1f82c3e => generated 0 bytes in 40 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) [ 910.585656] [55397]: DEBUG cinder.api.middleware.request_id [req-2e4e9891-e7f8-4361-89cf-784c201a5d48 req-fe3a846a-37ae-4707-97be-aadc8801a9e9 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 910.589786] [55397]: INFO cinder.api.openstack.wsgi [req-2e4e9891-e7f8-4361-89cf-784c201a5d48 req-fe3a846a-37ae-4707-97be-aadc8801a9e9 tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] GET http://10.180.1.21/volume/v3/volumes/ab7e65e7-925c-471e-9bb5-5412d1f82c3e [ 910.589786] [55397]: DEBUG cinder.api.openstack.wsgi [req-2e4e9891-e7f8-4361-89cf-784c201a5d48 req-fe3a846a-37ae-4707-97be-aadc8801a9e9 tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 910.589786] [55397]: DEBUG cinder.api.openstack.wsgi [req-2e4e9891-e7f8-4361-89cf-784c201a5d48 req-fe3a846a-37ae-4707-97be-aadc8801a9e9 tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 910.597106] [55397]: INFO cinder.api.openstack.wsgi [req-2e4e9891-e7f8-4361-89cf-784c201a5d48 req-fe3a846a-37ae-4707-97be-aadc8801a9e9 tempest-VolumesGetTestJSON-1845058296 tempest-VolumesGetTestJSON-1845058296-project-member] http://10.180.1.21/volume/v3/volumes/ab7e65e7-925c-471e-9bb5-5412d1f82c3e returned with HTTP 404 [ 910.597106] [55397]: [pid: 55397|app: 0|req: 99/177] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 18:00:13 2025] GET /volume/v3/volumes/ab7e65e7-925c-471e-9bb5-5412d1f82c3e => generated 109 bytes in 12 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) [ 916.380425] [55398]: DEBUG cinder.api.middleware.request_id [req-e330a647-c60e-4be4-a03b-b64be279ce3b req-f5abc59f-7e93-4a2a-b79b-fd031618c740 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 916.385551] [55398]: INFO cinder.api.openstack.wsgi [req-e330a647-c60e-4be4-a03b-b64be279ce3b req-f5abc59f-7e93-4a2a-b79b-fd031618c740 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] GET http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce [ 916.385551] [55398]: DEBUG cinder.api.openstack.wsgi [req-e330a647-c60e-4be4-a03b-b64be279ce3b req-f5abc59f-7e93-4a2a-b79b-fd031618c740 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 916.385551] [55398]: DEBUG cinder.api.openstack.wsgi [req-e330a647-c60e-4be4-a03b-b64be279ce3b req-f5abc59f-7e93-4a2a-b79b-fd031618c740 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 916.399485] [55398]: /opt/stack/data/venv/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. [ 916.399485] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 916.408273] [55398]: INFO cinder.volume.api [req-e330a647-c60e-4be4-a03b-b64be279ce3b req-f5abc59f-7e93-4a2a-b79b-fd031618c740 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Volume info retrieved successfully. [ 916.419882] [55398]: INFO cinder.api.openstack.wsgi [req-e330a647-c60e-4be4-a03b-b64be279ce3b req-f5abc59f-7e93-4a2a-b79b-fd031618c740 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce returned with HTTP 200 [ 916.420398] [55398]: [pid: 55398|app: 0|req: 79/178] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 18:00:19 2025] GET /volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce => generated 1682 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 916.449861] [55397]: DEBUG cinder.api.middleware.request_id [req-e330a647-c60e-4be4-a03b-b64be279ce3b req-5511c3be-7a6e-428b-96d1-8f9dcef3b856 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 916.452600] [55397]: INFO cinder.api.openstack.wsgi [req-e330a647-c60e-4be4-a03b-b64be279ce3b req-5511c3be-7a6e-428b-96d1-8f9dcef3b856 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] GET http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce [ 916.452821] [55397]: DEBUG cinder.api.openstack.wsgi [req-e330a647-c60e-4be4-a03b-b64be279ce3b req-5511c3be-7a6e-428b-96d1-8f9dcef3b856 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 916.453084] [55397]: DEBUG cinder.api.openstack.wsgi [req-e330a647-c60e-4be4-a03b-b64be279ce3b req-5511c3be-7a6e-428b-96d1-8f9dcef3b856 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 916.465109] [55397]: /opt/stack/data/venv/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. [ 916.465109] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 916.468376] [55397]: INFO cinder.volume.api [req-e330a647-c60e-4be4-a03b-b64be279ce3b req-5511c3be-7a6e-428b-96d1-8f9dcef3b856 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Volume info retrieved successfully. [ 916.473190] [55397]: INFO cinder.api.openstack.wsgi [req-e330a647-c60e-4be4-a03b-b64be279ce3b req-5511c3be-7a6e-428b-96d1-8f9dcef3b856 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce returned with HTTP 200 [ 916.473474] [55397]: [pid: 55397|app: 0|req: 100/179] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 18:00:19 2025] GET /volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce => generated 1682 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 921.477223] [55398]: DEBUG cinder.api.middleware.request_id [None req-e97be47e-dc36-4456-bd2d-f551c4ea36df None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 921.477794] [55398]: INFO cinder.api.openstack.wsgi [None req-e97be47e-dc36-4456-bd2d-f551c4ea36df None None] GET http://10.180.1.21/volume// [ 921.477884] [55398]: DEBUG cinder.api.openstack.wsgi [None req-e97be47e-dc36-4456-bd2d-f551c4ea36df None None] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 921.478046] [55398]: DEBUG cinder.api.openstack.wsgi [None req-e97be47e-dc36-4456-bd2d-f551c4ea36df None None] Calling method 'all' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 921.478435] [55398]: INFO cinder.api.openstack.wsgi [None req-e97be47e-dc36-4456-bd2d-f551c4ea36df None None] http://10.180.1.21/volume// returned with HTTP 300 [ 921.478864] [55398]: [pid: 55398|app: 0|req: 80/180] 10.180.1.21 () {58 vars in 1306 bytes} [Thu Feb 20 18:00:24 2025] GET /volume/ => generated 386 bytes in 2 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) [ 921.485035] [55397]: DEBUG cinder.api.middleware.request_id [req-e330a647-c60e-4be4-a03b-b64be279ce3b req-13de9661-9c61-43b7-87e1-7da9d1e680e4 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 921.492236] [55397]: INFO cinder.api.openstack.wsgi [req-e330a647-c60e-4be4-a03b-b64be279ce3b req-13de9661-9c61-43b7-87e1-7da9d1e680e4 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] POST http://10.180.1.21/volume/v3/attachments [ 921.492672] [55397]: DEBUG cinder.api.openstack.wsgi [req-e330a647-c60e-4be4-a03b-b64be279ce3b req-13de9661-9c61-43b7-87e1-7da9d1e680e4 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Action: 'create', calling method: version_select, body: {"attachment": {"volume_uuid": "4246155e-0977-4f2a-b135-72a3849826ce", "connector": null, "instance_uuid": "600195de-ceb4-41a6-9ade-dda8b898e4db"}} {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 921.511982] [55397]: /opt/stack/data/venv/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. [ 921.511982] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 921.548972] [55397]: INFO cinder.api.openstack.wsgi [req-e330a647-c60e-4be4-a03b-b64be279ce3b req-13de9661-9c61-43b7-87e1-7da9d1e680e4 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] http://10.180.1.21/volume/v3/attachments returned with HTTP 200 [ 921.549817] [55397]: [pid: 55397|app: 0|req: 101/181] 10.180.1.21 () {66 vars in 1474 bytes} [Thu Feb 20 18:00:24 2025] POST /volume/v3/attachments => generated 273 bytes in 65 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 921.630148] [55398]: DEBUG cinder.api.middleware.request_id [req-e330a647-c60e-4be4-a03b-b64be279ce3b req-442763b5-756e-4c54-adb3-7a307ead6079 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 921.641372] [55398]: INFO cinder.api.openstack.wsgi [req-e330a647-c60e-4be4-a03b-b64be279ce3b req-442763b5-756e-4c54-adb3-7a307ead6079 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] POST http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce/action [ 921.641896] [55398]: DEBUG cinder.api.openstack.wsgi [req-e330a647-c60e-4be4-a03b-b64be279ce3b req-442763b5-756e-4c54-adb3-7a307ead6079 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Action body: b'{"os-roll_detaching": null}' {{(pid=55398) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} [ 921.641896] [55398]: DEBUG cinder.api.openstack.wsgi [req-e330a647-c60e-4be4-a03b-b64be279ce3b req-442763b5-756e-4c54-adb3-7a307ead6079 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Action: 'action', calling method: _roll_detaching, body: {"os-roll_detaching": null} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 921.663290] [55398]: /opt/stack/data/venv/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. [ 921.663290] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 921.663757] [55398]: INFO cinder.volume.api [req-e330a647-c60e-4be4-a03b-b64be279ce3b req-442763b5-756e-4c54-adb3-7a307ead6079 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Volume info retrieved successfully. [ 921.668334] [55398]: INFO cinder.volume.api [req-e330a647-c60e-4be4-a03b-b64be279ce3b req-442763b5-756e-4c54-adb3-7a307ead6079 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Roll detaching of volume completed successfully. [ 921.668566] [55398]: INFO cinder.api.openstack.wsgi [req-e330a647-c60e-4be4-a03b-b64be279ce3b req-442763b5-756e-4c54-adb3-7a307ead6079 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce/action returned with HTTP 202 [ 921.669225] [55398]: [pid: 55398|app: 0|req: 81/182] 10.180.1.21 () {64 vars in 1552 bytes} [Thu Feb 20 18:00:24 2025] POST /volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce/action => generated 0 bytes in 40 msecs (HTTP/1.1 202) 7 headers in 289 bytes (1 switches on core 0) [ 921.675803] [55397]: DEBUG cinder.api.middleware.request_id [req-e330a647-c60e-4be4-a03b-b64be279ce3b req-da1f8b16-eaee-4cf0-beba-5c800e7f48c7 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 921.679925] [55397]: INFO cinder.api.openstack.wsgi [req-e330a647-c60e-4be4-a03b-b64be279ce3b req-da1f8b16-eaee-4cf0-beba-5c800e7f48c7 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] DELETE http://10.180.1.21/volume/v3/attachments/5a4c57d4-eab2-4310-9be7-e77c8645d035 [ 921.679925] [55397]: DEBUG cinder.api.openstack.wsgi [req-e330a647-c60e-4be4-a03b-b64be279ce3b req-da1f8b16-eaee-4cf0-beba-5c800e7f48c7 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 921.679925] [55397]: DEBUG cinder.api.openstack.wsgi [req-e330a647-c60e-4be4-a03b-b64be279ce3b req-da1f8b16-eaee-4cf0-beba-5c800e7f48c7 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Calling method 'version_select' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 921.691188] [55397]: /opt/stack/data/venv/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. [ 921.691188] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 921.746203] [55397]: INFO cinder.api.openstack.wsgi [req-e330a647-c60e-4be4-a03b-b64be279ce3b req-da1f8b16-eaee-4cf0-beba-5c800e7f48c7 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] http://10.180.1.21/volume/v3/attachments/5a4c57d4-eab2-4310-9be7-e77c8645d035 returned with HTTP 200 [ 921.747314] [55397]: [pid: 55397|app: 0|req: 102/183] 10.180.1.21 () {64 vars in 1553 bytes} [Thu Feb 20 18:00:24 2025] DELETE /volume/v3/attachments/5a4c57d4-eab2-4310-9be7-e77c8645d035 => generated 192 bytes in 72 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 922.492228] [55398]: DEBUG cinder.api.middleware.request_id [None req-86695949-8428-4343-84d1-07af909df202 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 922.494327] [55398]: INFO cinder.api.openstack.wsgi [None req-86695949-8428-4343-84d1-07af909df202 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] POST http://10.180.1.21/volume/v3/volumes [ 922.494712] [55398]: DEBUG cinder.api.openstack.wsgi [None req-86695949-8428-4343-84d1-07af909df202 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "display_name": "tempest-ServersNegativeTestJSON-volume-1087254773"}} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 922.496339] [55398]: DEBUG cinder.api.v3.volumes [None req-86695949-8428-4343-84d1-07af909df202 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Create volume request body: {'volume': {'size': 1, 'display_name': 'tempest-ServersNegativeTestJSON-volume-1087254773'}} {{(pid=55398) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} [ 922.497217] [55398]: INFO cinder.api.v3.volumes [None req-86695949-8428-4343-84d1-07af909df202 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Create volume of 1 GB [ 922.508185] [55398]: INFO cinder.volume.api [None req-86695949-8428-4343-84d1-07af909df202 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Availability Zones retrieved successfully. [ 922.514969] [55398]: DEBUG cinder.volume.api [None req-86695949-8428-4343-84d1-07af909df202 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Flow 'volume_create_api' (aff58d92-1424-4de0-9ea9-c7924c07c393) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 922.516147] [55398]: DEBUG cinder.volume.api [None req-86695949-8428-4343-84d1-07af909df202 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (81b343e8-c91c-4b3c-afd8-eb194d732340) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 922.517325] [55398]: DEBUG cinder.volume.flows.api.create_volume [None req-86695949-8428-4343-84d1-07af909df202 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Validating volume size '1' using validate_int {{(pid=55398) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} [ 922.541021] [55398]: DEBUG cinder.volume.api [None req-86695949-8428-4343-84d1-07af909df202 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (81b343e8-c91c-4b3c-afd8-eb194d732340) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-02-20T17:52:11Z,deleted=False,deleted_at=None,description=None,extra_specs={volume_backend_name='vsphere'},id=d5fd08cf-4175-412e-a261-cecd156def0d,is_public=True,name='vsphere',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'd5fd08cf-4175-412e-a261-cecd156def0d', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 922.541021] [55398]: DEBUG cinder.volume.api [None req-86695949-8428-4343-84d1-07af909df202 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (314c5099-4a98-4a97-94c5-2cffb2df5bec) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 922.592759] [55398]: DEBUG cinder.quota [None req-86695949-8428-4343-84d1-07af909df202 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Created reservations ['e1689500-1cd6-417b-a667-83fe694de5ff', '9a2c8ba4-78f6-4cc2-b7b0-981d233d0695', '7aa88c08-97f1-4388-9ed8-91576dde81df', '6b8ce84d-694d-434d-982a-59aab2451a45'] {{(pid=55398) reserve /opt/stack/cinder/cinder/quota.py:752}} [ 922.593884] [55398]: DEBUG cinder.volume.api [None req-86695949-8428-4343-84d1-07af909df202 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (314c5099-4a98-4a97-94c5-2cffb2df5bec) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['e1689500-1cd6-417b-a667-83fe694de5ff', '9a2c8ba4-78f6-4cc2-b7b0-981d233d0695', '7aa88c08-97f1-4388-9ed8-91576dde81df', '6b8ce84d-694d-434d-982a-59aab2451a45']}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 922.594814] [55398]: DEBUG cinder.volume.api [None req-86695949-8428-4343-84d1-07af909df202 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (8ba3244f-252b-4e8e-ba81-065f1f743ffe) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 922.610245] [55398]: DEBUG cinder.volume.api [None req-86695949-8428-4343-84d1-07af909df202 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (8ba3244f-252b-4e8e-ba81-065f1f743ffe) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '3f4b15dd-5172-4cc9-a110-3cca296c4bfe', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-ServersNegativeTestJSON-volume-1087254773',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='98d3fdfda1694b2f9f5985831ea77a21',qos_specs=None,replication_status=,reservations=['e1689500-1cd6-417b-a667-83fe694de5ff','9a2c8ba4-78f6-4cc2-b7b0-981d233d0695','7aa88c08-97f1-4388-9ed8-91576dde81df','6b8ce84d-694d-434d-982a-59aab2451a45'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='88001cd873b841918c7849408e98ac7a',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d), 'volume': Volume(_name_id=None,admin_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-02-20T18:00:25Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-ServersNegativeTestJSON-volume-1087254773',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=3f4b15dd-5172-4cc9-a110-3cca296c4bfe,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='98d3fdfda1694b2f9f5985831ea77a21',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='88001cd873b841918c7849408e98ac7a',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(d5fd08cf-4175-412e-a261-cecd156def0d),volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 922.611253] [55398]: DEBUG cinder.volume.api [None req-86695949-8428-4343-84d1-07af909df202 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (faedde3f-2b17-4dae-a539-0ec34a8f4d1f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 922.626406] [55398]: DEBUG cinder.volume.api [None req-86695949-8428-4343-84d1-07af909df202 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (faedde3f-2b17-4dae-a539-0ec34a8f4d1f) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-ServersNegativeTestJSON-volume-1087254773',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='98d3fdfda1694b2f9f5985831ea77a21',qos_specs=None,replication_status=,reservations=['e1689500-1cd6-417b-a667-83fe694de5ff','9a2c8ba4-78f6-4cc2-b7b0-981d233d0695','7aa88c08-97f1-4388-9ed8-91576dde81df','6b8ce84d-694d-434d-982a-59aab2451a45'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='88001cd873b841918c7849408e98ac7a',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 922.626406] [55398]: DEBUG cinder.volume.api [None req-86695949-8428-4343-84d1-07af909df202 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (1bdf9c95-2169-42c6-9d9f-beb693a36239) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 922.647945] [55398]: DEBUG cinder.volume.api [None req-86695949-8428-4343-84d1-07af909df202 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (1bdf9c95-2169-42c6-9d9f-beb693a36239) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 922.648993] [55398]: DEBUG cinder.volume.api [None req-86695949-8428-4343-84d1-07af909df202 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Flow 'volume_create_api' (aff58d92-1424-4de0-9ea9-c7924c07c393) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=55398) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 922.649373] [55398]: INFO cinder.volume.api [None req-86695949-8428-4343-84d1-07af909df202 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Create volume request issued successfully. [ 922.650049] [55398]: INFO cinder.api.openstack.wsgi [None req-86695949-8428-4343-84d1-07af909df202 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] http://10.180.1.21/volume/v3/volumes returned with HTTP 202 [ 922.650668] [55398]: [pid: 55398|app: 0|req: 82/184] 10.180.1.21 () {60 vars in 1135 bytes} [Thu Feb 20 18:00:25 2025] POST /volume/v3/volumes => generated 753 bytes in 159 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) [ 922.660092] [55397]: DEBUG cinder.api.middleware.request_id [None req-62c2b3b1-d986-4304-a377-05e73024e301 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 922.664124] [55397]: INFO cinder.api.openstack.wsgi [None req-62c2b3b1-d986-4304-a377-05e73024e301 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] GET http://10.180.1.21/volume/v3/volumes/3f4b15dd-5172-4cc9-a110-3cca296c4bfe [ 922.664124] [55397]: DEBUG cinder.api.openstack.wsgi [None req-62c2b3b1-d986-4304-a377-05e73024e301 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 922.664124] [55397]: DEBUG cinder.api.openstack.wsgi [None req-62c2b3b1-d986-4304-a377-05e73024e301 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 922.677223] [55397]: /opt/stack/data/venv/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. [ 922.677223] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 922.681557] [55397]: INFO cinder.volume.api [None req-62c2b3b1-d986-4304-a377-05e73024e301 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Volume info retrieved successfully. [ 922.687179] [55397]: INFO cinder.api.openstack.wsgi [None req-62c2b3b1-d986-4304-a377-05e73024e301 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] http://10.180.1.21/volume/v3/volumes/3f4b15dd-5172-4cc9-a110-3cca296c4bfe returned with HTTP 200 [ 922.687336] [55397]: [pid: 55397|app: 0|req: 103/185] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:00:25 2025] GET /volume/v3/volumes/3f4b15dd-5172-4cc9-a110-3cca296c4bfe => generated 821 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) [ 923.699403] [55398]: DEBUG cinder.api.middleware.request_id [None req-439c8392-3b54-4a8e-b8d3-16485a9a7435 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 923.702038] [55398]: INFO cinder.api.openstack.wsgi [None req-439c8392-3b54-4a8e-b8d3-16485a9a7435 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] GET http://10.180.1.21/volume/v3/volumes/3f4b15dd-5172-4cc9-a110-3cca296c4bfe [ 923.703120] [55398]: DEBUG cinder.api.openstack.wsgi [None req-439c8392-3b54-4a8e-b8d3-16485a9a7435 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 923.703120] [55398]: DEBUG cinder.api.openstack.wsgi [None req-439c8392-3b54-4a8e-b8d3-16485a9a7435 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 923.719149] [55398]: /opt/stack/data/venv/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. [ 923.719149] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 923.723139] [55398]: INFO cinder.volume.api [None req-439c8392-3b54-4a8e-b8d3-16485a9a7435 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Volume info retrieved successfully. [ 923.729245] [55398]: INFO cinder.api.openstack.wsgi [None req-439c8392-3b54-4a8e-b8d3-16485a9a7435 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] http://10.180.1.21/volume/v3/volumes/3f4b15dd-5172-4cc9-a110-3cca296c4bfe returned with HTTP 200 [ 923.730455] [55398]: [pid: 55398|app: 0|req: 83/186] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:00:26 2025] GET /volume/v3/volumes/3f4b15dd-5172-4cc9-a110-3cca296c4bfe => generated 846 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 923.739577] [55397]: DEBUG cinder.api.middleware.request_id [None req-7e49c2a4-534e-42f8-8856-ec09e70c9eb3 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 923.742451] [55397]: INFO cinder.api.openstack.wsgi [None req-7e49c2a4-534e-42f8-8856-ec09e70c9eb3 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] POST http://10.180.1.21/volume/v3/volumes/3f4b15dd-5172-4cc9-a110-3cca296c4bfe/action [ 923.742451] [55397]: DEBUG cinder.api.openstack.wsgi [None req-7e49c2a4-534e-42f8-8856-ec09e70c9eb3 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Action body: b'{"os-set_bootable": {"bootable": false}}' {{(pid=55397) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} [ 923.742451] [55397]: DEBUG cinder.api.openstack.wsgi [None req-7e49c2a4-534e-42f8-8856-ec09e70c9eb3 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Action: 'action', calling method: _set_bootable, body: {"os-set_bootable": {"bootable": false}} {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 923.752847] [55397]: /opt/stack/data/venv/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. [ 923.752847] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 923.753577] [55397]: INFO cinder.volume.api [None req-7e49c2a4-534e-42f8-8856-ec09e70c9eb3 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Volume info retrieved successfully. [ 923.765156] [55397]: INFO cinder.volume.api [None req-7e49c2a4-534e-42f8-8856-ec09e70c9eb3 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Volume updated successfully. [ 923.765461] [55397]: INFO cinder.api.openstack.wsgi [None req-7e49c2a4-534e-42f8-8856-ec09e70c9eb3 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] http://10.180.1.21/volume/v3/volumes/3f4b15dd-5172-4cc9-a110-3cca296c4bfe/action returned with HTTP 200 [ 923.766050] [55397]: [pid: 55397|app: 0|req: 104/187] 10.180.1.21 () {60 vars in 1267 bytes} [Thu Feb 20 18:00:26 2025] POST /volume/v3/volumes/3f4b15dd-5172-4cc9-a110-3cca296c4bfe/action => generated 0 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 283 bytes (2 switches on core 0) [ 923.772020] [55398]: DEBUG cinder.api.middleware.request_id [None req-24ebc081-a5bc-4c0c-bea3-3b911308acd8 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 923.772832] [55398]: INFO cinder.api.openstack.wsgi [None req-24ebc081-a5bc-4c0c-bea3-3b911308acd8 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] GET http://10.180.1.21/volume/v3/volumes/3f4b15dd-5172-4cc9-a110-3cca296c4bfe [ 923.773063] [55398]: DEBUG cinder.api.openstack.wsgi [None req-24ebc081-a5bc-4c0c-bea3-3b911308acd8 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 923.773656] [55398]: DEBUG cinder.api.openstack.wsgi [None req-24ebc081-a5bc-4c0c-bea3-3b911308acd8 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 923.783240] [55398]: /opt/stack/data/venv/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. [ 923.783240] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 923.787397] [55398]: INFO cinder.volume.api [None req-24ebc081-a5bc-4c0c-bea3-3b911308acd8 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Volume info retrieved successfully. [ 923.791842] [55398]: INFO cinder.api.openstack.wsgi [None req-24ebc081-a5bc-4c0c-bea3-3b911308acd8 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] http://10.180.1.21/volume/v3/volumes/3f4b15dd-5172-4cc9-a110-3cca296c4bfe returned with HTTP 200 [ 923.792276] [55398]: [pid: 55398|app: 0|req: 84/188] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:00:26 2025] GET /volume/v3/volumes/3f4b15dd-5172-4cc9-a110-3cca296c4bfe => generated 846 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 924.096402] [55397]: DEBUG cinder.api.middleware.request_id [req-a5d57a6f-9dbf-4a1c-a63b-d522cbe11793 req-62ebaea1-fbb0-428e-8eb1-638234418c1d None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 924.100146] [55397]: INFO cinder.api.openstack.wsgi [req-a5d57a6f-9dbf-4a1c-a63b-d522cbe11793 req-62ebaea1-fbb0-428e-8eb1-638234418c1d tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] GET http://10.180.1.21/volume/v3/volumes/3f4b15dd-5172-4cc9-a110-3cca296c4bfe [ 924.100535] [55397]: DEBUG cinder.api.openstack.wsgi [req-a5d57a6f-9dbf-4a1c-a63b-d522cbe11793 req-62ebaea1-fbb0-428e-8eb1-638234418c1d tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 924.100888] [55397]: DEBUG cinder.api.openstack.wsgi [req-a5d57a6f-9dbf-4a1c-a63b-d522cbe11793 req-62ebaea1-fbb0-428e-8eb1-638234418c1d tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 924.110797] [55397]: /opt/stack/data/venv/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. [ 924.110797] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 924.115908] [55397]: INFO cinder.volume.api [req-a5d57a6f-9dbf-4a1c-a63b-d522cbe11793 req-62ebaea1-fbb0-428e-8eb1-638234418c1d tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Volume info retrieved successfully. [ 924.124094] [55397]: INFO cinder.api.openstack.wsgi [req-a5d57a6f-9dbf-4a1c-a63b-d522cbe11793 req-62ebaea1-fbb0-428e-8eb1-638234418c1d tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] http://10.180.1.21/volume/v3/volumes/3f4b15dd-5172-4cc9-a110-3cca296c4bfe returned with HTTP 200 [ 924.124094] [55397]: [pid: 55397|app: 0|req: 105/189] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 18:00:26 2025] GET /volume/v3/volumes/3f4b15dd-5172-4cc9-a110-3cca296c4bfe => generated 846 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 924.768903] [55398]: DEBUG cinder.api.middleware.request_id [None req-dcfb6546-5623-41ea-ab13-461cdb92704e None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 924.772339] [55398]: INFO cinder.api.openstack.wsgi [None req-dcfb6546-5623-41ea-ab13-461cdb92704e tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] POST http://10.180.1.21/volume/v3/volumes [ 924.772681] [55398]: DEBUG cinder.api.openstack.wsgi [None req-dcfb6546-5623-41ea-ab13-461cdb92704e tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "display_name": "tempest-ServersNegativeTestJSON-volume-178636216"}} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 924.774620] [55398]: DEBUG cinder.api.v3.volumes [None req-dcfb6546-5623-41ea-ab13-461cdb92704e tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Create volume request body: {'volume': {'size': 1, 'display_name': 'tempest-ServersNegativeTestJSON-volume-178636216'}} {{(pid=55398) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} [ 924.776013] [55398]: INFO cinder.api.v3.volumes [None req-dcfb6546-5623-41ea-ab13-461cdb92704e tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Create volume of 1 GB [ 924.785676] [55398]: INFO cinder.volume.api [None req-dcfb6546-5623-41ea-ab13-461cdb92704e tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Availability Zones retrieved successfully. [ 924.793266] [55398]: DEBUG cinder.volume.api [None req-dcfb6546-5623-41ea-ab13-461cdb92704e tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Flow 'volume_create_api' (cb953187-c461-4329-90be-b21b7a9e0918) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 924.796812] [55398]: DEBUG cinder.volume.api [None req-dcfb6546-5623-41ea-ab13-461cdb92704e tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (a0de9dd7-b362-464c-a859-edd875d84959) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 924.798862] [55398]: DEBUG cinder.volume.flows.api.create_volume [None req-dcfb6546-5623-41ea-ab13-461cdb92704e tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Validating volume size '1' using validate_int {{(pid=55398) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} [ 924.836409] [55398]: DEBUG cinder.volume.api [None req-dcfb6546-5623-41ea-ab13-461cdb92704e tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (a0de9dd7-b362-464c-a859-edd875d84959) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-02-20T17:52:11Z,deleted=False,deleted_at=None,description=None,extra_specs={volume_backend_name='vsphere'},id=d5fd08cf-4175-412e-a261-cecd156def0d,is_public=True,name='vsphere',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'd5fd08cf-4175-412e-a261-cecd156def0d', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 924.837597] [55398]: DEBUG cinder.volume.api [None req-dcfb6546-5623-41ea-ab13-461cdb92704e tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (52d354d6-3f05-4be1-80f6-57089afe731f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 924.871281] [55398]: DEBUG cinder.quota [None req-dcfb6546-5623-41ea-ab13-461cdb92704e tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Created reservations ['332fe837-4227-4828-a7b6-e3e05f096ef6', '79995984-22f7-409a-927b-32f613cbab28', '7667d42b-6b6d-49f6-aca1-519700c7d1da', '4fe6df78-bc7f-49d5-bcb2-bd55879a9a10'] {{(pid=55398) reserve /opt/stack/cinder/cinder/quota.py:752}} [ 924.872474] [55398]: DEBUG cinder.volume.api [None req-dcfb6546-5623-41ea-ab13-461cdb92704e tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (52d354d6-3f05-4be1-80f6-57089afe731f) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['332fe837-4227-4828-a7b6-e3e05f096ef6', '79995984-22f7-409a-927b-32f613cbab28', '7667d42b-6b6d-49f6-aca1-519700c7d1da', '4fe6df78-bc7f-49d5-bcb2-bd55879a9a10']}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 924.874329] [55398]: DEBUG cinder.volume.api [None req-dcfb6546-5623-41ea-ab13-461cdb92704e tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (1e0259cf-fd6e-40da-a994-2b40c29e9668) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 924.890316] [55398]: DEBUG cinder.volume.api [None req-dcfb6546-5623-41ea-ab13-461cdb92704e tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (1e0259cf-fd6e-40da-a994-2b40c29e9668) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'fba4637f-86be-4eb0-bcf9-ad64363539bf', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-ServersNegativeTestJSON-volume-178636216',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='98d3fdfda1694b2f9f5985831ea77a21',qos_specs=None,replication_status=,reservations=['332fe837-4227-4828-a7b6-e3e05f096ef6','79995984-22f7-409a-927b-32f613cbab28','7667d42b-6b6d-49f6-aca1-519700c7d1da','4fe6df78-bc7f-49d5-bcb2-bd55879a9a10'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='88001cd873b841918c7849408e98ac7a',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d), 'volume': Volume(_name_id=None,admin_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-02-20T18:00:27Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-ServersNegativeTestJSON-volume-178636216',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=fba4637f-86be-4eb0-bcf9-ad64363539bf,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='98d3fdfda1694b2f9f5985831ea77a21',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='88001cd873b841918c7849408e98ac7a',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(d5fd08cf-4175-412e-a261-cecd156def0d),volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 924.892694] [55398]: DEBUG cinder.volume.api [None req-dcfb6546-5623-41ea-ab13-461cdb92704e tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (b6b74eb6-46d5-4783-8361-815426863d34) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 924.906070] [55398]: DEBUG cinder.volume.api [None req-dcfb6546-5623-41ea-ab13-461cdb92704e tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (b6b74eb6-46d5-4783-8361-815426863d34) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-ServersNegativeTestJSON-volume-178636216',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='98d3fdfda1694b2f9f5985831ea77a21',qos_specs=None,replication_status=,reservations=['332fe837-4227-4828-a7b6-e3e05f096ef6','79995984-22f7-409a-927b-32f613cbab28','7667d42b-6b6d-49f6-aca1-519700c7d1da','4fe6df78-bc7f-49d5-bcb2-bd55879a9a10'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='88001cd873b841918c7849408e98ac7a',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 924.907092] [55398]: DEBUG cinder.volume.api [None req-dcfb6546-5623-41ea-ab13-461cdb92704e tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (a9edbdd3-e222-44bb-8e54-c17b43a51cbd) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 924.917976] [55398]: DEBUG cinder.volume.api [None req-dcfb6546-5623-41ea-ab13-461cdb92704e tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (a9edbdd3-e222-44bb-8e54-c17b43a51cbd) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 924.919089] [55398]: DEBUG cinder.volume.api [None req-dcfb6546-5623-41ea-ab13-461cdb92704e tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Flow 'volume_create_api' (cb953187-c461-4329-90be-b21b7a9e0918) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=55398) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 924.919537] [55398]: INFO cinder.volume.api [None req-dcfb6546-5623-41ea-ab13-461cdb92704e tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Create volume request issued successfully. [ 924.920336] [55398]: INFO cinder.api.openstack.wsgi [None req-dcfb6546-5623-41ea-ab13-461cdb92704e tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] http://10.180.1.21/volume/v3/volumes returned with HTTP 202 [ 924.920898] [55398]: [pid: 55398|app: 0|req: 85/190] 10.180.1.21 () {60 vars in 1135 bytes} [Thu Feb 20 18:00:27 2025] POST /volume/v3/volumes => generated 752 bytes in 152 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) [ 924.930668] [55397]: DEBUG cinder.api.middleware.request_id [None req-8dc1def1-6c80-4f97-9eaf-dd4664888133 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 924.932854] [55397]: INFO cinder.api.openstack.wsgi [None req-8dc1def1-6c80-4f97-9eaf-dd4664888133 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] GET http://10.180.1.21/volume/v3/volumes/fba4637f-86be-4eb0-bcf9-ad64363539bf [ 924.933100] [55397]: DEBUG cinder.api.openstack.wsgi [None req-8dc1def1-6c80-4f97-9eaf-dd4664888133 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 924.933337] [55397]: DEBUG cinder.api.openstack.wsgi [None req-8dc1def1-6c80-4f97-9eaf-dd4664888133 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 924.942019] [55397]: /opt/stack/data/venv/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. [ 924.942019] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 924.946115] [55397]: INFO cinder.volume.api [None req-8dc1def1-6c80-4f97-9eaf-dd4664888133 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Volume info retrieved successfully. [ 924.952868] [55397]: INFO cinder.api.openstack.wsgi [None req-8dc1def1-6c80-4f97-9eaf-dd4664888133 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] http://10.180.1.21/volume/v3/volumes/fba4637f-86be-4eb0-bcf9-ad64363539bf returned with HTTP 200 [ 924.953224] [55397]: [pid: 55397|app: 0|req: 106/191] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:00:27 2025] GET /volume/v3/volumes/fba4637f-86be-4eb0-bcf9-ad64363539bf => generated 820 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 925.734107] [55398]: DEBUG cinder.api.middleware.request_id [None req-a2378e7c-3b32-431b-aaef-e0437c3b78b4 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 925.735872] [55398]: INFO cinder.api.openstack.wsgi [None req-a2378e7c-3b32-431b-aaef-e0437c3b78b4 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] GET http://10.180.1.21/volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 [ 925.736108] [55398]: DEBUG cinder.api.openstack.wsgi [None req-a2378e7c-3b32-431b-aaef-e0437c3b78b4 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 925.736326] [55398]: DEBUG cinder.api.openstack.wsgi [None req-a2378e7c-3b32-431b-aaef-e0437c3b78b4 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 925.750625] [55398]: /opt/stack/data/venv/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. [ 925.750625] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 925.756125] [55398]: INFO cinder.volume.api [None req-a2378e7c-3b32-431b-aaef-e0437c3b78b4 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Volume info retrieved successfully. [ 925.767526] [55398]: INFO cinder.api.openstack.wsgi [None req-a2378e7c-3b32-431b-aaef-e0437c3b78b4 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] http://10.180.1.21/volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 returned with HTTP 200 [ 925.767754] [55398]: [pid: 55398|app: 0|req: 86/192] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:00:28 2025] GET /volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 => generated 843 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 925.787251] [55397]: DEBUG cinder.api.middleware.request_id [None req-fce026ae-2d2c-48fc-a398-cde1870074f4 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 925.789310] [55397]: INFO cinder.api.openstack.wsgi [None req-fce026ae-2d2c-48fc-a398-cde1870074f4 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] GET http://10.180.1.21/volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 [ 925.789540] [55397]: DEBUG cinder.api.openstack.wsgi [None req-fce026ae-2d2c-48fc-a398-cde1870074f4 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 925.789832] [55397]: DEBUG cinder.api.openstack.wsgi [None req-fce026ae-2d2c-48fc-a398-cde1870074f4 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 925.807856] [55397]: /opt/stack/data/venv/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. [ 925.807856] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 925.819569] [55397]: INFO cinder.volume.api [None req-fce026ae-2d2c-48fc-a398-cde1870074f4 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Volume info retrieved successfully. [ 925.832222] [55397]: INFO cinder.api.openstack.wsgi [None req-fce026ae-2d2c-48fc-a398-cde1870074f4 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] http://10.180.1.21/volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 returned with HTTP 200 [ 925.832735] [55397]: [pid: 55397|app: 0|req: 107/193] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:00:28 2025] GET /volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 => generated 843 bytes in 46 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 925.912647] [55398]: DEBUG cinder.api.middleware.request_id [None req-c201be45-5360-485e-b78b-362ed033e764 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 925.917715] [55398]: INFO cinder.api.openstack.wsgi [None req-c201be45-5360-485e-b78b-362ed033e764 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] GET http://10.180.1.21/volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 [ 925.917715] [55398]: DEBUG cinder.api.openstack.wsgi [None req-c201be45-5360-485e-b78b-362ed033e764 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 925.917715] [55398]: DEBUG cinder.api.openstack.wsgi [None req-c201be45-5360-485e-b78b-362ed033e764 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 925.930702] [55398]: /opt/stack/data/venv/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. [ 925.930702] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 925.936954] [55398]: INFO cinder.volume.api [None req-c201be45-5360-485e-b78b-362ed033e764 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Volume info retrieved successfully. [ 925.944452] [55398]: INFO cinder.api.openstack.wsgi [None req-c201be45-5360-485e-b78b-362ed033e764 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] http://10.180.1.21/volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 returned with HTTP 200 [ 925.944452] [55398]: [pid: 55398|app: 0|req: 87/194] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:00:28 2025] GET /volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 => generated 843 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 925.965302] [55397]: DEBUG cinder.api.middleware.request_id [None req-8c3a2e04-3f38-40d0-9553-0fed3d8ee0e1 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 925.967528] [55397]: INFO cinder.api.openstack.wsgi [None req-8c3a2e04-3f38-40d0-9553-0fed3d8ee0e1 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] GET http://10.180.1.21/volume/v3/volumes/fba4637f-86be-4eb0-bcf9-ad64363539bf [ 925.967783] [55397]: DEBUG cinder.api.openstack.wsgi [None req-8c3a2e04-3f38-40d0-9553-0fed3d8ee0e1 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 925.968028] [55397]: DEBUG cinder.api.openstack.wsgi [None req-8c3a2e04-3f38-40d0-9553-0fed3d8ee0e1 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 925.976357] [55397]: /opt/stack/data/venv/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. [ 925.976357] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 925.980339] [55397]: INFO cinder.volume.api [None req-8c3a2e04-3f38-40d0-9553-0fed3d8ee0e1 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Volume info retrieved successfully. [ 925.984811] [55397]: INFO cinder.api.openstack.wsgi [None req-8c3a2e04-3f38-40d0-9553-0fed3d8ee0e1 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] http://10.180.1.21/volume/v3/volumes/fba4637f-86be-4eb0-bcf9-ad64363539bf returned with HTTP 200 [ 925.985313] [55397]: [pid: 55397|app: 0|req: 108/195] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:00:28 2025] GET /volume/v3/volumes/fba4637f-86be-4eb0-bcf9-ad64363539bf => generated 845 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 927.892656] [55398]: DEBUG cinder.api.middleware.request_id [req-a99bd000-6ba3-407c-966a-91a9728c4438 req-a0fcb5a9-8736-45e4-bb93-a7ae1686dd73 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 927.897701] [55398]: INFO cinder.api.openstack.wsgi [req-a99bd000-6ba3-407c-966a-91a9728c4438 req-a0fcb5a9-8736-45e4-bb93-a7ae1686dd73 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] DELETE http://10.180.1.21/volume/v3/attachments/c29e7349-1680-4a80-8385-c29f4f3ae172 [ 927.897953] [55398]: DEBUG cinder.api.openstack.wsgi [req-a99bd000-6ba3-407c-966a-91a9728c4438 req-a0fcb5a9-8736-45e4-bb93-a7ae1686dd73 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 927.898210] [55398]: DEBUG cinder.api.openstack.wsgi [req-a99bd000-6ba3-407c-966a-91a9728c4438 req-a0fcb5a9-8736-45e4-bb93-a7ae1686dd73 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Calling method 'version_select' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 927.922828] [55398]: /opt/stack/data/venv/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. [ 927.922828] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 928.480204] [55398]: INFO cinder.api.openstack.wsgi [req-a99bd000-6ba3-407c-966a-91a9728c4438 req-a0fcb5a9-8736-45e4-bb93-a7ae1686dd73 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] http://10.180.1.21/volume/v3/attachments/c29e7349-1680-4a80-8385-c29f4f3ae172 returned with HTTP 200 [ 928.481449] [55398]: [pid: 55398|app: 0|req: 88/196] 10.180.1.21 () {64 vars in 1553 bytes} [Thu Feb 20 18:00:30 2025] DELETE /volume/v3/attachments/c29e7349-1680-4a80-8385-c29f4f3ae172 => generated 19 bytes in 590 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 928.496243] [55397]: DEBUG cinder.api.middleware.request_id [req-a99bd000-6ba3-407c-966a-91a9728c4438 req-64f6cb6f-4173-49eb-b476-b666fce1b1b9 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 928.499921] [55397]: INFO cinder.api.openstack.wsgi [req-a99bd000-6ba3-407c-966a-91a9728c4438 req-64f6cb6f-4173-49eb-b476-b666fce1b1b9 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] DELETE http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce [ 928.500906] [55397]: DEBUG cinder.api.openstack.wsgi [req-a99bd000-6ba3-407c-966a-91a9728c4438 req-64f6cb6f-4173-49eb-b476-b666fce1b1b9 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 928.501365] [55397]: DEBUG cinder.api.openstack.wsgi [req-a99bd000-6ba3-407c-966a-91a9728c4438 req-64f6cb6f-4173-49eb-b476-b666fce1b1b9 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Calling method 'delete' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 928.502409] [55397]: INFO cinder.api.v3.volumes [req-a99bd000-6ba3-407c-966a-91a9728c4438 req-64f6cb6f-4173-49eb-b476-b666fce1b1b9 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Delete volume with id: 4246155e-0977-4f2a-b135-72a3849826ce [ 928.518155] [55397]: /opt/stack/data/venv/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. [ 928.518155] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 928.518788] [55397]: INFO cinder.volume.api [req-a99bd000-6ba3-407c-966a-91a9728c4438 req-64f6cb6f-4173-49eb-b476-b666fce1b1b9 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Volume info retrieved successfully. [ 928.543562] [55397]: INFO cinder.volume.api [req-a99bd000-6ba3-407c-966a-91a9728c4438 req-64f6cb6f-4173-49eb-b476-b666fce1b1b9 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] Delete volume request issued successfully. [ 928.543562] [55397]: INFO cinder.api.openstack.wsgi [req-a99bd000-6ba3-407c-966a-91a9728c4438 req-64f6cb6f-4173-49eb-b476-b666fce1b1b9 tempest-ServerActionsV293TestJSON-560395623 tempest-ServerActionsV293TestJSON-560395623-project-member] http://10.180.1.21/volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce returned with HTTP 202 [ 928.543562] [55397]: [pid: 55397|app: 0|req: 109/197] 10.180.1.21 () {62 vars in 1500 bytes} [Thu Feb 20 18:00:31 2025] DELETE /volume/v3/volumes/4246155e-0977-4f2a-b135-72a3849826ce => generated 0 bytes in 49 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) [ 937.141364] [55398]: DEBUG cinder.api.middleware.request_id [None req-df99f4b6-8512-464e-8c61-5ff83b3071e3 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 937.145343] [55398]: INFO cinder.api.openstack.wsgi [None req-df99f4b6-8512-464e-8c61-5ff83b3071e3 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] POST http://10.180.1.21/volume/v3/volumes [ 937.146015] [55398]: DEBUG cinder.api.openstack.wsgi [None req-df99f4b6-8512-464e-8c61-5ff83b3071e3 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "display_name": "tempest-AttachVolumeNegativeTest-volume-848455145"}} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 937.148561] [55398]: DEBUG cinder.api.v3.volumes [None req-df99f4b6-8512-464e-8c61-5ff83b3071e3 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Create volume request body: {'volume': {'size': 1, 'display_name': 'tempest-AttachVolumeNegativeTest-volume-848455145'}} {{(pid=55398) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} [ 937.148800] [55398]: INFO cinder.api.v3.volumes [None req-df99f4b6-8512-464e-8c61-5ff83b3071e3 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Create volume of 1 GB [ 937.149390] [55398]: /opt/stack/data/venv/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. [ 937.149390] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 937.158044] [55398]: INFO cinder.volume.api [None req-df99f4b6-8512-464e-8c61-5ff83b3071e3 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Availability Zones retrieved successfully. [ 937.169531] [55398]: DEBUG cinder.volume.api [None req-df99f4b6-8512-464e-8c61-5ff83b3071e3 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Flow 'volume_create_api' (b69914a1-c3ea-48df-9d8c-750cc76826f8) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 937.171497] [55398]: DEBUG cinder.volume.api [None req-df99f4b6-8512-464e-8c61-5ff83b3071e3 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (26aa7f46-a4e8-4cb9-87f4-97da3fbe4eba) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 937.173712] [55398]: DEBUG cinder.volume.flows.api.create_volume [None req-df99f4b6-8512-464e-8c61-5ff83b3071e3 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Validating volume size '1' using validate_int {{(pid=55398) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} [ 937.203854] [55398]: DEBUG cinder.volume.api [None req-df99f4b6-8512-464e-8c61-5ff83b3071e3 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (26aa7f46-a4e8-4cb9-87f4-97da3fbe4eba) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-02-20T17:52:11Z,deleted=False,deleted_at=None,description=None,extra_specs={volume_backend_name='vsphere'},id=d5fd08cf-4175-412e-a261-cecd156def0d,is_public=True,name='vsphere',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'd5fd08cf-4175-412e-a261-cecd156def0d', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 937.204917] [55398]: DEBUG cinder.volume.api [None req-df99f4b6-8512-464e-8c61-5ff83b3071e3 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (957d203d-b8de-48ad-a9c8-32bf4a6e0068) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 937.256075] [55398]: DEBUG cinder.quota [None req-df99f4b6-8512-464e-8c61-5ff83b3071e3 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Created reservations ['d129bb5d-8ed9-4f37-a0d9-b25d4bc13494', '8b8360a8-9473-41ca-83a3-0e025b287a4c', 'b4f1d500-d038-4219-80a4-59ff26ba833e', '9b845cb3-8130-46ab-b0ca-a26af4c5d939'] {{(pid=55398) reserve /opt/stack/cinder/cinder/quota.py:752}} [ 937.256513] [55398]: DEBUG cinder.volume.api [None req-df99f4b6-8512-464e-8c61-5ff83b3071e3 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (957d203d-b8de-48ad-a9c8-32bf4a6e0068) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['d129bb5d-8ed9-4f37-a0d9-b25d4bc13494', '8b8360a8-9473-41ca-83a3-0e025b287a4c', 'b4f1d500-d038-4219-80a4-59ff26ba833e', '9b845cb3-8130-46ab-b0ca-a26af4c5d939']}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 937.257479] [55398]: DEBUG cinder.volume.api [None req-df99f4b6-8512-464e-8c61-5ff83b3071e3 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (9d133e1d-4a3d-4c4f-9ba8-bd5d0cda1758) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 937.277963] [55398]: DEBUG cinder.volume.api [None req-df99f4b6-8512-464e-8c61-5ff83b3071e3 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (9d133e1d-4a3d-4c4f-9ba8-bd5d0cda1758) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '0e21440a-90bd-4920-bda0-bdf25396cbd3', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-AttachVolumeNegativeTest-volume-848455145',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='68de7445caeb4381b9e68c685ccb5e0b',qos_specs=None,replication_status=,reservations=['d129bb5d-8ed9-4f37-a0d9-b25d4bc13494','8b8360a8-9473-41ca-83a3-0e025b287a4c','b4f1d500-d038-4219-80a4-59ff26ba833e','9b845cb3-8130-46ab-b0ca-a26af4c5d939'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='54076b7d25474185b3f205437cb68be8',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d), 'volume': Volume(_name_id=None,admin_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-02-20T18:00:40Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-AttachVolumeNegativeTest-volume-848455145',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=0e21440a-90bd-4920-bda0-bdf25396cbd3,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='68de7445caeb4381b9e68c685ccb5e0b',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='54076b7d25474185b3f205437cb68be8',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(d5fd08cf-4175-412e-a261-cecd156def0d),volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 937.279212] [55398]: DEBUG cinder.volume.api [None req-df99f4b6-8512-464e-8c61-5ff83b3071e3 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (929ccce5-d38e-4aae-be97-e17bc0c999de) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 937.294329] [55398]: DEBUG cinder.volume.api [None req-df99f4b6-8512-464e-8c61-5ff83b3071e3 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (929ccce5-d38e-4aae-be97-e17bc0c999de) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-AttachVolumeNegativeTest-volume-848455145',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='68de7445caeb4381b9e68c685ccb5e0b',qos_specs=None,replication_status=,reservations=['d129bb5d-8ed9-4f37-a0d9-b25d4bc13494','8b8360a8-9473-41ca-83a3-0e025b287a4c','b4f1d500-d038-4219-80a4-59ff26ba833e','9b845cb3-8130-46ab-b0ca-a26af4c5d939'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='54076b7d25474185b3f205437cb68be8',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 937.295392] [55398]: DEBUG cinder.volume.api [None req-df99f4b6-8512-464e-8c61-5ff83b3071e3 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (c858134f-521e-4642-b938-e8f4b2218467) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 937.309354] [55398]: DEBUG cinder.volume.api [None req-df99f4b6-8512-464e-8c61-5ff83b3071e3 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (c858134f-521e-4642-b938-e8f4b2218467) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 937.310696] [55398]: DEBUG cinder.volume.api [None req-df99f4b6-8512-464e-8c61-5ff83b3071e3 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Flow 'volume_create_api' (b69914a1-c3ea-48df-9d8c-750cc76826f8) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=55398) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 937.313049] [55398]: INFO cinder.volume.api [None req-df99f4b6-8512-464e-8c61-5ff83b3071e3 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Create volume request issued successfully. [ 937.313049] [55398]: INFO cinder.api.openstack.wsgi [None req-df99f4b6-8512-464e-8c61-5ff83b3071e3 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes returned with HTTP 202 [ 937.313049] [55398]: [pid: 55398|app: 0|req: 89/198] 10.180.1.21 () {60 vars in 1135 bytes} [Thu Feb 20 18:00:40 2025] POST /volume/v3/volumes => generated 753 bytes in 171 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) [ 937.321750] [55397]: DEBUG cinder.api.middleware.request_id [None req-94b8997c-ce08-4af9-8e2c-c2f4d7c8590e None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 937.324312] [55397]: INFO cinder.api.openstack.wsgi [None req-94b8997c-ce08-4af9-8e2c-c2f4d7c8590e tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 [ 937.324312] [55397]: DEBUG cinder.api.openstack.wsgi [None req-94b8997c-ce08-4af9-8e2c-c2f4d7c8590e tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 937.324312] [55397]: DEBUG cinder.api.openstack.wsgi [None req-94b8997c-ce08-4af9-8e2c-c2f4d7c8590e tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 937.328195] [55397]: DEBUG dbcounter [-] [55397] Writing DB stats cinder:SELECT=222,cinder:INSERT=34,cinder:UPDATE=46 {{(pid=55397) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} [ 937.336272] [55397]: /opt/stack/data/venv/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. [ 937.336272] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 937.342042] [55397]: INFO cinder.volume.api [None req-94b8997c-ce08-4af9-8e2c-c2f4d7c8590e tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 937.348853] [55397]: INFO cinder.api.openstack.wsgi [None req-94b8997c-ce08-4af9-8e2c-c2f4d7c8590e tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 returned with HTTP 200 [ 937.349304] [55397]: [pid: 55397|app: 0|req: 110/199] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:00:40 2025] GET /volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 => generated 821 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 938.369379] [55398]: DEBUG cinder.api.middleware.request_id [None req-c68589f8-6eaf-4e8f-afa7-fbcc344ed6bf None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 938.371775] [55398]: INFO cinder.api.openstack.wsgi [None req-c68589f8-6eaf-4e8f-afa7-fbcc344ed6bf tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 [ 938.371999] [55398]: DEBUG cinder.api.openstack.wsgi [None req-c68589f8-6eaf-4e8f-afa7-fbcc344ed6bf tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 938.372231] [55398]: DEBUG cinder.api.openstack.wsgi [None req-c68589f8-6eaf-4e8f-afa7-fbcc344ed6bf tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 938.386047] [55398]: /opt/stack/data/venv/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. [ 938.386047] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 938.392338] [55398]: INFO cinder.volume.api [None req-c68589f8-6eaf-4e8f-afa7-fbcc344ed6bf tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 938.396439] [55398]: INFO cinder.api.openstack.wsgi [None req-c68589f8-6eaf-4e8f-afa7-fbcc344ed6bf tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 returned with HTTP 200 [ 938.396833] [55398]: [pid: 55398|app: 0|req: 90/200] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:00:41 2025] GET /volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 => generated 846 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 938.441245] [55397]: DEBUG cinder.api.middleware.request_id [req-90adb0fe-8343-4ff2-8382-f0dd347b435a req-b04e9cba-fa0b-4b01-9de0-e7dd63af3a36 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 938.444283] [55397]: INFO cinder.api.openstack.wsgi [req-90adb0fe-8343-4ff2-8382-f0dd347b435a req-b04e9cba-fa0b-4b01-9de0-e7dd63af3a36 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 [ 938.444511] [55397]: DEBUG cinder.api.openstack.wsgi [req-90adb0fe-8343-4ff2-8382-f0dd347b435a req-b04e9cba-fa0b-4b01-9de0-e7dd63af3a36 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 938.444749] [55397]: DEBUG cinder.api.openstack.wsgi [req-90adb0fe-8343-4ff2-8382-f0dd347b435a req-b04e9cba-fa0b-4b01-9de0-e7dd63af3a36 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 938.454894] [55397]: /opt/stack/data/venv/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. [ 938.454894] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 938.463186] [55397]: INFO cinder.volume.api [req-90adb0fe-8343-4ff2-8382-f0dd347b435a req-b04e9cba-fa0b-4b01-9de0-e7dd63af3a36 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 938.477211] [55397]: INFO cinder.api.openstack.wsgi [req-90adb0fe-8343-4ff2-8382-f0dd347b435a req-b04e9cba-fa0b-4b01-9de0-e7dd63af3a36 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 returned with HTTP 200 [ 938.477721] [55397]: [pid: 55397|app: 0|req: 111/201] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 18:00:41 2025] GET /volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 => generated 846 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 939.999257] [55398]: DEBUG cinder.api.middleware.request_id [None req-f2592e33-9eed-4bf0-be50-80d8cb003f59 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 939.999501] [55398]: INFO cinder.api.openstack.wsgi [None req-f2592e33-9eed-4bf0-be50-80d8cb003f59 None None] GET http://10.180.1.21/volume// [ 939.999586] [55398]: DEBUG cinder.api.openstack.wsgi [None req-f2592e33-9eed-4bf0-be50-80d8cb003f59 None None] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 939.999790] [55398]: DEBUG cinder.api.openstack.wsgi [None req-f2592e33-9eed-4bf0-be50-80d8cb003f59 None None] Calling method 'all' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 940.000298] [55398]: INFO cinder.api.openstack.wsgi [None req-f2592e33-9eed-4bf0-be50-80d8cb003f59 None None] http://10.180.1.21/volume// returned with HTTP 300 [ 940.001020] [55398]: [pid: 55398|app: 0|req: 91/202] 10.180.1.21 () {58 vars in 1299 bytes} [Thu Feb 20 18:00:42 2025] GET /volume/ => generated 386 bytes in 2 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) [ 940.005883] [55397]: DEBUG cinder.api.middleware.request_id [req-90adb0fe-8343-4ff2-8382-f0dd347b435a req-55898d64-dfa6-4754-9174-a9c1ef136791 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 940.008543] [55397]: INFO cinder.api.openstack.wsgi [req-90adb0fe-8343-4ff2-8382-f0dd347b435a req-55898d64-dfa6-4754-9174-a9c1ef136791 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] POST http://10.180.1.21/volume/v3/attachments [ 940.009129] [55397]: DEBUG cinder.api.openstack.wsgi [req-90adb0fe-8343-4ff2-8382-f0dd347b435a req-55898d64-dfa6-4754-9174-a9c1ef136791 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Action: 'create', calling method: version_select, body: {"attachment": {"volume_uuid": "0e21440a-90bd-4920-bda0-bdf25396cbd3", "connector": null, "instance_uuid": "a50e1167-d8ed-4099-83c3-a5066ab0be1f"}} {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 940.022665] [55397]: /opt/stack/data/venv/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. [ 940.022665] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 940.045970] [55397]: INFO cinder.api.openstack.wsgi [req-90adb0fe-8343-4ff2-8382-f0dd347b435a req-55898d64-dfa6-4754-9174-a9c1ef136791 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/attachments returned with HTTP 200 [ 940.046575] [55397]: [pid: 55397|app: 0|req: 112/203] 10.180.1.21 () {66 vars in 1474 bytes} [Thu Feb 20 18:00:42 2025] POST /volume/v3/attachments => generated 273 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 940.064551] [55398]: DEBUG cinder.api.middleware.request_id [None req-d8613dee-9216-490c-8184-1e2251857ed5 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 940.067085] [55398]: INFO cinder.api.openstack.wsgi [None req-d8613dee-9216-490c-8184-1e2251857ed5 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 [ 940.067317] [55398]: DEBUG cinder.api.openstack.wsgi [None req-d8613dee-9216-490c-8184-1e2251857ed5 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 940.067529] [55398]: DEBUG cinder.api.openstack.wsgi [None req-d8613dee-9216-490c-8184-1e2251857ed5 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 940.078063] [55398]: /opt/stack/data/venv/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. [ 940.078063] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 940.081593] [55398]: INFO cinder.volume.api [None req-d8613dee-9216-490c-8184-1e2251857ed5 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 940.088016] [55398]: INFO cinder.api.openstack.wsgi [None req-d8613dee-9216-490c-8184-1e2251857ed5 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 returned with HTTP 200 [ 940.088444] [55398]: [pid: 55398|app: 0|req: 92/204] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:00:42 2025] GET /volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 => generated 845 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 940.570115] [55397]: DEBUG cinder.api.middleware.request_id [None req-72c488f5-8151-4189-bb03-936da4cc76de None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 940.570539] [55397]: INFO cinder.api.openstack.wsgi [None req-72c488f5-8151-4189-bb03-936da4cc76de None None] GET http://10.180.1.21/volume// [ 940.572880] [55397]: DEBUG cinder.api.openstack.wsgi [None req-72c488f5-8151-4189-bb03-936da4cc76de None None] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 940.572880] [55397]: DEBUG cinder.api.openstack.wsgi [None req-72c488f5-8151-4189-bb03-936da4cc76de None None] Calling method 'all' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 940.572880] [55397]: INFO cinder.api.openstack.wsgi [None req-72c488f5-8151-4189-bb03-936da4cc76de None None] http://10.180.1.21/volume// returned with HTTP 300 [ 940.572880] [55397]: [pid: 55397|app: 0|req: 113/205] 10.180.1.21 () {58 vars in 1306 bytes} [Thu Feb 20 18:00:43 2025] GET /volume/ => generated 386 bytes in 2 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) [ 940.577103] [55398]: DEBUG cinder.api.middleware.request_id [req-90adb0fe-8343-4ff2-8382-f0dd347b435a req-5e8cd761-51ad-4c1e-a21d-012854ea76d7 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 940.580510] [55398]: INFO cinder.api.openstack.wsgi [req-90adb0fe-8343-4ff2-8382-f0dd347b435a req-5e8cd761-51ad-4c1e-a21d-012854ea76d7 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 [ 940.580871] [55398]: DEBUG cinder.api.openstack.wsgi [req-90adb0fe-8343-4ff2-8382-f0dd347b435a req-5e8cd761-51ad-4c1e-a21d-012854ea76d7 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 940.581120] [55398]: DEBUG cinder.api.openstack.wsgi [req-90adb0fe-8343-4ff2-8382-f0dd347b435a req-5e8cd761-51ad-4c1e-a21d-012854ea76d7 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 940.595500] [55398]: /opt/stack/data/venv/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. [ 940.595500] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 940.603434] [55398]: INFO cinder.volume.api [req-90adb0fe-8343-4ff2-8382-f0dd347b435a req-5e8cd761-51ad-4c1e-a21d-012854ea76d7 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 940.609911] [55398]: INFO cinder.api.openstack.wsgi [req-90adb0fe-8343-4ff2-8382-f0dd347b435a req-5e8cd761-51ad-4c1e-a21d-012854ea76d7 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 returned with HTTP 200 [ 940.610365] [55398]: [pid: 55398|app: 0|req: 93/206] 10.180.1.21 () {62 vars in 1519 bytes} [Thu Feb 20 18:00:43 2025] GET /volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 => generated 1026 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) [ 940.655588] [55397]: DEBUG cinder.api.middleware.request_id [req-90adb0fe-8343-4ff2-8382-f0dd347b435a req-edc0225a-69a1-472f-983c-12904eac8d19 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 940.662016] [55397]: INFO cinder.api.openstack.wsgi [req-90adb0fe-8343-4ff2-8382-f0dd347b435a req-edc0225a-69a1-472f-983c-12904eac8d19 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] PUT http://10.180.1.21/volume/v3/attachments/13ff185a-5f56-40d1-baa0-ec5c1f7a0bcd [ 940.662016] [55397]: DEBUG cinder.api.openstack.wsgi [req-90adb0fe-8343-4ff2-8382-f0dd347b435a req-edc0225a-69a1-472f-983c-12904eac8d19 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Action: 'update', calling method: version_select, body: {"attachment": {"connector": {"ip": "vc1.osci.c.eu-de-1.cloud.sap", "initiator": null, "host": "vc1.osci.c.eu-de-1.cloud.sap", "instance": "vm-550784", "mountpoint": "/dev/sdb"}}} {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 940.672201] [55397]: DEBUG cinder.coordination [req-90adb0fe-8343-4ff2-8382-f0dd347b435a req-edc0225a-69a1-472f-983c-12904eac8d19 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Acquiring lock "cinder-attachment_update-0e21440a-90bd-4920-bda0-bdf25396cbd3-vc1.osci.c.eu-de-1.cloud.sap" by "attachment_update" {{(pid=55397) __acquire /opt/stack/cinder/cinder/coordination.py:143}} [ 940.678975] [55397]: DEBUG cinder.coordination [req-90adb0fe-8343-4ff2-8382-f0dd347b435a req-edc0225a-69a1-472f-983c-12904eac8d19 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Lock "cinder-attachment_update-0e21440a-90bd-4920-bda0-bdf25396cbd3-vc1.osci.c.eu-de-1.cloud.sap" acquired by "attachment_update" :: waited 0.007s {{(pid=55397) __acquire /opt/stack/cinder/cinder/coordination.py:146}} [ 940.679415] [55397]: /opt/stack/data/venv/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. [ 940.679415] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 941.099510] [55398]: DEBUG cinder.api.middleware.request_id [None req-820ad91b-a745-40a3-9f9c-4617bbfde752 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 941.101882] [55398]: INFO cinder.api.openstack.wsgi [None req-820ad91b-a745-40a3-9f9c-4617bbfde752 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 [ 941.102121] [55398]: DEBUG cinder.api.openstack.wsgi [None req-820ad91b-a745-40a3-9f9c-4617bbfde752 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 941.102426] [55398]: DEBUG cinder.api.openstack.wsgi [None req-820ad91b-a745-40a3-9f9c-4617bbfde752 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 941.117095] [55398]: /opt/stack/data/venv/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. [ 941.117095] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 941.126012] [55398]: INFO cinder.volume.api [None req-820ad91b-a745-40a3-9f9c-4617bbfde752 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 941.131095] [55398]: INFO cinder.api.openstack.wsgi [None req-820ad91b-a745-40a3-9f9c-4617bbfde752 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 returned with HTTP 200 [ 941.131506] [55398]: [pid: 55398|app: 0|req: 94/207] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:00:43 2025] GET /volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 => generated 845 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 942.147023] [55398]: DEBUG cinder.api.middleware.request_id [None req-7298af00-0b6b-4c7d-a140-ad8dd1261ceb None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 942.149348] [55398]: INFO cinder.api.openstack.wsgi [None req-7298af00-0b6b-4c7d-a140-ad8dd1261ceb tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 [ 942.149348] [55398]: DEBUG cinder.api.openstack.wsgi [None req-7298af00-0b6b-4c7d-a140-ad8dd1261ceb tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 942.149510] [55398]: DEBUG cinder.api.openstack.wsgi [None req-7298af00-0b6b-4c7d-a140-ad8dd1261ceb tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 942.165975] [55398]: /opt/stack/data/venv/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. [ 942.165975] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 942.169716] [55398]: INFO cinder.volume.api [None req-7298af00-0b6b-4c7d-a140-ad8dd1261ceb tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 942.174877] [55398]: INFO cinder.api.openstack.wsgi [None req-7298af00-0b6b-4c7d-a140-ad8dd1261ceb tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 returned with HTTP 200 [ 942.175975] [55398]: [pid: 55398|app: 0|req: 95/208] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:00:45 2025] GET /volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 => generated 845 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 943.189373] [55398]: DEBUG cinder.api.middleware.request_id [None req-1398c3ec-5edf-458b-bc62-666ddec58348 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 943.192014] [55398]: INFO cinder.api.openstack.wsgi [None req-1398c3ec-5edf-458b-bc62-666ddec58348 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 [ 943.192267] [55398]: DEBUG cinder.api.openstack.wsgi [None req-1398c3ec-5edf-458b-bc62-666ddec58348 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 943.192489] [55398]: DEBUG cinder.api.openstack.wsgi [None req-1398c3ec-5edf-458b-bc62-666ddec58348 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 943.208689] [55398]: /opt/stack/data/venv/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. [ 943.208689] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 943.213594] [55398]: INFO cinder.volume.api [None req-1398c3ec-5edf-458b-bc62-666ddec58348 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 943.219435] [55398]: INFO cinder.api.openstack.wsgi [None req-1398c3ec-5edf-458b-bc62-666ddec58348 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 returned with HTTP 200 [ 943.219872] [55398]: [pid: 55398|app: 0|req: 96/209] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:00:46 2025] GET /volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 => generated 845 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 944.230344] [55398]: DEBUG cinder.api.middleware.request_id [None req-c6252a96-309d-423d-a073-b16d0c55d726 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 944.232482] [55398]: INFO cinder.api.openstack.wsgi [None req-c6252a96-309d-423d-a073-b16d0c55d726 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 [ 944.232747] [55398]: DEBUG cinder.api.openstack.wsgi [None req-c6252a96-309d-423d-a073-b16d0c55d726 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 944.232970] [55398]: DEBUG cinder.api.openstack.wsgi [None req-c6252a96-309d-423d-a073-b16d0c55d726 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 944.245069] [55398]: /opt/stack/data/venv/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. [ 944.245069] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 944.248657] [55398]: INFO cinder.volume.api [None req-c6252a96-309d-423d-a073-b16d0c55d726 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 944.253638] [55398]: INFO cinder.api.openstack.wsgi [None req-c6252a96-309d-423d-a073-b16d0c55d726 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 returned with HTTP 200 [ 944.254121] [55398]: [pid: 55398|app: 0|req: 97/210] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:00:47 2025] GET /volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 => generated 845 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 945.208914] [55397]: DEBUG cinder.coordination [req-90adb0fe-8343-4ff2-8382-f0dd347b435a req-edc0225a-69a1-472f-983c-12904eac8d19 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Lock "cinder-attachment_update-0e21440a-90bd-4920-bda0-bdf25396cbd3-vc1.osci.c.eu-de-1.cloud.sap" released by "attachment_update" :: held 4.529s {{(pid=55397) __release /opt/stack/cinder/cinder/coordination.py:157}} [ 945.208914] [55397]: INFO cinder.api.openstack.wsgi [req-90adb0fe-8343-4ff2-8382-f0dd347b435a req-edc0225a-69a1-472f-983c-12904eac8d19 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/attachments/13ff185a-5f56-40d1-baa0-ec5c1f7a0bcd returned with HTTP 200 [ 945.208914] [55397]: [pid: 55397|app: 0|req: 114/211] 10.180.1.21 () {66 vars in 1584 bytes} [Thu Feb 20 18:00:43 2025] PUT /volume/v3/attachments/13ff185a-5f56-40d1-baa0-ec5c1f7a0bcd => generated 617 bytes in 4553 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 945.263912] [55398]: DEBUG cinder.api.middleware.request_id [None req-ee46df54-1daf-42b7-b489-e6fa99321dc7 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 945.266586] [55398]: INFO cinder.api.openstack.wsgi [None req-ee46df54-1daf-42b7-b489-e6fa99321dc7 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 [ 945.266586] [55398]: DEBUG cinder.api.openstack.wsgi [None req-ee46df54-1daf-42b7-b489-e6fa99321dc7 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 945.266586] [55398]: DEBUG cinder.api.openstack.wsgi [None req-ee46df54-1daf-42b7-b489-e6fa99321dc7 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 945.276287] [55398]: /opt/stack/data/venv/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. [ 945.276287] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 945.279502] [55398]: INFO cinder.volume.api [None req-ee46df54-1daf-42b7-b489-e6fa99321dc7 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 945.285226] [55398]: INFO cinder.api.openstack.wsgi [None req-ee46df54-1daf-42b7-b489-e6fa99321dc7 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 returned with HTTP 200 [ 945.285833] [55398]: [pid: 55398|app: 0|req: 98/212] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:00:48 2025] GET /volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 => generated 846 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 946.301593] [55397]: DEBUG cinder.api.middleware.request_id [None req-87da85c7-69a5-4c11-a0f9-494e2e25d232 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 946.303764] [55397]: INFO cinder.api.openstack.wsgi [None req-87da85c7-69a5-4c11-a0f9-494e2e25d232 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 [ 946.304027] [55397]: DEBUG cinder.api.openstack.wsgi [None req-87da85c7-69a5-4c11-a0f9-494e2e25d232 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 946.304253] [55397]: DEBUG cinder.api.openstack.wsgi [None req-87da85c7-69a5-4c11-a0f9-494e2e25d232 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 946.318801] [55397]: /opt/stack/data/venv/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. [ 946.318801] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 946.324693] [55397]: INFO cinder.volume.api [None req-87da85c7-69a5-4c11-a0f9-494e2e25d232 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 946.330103] [55397]: INFO cinder.api.openstack.wsgi [None req-87da85c7-69a5-4c11-a0f9-494e2e25d232 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 returned with HTTP 200 [ 946.330520] [55397]: [pid: 55397|app: 0|req: 115/213] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:00:49 2025] GET /volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 => generated 846 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 946.819174] [55398]: DEBUG cinder.api.middleware.request_id [req-90adb0fe-8343-4ff2-8382-f0dd347b435a req-2ce3c8db-4082-4154-88c7-872c2578ee48 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 946.821823] [55398]: INFO cinder.api.openstack.wsgi [req-90adb0fe-8343-4ff2-8382-f0dd347b435a req-2ce3c8db-4082-4154-88c7-872c2578ee48 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] POST http://10.180.1.21/volume/v3/attachments/13ff185a-5f56-40d1-baa0-ec5c1f7a0bcd/action [ 946.822299] [55398]: DEBUG cinder.api.openstack.wsgi [req-90adb0fe-8343-4ff2-8382-f0dd347b435a req-2ce3c8db-4082-4154-88c7-872c2578ee48 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Action body: b'{"os-complete": null}' {{(pid=55398) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} [ 946.822427] [55398]: DEBUG cinder.api.openstack.wsgi [req-90adb0fe-8343-4ff2-8382-f0dd347b435a req-2ce3c8db-4082-4154-88c7-872c2578ee48 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Action: 'action', calling method: complete, body: {"os-complete": null} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 946.855052] [55398]: /opt/stack/data/venv/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. [ 946.855052] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 946.870721] [55398]: INFO cinder.api.openstack.wsgi [req-90adb0fe-8343-4ff2-8382-f0dd347b435a req-2ce3c8db-4082-4154-88c7-872c2578ee48 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/attachments/13ff185a-5f56-40d1-baa0-ec5c1f7a0bcd/action returned with HTTP 204 [ 946.871387] [55398]: [pid: 55398|app: 0|req: 99/214] 10.180.1.21 () {66 vars in 1605 bytes} [Thu Feb 20 18:00:49 2025] POST /volume/v3/attachments/13ff185a-5f56-40d1-baa0-ec5c1f7a0bcd/action => generated 0 bytes in 53 msecs (HTTP/1.1 204) 7 headers in 292 bytes (1 switches on core 0) [ 947.340675] [55397]: DEBUG cinder.api.middleware.request_id [None req-f3864f0f-8d26-4eb4-8658-35d2ab681cfe None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 947.343190] [55397]: INFO cinder.api.openstack.wsgi [None req-f3864f0f-8d26-4eb4-8658-35d2ab681cfe tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 [ 947.343461] [55397]: DEBUG cinder.api.openstack.wsgi [None req-f3864f0f-8d26-4eb4-8658-35d2ab681cfe tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 947.343714] [55397]: DEBUG cinder.api.openstack.wsgi [None req-f3864f0f-8d26-4eb4-8658-35d2ab681cfe tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 947.359563] [55397]: /opt/stack/data/venv/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. [ 947.359563] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 947.363314] [55397]: INFO cinder.volume.api [None req-f3864f0f-8d26-4eb4-8658-35d2ab681cfe tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 947.368514] [55397]: INFO cinder.api.openstack.wsgi [None req-f3864f0f-8d26-4eb4-8658-35d2ab681cfe tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 returned with HTTP 200 [ 947.369176] [55397]: [pid: 55397|app: 0|req: 116/215] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:00:50 2025] GET /volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 => generated 1138 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 947.378562] [55398]: DEBUG cinder.api.middleware.request_id [None req-92823e3a-b929-4793-866a-5bfa301edd51 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 947.381495] [55398]: INFO cinder.api.openstack.wsgi [None req-92823e3a-b929-4793-866a-5bfa301edd51 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 [ 947.381777] [55398]: DEBUG cinder.api.openstack.wsgi [None req-92823e3a-b929-4793-866a-5bfa301edd51 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 947.382008] [55398]: DEBUG cinder.api.openstack.wsgi [None req-92823e3a-b929-4793-866a-5bfa301edd51 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 947.392764] [55398]: /opt/stack/data/venv/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. [ 947.392764] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 947.396267] [55398]: INFO cinder.volume.api [None req-92823e3a-b929-4793-866a-5bfa301edd51 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 947.400764] [55398]: INFO cinder.api.openstack.wsgi [None req-92823e3a-b929-4793-866a-5bfa301edd51 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 returned with HTTP 200 [ 947.401163] [55398]: [pid: 55398|app: 0|req: 100/216] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:00:50 2025] GET /volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 => generated 1138 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 957.365636] [55397]: DEBUG dbcounter [-] [55397] Writing DB stats cinder:SELECT=27,cinder:UPDATE=3,cinder:INSERT=1 {{(pid=55397) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} [ 957.398653] [55398]: DEBUG dbcounter [-] [55398] Writing DB stats cinder:SELECT=191,cinder:INSERT=33,cinder:UPDATE=55 {{(pid=55398) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} [ 959.922142] [55397]: DEBUG cinder.api.middleware.request_id [None req-89e05c97-4539-4ec2-b29b-48a2057e2a58 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 959.926236] [55397]: INFO cinder.api.openstack.wsgi [None req-89e05c97-4539-4ec2-b29b-48a2057e2a58 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] POST http://10.180.1.21/volume/v3/volumes [ 959.926663] [55397]: DEBUG cinder.api.openstack.wsgi [None req-89e05c97-4539-4ec2-b29b-48a2057e2a58 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "display_name": "tempest-AttachVolumeShelveTestJSON-volume-1100088805"}} {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 959.928593] [55397]: DEBUG cinder.api.v3.volumes [None req-89e05c97-4539-4ec2-b29b-48a2057e2a58 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Create volume request body: {'volume': {'size': 1, 'display_name': 'tempest-AttachVolumeShelveTestJSON-volume-1100088805'}} {{(pid=55397) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} [ 959.928743] [55397]: INFO cinder.api.v3.volumes [None req-89e05c97-4539-4ec2-b29b-48a2057e2a58 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Create volume of 1 GB [ 959.936871] [55397]: INFO cinder.volume.api [None req-89e05c97-4539-4ec2-b29b-48a2057e2a58 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Availability Zones retrieved successfully. [ 959.943947] [55397]: DEBUG cinder.volume.api [None req-89e05c97-4539-4ec2-b29b-48a2057e2a58 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Flow 'volume_create_api' (eb058ce2-866e-4760-9123-cf3ffcffe786) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 959.945503] [55397]: DEBUG cinder.volume.api [None req-89e05c97-4539-4ec2-b29b-48a2057e2a58 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (87a4ce0b-f2ad-48ba-81c3-874ab4314678) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 959.946713] [55397]: DEBUG cinder.volume.flows.api.create_volume [None req-89e05c97-4539-4ec2-b29b-48a2057e2a58 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Validating volume size '1' using validate_int {{(pid=55397) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} [ 959.968986] [55397]: DEBUG cinder.volume.api [None req-89e05c97-4539-4ec2-b29b-48a2057e2a58 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (87a4ce0b-f2ad-48ba-81c3-874ab4314678) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-02-20T17:52:11Z,deleted=False,deleted_at=None,description=None,extra_specs={volume_backend_name='vsphere'},id=d5fd08cf-4175-412e-a261-cecd156def0d,is_public=True,name='vsphere',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'd5fd08cf-4175-412e-a261-cecd156def0d', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 959.969132] [55397]: DEBUG cinder.volume.api [None req-89e05c97-4539-4ec2-b29b-48a2057e2a58 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (a3783539-9954-4a0d-9c7f-acb21cf58c33) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 960.024314] [55397]: DEBUG cinder.quota [None req-89e05c97-4539-4ec2-b29b-48a2057e2a58 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Created reservations ['df31e0ae-2d55-4c78-8016-3f9dbe9baa3a', '6a74836d-7d8c-478b-9419-fcd9b89a644d', '9bf05cf1-04b8-4c5d-90bf-6d5d24a3643b', 'e32c5e2c-317b-4d66-bc64-3cef7b2bfd76'] {{(pid=55397) reserve /opt/stack/cinder/cinder/quota.py:752}} [ 960.025354] [55397]: DEBUG cinder.volume.api [None req-89e05c97-4539-4ec2-b29b-48a2057e2a58 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (a3783539-9954-4a0d-9c7f-acb21cf58c33) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['df31e0ae-2d55-4c78-8016-3f9dbe9baa3a', '6a74836d-7d8c-478b-9419-fcd9b89a644d', '9bf05cf1-04b8-4c5d-90bf-6d5d24a3643b', 'e32c5e2c-317b-4d66-bc64-3cef7b2bfd76']}' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 960.026528] [55397]: DEBUG cinder.volume.api [None req-89e05c97-4539-4ec2-b29b-48a2057e2a58 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (4f8c1c71-5847-44fb-b32b-e9305748b96e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 960.052025] [55397]: DEBUG cinder.volume.api [None req-89e05c97-4539-4ec2-b29b-48a2057e2a58 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (4f8c1c71-5847-44fb-b32b-e9305748b96e) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '996ec8ec-5318-4963-9384-330f1e01190d', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-AttachVolumeShelveTestJSON-volume-1100088805',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='11332c2adbdc41928d4bf084435e2037',qos_specs=None,replication_status=,reservations=['df31e0ae-2d55-4c78-8016-3f9dbe9baa3a','6a74836d-7d8c-478b-9419-fcd9b89a644d','9bf05cf1-04b8-4c5d-90bf-6d5d24a3643b','e32c5e2c-317b-4d66-bc64-3cef7b2bfd76'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='743cd51155e0498bb9b381d243afb624',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d), 'volume': Volume(_name_id=None,admin_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-02-20T18:01:02Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-AttachVolumeShelveTestJSON-volume-1100088805',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=996ec8ec-5318-4963-9384-330f1e01190d,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='11332c2adbdc41928d4bf084435e2037',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='743cd51155e0498bb9b381d243afb624',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(d5fd08cf-4175-412e-a261-cecd156def0d),volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 960.052025] [55397]: DEBUG cinder.volume.api [None req-89e05c97-4539-4ec2-b29b-48a2057e2a58 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (54b97c50-207c-4198-a800-13be31ecffcf) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 960.069406] [55397]: DEBUG cinder.volume.api [None req-89e05c97-4539-4ec2-b29b-48a2057e2a58 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (54b97c50-207c-4198-a800-13be31ecffcf) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-AttachVolumeShelveTestJSON-volume-1100088805',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='11332c2adbdc41928d4bf084435e2037',qos_specs=None,replication_status=,reservations=['df31e0ae-2d55-4c78-8016-3f9dbe9baa3a','6a74836d-7d8c-478b-9419-fcd9b89a644d','9bf05cf1-04b8-4c5d-90bf-6d5d24a3643b','e32c5e2c-317b-4d66-bc64-3cef7b2bfd76'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='743cd51155e0498bb9b381d243afb624',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 960.070404] [55397]: DEBUG cinder.volume.api [None req-89e05c97-4539-4ec2-b29b-48a2057e2a58 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (e5b2b277-1d95-4c2b-935f-6391ca5e992f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 960.081194] [55397]: DEBUG cinder.volume.api [None req-89e05c97-4539-4ec2-b29b-48a2057e2a58 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (e5b2b277-1d95-4c2b-935f-6391ca5e992f) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 960.081194] [55397]: DEBUG cinder.volume.api [None req-89e05c97-4539-4ec2-b29b-48a2057e2a58 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Flow 'volume_create_api' (eb058ce2-866e-4760-9123-cf3ffcffe786) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=55397) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 960.081414] [55397]: INFO cinder.volume.api [None req-89e05c97-4539-4ec2-b29b-48a2057e2a58 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Create volume request issued successfully. [ 960.082512] [55397]: INFO cinder.api.openstack.wsgi [None req-89e05c97-4539-4ec2-b29b-48a2057e2a58 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] http://10.180.1.21/volume/v3/volumes returned with HTTP 202 [ 960.083060] [55397]: [pid: 55397|app: 0|req: 117/217] 10.180.1.21 () {60 vars in 1135 bytes} [Thu Feb 20 18:01:02 2025] POST /volume/v3/volumes => generated 756 bytes in 161 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) [ 960.092020] [55398]: DEBUG cinder.api.middleware.request_id [None req-80c8d131-5301-456c-853b-dc0f9d12becb None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 960.096217] [55398]: INFO cinder.api.openstack.wsgi [None req-80c8d131-5301-456c-853b-dc0f9d12becb tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] GET http://10.180.1.21/volume/v3/volumes/996ec8ec-5318-4963-9384-330f1e01190d [ 960.096417] [55398]: DEBUG cinder.api.openstack.wsgi [None req-80c8d131-5301-456c-853b-dc0f9d12becb tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 960.096643] [55398]: DEBUG cinder.api.openstack.wsgi [None req-80c8d131-5301-456c-853b-dc0f9d12becb tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 960.106770] [55398]: /opt/stack/data/venv/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. [ 960.106770] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 960.112140] [55398]: INFO cinder.volume.api [None req-80c8d131-5301-456c-853b-dc0f9d12becb tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Volume info retrieved successfully. [ 960.118174] [55398]: INFO cinder.api.openstack.wsgi [None req-80c8d131-5301-456c-853b-dc0f9d12becb tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] http://10.180.1.21/volume/v3/volumes/996ec8ec-5318-4963-9384-330f1e01190d returned with HTTP 200 [ 960.118590] [55398]: [pid: 55398|app: 0|req: 101/218] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:01:02 2025] GET /volume/v3/volumes/996ec8ec-5318-4963-9384-330f1e01190d => generated 824 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 961.129627] [55397]: DEBUG cinder.api.middleware.request_id [None req-cacc8241-ade5-4539-a874-a1090548ade1 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 961.133472] [55397]: INFO cinder.api.openstack.wsgi [None req-cacc8241-ade5-4539-a874-a1090548ade1 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] GET http://10.180.1.21/volume/v3/volumes/996ec8ec-5318-4963-9384-330f1e01190d [ 961.133793] [55397]: DEBUG cinder.api.openstack.wsgi [None req-cacc8241-ade5-4539-a874-a1090548ade1 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 961.134089] [55397]: DEBUG cinder.api.openstack.wsgi [None req-cacc8241-ade5-4539-a874-a1090548ade1 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 961.147023] [55397]: /opt/stack/data/venv/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. [ 961.147023] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 961.150798] [55397]: INFO cinder.volume.api [None req-cacc8241-ade5-4539-a874-a1090548ade1 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Volume info retrieved successfully. [ 961.156478] [55397]: INFO cinder.api.openstack.wsgi [None req-cacc8241-ade5-4539-a874-a1090548ade1 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] http://10.180.1.21/volume/v3/volumes/996ec8ec-5318-4963-9384-330f1e01190d returned with HTTP 200 [ 961.158457] [55397]: [pid: 55397|app: 0|req: 118/219] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:01:03 2025] GET /volume/v3/volumes/996ec8ec-5318-4963-9384-330f1e01190d => generated 849 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 962.444851] [55398]: DEBUG cinder.api.middleware.request_id [None req-27e5eeec-6bc2-4840-9cdf-74573d1f9e82 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 962.448948] [55398]: INFO cinder.api.openstack.wsgi [None req-27e5eeec-6bc2-4840-9cdf-74573d1f9e82 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] GET http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d [ 962.449204] [55398]: DEBUG cinder.api.openstack.wsgi [None req-27e5eeec-6bc2-4840-9cdf-74573d1f9e82 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 962.449422] [55398]: DEBUG cinder.api.openstack.wsgi [None req-27e5eeec-6bc2-4840-9cdf-74573d1f9e82 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 962.464784] [55398]: /opt/stack/data/venv/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. [ 962.464784] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 962.473030] [55398]: INFO cinder.volume.api [None req-27e5eeec-6bc2-4840-9cdf-74573d1f9e82 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Volume info retrieved successfully. [ 962.476239] [55398]: INFO cinder.api.openstack.wsgi [None req-27e5eeec-6bc2-4840-9cdf-74573d1f9e82 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d returned with HTTP 200 [ 962.476581] [55398]: [pid: 55398|app: 0|req: 102/220] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:01:05 2025] GET /volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d => generated 845 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 962.540315] [55397]: DEBUG cinder.api.middleware.request_id [req-46e72be6-8f6a-47bc-8465-8e79a24584ee req-e4e6f8a5-3942-4067-ac14-1a200e92f61c None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 962.544441] [55397]: INFO cinder.api.openstack.wsgi [req-46e72be6-8f6a-47bc-8465-8e79a24584ee req-e4e6f8a5-3942-4067-ac14-1a200e92f61c tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] GET http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d [ 962.544486] [55397]: DEBUG cinder.api.openstack.wsgi [req-46e72be6-8f6a-47bc-8465-8e79a24584ee req-e4e6f8a5-3942-4067-ac14-1a200e92f61c tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 962.544761] [55397]: DEBUG cinder.api.openstack.wsgi [req-46e72be6-8f6a-47bc-8465-8e79a24584ee req-e4e6f8a5-3942-4067-ac14-1a200e92f61c tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 962.553146] [55397]: /opt/stack/data/venv/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. [ 962.553146] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 962.557439] [55397]: INFO cinder.volume.api [req-46e72be6-8f6a-47bc-8465-8e79a24584ee req-e4e6f8a5-3942-4067-ac14-1a200e92f61c tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Volume info retrieved successfully. [ 962.562630] [55397]: INFO cinder.api.openstack.wsgi [req-46e72be6-8f6a-47bc-8465-8e79a24584ee req-e4e6f8a5-3942-4067-ac14-1a200e92f61c tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d returned with HTTP 200 [ 962.563385] [55397]: [pid: 55397|app: 0|req: 119/221] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 18:01:05 2025] GET /volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d => generated 845 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 964.085421] [55398]: DEBUG cinder.api.middleware.request_id [None req-9e40a360-71ba-4690-9ff1-dc158985d8fc None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 964.086027] [55398]: INFO cinder.api.openstack.wsgi [None req-9e40a360-71ba-4690-9ff1-dc158985d8fc None None] GET http://10.180.1.21/volume// [ 964.086196] [55398]: DEBUG cinder.api.openstack.wsgi [None req-9e40a360-71ba-4690-9ff1-dc158985d8fc None None] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 964.086430] [55398]: DEBUG cinder.api.openstack.wsgi [None req-9e40a360-71ba-4690-9ff1-dc158985d8fc None None] Calling method 'all' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 964.086822] [55398]: INFO cinder.api.openstack.wsgi [None req-9e40a360-71ba-4690-9ff1-dc158985d8fc None None] http://10.180.1.21/volume// returned with HTTP 300 [ 964.087157] [55398]: [pid: 55398|app: 0|req: 103/222] 10.180.1.21 () {58 vars in 1299 bytes} [Thu Feb 20 18:01:06 2025] GET /volume/ => generated 386 bytes in 2 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) [ 964.091903] [55397]: DEBUG cinder.api.middleware.request_id [req-46e72be6-8f6a-47bc-8465-8e79a24584ee req-8908ac33-0558-46c5-ae98-c51b31d10f9d None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 964.094876] [55397]: INFO cinder.api.openstack.wsgi [req-46e72be6-8f6a-47bc-8465-8e79a24584ee req-8908ac33-0558-46c5-ae98-c51b31d10f9d tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] POST http://10.180.1.21/volume/v3/attachments [ 964.095373] [55397]: DEBUG cinder.api.openstack.wsgi [req-46e72be6-8f6a-47bc-8465-8e79a24584ee req-8908ac33-0558-46c5-ae98-c51b31d10f9d tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Action: 'create', calling method: version_select, body: {"attachment": {"volume_uuid": "15326c33-7e0b-41be-bf2e-5b82153cea0d", "connector": null, "instance_uuid": "46dc76bc-854f-46ad-9db5-21cf6f40fb21"}} {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 964.107616] [55397]: /opt/stack/data/venv/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. [ 964.107616] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 964.133694] [55397]: INFO cinder.api.openstack.wsgi [req-46e72be6-8f6a-47bc-8465-8e79a24584ee req-8908ac33-0558-46c5-ae98-c51b31d10f9d tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/attachments returned with HTTP 200 [ 964.134310] [55397]: [pid: 55397|app: 0|req: 120/223] 10.180.1.21 () {66 vars in 1474 bytes} [Thu Feb 20 18:01:06 2025] POST /volume/v3/attachments => generated 273 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 964.153402] [55398]: DEBUG cinder.api.middleware.request_id [None req-bf0d3d0e-12c9-430c-84ff-d7f18a98d885 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 964.156641] [55398]: INFO cinder.api.openstack.wsgi [None req-bf0d3d0e-12c9-430c-84ff-d7f18a98d885 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] GET http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d [ 964.156855] [55398]: DEBUG cinder.api.openstack.wsgi [None req-bf0d3d0e-12c9-430c-84ff-d7f18a98d885 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 964.157078] [55398]: DEBUG cinder.api.openstack.wsgi [None req-bf0d3d0e-12c9-430c-84ff-d7f18a98d885 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 964.166941] [55398]: /opt/stack/data/venv/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. [ 964.166941] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 964.170286] [55398]: INFO cinder.volume.api [None req-bf0d3d0e-12c9-430c-84ff-d7f18a98d885 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Volume info retrieved successfully. [ 964.175446] [55398]: INFO cinder.api.openstack.wsgi [None req-bf0d3d0e-12c9-430c-84ff-d7f18a98d885 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d returned with HTTP 200 [ 964.175840] [55398]: [pid: 55398|app: 0|req: 104/224] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:01:07 2025] GET /volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d => generated 844 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 964.657299] [55397]: DEBUG cinder.api.middleware.request_id [None req-c46e00ee-3415-4f2f-a68e-e8088df9d43e None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 964.657832] [55397]: INFO cinder.api.openstack.wsgi [None req-c46e00ee-3415-4f2f-a68e-e8088df9d43e None None] GET http://10.180.1.21/volume// [ 964.658032] [55397]: DEBUG cinder.api.openstack.wsgi [None req-c46e00ee-3415-4f2f-a68e-e8088df9d43e None None] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 964.658269] [55397]: DEBUG cinder.api.openstack.wsgi [None req-c46e00ee-3415-4f2f-a68e-e8088df9d43e None None] Calling method 'all' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 964.658834] [55397]: INFO cinder.api.openstack.wsgi [None req-c46e00ee-3415-4f2f-a68e-e8088df9d43e None None] http://10.180.1.21/volume// returned with HTTP 300 [ 964.658963] [55397]: [pid: 55397|app: 0|req: 121/225] 10.180.1.21 () {58 vars in 1306 bytes} [Thu Feb 20 18:01:07 2025] GET /volume/ => generated 386 bytes in 2 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) [ 964.663032] [55398]: DEBUG cinder.api.middleware.request_id [req-46e72be6-8f6a-47bc-8465-8e79a24584ee req-d23c293c-0526-4647-ad68-f7820a623fde None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 964.665985] [55398]: INFO cinder.api.openstack.wsgi [req-46e72be6-8f6a-47bc-8465-8e79a24584ee req-d23c293c-0526-4647-ad68-f7820a623fde tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] GET http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d [ 964.666248] [55398]: DEBUG cinder.api.openstack.wsgi [req-46e72be6-8f6a-47bc-8465-8e79a24584ee req-d23c293c-0526-4647-ad68-f7820a623fde tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 964.666470] [55398]: DEBUG cinder.api.openstack.wsgi [req-46e72be6-8f6a-47bc-8465-8e79a24584ee req-d23c293c-0526-4647-ad68-f7820a623fde tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 964.675987] [55398]: /opt/stack/data/venv/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. [ 964.675987] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 964.679418] [55398]: INFO cinder.volume.api [req-46e72be6-8f6a-47bc-8465-8e79a24584ee req-d23c293c-0526-4647-ad68-f7820a623fde tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Volume info retrieved successfully. [ 964.683854] [55398]: INFO cinder.api.openstack.wsgi [req-46e72be6-8f6a-47bc-8465-8e79a24584ee req-d23c293c-0526-4647-ad68-f7820a623fde tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d returned with HTTP 200 [ 964.684587] [55398]: [pid: 55398|app: 0|req: 105/226] 10.180.1.21 () {62 vars in 1519 bytes} [Thu Feb 20 18:01:07 2025] GET /volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d => generated 1025 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) [ 964.711878] [55397]: DEBUG cinder.api.middleware.request_id [req-46e72be6-8f6a-47bc-8465-8e79a24584ee req-4fd7946d-6b40-4e48-bdd9-99db7e2ada5a None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 964.714221] [55397]: INFO cinder.api.openstack.wsgi [req-46e72be6-8f6a-47bc-8465-8e79a24584ee req-4fd7946d-6b40-4e48-bdd9-99db7e2ada5a tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] PUT http://10.180.1.21/volume/v3/attachments/a6f07986-e80d-4155-8b55-bf216a59d484 [ 964.714623] [55397]: DEBUG cinder.api.openstack.wsgi [req-46e72be6-8f6a-47bc-8465-8e79a24584ee req-4fd7946d-6b40-4e48-bdd9-99db7e2ada5a tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Action: 'update', calling method: version_select, body: {"attachment": {"connector": {"ip": "vc1.osci.c.eu-de-1.cloud.sap", "initiator": null, "host": "vc1.osci.c.eu-de-1.cloud.sap", "instance": "vm-550797", "mountpoint": "/dev/sdb"}}} {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 964.723779] [55397]: DEBUG cinder.coordination [req-46e72be6-8f6a-47bc-8465-8e79a24584ee req-4fd7946d-6b40-4e48-bdd9-99db7e2ada5a tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Acquiring lock "cinder-attachment_update-15326c33-7e0b-41be-bf2e-5b82153cea0d-vc1.osci.c.eu-de-1.cloud.sap" by "attachment_update" {{(pid=55397) __acquire /opt/stack/cinder/cinder/coordination.py:143}} [ 964.728301] [55397]: DEBUG cinder.coordination [req-46e72be6-8f6a-47bc-8465-8e79a24584ee req-4fd7946d-6b40-4e48-bdd9-99db7e2ada5a tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Lock "cinder-attachment_update-15326c33-7e0b-41be-bf2e-5b82153cea0d-vc1.osci.c.eu-de-1.cloud.sap" acquired by "attachment_update" :: waited 0.005s {{(pid=55397) __acquire /opt/stack/cinder/cinder/coordination.py:146}} [ 964.729416] [55397]: /opt/stack/data/venv/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. [ 964.729416] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 965.186984] [55398]: DEBUG cinder.api.middleware.request_id [None req-32c38f73-d282-4ac7-a726-bf197aa23583 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 965.190466] [55398]: INFO cinder.api.openstack.wsgi [None req-32c38f73-d282-4ac7-a726-bf197aa23583 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] GET http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d [ 965.190861] [55398]: DEBUG cinder.api.openstack.wsgi [None req-32c38f73-d282-4ac7-a726-bf197aa23583 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 965.191141] [55398]: DEBUG cinder.api.openstack.wsgi [None req-32c38f73-d282-4ac7-a726-bf197aa23583 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 965.209953] [55398]: /opt/stack/data/venv/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. [ 965.209953] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 965.216843] [55398]: INFO cinder.volume.api [None req-32c38f73-d282-4ac7-a726-bf197aa23583 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Volume info retrieved successfully. [ 965.226162] [55398]: INFO cinder.api.openstack.wsgi [None req-32c38f73-d282-4ac7-a726-bf197aa23583 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d returned with HTTP 200 [ 965.226831] [55398]: [pid: 55398|app: 0|req: 106/227] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:01:08 2025] GET /volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d => generated 844 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 966.238488] [55398]: DEBUG cinder.api.middleware.request_id [None req-de5e7e61-17b3-467f-88b8-d6c0dd600347 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 966.243378] [55398]: INFO cinder.api.openstack.wsgi [None req-de5e7e61-17b3-467f-88b8-d6c0dd600347 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] GET http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d [ 966.243378] [55398]: DEBUG cinder.api.openstack.wsgi [None req-de5e7e61-17b3-467f-88b8-d6c0dd600347 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 966.243378] [55398]: DEBUG cinder.api.openstack.wsgi [None req-de5e7e61-17b3-467f-88b8-d6c0dd600347 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 966.258540] [55398]: /opt/stack/data/venv/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. [ 966.258540] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 966.266400] [55398]: INFO cinder.volume.api [None req-de5e7e61-17b3-467f-88b8-d6c0dd600347 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Volume info retrieved successfully. [ 966.275187] [55398]: INFO cinder.api.openstack.wsgi [None req-de5e7e61-17b3-467f-88b8-d6c0dd600347 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d returned with HTTP 200 [ 966.275681] [55398]: [pid: 55398|app: 0|req: 107/228] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:01:09 2025] GET /volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d => generated 844 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 967.292610] [55398]: DEBUG cinder.api.middleware.request_id [None req-708cf4d7-d85f-4a53-84f4-8fac60f7bb0f None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 967.298020] [55398]: INFO cinder.api.openstack.wsgi [None req-708cf4d7-d85f-4a53-84f4-8fac60f7bb0f tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] GET http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d [ 967.298020] [55398]: DEBUG cinder.api.openstack.wsgi [None req-708cf4d7-d85f-4a53-84f4-8fac60f7bb0f tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 967.298020] [55398]: DEBUG cinder.api.openstack.wsgi [None req-708cf4d7-d85f-4a53-84f4-8fac60f7bb0f tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 967.319337] [55398]: /opt/stack/data/venv/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. [ 967.319337] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 967.326120] [55398]: INFO cinder.volume.api [None req-708cf4d7-d85f-4a53-84f4-8fac60f7bb0f tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Volume info retrieved successfully. [ 967.342517] [55398]: INFO cinder.api.openstack.wsgi [None req-708cf4d7-d85f-4a53-84f4-8fac60f7bb0f tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d returned with HTTP 200 [ 967.342934] [55398]: [pid: 55398|app: 0|req: 108/229] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:01:10 2025] GET /volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d => generated 844 bytes in 51 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 968.357277] [55398]: DEBUG cinder.api.middleware.request_id [None req-a52cc760-b52d-4619-add2-d9885136bb80 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 968.359617] [55398]: INFO cinder.api.openstack.wsgi [None req-a52cc760-b52d-4619-add2-d9885136bb80 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] GET http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d [ 968.359829] [55398]: DEBUG cinder.api.openstack.wsgi [None req-a52cc760-b52d-4619-add2-d9885136bb80 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 968.360120] [55398]: DEBUG cinder.api.openstack.wsgi [None req-a52cc760-b52d-4619-add2-d9885136bb80 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 968.383460] [55398]: /opt/stack/data/venv/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. [ 968.383460] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 968.392342] [55398]: INFO cinder.volume.api [None req-a52cc760-b52d-4619-add2-d9885136bb80 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Volume info retrieved successfully. [ 968.401855] [55398]: INFO cinder.api.openstack.wsgi [None req-a52cc760-b52d-4619-add2-d9885136bb80 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d returned with HTTP 200 [ 968.402299] [55398]: [pid: 55398|app: 0|req: 109/230] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:01:11 2025] GET /volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d => generated 844 bytes in 46 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 969.417492] [55398]: DEBUG cinder.api.middleware.request_id [None req-8d98251e-2952-4ecb-bf0e-4b24906a7423 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 969.420938] [55398]: INFO cinder.api.openstack.wsgi [None req-8d98251e-2952-4ecb-bf0e-4b24906a7423 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] GET http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d [ 969.420938] [55398]: DEBUG cinder.api.openstack.wsgi [None req-8d98251e-2952-4ecb-bf0e-4b24906a7423 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 969.420938] [55398]: DEBUG cinder.api.openstack.wsgi [None req-8d98251e-2952-4ecb-bf0e-4b24906a7423 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 969.437936] [55398]: /opt/stack/data/venv/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. [ 969.437936] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 969.446307] [55398]: INFO cinder.volume.api [None req-8d98251e-2952-4ecb-bf0e-4b24906a7423 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Volume info retrieved successfully. [ 969.458358] [55398]: INFO cinder.api.openstack.wsgi [None req-8d98251e-2952-4ecb-bf0e-4b24906a7423 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d returned with HTTP 200 [ 969.459093] [55398]: [pid: 55398|app: 0|req: 110/231] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:01:12 2025] GET /volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d => generated 845 bytes in 42 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) [ 969.759346] [55397]: DEBUG cinder.coordination [req-46e72be6-8f6a-47bc-8465-8e79a24584ee req-4fd7946d-6b40-4e48-bdd9-99db7e2ada5a tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Lock "cinder-attachment_update-15326c33-7e0b-41be-bf2e-5b82153cea0d-vc1.osci.c.eu-de-1.cloud.sap" released by "attachment_update" :: held 5.031s {{(pid=55397) __release /opt/stack/cinder/cinder/coordination.py:157}} [ 969.760024] [55397]: INFO cinder.api.openstack.wsgi [req-46e72be6-8f6a-47bc-8465-8e79a24584ee req-4fd7946d-6b40-4e48-bdd9-99db7e2ada5a tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/attachments/a6f07986-e80d-4155-8b55-bf216a59d484 returned with HTTP 200 [ 969.760533] [55397]: [pid: 55397|app: 0|req: 122/232] 10.180.1.21 () {66 vars in 1584 bytes} [Thu Feb 20 18:01:07 2025] PUT /volume/v3/attachments/a6f07986-e80d-4155-8b55-bf216a59d484 => generated 617 bytes in 5049 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 970.478973] [55398]: DEBUG cinder.api.middleware.request_id [None req-c9174a1f-ba43-4653-bca1-0087c000f8e2 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 970.484025] [55398]: INFO cinder.api.openstack.wsgi [None req-c9174a1f-ba43-4653-bca1-0087c000f8e2 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] GET http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d [ 970.484025] [55398]: DEBUG cinder.api.openstack.wsgi [None req-c9174a1f-ba43-4653-bca1-0087c000f8e2 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 970.484025] [55398]: DEBUG cinder.api.openstack.wsgi [None req-c9174a1f-ba43-4653-bca1-0087c000f8e2 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 970.513886] [55398]: /opt/stack/data/venv/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. [ 970.513886] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 970.522884] [55398]: INFO cinder.volume.api [None req-c9174a1f-ba43-4653-bca1-0087c000f8e2 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Volume info retrieved successfully. [ 970.531577] [55398]: INFO cinder.api.openstack.wsgi [None req-c9174a1f-ba43-4653-bca1-0087c000f8e2 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d returned with HTTP 200 [ 970.531577] [55398]: [pid: 55398|app: 0|req: 111/233] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:01:13 2025] GET /volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d => generated 845 bytes in 54 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 971.550871] [55397]: DEBUG cinder.api.middleware.request_id [None req-c206da19-a434-4a87-a068-f5d6a7cdfdef None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 971.552832] [55397]: INFO cinder.api.openstack.wsgi [None req-c206da19-a434-4a87-a068-f5d6a7cdfdef tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] GET http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d [ 971.553278] [55397]: DEBUG cinder.api.openstack.wsgi [None req-c206da19-a434-4a87-a068-f5d6a7cdfdef tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 971.553658] [55397]: DEBUG cinder.api.openstack.wsgi [None req-c206da19-a434-4a87-a068-f5d6a7cdfdef tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 971.568493] [55397]: /opt/stack/data/venv/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. [ 971.568493] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 971.573437] [55397]: INFO cinder.volume.api [None req-c206da19-a434-4a87-a068-f5d6a7cdfdef tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Volume info retrieved successfully. [ 971.579574] [55397]: INFO cinder.api.openstack.wsgi [None req-c206da19-a434-4a87-a068-f5d6a7cdfdef tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d returned with HTTP 200 [ 971.580262] [55397]: [pid: 55397|app: 0|req: 123/234] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:01:14 2025] GET /volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d => generated 845 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 971.946134] [55398]: DEBUG cinder.api.middleware.request_id [req-46e72be6-8f6a-47bc-8465-8e79a24584ee req-af9534be-ee93-4c2c-ba97-33d5d655075f None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 971.964523] [55398]: INFO cinder.api.openstack.wsgi [req-46e72be6-8f6a-47bc-8465-8e79a24584ee req-af9534be-ee93-4c2c-ba97-33d5d655075f tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] POST http://10.180.1.21/volume/v3/attachments/a6f07986-e80d-4155-8b55-bf216a59d484/action [ 971.964523] [55398]: DEBUG cinder.api.openstack.wsgi [req-46e72be6-8f6a-47bc-8465-8e79a24584ee req-af9534be-ee93-4c2c-ba97-33d5d655075f tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Action body: b'{"os-complete": null}' {{(pid=55398) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} [ 971.964523] [55398]: DEBUG cinder.api.openstack.wsgi [req-46e72be6-8f6a-47bc-8465-8e79a24584ee req-af9534be-ee93-4c2c-ba97-33d5d655075f tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Action: 'action', calling method: complete, body: {"os-complete": null} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 972.032949] [55398]: /opt/stack/data/venv/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. [ 972.032949] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 972.056492] [55398]: INFO cinder.api.openstack.wsgi [req-46e72be6-8f6a-47bc-8465-8e79a24584ee req-af9534be-ee93-4c2c-ba97-33d5d655075f tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/attachments/a6f07986-e80d-4155-8b55-bf216a59d484/action returned with HTTP 204 [ 972.057745] [55398]: [pid: 55398|app: 0|req: 112/235] 10.180.1.21 () {66 vars in 1605 bytes} [Thu Feb 20 18:01:14 2025] POST /volume/v3/attachments/a6f07986-e80d-4155-8b55-bf216a59d484/action => generated 0 bytes in 111 msecs (HTTP/1.1 204) 7 headers in 292 bytes (1 switches on core 0) [ 972.593669] [55397]: DEBUG cinder.api.middleware.request_id [None req-6dae5a13-54e1-4da4-9d1d-d8946418c0a9 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 972.596431] [55397]: INFO cinder.api.openstack.wsgi [None req-6dae5a13-54e1-4da4-9d1d-d8946418c0a9 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] GET http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d [ 972.596431] [55397]: DEBUG cinder.api.openstack.wsgi [None req-6dae5a13-54e1-4da4-9d1d-d8946418c0a9 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 972.596558] [55397]: DEBUG cinder.api.openstack.wsgi [None req-6dae5a13-54e1-4da4-9d1d-d8946418c0a9 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 972.611170] [55397]: /opt/stack/data/venv/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. [ 972.611170] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 972.617149] [55397]: INFO cinder.volume.api [None req-6dae5a13-54e1-4da4-9d1d-d8946418c0a9 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Volume info retrieved successfully. [ 972.622431] [55397]: INFO cinder.api.openstack.wsgi [None req-6dae5a13-54e1-4da4-9d1d-d8946418c0a9 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d returned with HTTP 200 [ 972.622889] [55397]: [pid: 55397|app: 0|req: 124/236] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:01:15 2025] GET /volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d => generated 1137 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 972.635720] [55398]: DEBUG cinder.api.middleware.request_id [None req-b8ac72ea-d9d9-4838-8661-e0c127c17308 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 972.640668] [55398]: INFO cinder.api.openstack.wsgi [None req-b8ac72ea-d9d9-4838-8661-e0c127c17308 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] GET http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d [ 972.640990] [55398]: DEBUG cinder.api.openstack.wsgi [None req-b8ac72ea-d9d9-4838-8661-e0c127c17308 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 972.641243] [55398]: DEBUG cinder.api.openstack.wsgi [None req-b8ac72ea-d9d9-4838-8661-e0c127c17308 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 972.657019] [55398]: /opt/stack/data/venv/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. [ 972.657019] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 972.662378] [55398]: INFO cinder.volume.api [None req-b8ac72ea-d9d9-4838-8661-e0c127c17308 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Volume info retrieved successfully. [ 972.668023] [55398]: INFO cinder.api.openstack.wsgi [None req-b8ac72ea-d9d9-4838-8661-e0c127c17308 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d returned with HTTP 200 [ 972.668454] [55398]: [pid: 55398|app: 0|req: 113/237] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:01:15 2025] GET /volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d => generated 1137 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 973.580019] [55397]: DEBUG cinder.api.middleware.request_id [req-925c90aa-25f7-4adb-b869-1178457c8d8e req-9f7bdba6-944c-45af-b075-5fb65420883f None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 973.581706] [55397]: INFO cinder.api.openstack.wsgi [req-925c90aa-25f7-4adb-b869-1178457c8d8e req-9f7bdba6-944c-45af-b075-5fb65420883f tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] GET http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d [ 973.581965] [55397]: DEBUG cinder.api.openstack.wsgi [req-925c90aa-25f7-4adb-b869-1178457c8d8e req-9f7bdba6-944c-45af-b075-5fb65420883f tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 973.582170] [55397]: DEBUG cinder.api.openstack.wsgi [req-925c90aa-25f7-4adb-b869-1178457c8d8e req-9f7bdba6-944c-45af-b075-5fb65420883f tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 973.597261] [55397]: /opt/stack/data/venv/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. [ 973.597261] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 973.601713] [55397]: INFO cinder.volume.api [req-925c90aa-25f7-4adb-b869-1178457c8d8e req-9f7bdba6-944c-45af-b075-5fb65420883f tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Volume info retrieved successfully. [ 973.606772] [55397]: INFO cinder.api.openstack.wsgi [req-925c90aa-25f7-4adb-b869-1178457c8d8e req-9f7bdba6-944c-45af-b075-5fb65420883f tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d returned with HTTP 200 [ 973.610019] [55397]: [pid: 55397|app: 0|req: 125/238] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 18:01:16 2025] GET /volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d => generated 1137 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 975.802238] [55398]: DEBUG cinder.api.middleware.request_id [None req-73b0a78a-058f-4223-ac32-1dffa1555a8b None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 975.802723] [55398]: INFO cinder.api.openstack.wsgi [None req-73b0a78a-058f-4223-ac32-1dffa1555a8b None None] GET http://10.180.1.21/volume// [ 975.802922] [55398]: DEBUG cinder.api.openstack.wsgi [None req-73b0a78a-058f-4223-ac32-1dffa1555a8b None None] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 975.803228] [55398]: DEBUG cinder.api.openstack.wsgi [None req-73b0a78a-058f-4223-ac32-1dffa1555a8b None None] Calling method 'all' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 975.803655] [55398]: INFO cinder.api.openstack.wsgi [None req-73b0a78a-058f-4223-ac32-1dffa1555a8b None None] http://10.180.1.21/volume// returned with HTTP 300 [ 975.803967] [55398]: [pid: 55398|app: 0|req: 114/239] 10.180.1.21 () {58 vars in 1306 bytes} [Thu Feb 20 18:01:18 2025] GET /volume/ => generated 386 bytes in 2 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) [ 975.810561] [55397]: DEBUG cinder.api.middleware.request_id [req-925c90aa-25f7-4adb-b869-1178457c8d8e req-d1a10717-7581-4d7a-98ac-792edf6cbbf9 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 975.813193] [55397]: INFO cinder.api.openstack.wsgi [req-925c90aa-25f7-4adb-b869-1178457c8d8e req-d1a10717-7581-4d7a-98ac-792edf6cbbf9 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] POST http://10.180.1.21/volume/v3/attachments [ 975.813736] [55397]: DEBUG cinder.api.openstack.wsgi [req-925c90aa-25f7-4adb-b869-1178457c8d8e req-d1a10717-7581-4d7a-98ac-792edf6cbbf9 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Action: 'create', calling method: version_select, body: {"attachment": {"volume_uuid": "15326c33-7e0b-41be-bf2e-5b82153cea0d", "connector": null, "instance_uuid": "46dc76bc-854f-46ad-9db5-21cf6f40fb21"}} {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 975.834244] [55397]: /opt/stack/data/venv/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. [ 975.834244] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 975.867831] [55397]: INFO cinder.api.openstack.wsgi [req-925c90aa-25f7-4adb-b869-1178457c8d8e req-d1a10717-7581-4d7a-98ac-792edf6cbbf9 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/attachments returned with HTTP 200 [ 975.868518] [55397]: [pid: 55397|app: 0|req: 126/240] 10.180.1.21 () {66 vars in 1474 bytes} [Thu Feb 20 18:01:18 2025] POST /volume/v3/attachments => generated 273 bytes in 58 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 975.872897] [55398]: DEBUG cinder.api.middleware.request_id [None req-ea73908f-56a8-4049-a11d-5b0870368ba0 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 975.873784] [55398]: INFO cinder.api.openstack.wsgi [None req-ea73908f-56a8-4049-a11d-5b0870368ba0 None None] GET http://10.180.1.21/volume// [ 975.874321] [55398]: DEBUG cinder.api.openstack.wsgi [None req-ea73908f-56a8-4049-a11d-5b0870368ba0 None None] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 975.874870] [55398]: DEBUG cinder.api.openstack.wsgi [None req-ea73908f-56a8-4049-a11d-5b0870368ba0 None None] Calling method 'all' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 975.875866] [55398]: INFO cinder.api.openstack.wsgi [None req-ea73908f-56a8-4049-a11d-5b0870368ba0 None None] http://10.180.1.21/volume// returned with HTTP 300 [ 975.875866] [55398]: [pid: 55398|app: 0|req: 115/241] 10.180.1.21 () {58 vars in 1306 bytes} [Thu Feb 20 18:01:18 2025] GET /volume/ => generated 386 bytes in 3 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) [ 975.880119] [55397]: DEBUG cinder.api.middleware.request_id [req-925c90aa-25f7-4adb-b869-1178457c8d8e req-6e505388-488b-4a1d-9aaa-9bb6c098a2f7 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 975.883447] [55397]: INFO cinder.api.openstack.wsgi [req-925c90aa-25f7-4adb-b869-1178457c8d8e req-6e505388-488b-4a1d-9aaa-9bb6c098a2f7 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] GET http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d [ 975.883705] [55397]: DEBUG cinder.api.openstack.wsgi [req-925c90aa-25f7-4adb-b869-1178457c8d8e req-6e505388-488b-4a1d-9aaa-9bb6c098a2f7 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 975.883926] [55397]: DEBUG cinder.api.openstack.wsgi [req-925c90aa-25f7-4adb-b869-1178457c8d8e req-6e505388-488b-4a1d-9aaa-9bb6c098a2f7 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 975.898934] [55397]: /opt/stack/data/venv/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. [ 975.898934] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 975.902334] [55397]: INFO cinder.volume.api [req-925c90aa-25f7-4adb-b869-1178457c8d8e req-6e505388-488b-4a1d-9aaa-9bb6c098a2f7 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Volume info retrieved successfully. [ 975.908083] [55397]: INFO cinder.api.openstack.wsgi [req-925c90aa-25f7-4adb-b869-1178457c8d8e req-6e505388-488b-4a1d-9aaa-9bb6c098a2f7 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d returned with HTTP 200 [ 975.911233] [55397]: [pid: 55397|app: 0|req: 127/242] 10.180.1.21 () {62 vars in 1519 bytes} [Thu Feb 20 18:01:18 2025] GET /volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d => generated 1318 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) [ 977.078427] [55398]: DEBUG cinder.api.middleware.request_id [req-925c90aa-25f7-4adb-b869-1178457c8d8e req-8dcf17ac-2903-4d18-a8b6-bcf0a0030cdd None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 977.080854] [55398]: INFO cinder.api.openstack.wsgi [req-925c90aa-25f7-4adb-b869-1178457c8d8e req-8dcf17ac-2903-4d18-a8b6-bcf0a0030cdd tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] DELETE http://10.180.1.21/volume/v3/attachments/a6f07986-e80d-4155-8b55-bf216a59d484 [ 977.081303] [55398]: DEBUG cinder.api.openstack.wsgi [req-925c90aa-25f7-4adb-b869-1178457c8d8e req-8dcf17ac-2903-4d18-a8b6-bcf0a0030cdd tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 977.082392] [55398]: DEBUG cinder.api.openstack.wsgi [req-925c90aa-25f7-4adb-b869-1178457c8d8e req-8dcf17ac-2903-4d18-a8b6-bcf0a0030cdd tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'version_select' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 977.091048] [55398]: /opt/stack/data/venv/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. [ 977.091048] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 977.623564] [55398]: INFO cinder.api.openstack.wsgi [req-925c90aa-25f7-4adb-b869-1178457c8d8e req-8dcf17ac-2903-4d18-a8b6-bcf0a0030cdd tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/attachments/a6f07986-e80d-4155-8b55-bf216a59d484 returned with HTTP 200 [ 977.624012] [55398]: [pid: 55398|app: 0|req: 116/243] 10.180.1.21 () {64 vars in 1553 bytes} [Thu Feb 20 18:01:19 2025] DELETE /volume/v3/attachments/a6f07986-e80d-4155-8b55-bf216a59d484 => generated 192 bytes in 547 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 979.295399] [55397]: DEBUG cinder.api.middleware.request_id [None req-74655072-c927-4680-9655-228a74f467e1 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 979.295947] [55397]: INFO cinder.api.openstack.wsgi [None req-74655072-c927-4680-9655-228a74f467e1 None None] GET http://10.180.1.21/volume// [ 979.296391] [55397]: DEBUG cinder.api.openstack.wsgi [None req-74655072-c927-4680-9655-228a74f467e1 None None] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 979.296477] [55397]: DEBUG cinder.api.openstack.wsgi [None req-74655072-c927-4680-9655-228a74f467e1 None None] Calling method 'all' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 979.296932] [55397]: INFO cinder.api.openstack.wsgi [None req-74655072-c927-4680-9655-228a74f467e1 None None] http://10.180.1.21/volume// returned with HTTP 300 [ 979.297280] [55397]: [pid: 55397|app: 0|req: 128/244] 10.180.1.21 () {58 vars in 1306 bytes} [Thu Feb 20 18:01:22 2025] GET /volume/ => generated 386 bytes in 3 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) [ 979.300867] [55398]: DEBUG cinder.api.middleware.request_id [req-925c90aa-25f7-4adb-b869-1178457c8d8e req-c67c01d5-a032-48e2-bab4-c785182651e2 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 979.303299] [55398]: INFO cinder.api.openstack.wsgi [req-925c90aa-25f7-4adb-b869-1178457c8d8e req-c67c01d5-a032-48e2-bab4-c785182651e2 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] GET http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d [ 979.303804] [55398]: DEBUG cinder.api.openstack.wsgi [req-925c90aa-25f7-4adb-b869-1178457c8d8e req-c67c01d5-a032-48e2-bab4-c785182651e2 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 979.304172] [55398]: DEBUG cinder.api.openstack.wsgi [req-925c90aa-25f7-4adb-b869-1178457c8d8e req-c67c01d5-a032-48e2-bab4-c785182651e2 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 979.319126] [55398]: /opt/stack/data/venv/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. [ 979.319126] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 979.323656] [55398]: INFO cinder.volume.api [req-925c90aa-25f7-4adb-b869-1178457c8d8e req-c67c01d5-a032-48e2-bab4-c785182651e2 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Volume info retrieved successfully. [ 979.329534] [55398]: INFO cinder.api.openstack.wsgi [req-925c90aa-25f7-4adb-b869-1178457c8d8e req-c67c01d5-a032-48e2-bab4-c785182651e2 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d returned with HTTP 200 [ 979.329946] [55398]: [pid: 55398|app: 0|req: 117/245] 10.180.1.21 () {62 vars in 1519 bytes} [Thu Feb 20 18:01:22 2025] GET /volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d => generated 1025 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) [ 979.481680] [55397]: DEBUG cinder.api.middleware.request_id [req-925c90aa-25f7-4adb-b869-1178457c8d8e req-d02b1f9d-920e-4f68-85cd-6c4ae4632224 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 979.483859] [55397]: INFO cinder.api.openstack.wsgi [req-925c90aa-25f7-4adb-b869-1178457c8d8e req-d02b1f9d-920e-4f68-85cd-6c4ae4632224 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] PUT http://10.180.1.21/volume/v3/attachments/08e66ea2-3cb4-4b0c-a6b3-9699ddfc4390 [ 979.484344] [55397]: DEBUG cinder.api.openstack.wsgi [req-925c90aa-25f7-4adb-b869-1178457c8d8e req-d02b1f9d-920e-4f68-85cd-6c4ae4632224 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Action: 'update', calling method: version_select, body: {"attachment": {"connector": {"ip": "vc1.osci.c.eu-de-1.cloud.sap", "initiator": null, "host": "vc1.osci.c.eu-de-1.cloud.sap", "mountpoint": "/dev/sdb"}}} {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 979.492985] [55397]: DEBUG cinder.coordination [req-925c90aa-25f7-4adb-b869-1178457c8d8e req-d02b1f9d-920e-4f68-85cd-6c4ae4632224 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Acquiring lock "cinder-attachment_update-15326c33-7e0b-41be-bf2e-5b82153cea0d-vc1.osci.c.eu-de-1.cloud.sap" by "attachment_update" {{(pid=55397) __acquire /opt/stack/cinder/cinder/coordination.py:143}} [ 979.497995] [55397]: DEBUG cinder.coordination [req-925c90aa-25f7-4adb-b869-1178457c8d8e req-d02b1f9d-920e-4f68-85cd-6c4ae4632224 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Lock "cinder-attachment_update-15326c33-7e0b-41be-bf2e-5b82153cea0d-vc1.osci.c.eu-de-1.cloud.sap" acquired by "attachment_update" :: waited 0.005s {{(pid=55397) __acquire /opt/stack/cinder/cinder/coordination.py:146}} [ 979.499180] [55397]: /opt/stack/data/venv/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. [ 979.499180] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 980.023599] [55397]: DEBUG cinder.coordination [req-925c90aa-25f7-4adb-b869-1178457c8d8e req-d02b1f9d-920e-4f68-85cd-6c4ae4632224 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Lock "cinder-attachment_update-15326c33-7e0b-41be-bf2e-5b82153cea0d-vc1.osci.c.eu-de-1.cloud.sap" released by "attachment_update" :: held 0.525s {{(pid=55397) __release /opt/stack/cinder/cinder/coordination.py:157}} [ 980.024064] [55397]: INFO cinder.api.openstack.wsgi [req-925c90aa-25f7-4adb-b869-1178457c8d8e req-d02b1f9d-920e-4f68-85cd-6c4ae4632224 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/attachments/08e66ea2-3cb4-4b0c-a6b3-9699ddfc4390 returned with HTTP 200 [ 980.024556] [55397]: [pid: 55397|app: 0|req: 129/246] 10.180.1.21 () {66 vars in 1584 bytes} [Thu Feb 20 18:01:22 2025] PUT /volume/v3/attachments/08e66ea2-3cb4-4b0c-a6b3-9699ddfc4390 => generated 617 bytes in 544 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 980.533829] [55398]: DEBUG cinder.api.middleware.request_id [req-925c90aa-25f7-4adb-b869-1178457c8d8e req-92526d9a-1de9-44ad-a280-2f7a654892d8 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 980.540926] [55398]: INFO cinder.api.openstack.wsgi [req-925c90aa-25f7-4adb-b869-1178457c8d8e req-92526d9a-1de9-44ad-a280-2f7a654892d8 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] POST http://10.180.1.21/volume/v3/attachments/08e66ea2-3cb4-4b0c-a6b3-9699ddfc4390/action [ 980.541155] [55398]: DEBUG cinder.api.openstack.wsgi [req-925c90aa-25f7-4adb-b869-1178457c8d8e req-92526d9a-1de9-44ad-a280-2f7a654892d8 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Action body: b'{"os-complete": null}' {{(pid=55398) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} [ 980.541286] [55398]: DEBUG cinder.api.openstack.wsgi [req-925c90aa-25f7-4adb-b869-1178457c8d8e req-92526d9a-1de9-44ad-a280-2f7a654892d8 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Action: 'action', calling method: complete, body: {"os-complete": null} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 980.563714] [55398]: /opt/stack/data/venv/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. [ 980.563714] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 980.573276] [55398]: INFO cinder.api.openstack.wsgi [req-925c90aa-25f7-4adb-b869-1178457c8d8e req-92526d9a-1de9-44ad-a280-2f7a654892d8 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/attachments/08e66ea2-3cb4-4b0c-a6b3-9699ddfc4390/action returned with HTTP 204 [ 980.573902] [55398]: [pid: 55398|app: 0|req: 118/247] 10.180.1.21 () {66 vars in 1605 bytes} [Thu Feb 20 18:01:23 2025] POST /volume/v3/attachments/08e66ea2-3cb4-4b0c-a6b3-9699ddfc4390/action => generated 0 bytes in 41 msecs (HTTP/1.1 204) 7 headers in 292 bytes (1 switches on core 0) [ 983.686984] [55397]: DEBUG cinder.api.middleware.request_id [req-a5eede3f-5eda-4dbb-8c63-064af2d03d0d req-e88cad5e-f710-41a0-b4c9-565f3de1b791 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 983.689368] [55397]: INFO cinder.api.openstack.wsgi [req-a5eede3f-5eda-4dbb-8c63-064af2d03d0d req-e88cad5e-f710-41a0-b4c9-565f3de1b791 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] GET http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a [ 983.689688] [55397]: DEBUG cinder.api.openstack.wsgi [req-a5eede3f-5eda-4dbb-8c63-064af2d03d0d req-e88cad5e-f710-41a0-b4c9-565f3de1b791 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 983.690591] [55397]: DEBUG cinder.api.openstack.wsgi [req-a5eede3f-5eda-4dbb-8c63-064af2d03d0d req-e88cad5e-f710-41a0-b4c9-565f3de1b791 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 983.701336] [55397]: /opt/stack/data/venv/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. [ 983.701336] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 983.705926] [55397]: INFO cinder.volume.api [req-a5eede3f-5eda-4dbb-8c63-064af2d03d0d req-e88cad5e-f710-41a0-b4c9-565f3de1b791 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Volume info retrieved successfully. [ 983.711301] [55397]: INFO cinder.api.openstack.wsgi [req-a5eede3f-5eda-4dbb-8c63-064af2d03d0d req-e88cad5e-f710-41a0-b4c9-565f3de1b791 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a returned with HTTP 200 [ 983.711740] [55397]: [pid: 55397|app: 0|req: 130/248] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 18:01:26 2025] GET /volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a => generated 850 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 985.233910] [55398]: DEBUG cinder.api.middleware.request_id [None req-e67a2564-bbb1-41c2-8c24-1d711ab3e214 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 985.234435] [55398]: INFO cinder.api.openstack.wsgi [None req-e67a2564-bbb1-41c2-8c24-1d711ab3e214 None None] GET http://10.180.1.21/volume// [ 985.234540] [55398]: DEBUG cinder.api.openstack.wsgi [None req-e67a2564-bbb1-41c2-8c24-1d711ab3e214 None None] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 985.234748] [55398]: DEBUG cinder.api.openstack.wsgi [None req-e67a2564-bbb1-41c2-8c24-1d711ab3e214 None None] Calling method 'all' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 985.235168] [55398]: INFO cinder.api.openstack.wsgi [None req-e67a2564-bbb1-41c2-8c24-1d711ab3e214 None None] http://10.180.1.21/volume// returned with HTTP 300 [ 985.235632] [55398]: [pid: 55398|app: 0|req: 119/249] 10.180.1.21 () {58 vars in 1299 bytes} [Thu Feb 20 18:01:28 2025] GET /volume/ => generated 386 bytes in 2 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) [ 985.240587] [55397]: DEBUG cinder.api.middleware.request_id [req-a5eede3f-5eda-4dbb-8c63-064af2d03d0d req-c387eadd-4311-45fb-be76-cd36b493cf2b None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 985.244046] [55397]: INFO cinder.api.openstack.wsgi [req-a5eede3f-5eda-4dbb-8c63-064af2d03d0d req-c387eadd-4311-45fb-be76-cd36b493cf2b tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] POST http://10.180.1.21/volume/v3/attachments [ 985.244046] [55397]: DEBUG cinder.api.openstack.wsgi [req-a5eede3f-5eda-4dbb-8c63-064af2d03d0d req-c387eadd-4311-45fb-be76-cd36b493cf2b tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Action: 'create', calling method: version_select, body: {"attachment": {"volume_uuid": "fff41433-1dbe-4075-9b8b-6bae1342802a", "connector": null, "instance_uuid": "8bb61bfa-d44e-4e06-867a-445d9b3db660"}} {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 985.258867] [55397]: /opt/stack/data/venv/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. [ 985.258867] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 985.287339] [55397]: INFO cinder.api.openstack.wsgi [req-a5eede3f-5eda-4dbb-8c63-064af2d03d0d req-c387eadd-4311-45fb-be76-cd36b493cf2b tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] http://10.180.1.21/volume/v3/attachments returned with HTTP 200 [ 985.288028] [55397]: [pid: 55397|app: 0|req: 131/250] 10.180.1.21 () {66 vars in 1474 bytes} [Thu Feb 20 18:01:28 2025] POST /volume/v3/attachments => generated 273 bytes in 48 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 985.313708] [55398]: DEBUG cinder.api.middleware.request_id [None req-2c0a98ca-828c-4bb7-9ae3-2ce8b7aafce1 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 985.317008] [55398]: INFO cinder.api.openstack.wsgi [None req-2c0a98ca-828c-4bb7-9ae3-2ce8b7aafce1 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] GET http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a [ 985.317359] [55398]: DEBUG cinder.api.openstack.wsgi [None req-2c0a98ca-828c-4bb7-9ae3-2ce8b7aafce1 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 985.317653] [55398]: DEBUG cinder.api.openstack.wsgi [None req-2c0a98ca-828c-4bb7-9ae3-2ce8b7aafce1 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 985.332591] [55398]: /opt/stack/data/venv/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. [ 985.332591] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 985.336562] [55398]: INFO cinder.volume.api [None req-2c0a98ca-828c-4bb7-9ae3-2ce8b7aafce1 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Volume info retrieved successfully. [ 985.341574] [55398]: INFO cinder.api.openstack.wsgi [None req-2c0a98ca-828c-4bb7-9ae3-2ce8b7aafce1 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a returned with HTTP 200 [ 985.341984] [55398]: [pid: 55398|app: 0|req: 120/251] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:01:28 2025] GET /volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a => generated 849 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 985.820619] [55397]: DEBUG cinder.api.middleware.request_id [None req-7de22f7c-bc7a-49e5-90fc-94ac01fb0696 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 985.821333] [55397]: INFO cinder.api.openstack.wsgi [None req-7de22f7c-bc7a-49e5-90fc-94ac01fb0696 None None] GET http://10.180.1.21/volume// [ 985.821333] [55397]: DEBUG cinder.api.openstack.wsgi [None req-7de22f7c-bc7a-49e5-90fc-94ac01fb0696 None None] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 985.821548] [55397]: DEBUG cinder.api.openstack.wsgi [None req-7de22f7c-bc7a-49e5-90fc-94ac01fb0696 None None] Calling method 'all' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 985.821751] [55397]: INFO cinder.api.openstack.wsgi [None req-7de22f7c-bc7a-49e5-90fc-94ac01fb0696 None None] http://10.180.1.21/volume// returned with HTTP 300 [ 985.822085] [55397]: [pid: 55397|app: 0|req: 132/252] 10.180.1.21 () {58 vars in 1306 bytes} [Thu Feb 20 18:01:28 2025] GET /volume/ => generated 386 bytes in 3 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) [ 985.831312] [55398]: DEBUG cinder.api.middleware.request_id [req-a5eede3f-5eda-4dbb-8c63-064af2d03d0d req-de152352-61d1-40b3-a87c-08286c209248 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 985.838237] [55398]: INFO cinder.api.openstack.wsgi [req-a5eede3f-5eda-4dbb-8c63-064af2d03d0d req-de152352-61d1-40b3-a87c-08286c209248 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] GET http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a [ 985.838506] [55398]: DEBUG cinder.api.openstack.wsgi [req-a5eede3f-5eda-4dbb-8c63-064af2d03d0d req-de152352-61d1-40b3-a87c-08286c209248 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 985.838724] [55398]: DEBUG cinder.api.openstack.wsgi [req-a5eede3f-5eda-4dbb-8c63-064af2d03d0d req-de152352-61d1-40b3-a87c-08286c209248 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 985.850248] [55398]: /opt/stack/data/venv/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. [ 985.850248] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 985.853752] [55398]: INFO cinder.volume.api [req-a5eede3f-5eda-4dbb-8c63-064af2d03d0d req-de152352-61d1-40b3-a87c-08286c209248 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Volume info retrieved successfully. [ 985.858486] [55398]: INFO cinder.api.openstack.wsgi [req-a5eede3f-5eda-4dbb-8c63-064af2d03d0d req-de152352-61d1-40b3-a87c-08286c209248 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a returned with HTTP 200 [ 985.858925] [55398]: [pid: 55398|app: 0|req: 121/253] 10.180.1.21 () {62 vars in 1519 bytes} [Thu Feb 20 18:01:28 2025] GET /volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a => generated 1030 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) [ 985.889695] [55397]: DEBUG cinder.api.middleware.request_id [req-a5eede3f-5eda-4dbb-8c63-064af2d03d0d req-7e874955-f01c-4d79-b50a-23f45090a09e None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 985.892274] [55397]: INFO cinder.api.openstack.wsgi [req-a5eede3f-5eda-4dbb-8c63-064af2d03d0d req-7e874955-f01c-4d79-b50a-23f45090a09e tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] PUT http://10.180.1.21/volume/v3/attachments/02066e67-c552-43bb-97a7-ad5fb5576827 [ 985.892748] [55397]: DEBUG cinder.api.openstack.wsgi [req-a5eede3f-5eda-4dbb-8c63-064af2d03d0d req-7e874955-f01c-4d79-b50a-23f45090a09e tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Action: 'update', calling method: version_select, body: {"attachment": {"connector": {"ip": "vc1.osci.c.eu-de-1.cloud.sap", "initiator": null, "host": "vc1.osci.c.eu-de-1.cloud.sap", "instance": "vm-550801", "mountpoint": "/dev/sdb"}}} {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 985.901902] [55397]: DEBUG cinder.coordination [req-a5eede3f-5eda-4dbb-8c63-064af2d03d0d req-7e874955-f01c-4d79-b50a-23f45090a09e tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Acquiring lock "cinder-attachment_update-fff41433-1dbe-4075-9b8b-6bae1342802a-vc1.osci.c.eu-de-1.cloud.sap" by "attachment_update" {{(pid=55397) __acquire /opt/stack/cinder/cinder/coordination.py:143}} [ 985.906753] [55397]: DEBUG cinder.coordination [req-a5eede3f-5eda-4dbb-8c63-064af2d03d0d req-7e874955-f01c-4d79-b50a-23f45090a09e tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Lock "cinder-attachment_update-fff41433-1dbe-4075-9b8b-6bae1342802a-vc1.osci.c.eu-de-1.cloud.sap" acquired by "attachment_update" :: waited 0.005s {{(pid=55397) __acquire /opt/stack/cinder/cinder/coordination.py:146}} [ 985.908164] [55397]: /opt/stack/data/venv/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. [ 985.908164] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 986.352296] [55398]: DEBUG cinder.api.middleware.request_id [None req-ffd663c1-5927-494b-80c3-407f7dcff8cd None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 986.354518] [55398]: INFO cinder.api.openstack.wsgi [None req-ffd663c1-5927-494b-80c3-407f7dcff8cd tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] GET http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a [ 986.354745] [55398]: DEBUG cinder.api.openstack.wsgi [None req-ffd663c1-5927-494b-80c3-407f7dcff8cd tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 986.354964] [55398]: DEBUG cinder.api.openstack.wsgi [None req-ffd663c1-5927-494b-80c3-407f7dcff8cd tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 986.365462] [55398]: /opt/stack/data/venv/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. [ 986.365462] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 986.369807] [55398]: INFO cinder.volume.api [None req-ffd663c1-5927-494b-80c3-407f7dcff8cd tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Volume info retrieved successfully. [ 986.375232] [55398]: INFO cinder.api.openstack.wsgi [None req-ffd663c1-5927-494b-80c3-407f7dcff8cd tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a returned with HTTP 200 [ 986.375676] [55398]: [pid: 55398|app: 0|req: 122/254] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:01:29 2025] GET /volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a => generated 849 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 986.446021] [55398]: DEBUG cinder.api.middleware.request_id [req-d36731fd-6b14-4a17-8896-8c5be755220d req-1c0ab47a-0288-43a2-acbb-3ed4582a1609 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 986.448721] [55398]: INFO cinder.api.openstack.wsgi [req-d36731fd-6b14-4a17-8896-8c5be755220d req-1c0ab47a-0288-43a2-acbb-3ed4582a1609 tempest-ServerActionsTestJSON-83366727 tempest-ServerActionsTestJSON-83366727-project-member] GET http://10.180.1.21/volume/v3/attachments?instance_id=c2d7d7f4-0bb0-4407-ac60-9c69b0e39ec7 [ 986.448998] [55398]: DEBUG cinder.api.openstack.wsgi [req-d36731fd-6b14-4a17-8896-8c5be755220d req-1c0ab47a-0288-43a2-acbb-3ed4582a1609 tempest-ServerActionsTestJSON-83366727 tempest-ServerActionsTestJSON-83366727-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 986.449212] [55398]: DEBUG cinder.api.openstack.wsgi [req-d36731fd-6b14-4a17-8896-8c5be755220d req-1c0ab47a-0288-43a2-acbb-3ed4582a1609 tempest-ServerActionsTestJSON-83366727 tempest-ServerActionsTestJSON-83366727-project-member] Calling method 'version_select' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 986.461300] [55398]: INFO cinder.api.openstack.wsgi [req-d36731fd-6b14-4a17-8896-8c5be755220d req-1c0ab47a-0288-43a2-acbb-3ed4582a1609 tempest-ServerActionsTestJSON-83366727 tempest-ServerActionsTestJSON-83366727-project-member] http://10.180.1.21/volume/v3/attachments?instance_id=c2d7d7f4-0bb0-4407-ac60-9c69b0e39ec7 returned with HTTP 200 [ 986.461822] [55398]: [pid: 55398|app: 0|req: 123/255] 10.180.1.21 () {62 vars in 1517 bytes} [Thu Feb 20 18:01:29 2025] GET /volume/v3/attachments?instance_id=c2d7d7f4-0bb0-4407-ac60-9c69b0e39ec7 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) [ 987.387165] [55398]: DEBUG cinder.api.middleware.request_id [None req-261ada18-da8e-4a79-8772-011b582538f2 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 987.392865] [55398]: INFO cinder.api.openstack.wsgi [None req-261ada18-da8e-4a79-8772-011b582538f2 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] GET http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a [ 987.393111] [55398]: DEBUG cinder.api.openstack.wsgi [None req-261ada18-da8e-4a79-8772-011b582538f2 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 987.393328] [55398]: DEBUG cinder.api.openstack.wsgi [None req-261ada18-da8e-4a79-8772-011b582538f2 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 987.411041] [55398]: /opt/stack/data/venv/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. [ 987.411041] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 987.414894] [55398]: INFO cinder.volume.api [None req-261ada18-da8e-4a79-8772-011b582538f2 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Volume info retrieved successfully. [ 987.422427] [55398]: INFO cinder.api.openstack.wsgi [None req-261ada18-da8e-4a79-8772-011b582538f2 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a returned with HTTP 200 [ 987.423403] [55398]: [pid: 55398|app: 0|req: 124/256] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:01:30 2025] GET /volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a => generated 849 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 987.440918] [55398]: DEBUG cinder.api.middleware.request_id [req-e8171c60-431c-4385-bd2d-6098e58b4822 req-251a9962-3c77-4d7d-ba79-43c85caa01fd None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 987.443246] [55398]: INFO cinder.api.openstack.wsgi [req-e8171c60-431c-4385-bd2d-6098e58b4822 req-251a9962-3c77-4d7d-ba79-43c85caa01fd tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] GET http://10.180.1.21/volume/v3/volumes/996ec8ec-5318-4963-9384-330f1e01190d [ 987.443533] [55398]: DEBUG cinder.api.openstack.wsgi [req-e8171c60-431c-4385-bd2d-6098e58b4822 req-251a9962-3c77-4d7d-ba79-43c85caa01fd tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 987.443832] [55398]: DEBUG cinder.api.openstack.wsgi [req-e8171c60-431c-4385-bd2d-6098e58b4822 req-251a9962-3c77-4d7d-ba79-43c85caa01fd tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 987.452065] [55398]: /opt/stack/data/venv/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. [ 987.452065] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 987.455475] [55398]: INFO cinder.volume.api [req-e8171c60-431c-4385-bd2d-6098e58b4822 req-251a9962-3c77-4d7d-ba79-43c85caa01fd tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Volume info retrieved successfully. [ 987.459922] [55398]: INFO cinder.api.openstack.wsgi [req-e8171c60-431c-4385-bd2d-6098e58b4822 req-251a9962-3c77-4d7d-ba79-43c85caa01fd tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] http://10.180.1.21/volume/v3/volumes/996ec8ec-5318-4963-9384-330f1e01190d returned with HTTP 200 [ 987.460368] [55398]: [pid: 55398|app: 0|req: 125/257] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 18:01:30 2025] GET /volume/v3/volumes/996ec8ec-5318-4963-9384-330f1e01190d => generated 849 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 987.475629] [55398]: DEBUG cinder.api.middleware.request_id [None req-5ef9af0b-b7ea-4cae-87cc-1a6262d77f24 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 987.476046] [55398]: INFO cinder.api.openstack.wsgi [None req-5ef9af0b-b7ea-4cae-87cc-1a6262d77f24 None None] GET http://10.180.1.21/volume// [ 987.476383] [55398]: DEBUG cinder.api.openstack.wsgi [None req-5ef9af0b-b7ea-4cae-87cc-1a6262d77f24 None None] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 987.476519] [55398]: DEBUG cinder.api.openstack.wsgi [None req-5ef9af0b-b7ea-4cae-87cc-1a6262d77f24 None None] Calling method 'all' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 987.477039] [55398]: INFO cinder.api.openstack.wsgi [None req-5ef9af0b-b7ea-4cae-87cc-1a6262d77f24 None None] http://10.180.1.21/volume// returned with HTTP 300 [ 987.477357] [55398]: [pid: 55398|app: 0|req: 126/258] 10.180.1.21 () {58 vars in 1299 bytes} [Thu Feb 20 18:01:30 2025] GET /volume/ => generated 386 bytes in 2 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) [ 987.481382] [55398]: DEBUG cinder.api.middleware.request_id [req-e8171c60-431c-4385-bd2d-6098e58b4822 req-820e0648-f3e1-4293-b25c-c4b40b9a257e None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 987.484511] [55398]: INFO cinder.api.openstack.wsgi [req-e8171c60-431c-4385-bd2d-6098e58b4822 req-820e0648-f3e1-4293-b25c-c4b40b9a257e tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] POST http://10.180.1.21/volume/v3/attachments [ 987.485183] [55398]: DEBUG cinder.api.openstack.wsgi [req-e8171c60-431c-4385-bd2d-6098e58b4822 req-820e0648-f3e1-4293-b25c-c4b40b9a257e tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Action: 'create', calling method: version_select, body: {"attachment": {"volume_uuid": "996ec8ec-5318-4963-9384-330f1e01190d", "connector": null, "instance_uuid": "85aafadb-81d6-4687-aed1-fbe829e5f95f"}} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 987.495580] [55398]: /opt/stack/data/venv/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. [ 987.495580] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 987.520098] [55398]: INFO cinder.api.openstack.wsgi [req-e8171c60-431c-4385-bd2d-6098e58b4822 req-820e0648-f3e1-4293-b25c-c4b40b9a257e tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] http://10.180.1.21/volume/v3/attachments returned with HTTP 200 [ 987.520703] [55398]: [pid: 55398|app: 0|req: 127/259] 10.180.1.21 () {66 vars in 1474 bytes} [Thu Feb 20 18:01:30 2025] POST /volume/v3/attachments => generated 273 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 987.543299] [55398]: DEBUG cinder.api.middleware.request_id [req-e8171c60-431c-4385-bd2d-6098e58b4822 req-eaa05ce8-3cb9-4716-b3d3-7f4cde053972 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 987.545626] [55398]: INFO cinder.api.openstack.wsgi [req-e8171c60-431c-4385-bd2d-6098e58b4822 req-eaa05ce8-3cb9-4716-b3d3-7f4cde053972 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] POST http://10.180.1.21/volume/v3/attachments/ec214d8b-a579-41a9-8205-e58ea8474d64/action [ 987.546252] [55398]: DEBUG cinder.api.openstack.wsgi [req-e8171c60-431c-4385-bd2d-6098e58b4822 req-eaa05ce8-3cb9-4716-b3d3-7f4cde053972 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Action body: b'{"os-complete": null}' {{(pid=55398) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} [ 987.546498] [55398]: DEBUG cinder.api.openstack.wsgi [req-e8171c60-431c-4385-bd2d-6098e58b4822 req-eaa05ce8-3cb9-4716-b3d3-7f4cde053972 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Action: 'action', calling method: complete, body: {"os-complete": null} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 987.569346] [55398]: /opt/stack/data/venv/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. [ 987.569346] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 987.576158] [55398]: INFO cinder.api.openstack.wsgi [req-e8171c60-431c-4385-bd2d-6098e58b4822 req-eaa05ce8-3cb9-4716-b3d3-7f4cde053972 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] http://10.180.1.21/volume/v3/attachments/ec214d8b-a579-41a9-8205-e58ea8474d64/action returned with HTTP 204 [ 987.576798] [55398]: [pid: 55398|app: 0|req: 128/260] 10.180.1.21 () {66 vars in 1605 bytes} [Thu Feb 20 18:01:30 2025] POST /volume/v3/attachments/ec214d8b-a579-41a9-8205-e58ea8474d64/action => generated 0 bytes in 34 msecs (HTTP/1.1 204) 7 headers in 292 bytes (1 switches on core 0) [ 987.597651] [55398]: DEBUG cinder.api.middleware.request_id [None req-dd3fa02f-3fba-42b4-9de8-30b890c44c7d None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 987.601373] [55398]: INFO cinder.api.openstack.wsgi [None req-dd3fa02f-3fba-42b4-9de8-30b890c44c7d tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] GET http://10.180.1.21/volume/v3/volumes/996ec8ec-5318-4963-9384-330f1e01190d [ 987.601772] [55398]: DEBUG cinder.api.openstack.wsgi [None req-dd3fa02f-3fba-42b4-9de8-30b890c44c7d tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 987.602415] [55398]: DEBUG cinder.api.openstack.wsgi [None req-dd3fa02f-3fba-42b4-9de8-30b890c44c7d tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 987.613337] [55398]: /opt/stack/data/venv/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. [ 987.613337] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 987.617664] [55398]: INFO cinder.volume.api [None req-dd3fa02f-3fba-42b4-9de8-30b890c44c7d tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Volume info retrieved successfully. [ 987.622670] [55398]: INFO cinder.api.openstack.wsgi [None req-dd3fa02f-3fba-42b4-9de8-30b890c44c7d tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] http://10.180.1.21/volume/v3/volumes/996ec8ec-5318-4963-9384-330f1e01190d returned with HTTP 200 [ 987.623411] [55398]: [pid: 55398|app: 0|req: 129/261] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:01:30 2025] GET /volume/v3/volumes/996ec8ec-5318-4963-9384-330f1e01190d => generated 1111 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 987.634246] [55398]: DEBUG cinder.api.middleware.request_id [None req-2ee8e321-8c54-4db7-bc1c-001c8cc6419b None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 987.635884] [55398]: INFO cinder.api.openstack.wsgi [None req-2ee8e321-8c54-4db7-bc1c-001c8cc6419b tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] GET http://10.180.1.21/volume/v3/volumes/996ec8ec-5318-4963-9384-330f1e01190d [ 987.636280] [55398]: DEBUG cinder.api.openstack.wsgi [None req-2ee8e321-8c54-4db7-bc1c-001c8cc6419b tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 987.636605] [55398]: DEBUG cinder.api.openstack.wsgi [None req-2ee8e321-8c54-4db7-bc1c-001c8cc6419b tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 987.649488] [55398]: /opt/stack/data/venv/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. [ 987.649488] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 987.652949] [55398]: INFO cinder.volume.api [None req-2ee8e321-8c54-4db7-bc1c-001c8cc6419b tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Volume info retrieved successfully. [ 987.658189] [55398]: INFO cinder.api.openstack.wsgi [None req-2ee8e321-8c54-4db7-bc1c-001c8cc6419b tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] http://10.180.1.21/volume/v3/volumes/996ec8ec-5318-4963-9384-330f1e01190d returned with HTTP 200 [ 987.658722] [55398]: [pid: 55398|app: 0|req: 130/262] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:01:30 2025] GET /volume/v3/volumes/996ec8ec-5318-4963-9384-330f1e01190d => generated 1111 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) [ 988.435140] [55398]: DEBUG cinder.api.middleware.request_id [None req-1f9efd05-0f28-4dc9-b3d1-df2ca9a40a12 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 988.440227] [55398]: INFO cinder.api.openstack.wsgi [None req-1f9efd05-0f28-4dc9-b3d1-df2ca9a40a12 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] GET http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a [ 988.440227] [55398]: DEBUG cinder.api.openstack.wsgi [None req-1f9efd05-0f28-4dc9-b3d1-df2ca9a40a12 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 988.440227] [55398]: DEBUG cinder.api.openstack.wsgi [None req-1f9efd05-0f28-4dc9-b3d1-df2ca9a40a12 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 988.458140] [55398]: /opt/stack/data/venv/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. [ 988.458140] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 988.463867] [55398]: INFO cinder.volume.api [None req-1f9efd05-0f28-4dc9-b3d1-df2ca9a40a12 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Volume info retrieved successfully. [ 988.472141] [55398]: INFO cinder.api.openstack.wsgi [None req-1f9efd05-0f28-4dc9-b3d1-df2ca9a40a12 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a returned with HTTP 200 [ 988.472741] [55398]: [pid: 55398|app: 0|req: 131/263] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:01:31 2025] GET /volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a => generated 849 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) [ 989.486212] [55398]: DEBUG cinder.api.middleware.request_id [None req-4bf93c77-e66a-4184-9a70-42b3c2d117de None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 989.488981] [55398]: INFO cinder.api.openstack.wsgi [None req-4bf93c77-e66a-4184-9a70-42b3c2d117de tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] GET http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a [ 989.489235] [55398]: DEBUG cinder.api.openstack.wsgi [None req-4bf93c77-e66a-4184-9a70-42b3c2d117de tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 989.489463] [55398]: DEBUG cinder.api.openstack.wsgi [None req-4bf93c77-e66a-4184-9a70-42b3c2d117de tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 989.506751] [55398]: /opt/stack/data/venv/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. [ 989.506751] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 989.516343] [55398]: INFO cinder.volume.api [None req-4bf93c77-e66a-4184-9a70-42b3c2d117de tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Volume info retrieved successfully. [ 989.521522] [55398]: INFO cinder.api.openstack.wsgi [None req-4bf93c77-e66a-4184-9a70-42b3c2d117de tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a returned with HTTP 200 [ 989.521942] [55398]: [pid: 55398|app: 0|req: 132/264] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:01:32 2025] GET /volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a => generated 849 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 990.432616] [55397]: DEBUG cinder.coordination [req-a5eede3f-5eda-4dbb-8c63-064af2d03d0d req-7e874955-f01c-4d79-b50a-23f45090a09e tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Lock "cinder-attachment_update-fff41433-1dbe-4075-9b8b-6bae1342802a-vc1.osci.c.eu-de-1.cloud.sap" released by "attachment_update" :: held 4.526s {{(pid=55397) __release /opt/stack/cinder/cinder/coordination.py:157}} [ 990.432977] [55397]: INFO cinder.api.openstack.wsgi [req-a5eede3f-5eda-4dbb-8c63-064af2d03d0d req-7e874955-f01c-4d79-b50a-23f45090a09e tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] http://10.180.1.21/volume/v3/attachments/02066e67-c552-43bb-97a7-ad5fb5576827 returned with HTTP 200 [ 990.433778] [55397]: [pid: 55397|app: 0|req: 133/265] 10.180.1.21 () {66 vars in 1584 bytes} [Thu Feb 20 18:01:28 2025] PUT /volume/v3/attachments/02066e67-c552-43bb-97a7-ad5fb5576827 => generated 617 bytes in 4545 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 990.531384] [55398]: DEBUG cinder.api.middleware.request_id [None req-a040433b-a9c1-4468-bfa0-9b99fb478529 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 990.533669] [55398]: INFO cinder.api.openstack.wsgi [None req-a040433b-a9c1-4468-bfa0-9b99fb478529 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] GET http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a [ 990.533949] [55398]: DEBUG cinder.api.openstack.wsgi [None req-a040433b-a9c1-4468-bfa0-9b99fb478529 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 990.534460] [55398]: DEBUG cinder.api.openstack.wsgi [None req-a040433b-a9c1-4468-bfa0-9b99fb478529 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 990.546711] [55398]: /opt/stack/data/venv/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. [ 990.546711] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 990.550151] [55398]: INFO cinder.volume.api [None req-a040433b-a9c1-4468-bfa0-9b99fb478529 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Volume info retrieved successfully. [ 990.556293] [55398]: INFO cinder.api.openstack.wsgi [None req-a040433b-a9c1-4468-bfa0-9b99fb478529 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a returned with HTTP 200 [ 990.556735] [55398]: [pid: 55398|app: 0|req: 133/266] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:01:33 2025] GET /volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a => generated 850 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 991.567238] [55397]: DEBUG cinder.api.middleware.request_id [None req-039a9957-ecf0-4014-8f47-2295e43ce352 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 991.574185] [55397]: INFO cinder.api.openstack.wsgi [None req-039a9957-ecf0-4014-8f47-2295e43ce352 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] GET http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a [ 991.574462] [55397]: DEBUG cinder.api.openstack.wsgi [None req-039a9957-ecf0-4014-8f47-2295e43ce352 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 991.574692] [55397]: DEBUG cinder.api.openstack.wsgi [None req-039a9957-ecf0-4014-8f47-2295e43ce352 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 991.590937] [55397]: /opt/stack/data/venv/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. [ 991.590937] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 991.595022] [55397]: INFO cinder.volume.api [None req-039a9957-ecf0-4014-8f47-2295e43ce352 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Volume info retrieved successfully. [ 991.601085] [55397]: INFO cinder.api.openstack.wsgi [None req-039a9957-ecf0-4014-8f47-2295e43ce352 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a returned with HTTP 200 [ 991.601085] [55397]: [pid: 55397|app: 0|req: 134/267] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:01:34 2025] GET /volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a => generated 850 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 992.563420] [55398]: DEBUG cinder.api.middleware.request_id [req-a5eede3f-5eda-4dbb-8c63-064af2d03d0d req-6e9e55b4-467c-4ac9-812f-0d70a682465e None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 992.566687] [55398]: INFO cinder.api.openstack.wsgi [req-a5eede3f-5eda-4dbb-8c63-064af2d03d0d req-6e9e55b4-467c-4ac9-812f-0d70a682465e tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] POST http://10.180.1.21/volume/v3/attachments/02066e67-c552-43bb-97a7-ad5fb5576827/action [ 992.567196] [55398]: DEBUG cinder.api.openstack.wsgi [req-a5eede3f-5eda-4dbb-8c63-064af2d03d0d req-6e9e55b4-467c-4ac9-812f-0d70a682465e tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Action body: b'{"os-complete": null}' {{(pid=55398) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} [ 992.567335] [55398]: DEBUG cinder.api.openstack.wsgi [req-a5eede3f-5eda-4dbb-8c63-064af2d03d0d req-6e9e55b4-467c-4ac9-812f-0d70a682465e tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Action: 'action', calling method: complete, body: {"os-complete": null} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 992.596964] [55398]: /opt/stack/data/venv/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. [ 992.596964] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 992.610448] [55398]: INFO cinder.api.openstack.wsgi [req-a5eede3f-5eda-4dbb-8c63-064af2d03d0d req-6e9e55b4-467c-4ac9-812f-0d70a682465e tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] http://10.180.1.21/volume/v3/attachments/02066e67-c552-43bb-97a7-ad5fb5576827/action returned with HTTP 204 [ 992.610927] [55398]: [pid: 55398|app: 0|req: 134/268] 10.180.1.21 () {66 vars in 1605 bytes} [Thu Feb 20 18:01:35 2025] POST /volume/v3/attachments/02066e67-c552-43bb-97a7-ad5fb5576827/action => generated 0 bytes in 48 msecs (HTTP/1.1 204) 7 headers in 292 bytes (1 switches on core 0) [ 992.613254] [55397]: DEBUG cinder.api.middleware.request_id [None req-1c4f0946-9260-4977-8e7b-5f19e64896f6 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 992.619308] [55397]: INFO cinder.api.openstack.wsgi [None req-1c4f0946-9260-4977-8e7b-5f19e64896f6 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] GET http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a [ 992.619308] [55397]: DEBUG cinder.api.openstack.wsgi [None req-1c4f0946-9260-4977-8e7b-5f19e64896f6 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 992.619308] [55397]: DEBUG cinder.api.openstack.wsgi [None req-1c4f0946-9260-4977-8e7b-5f19e64896f6 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 992.627941] [55397]: /opt/stack/data/venv/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. [ 992.627941] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 992.631940] [55397]: INFO cinder.volume.api [None req-1c4f0946-9260-4977-8e7b-5f19e64896f6 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Volume info retrieved successfully. [ 992.639828] [55397]: INFO cinder.api.openstack.wsgi [None req-1c4f0946-9260-4977-8e7b-5f19e64896f6 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a returned with HTTP 200 [ 992.640401] [55397]: [pid: 55397|app: 0|req: 135/269] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:01:35 2025] GET /volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a => generated 1142 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 992.655254] [55398]: DEBUG cinder.api.middleware.request_id [None req-1753c1ca-2b2a-432b-8eb3-61942efa90b8 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 992.657637] [55398]: INFO cinder.api.openstack.wsgi [None req-1753c1ca-2b2a-432b-8eb3-61942efa90b8 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] GET http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a [ 992.657813] [55398]: DEBUG cinder.api.openstack.wsgi [None req-1753c1ca-2b2a-432b-8eb3-61942efa90b8 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 992.658052] [55398]: DEBUG cinder.api.openstack.wsgi [None req-1753c1ca-2b2a-432b-8eb3-61942efa90b8 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 992.669263] [55398]: /opt/stack/data/venv/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. [ 992.669263] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 992.673797] [55398]: INFO cinder.volume.api [None req-1753c1ca-2b2a-432b-8eb3-61942efa90b8 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Volume info retrieved successfully. [ 992.704607] [55398]: INFO cinder.api.openstack.wsgi [None req-1753c1ca-2b2a-432b-8eb3-61942efa90b8 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a returned with HTTP 200 [ 992.704607] [55398]: [pid: 55398|app: 0|req: 135/270] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:01:35 2025] GET /volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a => generated 1142 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 994.211352] [55397]: DEBUG cinder.api.middleware.request_id [None req-065d27c8-8974-4eb8-9d9c-893bd6e340c8 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 994.212280] [55397]: INFO cinder.api.openstack.wsgi [None req-065d27c8-8974-4eb8-9d9c-893bd6e340c8 None None] GET http://10.180.1.21/volume// [ 994.212436] [55397]: DEBUG cinder.api.openstack.wsgi [None req-065d27c8-8974-4eb8-9d9c-893bd6e340c8 None None] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 994.212808] [55397]: DEBUG cinder.api.openstack.wsgi [None req-065d27c8-8974-4eb8-9d9c-893bd6e340c8 None None] Calling method 'all' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 994.213686] [55397]: INFO cinder.api.openstack.wsgi [None req-065d27c8-8974-4eb8-9d9c-893bd6e340c8 None None] http://10.180.1.21/volume// returned with HTTP 300 [ 994.214265] [55397]: [pid: 55397|app: 0|req: 136/271] 10.180.1.21 () {58 vars in 1306 bytes} [Thu Feb 20 18:01:37 2025] GET /volume/ => generated 386 bytes in 3 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) [ 994.218024] [55398]: DEBUG cinder.api.middleware.request_id [req-f9a982f3-cd3d-42a6-b07f-e8c7604311ee req-40310ba6-40f1-4eeb-917d-b28622d7e68b None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 994.220394] [55398]: INFO cinder.api.openstack.wsgi [req-f9a982f3-cd3d-42a6-b07f-e8c7604311ee req-40310ba6-40f1-4eeb-917d-b28622d7e68b tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] GET http://10.180.1.21/volume/v3/volumes/996ec8ec-5318-4963-9384-330f1e01190d [ 994.220645] [55398]: DEBUG cinder.api.openstack.wsgi [req-f9a982f3-cd3d-42a6-b07f-e8c7604311ee req-40310ba6-40f1-4eeb-917d-b28622d7e68b tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 994.220872] [55398]: DEBUG cinder.api.openstack.wsgi [req-f9a982f3-cd3d-42a6-b07f-e8c7604311ee req-40310ba6-40f1-4eeb-917d-b28622d7e68b tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 994.237582] [55398]: /opt/stack/data/venv/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. [ 994.237582] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 994.242427] [55398]: INFO cinder.volume.api [req-f9a982f3-cd3d-42a6-b07f-e8c7604311ee req-40310ba6-40f1-4eeb-917d-b28622d7e68b tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Volume info retrieved successfully. [ 994.248727] [55398]: INFO cinder.api.openstack.wsgi [req-f9a982f3-cd3d-42a6-b07f-e8c7604311ee req-40310ba6-40f1-4eeb-917d-b28622d7e68b tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] http://10.180.1.21/volume/v3/volumes/996ec8ec-5318-4963-9384-330f1e01190d returned with HTTP 200 [ 994.249164] [55398]: [pid: 55398|app: 0|req: 136/272] 10.180.1.21 () {62 vars in 1519 bytes} [Thu Feb 20 18:01:37 2025] GET /volume/v3/volumes/996ec8ec-5318-4963-9384-330f1e01190d => generated 1292 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) [ 994.343192] [55397]: DEBUG cinder.api.middleware.request_id [req-32f1703d-6f07-46ed-86d8-68f7aa481601 req-a1daae7e-6aee-4697-890c-a89fb6e4effe None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 994.345532] [55397]: INFO cinder.api.openstack.wsgi [req-32f1703d-6f07-46ed-86d8-68f7aa481601 req-a1daae7e-6aee-4697-890c-a89fb6e4effe tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] GET http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a [ 994.345753] [55397]: DEBUG cinder.api.openstack.wsgi [req-32f1703d-6f07-46ed-86d8-68f7aa481601 req-a1daae7e-6aee-4697-890c-a89fb6e4effe tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 994.345960] [55397]: DEBUG cinder.api.openstack.wsgi [req-32f1703d-6f07-46ed-86d8-68f7aa481601 req-a1daae7e-6aee-4697-890c-a89fb6e4effe tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 994.355555] [55397]: /opt/stack/data/venv/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. [ 994.355555] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 994.358710] [55397]: INFO cinder.volume.api [req-32f1703d-6f07-46ed-86d8-68f7aa481601 req-a1daae7e-6aee-4697-890c-a89fb6e4effe tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Volume info retrieved successfully. [ 994.362822] [55397]: INFO cinder.api.openstack.wsgi [req-32f1703d-6f07-46ed-86d8-68f7aa481601 req-a1daae7e-6aee-4697-890c-a89fb6e4effe tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a returned with HTTP 200 [ 994.362961] [55398]: DEBUG cinder.api.middleware.request_id [req-f9a982f3-cd3d-42a6-b07f-e8c7604311ee req-1d9eaa2a-b2e1-4787-87d9-a3938a381015 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 994.363227] [55397]: [pid: 55397|app: 0|req: 137/273] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 18:01:37 2025] GET /volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a => generated 1142 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 994.366384] [55398]: INFO cinder.api.openstack.wsgi [req-f9a982f3-cd3d-42a6-b07f-e8c7604311ee req-1d9eaa2a-b2e1-4787-87d9-a3938a381015 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] PUT http://10.180.1.21/volume/v3/attachments/ec214d8b-a579-41a9-8205-e58ea8474d64 [ 994.367089] [55398]: DEBUG cinder.api.openstack.wsgi [req-f9a982f3-cd3d-42a6-b07f-e8c7604311ee req-1d9eaa2a-b2e1-4787-87d9-a3938a381015 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Action: 'update', calling method: version_select, body: {"attachment": {"connector": {"ip": "vc1.osci.c.eu-de-1.cloud.sap", "initiator": null, "host": "vc1.osci.c.eu-de-1.cloud.sap", "mountpoint": "/dev/sdb"}}} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 994.378815] [55398]: DEBUG cinder.coordination [req-f9a982f3-cd3d-42a6-b07f-e8c7604311ee req-1d9eaa2a-b2e1-4787-87d9-a3938a381015 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Acquiring lock "cinder-attachment_update-996ec8ec-5318-4963-9384-330f1e01190d-vc1.osci.c.eu-de-1.cloud.sap" by "attachment_update" {{(pid=55398) __acquire /opt/stack/cinder/cinder/coordination.py:143}} [ 994.385625] [55398]: DEBUG cinder.coordination [req-f9a982f3-cd3d-42a6-b07f-e8c7604311ee req-1d9eaa2a-b2e1-4787-87d9-a3938a381015 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Lock "cinder-attachment_update-996ec8ec-5318-4963-9384-330f1e01190d-vc1.osci.c.eu-de-1.cloud.sap" acquired by "attachment_update" :: waited 0.007s {{(pid=55398) __acquire /opt/stack/cinder/cinder/coordination.py:146}} [ 994.387802] [55398]: /opt/stack/data/venv/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. [ 994.387802] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 999.422383] [55398]: DEBUG cinder.coordination [req-f9a982f3-cd3d-42a6-b07f-e8c7604311ee req-1d9eaa2a-b2e1-4787-87d9-a3938a381015 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Lock "cinder-attachment_update-996ec8ec-5318-4963-9384-330f1e01190d-vc1.osci.c.eu-de-1.cloud.sap" released by "attachment_update" :: held 5.037s {{(pid=55398) __release /opt/stack/cinder/cinder/coordination.py:157}} [ 999.422974] [55398]: INFO cinder.api.openstack.wsgi [req-f9a982f3-cd3d-42a6-b07f-e8c7604311ee req-1d9eaa2a-b2e1-4787-87d9-a3938a381015 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] http://10.180.1.21/volume/v3/attachments/ec214d8b-a579-41a9-8205-e58ea8474d64 returned with HTTP 200 [ 999.423484] [55398]: [pid: 55398|app: 0|req: 137/274] 10.180.1.21 () {66 vars in 1584 bytes} [Thu Feb 20 18:01:37 2025] PUT /volume/v3/attachments/ec214d8b-a579-41a9-8205-e58ea8474d64 => generated 617 bytes in 5061 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 999.931558] [55397]: DEBUG cinder.api.middleware.request_id [req-f9a982f3-cd3d-42a6-b07f-e8c7604311ee req-e7572501-8ce1-43c5-a4d9-1f0f12a4af91 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 999.934513] [55397]: INFO cinder.api.openstack.wsgi [req-f9a982f3-cd3d-42a6-b07f-e8c7604311ee req-e7572501-8ce1-43c5-a4d9-1f0f12a4af91 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] POST http://10.180.1.21/volume/v3/attachments/ec214d8b-a579-41a9-8205-e58ea8474d64/action [ 999.934982] [55397]: DEBUG cinder.api.openstack.wsgi [req-f9a982f3-cd3d-42a6-b07f-e8c7604311ee req-e7572501-8ce1-43c5-a4d9-1f0f12a4af91 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Action body: b'{"os-complete": null}' {{(pid=55397) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} [ 999.935174] [55397]: DEBUG cinder.api.openstack.wsgi [req-f9a982f3-cd3d-42a6-b07f-e8c7604311ee req-e7572501-8ce1-43c5-a4d9-1f0f12a4af91 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Action: 'action', calling method: complete, body: {"os-complete": null} {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 999.955116] [55397]: /opt/stack/data/venv/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. [ 999.955116] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 999.965388] [55397]: INFO cinder.api.openstack.wsgi [req-f9a982f3-cd3d-42a6-b07f-e8c7604311ee req-e7572501-8ce1-43c5-a4d9-1f0f12a4af91 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] http://10.180.1.21/volume/v3/attachments/ec214d8b-a579-41a9-8205-e58ea8474d64/action returned with HTTP 204 [ 999.966231] [55397]: [pid: 55397|app: 0|req: 138/275] 10.180.1.21 () {66 vars in 1605 bytes} [Thu Feb 20 18:01:42 2025] POST /volume/v3/attachments/ec214d8b-a579-41a9-8205-e58ea8474d64/action => generated 0 bytes in 35 msecs (HTTP/1.1 204) 7 headers in 292 bytes (1 switches on core 0) [ 1003.956224] [55398]: DEBUG cinder.api.middleware.request_id [req-a293f2c0-08dc-4dd3-81b3-0d0aeed70142 req-0686c5ca-bdad-458a-b33c-cc8914ff9b77 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1003.960645] [55398]: INFO cinder.api.openstack.wsgi [req-a293f2c0-08dc-4dd3-81b3-0d0aeed70142 req-0686c5ca-bdad-458a-b33c-cc8914ff9b77 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] GET http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a [ 1003.960645] [55398]: DEBUG cinder.api.openstack.wsgi [req-a293f2c0-08dc-4dd3-81b3-0d0aeed70142 req-0686c5ca-bdad-458a-b33c-cc8914ff9b77 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1003.960645] [55398]: DEBUG cinder.api.openstack.wsgi [req-a293f2c0-08dc-4dd3-81b3-0d0aeed70142 req-0686c5ca-bdad-458a-b33c-cc8914ff9b77 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1003.980296] [55398]: /opt/stack/data/venv/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. [ 1003.980296] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1003.984916] [55398]: INFO cinder.volume.api [req-a293f2c0-08dc-4dd3-81b3-0d0aeed70142 req-0686c5ca-bdad-458a-b33c-cc8914ff9b77 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Volume info retrieved successfully. [ 1003.995146] [55398]: INFO cinder.api.openstack.wsgi [req-a293f2c0-08dc-4dd3-81b3-0d0aeed70142 req-0686c5ca-bdad-458a-b33c-cc8914ff9b77 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a returned with HTTP 200 [ 1003.995642] [55398]: [pid: 55398|app: 0|req: 138/276] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 18:01:46 2025] GET /volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a => generated 1142 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1009.963833] [55397]: DEBUG dbcounter [-] [55397] Writing DB stats cinder:SELECT=112,cinder:INSERT=13,cinder:UPDATE=23 {{(pid=55397) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} [ 1013.987944] [55398]: DEBUG dbcounter [-] [55398] Writing DB stats cinder:SELECT=160,cinder:UPDATE=14,cinder:INSERT=1 {{(pid=55398) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} [ 1024.236640] [55397]: DEBUG cinder.api.middleware.request_id [None req-3cf5c15c-5d4f-4e2a-9ff3-87f078260c38 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1024.239025] [55397]: INFO cinder.api.openstack.wsgi [None req-3cf5c15c-5d4f-4e2a-9ff3-87f078260c38 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] DELETE http://10.180.1.21/volume/v3/volumes/fba4637f-86be-4eb0-bcf9-ad64363539bf [ 1024.239949] [55397]: DEBUG cinder.api.openstack.wsgi [None req-3cf5c15c-5d4f-4e2a-9ff3-87f078260c38 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1024.240136] [55397]: DEBUG cinder.api.openstack.wsgi [None req-3cf5c15c-5d4f-4e2a-9ff3-87f078260c38 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Calling method 'delete' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1024.240408] [55397]: INFO cinder.api.v3.volumes [None req-3cf5c15c-5d4f-4e2a-9ff3-87f078260c38 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Delete volume with id: fba4637f-86be-4eb0-bcf9-ad64363539bf [ 1024.252538] [55397]: /opt/stack/data/venv/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. [ 1024.252538] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1024.252786] [55397]: INFO cinder.volume.api [None req-3cf5c15c-5d4f-4e2a-9ff3-87f078260c38 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Volume info retrieved successfully. [ 1024.274604] [55397]: INFO cinder.volume.api [None req-3cf5c15c-5d4f-4e2a-9ff3-87f078260c38 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Delete volume request issued successfully. [ 1024.274832] [55397]: INFO cinder.api.openstack.wsgi [None req-3cf5c15c-5d4f-4e2a-9ff3-87f078260c38 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] http://10.180.1.21/volume/v3/volumes/fba4637f-86be-4eb0-bcf9-ad64363539bf returned with HTTP 202 [ 1024.275299] [55397]: [pid: 55397|app: 0|req: 139/277] 10.180.1.21 () {58 vars in 1228 bytes} [Thu Feb 20 18:02:07 2025] DELETE /volume/v3/volumes/fba4637f-86be-4eb0-bcf9-ad64363539bf => generated 0 bytes in 39 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) [ 1024.278499] [55398]: DEBUG cinder.api.middleware.request_id [None req-97fd0f86-26aa-4d15-b6dc-635421846f59 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1024.280537] [55398]: INFO cinder.api.openstack.wsgi [None req-97fd0f86-26aa-4d15-b6dc-635421846f59 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] GET http://10.180.1.21/volume/v3/volumes/fba4637f-86be-4eb0-bcf9-ad64363539bf [ 1024.280777] [55398]: DEBUG cinder.api.openstack.wsgi [None req-97fd0f86-26aa-4d15-b6dc-635421846f59 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1024.280983] [55398]: DEBUG cinder.api.openstack.wsgi [None req-97fd0f86-26aa-4d15-b6dc-635421846f59 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1024.289340] [55398]: /opt/stack/data/venv/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. [ 1024.289340] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1024.293823] [55398]: INFO cinder.volume.api [None req-97fd0f86-26aa-4d15-b6dc-635421846f59 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Volume info retrieved successfully. [ 1024.299914] [55398]: INFO cinder.api.openstack.wsgi [None req-97fd0f86-26aa-4d15-b6dc-635421846f59 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] http://10.180.1.21/volume/v3/volumes/fba4637f-86be-4eb0-bcf9-ad64363539bf returned with HTTP 200 [ 1024.300349] [55398]: [pid: 55398|app: 0|req: 139/278] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:02:07 2025] GET /volume/v3/volumes/fba4637f-86be-4eb0-bcf9-ad64363539bf => generated 844 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1024.893417] [55397]: DEBUG cinder.api.middleware.request_id [req-157c2517-bc4f-4d1a-a9d4-5e747f02f591 req-d8211cec-93bd-4640-ab3b-2604a7e9034d None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1024.896504] [55397]: INFO cinder.api.openstack.wsgi [req-157c2517-bc4f-4d1a-a9d4-5e747f02f591 req-d8211cec-93bd-4640-ab3b-2604a7e9034d tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 [ 1024.896766] [55397]: DEBUG cinder.api.openstack.wsgi [req-157c2517-bc4f-4d1a-a9d4-5e747f02f591 req-d8211cec-93bd-4640-ab3b-2604a7e9034d tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1024.897138] [55397]: DEBUG cinder.api.openstack.wsgi [req-157c2517-bc4f-4d1a-a9d4-5e747f02f591 req-d8211cec-93bd-4640-ab3b-2604a7e9034d tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1024.917374] [55397]: /opt/stack/data/venv/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. [ 1024.917374] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1024.923046] [55397]: INFO cinder.volume.api [req-157c2517-bc4f-4d1a-a9d4-5e747f02f591 req-d8211cec-93bd-4640-ab3b-2604a7e9034d tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1024.929439] [55397]: INFO cinder.api.openstack.wsgi [req-157c2517-bc4f-4d1a-a9d4-5e747f02f591 req-d8211cec-93bd-4640-ab3b-2604a7e9034d tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 returned with HTTP 200 [ 1024.930118] [55397]: [pid: 55397|app: 0|req: 140/279] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 18:02:07 2025] GET /volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 => generated 1138 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1025.310129] [55398]: DEBUG cinder.api.middleware.request_id [None req-641ee1d7-1318-4f4e-94db-6dfb67cd4d5f None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1025.314633] [55398]: INFO cinder.api.openstack.wsgi [None req-641ee1d7-1318-4f4e-94db-6dfb67cd4d5f tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] GET http://10.180.1.21/volume/v3/volumes/fba4637f-86be-4eb0-bcf9-ad64363539bf [ 1025.315094] [55398]: DEBUG cinder.api.openstack.wsgi [None req-641ee1d7-1318-4f4e-94db-6dfb67cd4d5f tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1025.317407] [55398]: DEBUG cinder.api.openstack.wsgi [None req-641ee1d7-1318-4f4e-94db-6dfb67cd4d5f tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1025.330022] [55398]: INFO cinder.api.openstack.wsgi [None req-641ee1d7-1318-4f4e-94db-6dfb67cd4d5f tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] http://10.180.1.21/volume/v3/volumes/fba4637f-86be-4eb0-bcf9-ad64363539bf returned with HTTP 404 [ 1025.330022] [55398]: [pid: 55398|app: 0|req: 140/280] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:02:08 2025] GET /volume/v3/volumes/fba4637f-86be-4eb0-bcf9-ad64363539bf => generated 109 bytes in 19 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) [ 1025.334179] [55397]: DEBUG cinder.api.middleware.request_id [None req-348f4fa7-3f7d-4386-be67-cf7551ec943e None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1025.337840] [55397]: INFO cinder.api.openstack.wsgi [None req-348f4fa7-3f7d-4386-be67-cf7551ec943e tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] DELETE http://10.180.1.21/volume/v3/volumes/3f4b15dd-5172-4cc9-a110-3cca296c4bfe [ 1025.338020] [55397]: DEBUG cinder.api.openstack.wsgi [None req-348f4fa7-3f7d-4386-be67-cf7551ec943e tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1025.338120] [55397]: DEBUG cinder.api.openstack.wsgi [None req-348f4fa7-3f7d-4386-be67-cf7551ec943e tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Calling method 'delete' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1025.338296] [55397]: INFO cinder.api.v3.volumes [None req-348f4fa7-3f7d-4386-be67-cf7551ec943e tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Delete volume with id: 3f4b15dd-5172-4cc9-a110-3cca296c4bfe [ 1025.353598] [55397]: /opt/stack/data/venv/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. [ 1025.353598] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1025.354211] [55397]: INFO cinder.volume.api [None req-348f4fa7-3f7d-4386-be67-cf7551ec943e tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Volume info retrieved successfully. [ 1025.383435] [55397]: INFO cinder.volume.api [None req-348f4fa7-3f7d-4386-be67-cf7551ec943e tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Delete volume request issued successfully. [ 1025.383435] [55397]: INFO cinder.api.openstack.wsgi [None req-348f4fa7-3f7d-4386-be67-cf7551ec943e tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] http://10.180.1.21/volume/v3/volumes/3f4b15dd-5172-4cc9-a110-3cca296c4bfe returned with HTTP 202 [ 1025.383968] [55397]: [pid: 55397|app: 0|req: 141/281] 10.180.1.21 () {58 vars in 1228 bytes} [Thu Feb 20 18:02:08 2025] DELETE /volume/v3/volumes/3f4b15dd-5172-4cc9-a110-3cca296c4bfe => generated 0 bytes in 50 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) [ 1025.387454] [55398]: DEBUG cinder.api.middleware.request_id [None req-84a9696f-6f56-4032-a2d8-5ff17f408c8f None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1025.395114] [55398]: INFO cinder.api.openstack.wsgi [None req-84a9696f-6f56-4032-a2d8-5ff17f408c8f tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] GET http://10.180.1.21/volume/v3/volumes/3f4b15dd-5172-4cc9-a110-3cca296c4bfe [ 1025.395114] [55398]: DEBUG cinder.api.openstack.wsgi [None req-84a9696f-6f56-4032-a2d8-5ff17f408c8f tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1025.395114] [55398]: DEBUG cinder.api.openstack.wsgi [None req-84a9696f-6f56-4032-a2d8-5ff17f408c8f tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1025.406521] [55398]: /opt/stack/data/venv/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. [ 1025.406521] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1025.411097] [55398]: INFO cinder.volume.api [None req-84a9696f-6f56-4032-a2d8-5ff17f408c8f tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Volume info retrieved successfully. [ 1025.417081] [55398]: INFO cinder.api.openstack.wsgi [None req-84a9696f-6f56-4032-a2d8-5ff17f408c8f tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] http://10.180.1.21/volume/v3/volumes/3f4b15dd-5172-4cc9-a110-3cca296c4bfe returned with HTTP 200 [ 1025.417657] [55398]: [pid: 55398|app: 0|req: 141/282] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:02:08 2025] GET /volume/v3/volumes/3f4b15dd-5172-4cc9-a110-3cca296c4bfe => generated 845 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1026.437348] [55397]: DEBUG cinder.api.middleware.request_id [None req-17575f00-6576-4ea8-a7c1-8b8a454b3653 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1026.439458] [55397]: INFO cinder.api.openstack.wsgi [None req-17575f00-6576-4ea8-a7c1-8b8a454b3653 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] GET http://10.180.1.21/volume/v3/volumes/3f4b15dd-5172-4cc9-a110-3cca296c4bfe [ 1026.439713] [55397]: DEBUG cinder.api.openstack.wsgi [None req-17575f00-6576-4ea8-a7c1-8b8a454b3653 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1026.440017] [55397]: DEBUG cinder.api.openstack.wsgi [None req-17575f00-6576-4ea8-a7c1-8b8a454b3653 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1026.450066] [55397]: INFO cinder.api.openstack.wsgi [None req-17575f00-6576-4ea8-a7c1-8b8a454b3653 tempest-ServersNegativeTestJSON-852925760 tempest-ServersNegativeTestJSON-852925760-project-member] http://10.180.1.21/volume/v3/volumes/3f4b15dd-5172-4cc9-a110-3cca296c4bfe returned with HTTP 404 [ 1026.450066] [55397]: [pid: 55397|app: 0|req: 142/283] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:02:09 2025] GET /volume/v3/volumes/3f4b15dd-5172-4cc9-a110-3cca296c4bfe => generated 109 bytes in 13 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) [ 1026.700282] [55398]: DEBUG cinder.api.middleware.request_id [None req-39dde2c8-a3bb-45c1-aee3-bae9b0fc5798 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1026.705902] [55398]: INFO cinder.api.openstack.wsgi [None req-39dde2c8-a3bb-45c1-aee3-bae9b0fc5798 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] GET http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d [ 1026.705902] [55398]: DEBUG cinder.api.openstack.wsgi [None req-39dde2c8-a3bb-45c1-aee3-bae9b0fc5798 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1026.705902] [55398]: DEBUG cinder.api.openstack.wsgi [None req-39dde2c8-a3bb-45c1-aee3-bae9b0fc5798 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1026.723062] [55398]: /opt/stack/data/venv/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. [ 1026.723062] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1026.729031] [55398]: INFO cinder.volume.api [None req-39dde2c8-a3bb-45c1-aee3-bae9b0fc5798 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Volume info retrieved successfully. [ 1026.734721] [55398]: INFO cinder.api.openstack.wsgi [None req-39dde2c8-a3bb-45c1-aee3-bae9b0fc5798 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d returned with HTTP 200 [ 1026.735135] [55398]: [pid: 55398|app: 0|req: 142/284] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:02:09 2025] GET /volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d => generated 1137 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1027.182117] [55397]: DEBUG cinder.api.middleware.request_id [None req-3b3f1dda-83bb-46ee-9ae2-c37a1e6931d5 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1027.185325] [55397]: INFO cinder.api.openstack.wsgi [None req-3b3f1dda-83bb-46ee-9ae2-c37a1e6931d5 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] GET http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d [ 1027.185628] [55397]: DEBUG cinder.api.openstack.wsgi [None req-3b3f1dda-83bb-46ee-9ae2-c37a1e6931d5 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1027.186276] [55397]: DEBUG cinder.api.openstack.wsgi [None req-3b3f1dda-83bb-46ee-9ae2-c37a1e6931d5 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1027.204632] [55397]: /opt/stack/data/venv/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. [ 1027.204632] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1027.210026] [55397]: INFO cinder.volume.api [None req-3b3f1dda-83bb-46ee-9ae2-c37a1e6931d5 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Volume info retrieved successfully. [ 1027.215916] [55397]: INFO cinder.api.openstack.wsgi [None req-3b3f1dda-83bb-46ee-9ae2-c37a1e6931d5 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d returned with HTTP 200 [ 1027.215916] [55397]: [pid: 55397|app: 0|req: 143/285] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:02:10 2025] GET /volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d => generated 1137 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1027.438777] [55398]: DEBUG cinder.api.middleware.request_id [req-f2e14d1a-0ade-4b1f-a23f-8bb884e7b3df req-f1d38b8a-45a4-4351-9d53-d561ec85af6a None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1027.441850] [55398]: INFO cinder.api.openstack.wsgi [req-f2e14d1a-0ade-4b1f-a23f-8bb884e7b3df req-f1d38b8a-45a4-4351-9d53-d561ec85af6a tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] GET http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d [ 1027.442107] [55398]: DEBUG cinder.api.openstack.wsgi [req-f2e14d1a-0ade-4b1f-a23f-8bb884e7b3df req-f1d38b8a-45a4-4351-9d53-d561ec85af6a tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1027.442341] [55398]: DEBUG cinder.api.openstack.wsgi [req-f2e14d1a-0ade-4b1f-a23f-8bb884e7b3df req-f1d38b8a-45a4-4351-9d53-d561ec85af6a tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1027.453939] [55398]: /opt/stack/data/venv/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. [ 1027.453939] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1027.459581] [55398]: INFO cinder.volume.api [req-f2e14d1a-0ade-4b1f-a23f-8bb884e7b3df req-f1d38b8a-45a4-4351-9d53-d561ec85af6a tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Volume info retrieved successfully. [ 1027.465328] [55398]: INFO cinder.api.openstack.wsgi [req-f2e14d1a-0ade-4b1f-a23f-8bb884e7b3df req-f1d38b8a-45a4-4351-9d53-d561ec85af6a tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d returned with HTTP 200 [ 1027.465814] [55398]: [pid: 55398|app: 0|req: 143/286] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 18:02:10 2025] GET /volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d => generated 1137 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1027.501122] [55397]: DEBUG cinder.api.middleware.request_id [req-f2e14d1a-0ade-4b1f-a23f-8bb884e7b3df req-f787435c-b133-4a64-9009-625ef9910862 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1027.508767] [55397]: INFO cinder.api.openstack.wsgi [req-f2e14d1a-0ade-4b1f-a23f-8bb884e7b3df req-f787435c-b133-4a64-9009-625ef9910862 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] POST http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d/action [ 1027.509514] [55397]: DEBUG cinder.api.openstack.wsgi [req-f2e14d1a-0ade-4b1f-a23f-8bb884e7b3df req-f787435c-b133-4a64-9009-625ef9910862 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Action body: b'{"os-begin_detaching": null}' {{(pid=55397) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} [ 1027.509514] [55397]: DEBUG cinder.api.openstack.wsgi [req-f2e14d1a-0ade-4b1f-a23f-8bb884e7b3df req-f787435c-b133-4a64-9009-625ef9910862 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Action: 'action', calling method: _begin_detaching, body: {"os-begin_detaching": null} {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 1027.523674] [55397]: /opt/stack/data/venv/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. [ 1027.523674] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1027.523933] [55397]: INFO cinder.volume.api [req-f2e14d1a-0ade-4b1f-a23f-8bb884e7b3df req-f787435c-b133-4a64-9009-625ef9910862 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Volume info retrieved successfully. [ 1027.535181] [55397]: INFO cinder.volume.api [req-f2e14d1a-0ade-4b1f-a23f-8bb884e7b3df req-f787435c-b133-4a64-9009-625ef9910862 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Begin detaching volume completed successfully. [ 1027.535181] [55397]: INFO cinder.api.openstack.wsgi [req-f2e14d1a-0ade-4b1f-a23f-8bb884e7b3df req-f787435c-b133-4a64-9009-625ef9910862 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d/action returned with HTTP 202 [ 1027.535181] [55397]: [pid: 55397|app: 0|req: 144/287] 10.180.1.21 () {64 vars in 1552 bytes} [Thu Feb 20 18:02:10 2025] POST /volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d/action => generated 0 bytes in 37 msecs (HTTP/1.1 202) 7 headers in 289 bytes (1 switches on core 0) [ 1027.835800] [55398]: DEBUG cinder.api.middleware.request_id [req-0b092587-9660-410c-9b74-a77157aa502f req-23a30a00-9406-4875-8448-80ca47f9ee8c None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1027.839759] [55398]: INFO cinder.api.openstack.wsgi [req-0b092587-9660-410c-9b74-a77157aa502f req-23a30a00-9406-4875-8448-80ca47f9ee8c tempest-SecurityGroupsTestJSON-350708257 tempest-SecurityGroupsTestJSON-350708257-project-member] GET http://10.180.1.21/volume/v3/attachments?instance_id=b16d85d7-13f3-4be0-8495-2fd2c1476f01 [ 1027.839759] [55398]: DEBUG cinder.api.openstack.wsgi [req-0b092587-9660-410c-9b74-a77157aa502f req-23a30a00-9406-4875-8448-80ca47f9ee8c tempest-SecurityGroupsTestJSON-350708257 tempest-SecurityGroupsTestJSON-350708257-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1027.840020] [55398]: DEBUG cinder.api.openstack.wsgi [req-0b092587-9660-410c-9b74-a77157aa502f req-23a30a00-9406-4875-8448-80ca47f9ee8c tempest-SecurityGroupsTestJSON-350708257 tempest-SecurityGroupsTestJSON-350708257-project-member] Calling method 'version_select' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1027.847182] [55398]: INFO cinder.api.openstack.wsgi [req-0b092587-9660-410c-9b74-a77157aa502f req-23a30a00-9406-4875-8448-80ca47f9ee8c tempest-SecurityGroupsTestJSON-350708257 tempest-SecurityGroupsTestJSON-350708257-project-member] http://10.180.1.21/volume/v3/attachments?instance_id=b16d85d7-13f3-4be0-8495-2fd2c1476f01 returned with HTTP 200 [ 1027.847419] [55398]: [pid: 55398|app: 0|req: 144/288] 10.180.1.21 () {62 vars in 1517 bytes} [Thu Feb 20 18:02:10 2025] GET /volume/v3/attachments?instance_id=b16d85d7-13f3-4be0-8495-2fd2c1476f01 => generated 19 bytes in 13 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1028.567026] [55397]: DEBUG cinder.api.middleware.request_id [None req-dc4a9ec4-ced8-49dc-99df-d1468e5b230f None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1028.567026] [55397]: INFO cinder.api.openstack.wsgi [None req-dc4a9ec4-ced8-49dc-99df-d1468e5b230f None None] GET http://10.180.1.21/volume// [ 1028.567026] [55397]: DEBUG cinder.api.openstack.wsgi [None req-dc4a9ec4-ced8-49dc-99df-d1468e5b230f None None] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1028.567026] [55397]: DEBUG cinder.api.openstack.wsgi [None req-dc4a9ec4-ced8-49dc-99df-d1468e5b230f None None] Calling method 'all' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1028.567026] [55397]: INFO cinder.api.openstack.wsgi [None req-dc4a9ec4-ced8-49dc-99df-d1468e5b230f None None] http://10.180.1.21/volume// returned with HTTP 300 [ 1028.570553] [55397]: [pid: 55397|app: 0|req: 145/289] 10.180.1.21 () {58 vars in 1306 bytes} [Thu Feb 20 18:02:11 2025] GET /volume/ => generated 386 bytes in 5 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) [ 1028.575606] [55398]: DEBUG cinder.api.middleware.request_id [req-f2e14d1a-0ade-4b1f-a23f-8bb884e7b3df req-e35b9b2c-1f5b-4791-973b-6e37f0edf743 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1028.577720] [55398]: INFO cinder.api.openstack.wsgi [req-f2e14d1a-0ade-4b1f-a23f-8bb884e7b3df req-e35b9b2c-1f5b-4791-973b-6e37f0edf743 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] GET http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d [ 1028.578135] [55398]: DEBUG cinder.api.openstack.wsgi [req-f2e14d1a-0ade-4b1f-a23f-8bb884e7b3df req-e35b9b2c-1f5b-4791-973b-6e37f0edf743 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1028.578457] [55398]: DEBUG cinder.api.openstack.wsgi [req-f2e14d1a-0ade-4b1f-a23f-8bb884e7b3df req-e35b9b2c-1f5b-4791-973b-6e37f0edf743 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1028.597212] [55398]: /opt/stack/data/venv/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. [ 1028.597212] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1028.601357] [55398]: INFO cinder.volume.api [req-f2e14d1a-0ade-4b1f-a23f-8bb884e7b3df req-e35b9b2c-1f5b-4791-973b-6e37f0edf743 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Volume info retrieved successfully. [ 1028.606622] [55398]: INFO cinder.api.openstack.wsgi [req-f2e14d1a-0ade-4b1f-a23f-8bb884e7b3df req-e35b9b2c-1f5b-4791-973b-6e37f0edf743 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d returned with HTTP 200 [ 1028.607191] [55398]: [pid: 55398|app: 0|req: 145/290] 10.180.1.21 () {62 vars in 1519 bytes} [Thu Feb 20 18:02:11 2025] GET /volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d => generated 1321 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 287 bytes (2 switches on core 0) [ 1029.907018] [55397]: DEBUG cinder.api.middleware.request_id [req-f2e14d1a-0ade-4b1f-a23f-8bb884e7b3df req-e99ed3e8-a8fe-4163-ac72-a59c2b2aa15d None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1029.913406] [55397]: INFO cinder.api.openstack.wsgi [req-f2e14d1a-0ade-4b1f-a23f-8bb884e7b3df req-e99ed3e8-a8fe-4163-ac72-a59c2b2aa15d tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] DELETE http://10.180.1.21/volume/v3/attachments/08e66ea2-3cb4-4b0c-a6b3-9699ddfc4390 [ 1029.914854] [55397]: DEBUG cinder.api.openstack.wsgi [req-f2e14d1a-0ade-4b1f-a23f-8bb884e7b3df req-e99ed3e8-a8fe-4163-ac72-a59c2b2aa15d tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1029.916259] [55397]: DEBUG cinder.api.openstack.wsgi [req-f2e14d1a-0ade-4b1f-a23f-8bb884e7b3df req-e99ed3e8-a8fe-4163-ac72-a59c2b2aa15d tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'version_select' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1029.935893] [55397]: /opt/stack/data/venv/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. [ 1029.935893] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1030.479761] [55397]: INFO cinder.api.openstack.wsgi [req-f2e14d1a-0ade-4b1f-a23f-8bb884e7b3df req-e99ed3e8-a8fe-4163-ac72-a59c2b2aa15d tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/attachments/08e66ea2-3cb4-4b0c-a6b3-9699ddfc4390 returned with HTTP 200 [ 1030.480157] [55397]: [pid: 55397|app: 0|req: 146/291] 10.180.1.21 () {64 vars in 1553 bytes} [Thu Feb 20 18:02:12 2025] DELETE /volume/v3/attachments/08e66ea2-3cb4-4b0c-a6b3-9699ddfc4390 => generated 19 bytes in 574 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1031.451644] [55398]: DEBUG cinder.api.middleware.request_id [None req-7b918e5b-8bc8-44aa-b040-b0d2de97146b None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1031.454059] [55398]: INFO cinder.api.openstack.wsgi [None req-7b918e5b-8bc8-44aa-b040-b0d2de97146b tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] POST http://10.180.1.21/volume/v3/volumes [ 1031.454473] [55398]: DEBUG cinder.api.openstack.wsgi [None req-7b918e5b-8bc8-44aa-b040-b0d2de97146b tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "display_name": "tempest-ServerActionsTestOtherB-volume-548651104"}} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 1031.456448] [55398]: DEBUG cinder.api.v3.volumes [None req-7b918e5b-8bc8-44aa-b040-b0d2de97146b tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Create volume request body: {'volume': {'size': 1, 'display_name': 'tempest-ServerActionsTestOtherB-volume-548651104'}} {{(pid=55398) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} [ 1031.456588] [55398]: INFO cinder.api.v3.volumes [None req-7b918e5b-8bc8-44aa-b040-b0d2de97146b tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Create volume of 1 GB [ 1031.462858] [55398]: INFO cinder.volume.api [None req-7b918e5b-8bc8-44aa-b040-b0d2de97146b tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Availability Zones retrieved successfully. [ 1031.470433] [55398]: DEBUG cinder.volume.api [None req-7b918e5b-8bc8-44aa-b040-b0d2de97146b tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Flow 'volume_create_api' (2ea20627-5147-4718-93f5-1c3aa13ca903) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 1031.471612] [55398]: DEBUG cinder.volume.api [None req-7b918e5b-8bc8-44aa-b040-b0d2de97146b tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (226f9bb1-650c-40d1-b910-337951d66a2b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1031.472797] [55398]: DEBUG cinder.volume.flows.api.create_volume [None req-7b918e5b-8bc8-44aa-b040-b0d2de97146b tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Validating volume size '1' using validate_int {{(pid=55398) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} [ 1031.494023] [55398]: DEBUG cinder.volume.api [None req-7b918e5b-8bc8-44aa-b040-b0d2de97146b tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (226f9bb1-650c-40d1-b910-337951d66a2b) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-02-20T17:52:11Z,deleted=False,deleted_at=None,description=None,extra_specs={volume_backend_name='vsphere'},id=d5fd08cf-4175-412e-a261-cecd156def0d,is_public=True,name='vsphere',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'd5fd08cf-4175-412e-a261-cecd156def0d', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1031.495230] [55398]: DEBUG cinder.volume.api [None req-7b918e5b-8bc8-44aa-b040-b0d2de97146b tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (847c7925-0bdd-4300-af93-9109637ac503) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1031.551321] [55398]: DEBUG cinder.quota [None req-7b918e5b-8bc8-44aa-b040-b0d2de97146b tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Created reservations ['b5c9bc9d-6213-42af-8e81-8992f5cd279f', '4b38081f-9789-4e1e-b625-c8bccb000477', '6169ebde-8e10-4749-9d81-cfaede445dc5', '5215729f-2928-4c27-9c13-87263b9efcae'] {{(pid=55398) reserve /opt/stack/cinder/cinder/quota.py:752}} [ 1031.552517] [55398]: DEBUG cinder.volume.api [None req-7b918e5b-8bc8-44aa-b040-b0d2de97146b tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (847c7925-0bdd-4300-af93-9109637ac503) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['b5c9bc9d-6213-42af-8e81-8992f5cd279f', '4b38081f-9789-4e1e-b625-c8bccb000477', '6169ebde-8e10-4749-9d81-cfaede445dc5', '5215729f-2928-4c27-9c13-87263b9efcae']}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1031.553594] [55398]: DEBUG cinder.volume.api [None req-7b918e5b-8bc8-44aa-b040-b0d2de97146b tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (67f65445-dd38-4c3a-8e7b-62e5725d45a7) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1031.569582] [55398]: DEBUG cinder.volume.api [None req-7b918e5b-8bc8-44aa-b040-b0d2de97146b tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (67f65445-dd38-4c3a-8e7b-62e5725d45a7) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-ServerActionsTestOtherB-volume-548651104',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='b4dcaef840f940bda057d0371cdc5adb',qos_specs=None,replication_status=,reservations=['b5c9bc9d-6213-42af-8e81-8992f5cd279f','4b38081f-9789-4e1e-b625-c8bccb000477','6169ebde-8e10-4749-9d81-cfaede445dc5','5215729f-2928-4c27-9c13-87263b9efcae'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='8b3c3b29bb4d4c23a09527bcda019773',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d), 'volume': Volume(_name_id=None,admin_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-02-20T18:02:14Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-ServerActionsTestOtherB-volume-548651104',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='b4dcaef840f940bda057d0371cdc5adb',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='8b3c3b29bb4d4c23a09527bcda019773',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(d5fd08cf-4175-412e-a261-cecd156def0d),volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1031.570683] [55398]: DEBUG cinder.volume.api [None req-7b918e5b-8bc8-44aa-b040-b0d2de97146b tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (e6bc6d8f-4f2a-4282-bdb3-4c832a69bd3e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1031.586321] [55398]: DEBUG cinder.volume.api [None req-7b918e5b-8bc8-44aa-b040-b0d2de97146b tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (e6bc6d8f-4f2a-4282-bdb3-4c832a69bd3e) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-ServerActionsTestOtherB-volume-548651104',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='b4dcaef840f940bda057d0371cdc5adb',qos_specs=None,replication_status=,reservations=['b5c9bc9d-6213-42af-8e81-8992f5cd279f','4b38081f-9789-4e1e-b625-c8bccb000477','6169ebde-8e10-4749-9d81-cfaede445dc5','5215729f-2928-4c27-9c13-87263b9efcae'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='8b3c3b29bb4d4c23a09527bcda019773',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1031.587506] [55398]: DEBUG cinder.volume.api [None req-7b918e5b-8bc8-44aa-b040-b0d2de97146b tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (28ab2e38-0317-4524-9829-9ee6235d7362) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1031.599742] [55398]: DEBUG cinder.volume.api [None req-7b918e5b-8bc8-44aa-b040-b0d2de97146b tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (28ab2e38-0317-4524-9829-9ee6235d7362) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1031.600810] [55398]: DEBUG cinder.volume.api [None req-7b918e5b-8bc8-44aa-b040-b0d2de97146b tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Flow 'volume_create_api' (2ea20627-5147-4718-93f5-1c3aa13ca903) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=55398) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 1031.601186] [55398]: INFO cinder.volume.api [None req-7b918e5b-8bc8-44aa-b040-b0d2de97146b tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Create volume request issued successfully. [ 1031.601876] [55398]: INFO cinder.api.openstack.wsgi [None req-7b918e5b-8bc8-44aa-b040-b0d2de97146b tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] http://10.180.1.21/volume/v3/volumes returned with HTTP 202 [ 1031.602489] [55398]: [pid: 55398|app: 0|req: 146/292] 10.180.1.21 () {60 vars in 1135 bytes} [Thu Feb 20 18:02:14 2025] POST /volume/v3/volumes => generated 752 bytes in 152 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) [ 1031.614389] [55397]: DEBUG cinder.api.middleware.request_id [None req-9cab1aed-8161-4f38-b641-89177248e635 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1031.616490] [55397]: INFO cinder.api.openstack.wsgi [None req-9cab1aed-8161-4f38-b641-89177248e635 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] GET http://10.180.1.21/volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 [ 1031.616490] [55397]: DEBUG cinder.api.openstack.wsgi [None req-9cab1aed-8161-4f38-b641-89177248e635 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1031.616698] [55397]: DEBUG cinder.api.openstack.wsgi [None req-9cab1aed-8161-4f38-b641-89177248e635 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1031.624718] [55397]: /opt/stack/data/venv/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. [ 1031.624718] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1031.629897] [55397]: INFO cinder.volume.api [None req-9cab1aed-8161-4f38-b641-89177248e635 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Volume info retrieved successfully. [ 1031.634693] [55397]: INFO cinder.api.openstack.wsgi [None req-9cab1aed-8161-4f38-b641-89177248e635 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] http://10.180.1.21/volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 returned with HTTP 200 [ 1031.635150] [55397]: [pid: 55397|app: 0|req: 147/293] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:02:14 2025] GET /volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 => generated 820 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) [ 1032.121138] [55398]: DEBUG cinder.api.middleware.request_id [None req-4c2f583f-8caa-45d2-9b7b-eb8471324999 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1032.123480] [55398]: INFO cinder.api.openstack.wsgi [None req-4c2f583f-8caa-45d2-9b7b-eb8471324999 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] GET http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d [ 1032.123626] [55398]: DEBUG cinder.api.openstack.wsgi [None req-4c2f583f-8caa-45d2-9b7b-eb8471324999 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1032.123848] [55398]: DEBUG cinder.api.openstack.wsgi [None req-4c2f583f-8caa-45d2-9b7b-eb8471324999 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1032.136911] [55398]: /opt/stack/data/venv/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. [ 1032.136911] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1032.141409] [55398]: INFO cinder.volume.api [None req-4c2f583f-8caa-45d2-9b7b-eb8471324999 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Volume info retrieved successfully. [ 1032.146204] [55398]: INFO cinder.api.openstack.wsgi [None req-4c2f583f-8caa-45d2-9b7b-eb8471324999 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d returned with HTTP 200 [ 1032.146609] [55398]: [pid: 55398|app: 0|req: 147/294] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:02:14 2025] GET /volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d => generated 845 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1032.645222] [55397]: DEBUG cinder.api.middleware.request_id [None req-9d622898-1b24-4dde-b754-b786838bc178 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1032.647472] [55397]: INFO cinder.api.openstack.wsgi [None req-9d622898-1b24-4dde-b754-b786838bc178 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] GET http://10.180.1.21/volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 [ 1032.647683] [55397]: DEBUG cinder.api.openstack.wsgi [None req-9d622898-1b24-4dde-b754-b786838bc178 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1032.647889] [55397]: DEBUG cinder.api.openstack.wsgi [None req-9d622898-1b24-4dde-b754-b786838bc178 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1032.668009] [55397]: /opt/stack/data/venv/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. [ 1032.668009] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1032.674703] [55397]: INFO cinder.volume.api [None req-9d622898-1b24-4dde-b754-b786838bc178 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Volume info retrieved successfully. [ 1032.680303] [55397]: INFO cinder.api.openstack.wsgi [None req-9d622898-1b24-4dde-b754-b786838bc178 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] http://10.180.1.21/volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 returned with HTTP 200 [ 1032.680710] [55397]: [pid: 55397|app: 0|req: 148/295] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:02:15 2025] GET /volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 => generated 845 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1033.138797] [55398]: DEBUG cinder.api.middleware.request_id [req-258de24d-ebbe-4ab7-bc13-3ac54b89ecef req-a6dff64d-4eff-4f7d-a5fd-9bd5d682a83d None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1033.140979] [55398]: INFO cinder.api.openstack.wsgi [req-258de24d-ebbe-4ab7-bc13-3ac54b89ecef req-a6dff64d-4eff-4f7d-a5fd-9bd5d682a83d tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] GET http://10.180.1.21/volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 [ 1033.141269] [55398]: DEBUG cinder.api.openstack.wsgi [req-258de24d-ebbe-4ab7-bc13-3ac54b89ecef req-a6dff64d-4eff-4f7d-a5fd-9bd5d682a83d tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1033.141492] [55398]: DEBUG cinder.api.openstack.wsgi [req-258de24d-ebbe-4ab7-bc13-3ac54b89ecef req-a6dff64d-4eff-4f7d-a5fd-9bd5d682a83d tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1033.152318] [55398]: /opt/stack/data/venv/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. [ 1033.152318] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1033.156492] [55398]: INFO cinder.volume.api [req-258de24d-ebbe-4ab7-bc13-3ac54b89ecef req-a6dff64d-4eff-4f7d-a5fd-9bd5d682a83d tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Volume info retrieved successfully. [ 1033.161720] [55398]: INFO cinder.api.openstack.wsgi [req-258de24d-ebbe-4ab7-bc13-3ac54b89ecef req-a6dff64d-4eff-4f7d-a5fd-9bd5d682a83d tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] http://10.180.1.21/volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 returned with HTTP 200 [ 1033.162168] [55398]: [pid: 55398|app: 0|req: 148/296] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 18:02:16 2025] GET /volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 => generated 845 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1034.683571] [55397]: DEBUG cinder.api.middleware.request_id [None req-c6029d10-b884-446f-80c6-c0f91d5736a6 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1034.684020] [55397]: INFO cinder.api.openstack.wsgi [None req-c6029d10-b884-446f-80c6-c0f91d5736a6 None None] GET http://10.180.1.21/volume// [ 1034.684209] [55397]: DEBUG cinder.api.openstack.wsgi [None req-c6029d10-b884-446f-80c6-c0f91d5736a6 None None] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1034.684420] [55397]: DEBUG cinder.api.openstack.wsgi [None req-c6029d10-b884-446f-80c6-c0f91d5736a6 None None] Calling method 'all' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1034.684917] [55397]: INFO cinder.api.openstack.wsgi [None req-c6029d10-b884-446f-80c6-c0f91d5736a6 None None] http://10.180.1.21/volume// returned with HTTP 300 [ 1034.685180] [55397]: [pid: 55397|app: 0|req: 149/297] 10.180.1.21 () {58 vars in 1299 bytes} [Thu Feb 20 18:02:17 2025] GET /volume/ => generated 386 bytes in 2 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) [ 1034.689063] [55398]: DEBUG cinder.api.middleware.request_id [req-258de24d-ebbe-4ab7-bc13-3ac54b89ecef req-058b1bba-7e62-45bc-b7c9-a349a223a464 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1034.691345] [55398]: INFO cinder.api.openstack.wsgi [req-258de24d-ebbe-4ab7-bc13-3ac54b89ecef req-058b1bba-7e62-45bc-b7c9-a349a223a464 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] POST http://10.180.1.21/volume/v3/attachments [ 1034.691760] [55398]: DEBUG cinder.api.openstack.wsgi [req-258de24d-ebbe-4ab7-bc13-3ac54b89ecef req-058b1bba-7e62-45bc-b7c9-a349a223a464 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Action: 'create', calling method: version_select, body: {"attachment": {"volume_uuid": "fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6", "connector": null, "instance_uuid": "d41a1eae-bb89-4222-9466-d86af891c654"}} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 1034.704775] [55398]: /opt/stack/data/venv/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. [ 1034.704775] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1034.730057] [55398]: INFO cinder.api.openstack.wsgi [req-258de24d-ebbe-4ab7-bc13-3ac54b89ecef req-058b1bba-7e62-45bc-b7c9-a349a223a464 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] http://10.180.1.21/volume/v3/attachments returned with HTTP 200 [ 1034.730663] [55398]: [pid: 55398|app: 0|req: 149/298] 10.180.1.21 () {66 vars in 1474 bytes} [Thu Feb 20 18:02:17 2025] POST /volume/v3/attachments => generated 273 bytes in 42 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1034.753195] [55397]: DEBUG cinder.api.middleware.request_id [None req-245bf91a-aeef-4d25-a618-bbc2d7fec05d None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1034.755227] [55397]: INFO cinder.api.openstack.wsgi [None req-245bf91a-aeef-4d25-a618-bbc2d7fec05d tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] GET http://10.180.1.21/volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 [ 1034.755476] [55397]: DEBUG cinder.api.openstack.wsgi [None req-245bf91a-aeef-4d25-a618-bbc2d7fec05d tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1034.755730] [55397]: DEBUG cinder.api.openstack.wsgi [None req-245bf91a-aeef-4d25-a618-bbc2d7fec05d tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1034.768545] [55397]: /opt/stack/data/venv/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. [ 1034.768545] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1034.781139] [55397]: INFO cinder.volume.api [None req-245bf91a-aeef-4d25-a618-bbc2d7fec05d tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Volume info retrieved successfully. [ 1034.790663] [55397]: INFO cinder.api.openstack.wsgi [None req-245bf91a-aeef-4d25-a618-bbc2d7fec05d tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] http://10.180.1.21/volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 returned with HTTP 200 [ 1034.791018] [55397]: [pid: 55397|app: 0|req: 150/299] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:02:17 2025] GET /volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 => generated 844 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1035.253514] [55398]: DEBUG cinder.api.middleware.request_id [None req-d34c6291-76a6-48c3-80a9-7111bf7c00b4 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1035.253935] [55398]: INFO cinder.api.openstack.wsgi [None req-d34c6291-76a6-48c3-80a9-7111bf7c00b4 None None] GET http://10.180.1.21/volume// [ 1035.254154] [55398]: DEBUG cinder.api.openstack.wsgi [None req-d34c6291-76a6-48c3-80a9-7111bf7c00b4 None None] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1035.254769] [55398]: DEBUG cinder.api.openstack.wsgi [None req-d34c6291-76a6-48c3-80a9-7111bf7c00b4 None None] Calling method 'all' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1035.254898] [55398]: INFO cinder.api.openstack.wsgi [None req-d34c6291-76a6-48c3-80a9-7111bf7c00b4 None None] http://10.180.1.21/volume// returned with HTTP 300 [ 1035.255329] [55398]: [pid: 55398|app: 0|req: 150/300] 10.180.1.21 () {58 vars in 1306 bytes} [Thu Feb 20 18:02:18 2025] GET /volume/ => generated 386 bytes in 2 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) [ 1035.263076] [55397]: DEBUG cinder.api.middleware.request_id [req-258de24d-ebbe-4ab7-bc13-3ac54b89ecef req-c6324d55-0e6e-4006-9022-2eb87e5e2771 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1035.271023] [55397]: INFO cinder.api.openstack.wsgi [req-258de24d-ebbe-4ab7-bc13-3ac54b89ecef req-c6324d55-0e6e-4006-9022-2eb87e5e2771 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] GET http://10.180.1.21/volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 [ 1035.271023] [55397]: DEBUG cinder.api.openstack.wsgi [req-258de24d-ebbe-4ab7-bc13-3ac54b89ecef req-c6324d55-0e6e-4006-9022-2eb87e5e2771 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1035.271023] [55397]: DEBUG cinder.api.openstack.wsgi [req-258de24d-ebbe-4ab7-bc13-3ac54b89ecef req-c6324d55-0e6e-4006-9022-2eb87e5e2771 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1035.286078] [55397]: /opt/stack/data/venv/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. [ 1035.286078] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1035.290495] [55397]: INFO cinder.volume.api [req-258de24d-ebbe-4ab7-bc13-3ac54b89ecef req-c6324d55-0e6e-4006-9022-2eb87e5e2771 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Volume info retrieved successfully. [ 1035.298129] [55397]: INFO cinder.api.openstack.wsgi [req-258de24d-ebbe-4ab7-bc13-3ac54b89ecef req-c6324d55-0e6e-4006-9022-2eb87e5e2771 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] http://10.180.1.21/volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 returned with HTTP 200 [ 1035.298129] [55397]: [pid: 55397|app: 0|req: 151/301] 10.180.1.21 () {62 vars in 1519 bytes} [Thu Feb 20 18:02:18 2025] GET /volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 => generated 1025 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) [ 1035.333608] [55398]: DEBUG cinder.api.middleware.request_id [req-258de24d-ebbe-4ab7-bc13-3ac54b89ecef req-2100b831-3634-48f0-a68c-cc3f4f9bb3a8 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1035.338571] [55398]: INFO cinder.api.openstack.wsgi [req-258de24d-ebbe-4ab7-bc13-3ac54b89ecef req-2100b831-3634-48f0-a68c-cc3f4f9bb3a8 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] PUT http://10.180.1.21/volume/v3/attachments/62b1f113-5153-49b3-8c46-ca63ea84132e [ 1035.339349] [55398]: DEBUG cinder.api.openstack.wsgi [req-258de24d-ebbe-4ab7-bc13-3ac54b89ecef req-2100b831-3634-48f0-a68c-cc3f4f9bb3a8 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Action: 'update', calling method: version_select, body: {"attachment": {"connector": {"ip": "vc1.osci.c.eu-de-1.cloud.sap", "initiator": null, "host": "vc1.osci.c.eu-de-1.cloud.sap", "instance": "vm-550832", "mountpoint": "/dev/sdb"}}} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 1035.353939] [55398]: DEBUG cinder.coordination [req-258de24d-ebbe-4ab7-bc13-3ac54b89ecef req-2100b831-3634-48f0-a68c-cc3f4f9bb3a8 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Acquiring lock "cinder-attachment_update-fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6-vc1.osci.c.eu-de-1.cloud.sap" by "attachment_update" {{(pid=55398) __acquire /opt/stack/cinder/cinder/coordination.py:143}} [ 1035.360860] [55398]: DEBUG cinder.coordination [req-258de24d-ebbe-4ab7-bc13-3ac54b89ecef req-2100b831-3634-48f0-a68c-cc3f4f9bb3a8 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Lock "cinder-attachment_update-fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6-vc1.osci.c.eu-de-1.cloud.sap" acquired by "attachment_update" :: waited 0.007s {{(pid=55398) __acquire /opt/stack/cinder/cinder/coordination.py:146}} [ 1035.362175] [55398]: /opt/stack/data/venv/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. [ 1035.362175] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1035.807179] [55397]: DEBUG cinder.api.middleware.request_id [None req-b878ad6d-6fa8-452d-b149-373ad1abfceb None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1035.810986] [55397]: INFO cinder.api.openstack.wsgi [None req-b878ad6d-6fa8-452d-b149-373ad1abfceb tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] GET http://10.180.1.21/volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 [ 1035.810986] [55397]: DEBUG cinder.api.openstack.wsgi [None req-b878ad6d-6fa8-452d-b149-373ad1abfceb tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1035.811151] [55397]: DEBUG cinder.api.openstack.wsgi [None req-b878ad6d-6fa8-452d-b149-373ad1abfceb tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1035.823562] [55397]: /opt/stack/data/venv/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. [ 1035.823562] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1035.832697] [55397]: INFO cinder.volume.api [None req-b878ad6d-6fa8-452d-b149-373ad1abfceb tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Volume info retrieved successfully. [ 1035.838392] [55397]: INFO cinder.api.openstack.wsgi [None req-b878ad6d-6fa8-452d-b149-373ad1abfceb tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] http://10.180.1.21/volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 returned with HTTP 200 [ 1035.838603] [55397]: [pid: 55397|app: 0|req: 152/302] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:02:18 2025] GET /volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 => generated 844 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1036.851703] [55397]: DEBUG cinder.api.middleware.request_id [None req-52d21f4d-296d-44a1-9fe2-6ed6f499881a None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1036.854186] [55397]: INFO cinder.api.openstack.wsgi [None req-52d21f4d-296d-44a1-9fe2-6ed6f499881a tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] GET http://10.180.1.21/volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 [ 1036.854563] [55397]: DEBUG cinder.api.openstack.wsgi [None req-52d21f4d-296d-44a1-9fe2-6ed6f499881a tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1036.854818] [55397]: DEBUG cinder.api.openstack.wsgi [None req-52d21f4d-296d-44a1-9fe2-6ed6f499881a tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1036.870118] [55397]: /opt/stack/data/venv/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. [ 1036.870118] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1036.874896] [55397]: INFO cinder.volume.api [None req-52d21f4d-296d-44a1-9fe2-6ed6f499881a tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Volume info retrieved successfully. [ 1036.881298] [55397]: INFO cinder.api.openstack.wsgi [None req-52d21f4d-296d-44a1-9fe2-6ed6f499881a tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] http://10.180.1.21/volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 returned with HTTP 200 [ 1036.881877] [55397]: [pid: 55397|app: 0|req: 153/303] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:02:19 2025] GET /volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 => generated 844 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1037.893641] [55397]: DEBUG cinder.api.middleware.request_id [None req-4b2438be-0df9-435e-83f0-7c9e94e1ad4b None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1037.895875] [55397]: INFO cinder.api.openstack.wsgi [None req-4b2438be-0df9-435e-83f0-7c9e94e1ad4b tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] GET http://10.180.1.21/volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 [ 1037.896129] [55397]: DEBUG cinder.api.openstack.wsgi [None req-4b2438be-0df9-435e-83f0-7c9e94e1ad4b tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1037.896368] [55397]: DEBUG cinder.api.openstack.wsgi [None req-4b2438be-0df9-435e-83f0-7c9e94e1ad4b tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1037.912149] [55397]: /opt/stack/data/venv/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. [ 1037.912149] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1037.916742] [55397]: INFO cinder.volume.api [None req-4b2438be-0df9-435e-83f0-7c9e94e1ad4b tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Volume info retrieved successfully. [ 1037.922066] [55397]: INFO cinder.api.openstack.wsgi [None req-4b2438be-0df9-435e-83f0-7c9e94e1ad4b tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] http://10.180.1.21/volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 returned with HTTP 200 [ 1037.922197] [55397]: [pid: 55397|app: 0|req: 154/304] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:02:20 2025] GET /volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 => generated 844 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1038.937437] [55397]: DEBUG cinder.api.middleware.request_id [None req-c1a1142d-68ed-4995-b28c-f08b187bd7f8 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1038.940121] [55397]: INFO cinder.api.openstack.wsgi [None req-c1a1142d-68ed-4995-b28c-f08b187bd7f8 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] GET http://10.180.1.21/volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 [ 1038.940359] [55397]: DEBUG cinder.api.openstack.wsgi [None req-c1a1142d-68ed-4995-b28c-f08b187bd7f8 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1038.940598] [55397]: DEBUG cinder.api.openstack.wsgi [None req-c1a1142d-68ed-4995-b28c-f08b187bd7f8 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1038.956238] [55397]: /opt/stack/data/venv/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. [ 1038.956238] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1038.961147] [55397]: INFO cinder.volume.api [None req-c1a1142d-68ed-4995-b28c-f08b187bd7f8 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Volume info retrieved successfully. [ 1038.967184] [55397]: INFO cinder.api.openstack.wsgi [None req-c1a1142d-68ed-4995-b28c-f08b187bd7f8 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] http://10.180.1.21/volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 returned with HTTP 200 [ 1038.967615] [55397]: [pid: 55397|app: 0|req: 155/305] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:02:21 2025] GET /volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 => generated 844 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1039.983922] [55397]: DEBUG cinder.api.middleware.request_id [None req-c73ed154-101b-476a-8d94-9734fdb045b1 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1039.985779] [55397]: INFO cinder.api.openstack.wsgi [None req-c73ed154-101b-476a-8d94-9734fdb045b1 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] GET http://10.180.1.21/volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 [ 1039.985779] [55397]: DEBUG cinder.api.openstack.wsgi [None req-c73ed154-101b-476a-8d94-9734fdb045b1 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1039.986028] [55397]: DEBUG cinder.api.openstack.wsgi [None req-c73ed154-101b-476a-8d94-9734fdb045b1 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1040.005870] [55397]: /opt/stack/data/venv/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. [ 1040.005870] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1040.010082] [55397]: INFO cinder.volume.api [None req-c73ed154-101b-476a-8d94-9734fdb045b1 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Volume info retrieved successfully. [ 1040.016390] [55397]: INFO cinder.api.openstack.wsgi [None req-c73ed154-101b-476a-8d94-9734fdb045b1 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] http://10.180.1.21/volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 returned with HTTP 200 [ 1040.016390] [55397]: [pid: 55397|app: 0|req: 156/306] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:02:22 2025] GET /volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 => generated 844 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1040.399422] [55398]: DEBUG cinder.coordination [req-258de24d-ebbe-4ab7-bc13-3ac54b89ecef req-2100b831-3634-48f0-a68c-cc3f4f9bb3a8 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Lock "cinder-attachment_update-fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6-vc1.osci.c.eu-de-1.cloud.sap" released by "attachment_update" :: held 5.038s {{(pid=55398) __release /opt/stack/cinder/cinder/coordination.py:157}} [ 1040.399422] [55398]: INFO cinder.api.openstack.wsgi [req-258de24d-ebbe-4ab7-bc13-3ac54b89ecef req-2100b831-3634-48f0-a68c-cc3f4f9bb3a8 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] http://10.180.1.21/volume/v3/attachments/62b1f113-5153-49b3-8c46-ca63ea84132e returned with HTTP 200 [ 1040.399780] [55398]: [pid: 55398|app: 0|req: 151/307] 10.180.1.21 () {66 vars in 1584 bytes} [Thu Feb 20 18:02:18 2025] PUT /volume/v3/attachments/62b1f113-5153-49b3-8c46-ca63ea84132e => generated 617 bytes in 5067 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1041.026662] [55397]: DEBUG cinder.api.middleware.request_id [None req-d38e61a7-6f7e-45cf-a626-a1f385a07556 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1041.028893] [55397]: INFO cinder.api.openstack.wsgi [None req-d38e61a7-6f7e-45cf-a626-a1f385a07556 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] GET http://10.180.1.21/volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 [ 1041.029129] [55397]: DEBUG cinder.api.openstack.wsgi [None req-d38e61a7-6f7e-45cf-a626-a1f385a07556 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1041.029390] [55397]: DEBUG cinder.api.openstack.wsgi [None req-d38e61a7-6f7e-45cf-a626-a1f385a07556 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1041.042727] [55397]: /opt/stack/data/venv/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. [ 1041.042727] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1041.047031] [55397]: INFO cinder.volume.api [None req-d38e61a7-6f7e-45cf-a626-a1f385a07556 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Volume info retrieved successfully. [ 1041.051677] [55397]: INFO cinder.api.openstack.wsgi [None req-d38e61a7-6f7e-45cf-a626-a1f385a07556 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] http://10.180.1.21/volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 returned with HTTP 200 [ 1041.052114] [55397]: [pid: 55397|app: 0|req: 157/308] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:02:23 2025] GET /volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 => generated 845 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1042.023389] [55398]: DEBUG cinder.api.middleware.request_id [req-258de24d-ebbe-4ab7-bc13-3ac54b89ecef req-752ab53e-47b5-4899-a513-f1055ffbe7c7 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1042.025897] [55398]: INFO cinder.api.openstack.wsgi [req-258de24d-ebbe-4ab7-bc13-3ac54b89ecef req-752ab53e-47b5-4899-a513-f1055ffbe7c7 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] POST http://10.180.1.21/volume/v3/attachments/62b1f113-5153-49b3-8c46-ca63ea84132e/action [ 1042.026402] [55398]: DEBUG cinder.api.openstack.wsgi [req-258de24d-ebbe-4ab7-bc13-3ac54b89ecef req-752ab53e-47b5-4899-a513-f1055ffbe7c7 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Action body: b'{"os-complete": null}' {{(pid=55398) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} [ 1042.026565] [55398]: DEBUG cinder.api.openstack.wsgi [req-258de24d-ebbe-4ab7-bc13-3ac54b89ecef req-752ab53e-47b5-4899-a513-f1055ffbe7c7 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Action: 'action', calling method: complete, body: {"os-complete": null} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 1042.045882] [55398]: /opt/stack/data/venv/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. [ 1042.045882] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1042.052557] [55398]: INFO cinder.api.openstack.wsgi [req-258de24d-ebbe-4ab7-bc13-3ac54b89ecef req-752ab53e-47b5-4899-a513-f1055ffbe7c7 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] http://10.180.1.21/volume/v3/attachments/62b1f113-5153-49b3-8c46-ca63ea84132e/action returned with HTTP 204 [ 1042.053036] [55398]: [pid: 55398|app: 0|req: 152/309] 10.180.1.21 () {66 vars in 1605 bytes} [Thu Feb 20 18:02:24 2025] POST /volume/v3/attachments/62b1f113-5153-49b3-8c46-ca63ea84132e/action => generated 0 bytes in 30 msecs (HTTP/1.1 204) 7 headers in 292 bytes (1 switches on core 0) [ 1042.062177] [55397]: DEBUG cinder.api.middleware.request_id [None req-b5b91b8b-ec87-413a-9bc1-065e5f96b283 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1042.064531] [55397]: INFO cinder.api.openstack.wsgi [None req-b5b91b8b-ec87-413a-9bc1-065e5f96b283 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] GET http://10.180.1.21/volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 [ 1042.064841] [55397]: DEBUG cinder.api.openstack.wsgi [None req-b5b91b8b-ec87-413a-9bc1-065e5f96b283 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1042.065143] [55397]: DEBUG cinder.api.openstack.wsgi [None req-b5b91b8b-ec87-413a-9bc1-065e5f96b283 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1042.076330] [55397]: /opt/stack/data/venv/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. [ 1042.076330] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1042.080319] [55397]: INFO cinder.volume.api [None req-b5b91b8b-ec87-413a-9bc1-065e5f96b283 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Volume info retrieved successfully. [ 1042.085309] [55397]: INFO cinder.api.openstack.wsgi [None req-b5b91b8b-ec87-413a-9bc1-065e5f96b283 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] http://10.180.1.21/volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 returned with HTTP 200 [ 1042.085785] [55397]: [pid: 55397|app: 0|req: 158/310] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:02:24 2025] GET /volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 => generated 1137 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1042.095563] [55398]: DEBUG cinder.api.middleware.request_id [None req-86c45c7f-74bf-47ac-be47-49d55ef34907 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1042.097754] [55398]: INFO cinder.api.openstack.wsgi [None req-86c45c7f-74bf-47ac-be47-49d55ef34907 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] GET http://10.180.1.21/volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 [ 1042.098029] [55398]: DEBUG cinder.api.openstack.wsgi [None req-86c45c7f-74bf-47ac-be47-49d55ef34907 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1042.098285] [55398]: DEBUG cinder.api.openstack.wsgi [None req-86c45c7f-74bf-47ac-be47-49d55ef34907 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1042.108812] [55398]: /opt/stack/data/venv/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. [ 1042.108812] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1042.112033] [55398]: INFO cinder.volume.api [None req-86c45c7f-74bf-47ac-be47-49d55ef34907 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Volume info retrieved successfully. [ 1042.116104] [55398]: INFO cinder.api.openstack.wsgi [None req-86c45c7f-74bf-47ac-be47-49d55ef34907 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] http://10.180.1.21/volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 returned with HTTP 200 [ 1042.116486] [55398]: [pid: 55398|app: 0|req: 153/311] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:02:24 2025] GET /volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 => generated 1137 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1044.224222] [55397]: DEBUG cinder.api.middleware.request_id [None req-dabf19a6-e5e6-48b4-9375-f702493a7f04 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1044.227223] [55397]: INFO cinder.api.openstack.wsgi [None req-dabf19a6-e5e6-48b4-9375-f702493a7f04 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 [ 1044.227459] [55397]: DEBUG cinder.api.openstack.wsgi [None req-dabf19a6-e5e6-48b4-9375-f702493a7f04 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1044.227674] [55397]: DEBUG cinder.api.openstack.wsgi [None req-dabf19a6-e5e6-48b4-9375-f702493a7f04 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1044.247322] [55397]: /opt/stack/data/venv/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. [ 1044.247322] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1044.251983] [55397]: INFO cinder.volume.api [None req-dabf19a6-e5e6-48b4-9375-f702493a7f04 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1044.257062] [55397]: INFO cinder.api.openstack.wsgi [None req-dabf19a6-e5e6-48b4-9375-f702493a7f04 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 returned with HTTP 200 [ 1044.257527] [55397]: [pid: 55397|app: 0|req: 159/312] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:02:27 2025] GET /volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 => generated 1138 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1044.297274] [55398]: DEBUG cinder.api.middleware.request_id [req-1ebfb8de-44b3-4435-851b-8b2a3ad71f08 req-26938efb-4f4b-42dc-af59-e69c6805c6f7 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1044.299598] [55398]: INFO cinder.api.openstack.wsgi [req-1ebfb8de-44b3-4435-851b-8b2a3ad71f08 req-26938efb-4f4b-42dc-af59-e69c6805c6f7 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 [ 1044.299830] [55398]: DEBUG cinder.api.openstack.wsgi [req-1ebfb8de-44b3-4435-851b-8b2a3ad71f08 req-26938efb-4f4b-42dc-af59-e69c6805c6f7 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1044.300063] [55398]: DEBUG cinder.api.openstack.wsgi [req-1ebfb8de-44b3-4435-851b-8b2a3ad71f08 req-26938efb-4f4b-42dc-af59-e69c6805c6f7 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1044.309801] [55398]: /opt/stack/data/venv/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. [ 1044.309801] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1044.313665] [55398]: INFO cinder.volume.api [req-1ebfb8de-44b3-4435-851b-8b2a3ad71f08 req-26938efb-4f4b-42dc-af59-e69c6805c6f7 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1044.318044] [55398]: INFO cinder.api.openstack.wsgi [req-1ebfb8de-44b3-4435-851b-8b2a3ad71f08 req-26938efb-4f4b-42dc-af59-e69c6805c6f7 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 returned with HTTP 200 [ 1044.318461] [55398]: [pid: 55398|app: 0|req: 154/313] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 18:02:27 2025] GET /volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 => generated 1138 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1044.336029] [55397]: DEBUG cinder.api.middleware.request_id [req-1ebfb8de-44b3-4435-851b-8b2a3ad71f08 req-093933ff-3f66-443e-8f40-09f47c4de350 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1044.341135] [55397]: INFO cinder.api.openstack.wsgi [req-1ebfb8de-44b3-4435-851b-8b2a3ad71f08 req-093933ff-3f66-443e-8f40-09f47c4de350 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] POST http://10.180.1.21/volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3/action [ 1044.341573] [55397]: DEBUG cinder.api.openstack.wsgi [req-1ebfb8de-44b3-4435-851b-8b2a3ad71f08 req-093933ff-3f66-443e-8f40-09f47c4de350 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Action body: b'{"os-begin_detaching": null}' {{(pid=55397) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} [ 1044.341758] [55397]: DEBUG cinder.api.openstack.wsgi [req-1ebfb8de-44b3-4435-851b-8b2a3ad71f08 req-093933ff-3f66-443e-8f40-09f47c4de350 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Action: 'action', calling method: _begin_detaching, body: {"os-begin_detaching": null} {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 1044.352952] [55397]: /opt/stack/data/venv/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. [ 1044.352952] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1044.353549] [55397]: INFO cinder.volume.api [req-1ebfb8de-44b3-4435-851b-8b2a3ad71f08 req-093933ff-3f66-443e-8f40-09f47c4de350 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1044.360531] [55397]: INFO cinder.volume.api [req-1ebfb8de-44b3-4435-851b-8b2a3ad71f08 req-093933ff-3f66-443e-8f40-09f47c4de350 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Begin detaching volume completed successfully. [ 1044.360830] [55397]: INFO cinder.api.openstack.wsgi [req-1ebfb8de-44b3-4435-851b-8b2a3ad71f08 req-093933ff-3f66-443e-8f40-09f47c4de350 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3/action returned with HTTP 202 [ 1044.361298] [55397]: [pid: 55397|app: 0|req: 160/314] 10.180.1.21 () {64 vars in 1552 bytes} [Thu Feb 20 18:02:27 2025] POST /volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3/action => generated 0 bytes in 26 msecs (HTTP/1.1 202) 7 headers in 289 bytes (1 switches on core 0) [ 1045.384963] [55398]: DEBUG cinder.api.middleware.request_id [None req-99a7234e-380c-431c-9b45-80c8bc265c60 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1045.389082] [55398]: INFO cinder.api.openstack.wsgi [None req-99a7234e-380c-431c-9b45-80c8bc265c60 None None] GET http://10.180.1.21/volume// [ 1045.389082] [55398]: DEBUG cinder.api.openstack.wsgi [None req-99a7234e-380c-431c-9b45-80c8bc265c60 None None] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1045.389082] [55398]: DEBUG cinder.api.openstack.wsgi [None req-99a7234e-380c-431c-9b45-80c8bc265c60 None None] Calling method 'all' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1045.389082] [55398]: INFO cinder.api.openstack.wsgi [None req-99a7234e-380c-431c-9b45-80c8bc265c60 None None] http://10.180.1.21/volume// returned with HTTP 300 [ 1045.389082] [55398]: [pid: 55398|app: 0|req: 155/315] 10.180.1.21 () {58 vars in 1306 bytes} [Thu Feb 20 18:02:28 2025] GET /volume/ => generated 386 bytes in 2 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) [ 1045.390620] [55397]: DEBUG cinder.api.middleware.request_id [req-1ebfb8de-44b3-4435-851b-8b2a3ad71f08 req-db33c1f2-3f34-4922-acfe-4f90e790343b None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1045.394888] [55397]: INFO cinder.api.openstack.wsgi [req-1ebfb8de-44b3-4435-851b-8b2a3ad71f08 req-db33c1f2-3f34-4922-acfe-4f90e790343b tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 [ 1045.395201] [55397]: DEBUG cinder.api.openstack.wsgi [req-1ebfb8de-44b3-4435-851b-8b2a3ad71f08 req-db33c1f2-3f34-4922-acfe-4f90e790343b tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1045.395468] [55397]: DEBUG cinder.api.openstack.wsgi [req-1ebfb8de-44b3-4435-851b-8b2a3ad71f08 req-db33c1f2-3f34-4922-acfe-4f90e790343b tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1045.420584] [55397]: /opt/stack/data/venv/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. [ 1045.420584] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1045.424804] [55397]: INFO cinder.volume.api [req-1ebfb8de-44b3-4435-851b-8b2a3ad71f08 req-db33c1f2-3f34-4922-acfe-4f90e790343b tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1045.429792] [55397]: INFO cinder.api.openstack.wsgi [req-1ebfb8de-44b3-4435-851b-8b2a3ad71f08 req-db33c1f2-3f34-4922-acfe-4f90e790343b tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 returned with HTTP 200 [ 1045.430245] [55397]: [pid: 55397|app: 0|req: 161/316] 10.180.1.21 () {62 vars in 1519 bytes} [Thu Feb 20 18:02:28 2025] GET /volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 => generated 1322 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) [ 1047.597625] [55398]: DEBUG cinder.api.middleware.request_id [req-1ebfb8de-44b3-4435-851b-8b2a3ad71f08 req-d7d1a479-144c-48fe-8ee7-a444f676161c None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1047.600321] [55398]: INFO cinder.api.openstack.wsgi [req-1ebfb8de-44b3-4435-851b-8b2a3ad71f08 req-d7d1a479-144c-48fe-8ee7-a444f676161c tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] DELETE http://10.180.1.21/volume/v3/attachments/13ff185a-5f56-40d1-baa0-ec5c1f7a0bcd [ 1047.601605] [55398]: DEBUG cinder.api.openstack.wsgi [req-1ebfb8de-44b3-4435-851b-8b2a3ad71f08 req-d7d1a479-144c-48fe-8ee7-a444f676161c tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1047.601699] [55398]: DEBUG cinder.api.openstack.wsgi [req-1ebfb8de-44b3-4435-851b-8b2a3ad71f08 req-d7d1a479-144c-48fe-8ee7-a444f676161c tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'version_select' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1047.614375] [55398]: /opt/stack/data/venv/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. [ 1047.614375] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1047.909164] [55397]: DEBUG cinder.api.middleware.request_id [None req-06be07ed-abae-4bbc-8ebe-37ca860d7bb2 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1047.911497] [55397]: INFO cinder.api.openstack.wsgi [None req-06be07ed-abae-4bbc-8ebe-37ca860d7bb2 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] GET http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a [ 1047.911738] [55397]: DEBUG cinder.api.openstack.wsgi [None req-06be07ed-abae-4bbc-8ebe-37ca860d7bb2 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1047.911982] [55397]: DEBUG cinder.api.openstack.wsgi [None req-06be07ed-abae-4bbc-8ebe-37ca860d7bb2 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1047.926194] [55397]: /opt/stack/data/venv/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. [ 1047.926194] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1047.930913] [55397]: INFO cinder.volume.api [None req-06be07ed-abae-4bbc-8ebe-37ca860d7bb2 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Volume info retrieved successfully. [ 1047.936167] [55397]: INFO cinder.api.openstack.wsgi [None req-06be07ed-abae-4bbc-8ebe-37ca860d7bb2 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a returned with HTTP 200 [ 1047.936550] [55397]: [pid: 55397|app: 0|req: 162/317] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:02:30 2025] GET /volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a => generated 1142 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1048.007487] [55397]: DEBUG cinder.api.middleware.request_id [req-799e32b6-85e5-444b-9a50-b3905eb7775a req-b276059c-d1fb-4992-a311-49c0abf49a3b None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1048.011372] [55397]: INFO cinder.api.openstack.wsgi [req-799e32b6-85e5-444b-9a50-b3905eb7775a req-b276059c-d1fb-4992-a311-49c0abf49a3b tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] GET http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a [ 1048.011818] [55397]: DEBUG cinder.api.openstack.wsgi [req-799e32b6-85e5-444b-9a50-b3905eb7775a req-b276059c-d1fb-4992-a311-49c0abf49a3b tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1048.011890] [55397]: DEBUG cinder.api.openstack.wsgi [req-799e32b6-85e5-444b-9a50-b3905eb7775a req-b276059c-d1fb-4992-a311-49c0abf49a3b tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1048.023323] [55397]: /opt/stack/data/venv/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. [ 1048.023323] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1048.027950] [55397]: INFO cinder.volume.api [req-799e32b6-85e5-444b-9a50-b3905eb7775a req-b276059c-d1fb-4992-a311-49c0abf49a3b tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Volume info retrieved successfully. [ 1048.033025] [55397]: INFO cinder.api.openstack.wsgi [req-799e32b6-85e5-444b-9a50-b3905eb7775a req-b276059c-d1fb-4992-a311-49c0abf49a3b tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a returned with HTTP 200 [ 1048.033103] [55397]: [pid: 55397|app: 0|req: 163/318] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 18:02:30 2025] GET /volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a => generated 1142 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) [ 1048.074353] [55397]: DEBUG cinder.api.middleware.request_id [req-799e32b6-85e5-444b-9a50-b3905eb7775a req-3628b47e-c22a-436b-8b29-5e603f95d8a5 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1048.076743] [55397]: INFO cinder.api.openstack.wsgi [req-799e32b6-85e5-444b-9a50-b3905eb7775a req-3628b47e-c22a-436b-8b29-5e603f95d8a5 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] POST http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a/action [ 1048.077078] [55397]: DEBUG cinder.api.openstack.wsgi [req-799e32b6-85e5-444b-9a50-b3905eb7775a req-3628b47e-c22a-436b-8b29-5e603f95d8a5 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Action body: b'{"os-begin_detaching": null}' {{(pid=55397) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} [ 1048.077365] [55397]: DEBUG cinder.api.openstack.wsgi [req-799e32b6-85e5-444b-9a50-b3905eb7775a req-3628b47e-c22a-436b-8b29-5e603f95d8a5 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Action: 'action', calling method: _begin_detaching, body: {"os-begin_detaching": null} {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 1048.087774] [55397]: /opt/stack/data/venv/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. [ 1048.087774] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1048.088199] [55397]: INFO cinder.volume.api [req-799e32b6-85e5-444b-9a50-b3905eb7775a req-3628b47e-c22a-436b-8b29-5e603f95d8a5 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Volume info retrieved successfully. [ 1048.093839] [55397]: INFO cinder.volume.api [req-799e32b6-85e5-444b-9a50-b3905eb7775a req-3628b47e-c22a-436b-8b29-5e603f95d8a5 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Begin detaching volume completed successfully. [ 1048.094101] [55397]: INFO cinder.api.openstack.wsgi [req-799e32b6-85e5-444b-9a50-b3905eb7775a req-3628b47e-c22a-436b-8b29-5e603f95d8a5 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a/action returned with HTTP 202 [ 1048.094690] [55397]: [pid: 55397|app: 0|req: 164/319] 10.180.1.21 () {64 vars in 1552 bytes} [Thu Feb 20 18:02:30 2025] POST /volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a/action => generated 0 bytes in 21 msecs (HTTP/1.1 202) 7 headers in 289 bytes (1 switches on core 0) [ 1048.142274] [55398]: INFO cinder.api.openstack.wsgi [req-1ebfb8de-44b3-4435-851b-8b2a3ad71f08 req-d7d1a479-144c-48fe-8ee7-a444f676161c tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/attachments/13ff185a-5f56-40d1-baa0-ec5c1f7a0bcd returned with HTTP 200 [ 1048.142877] [55398]: [pid: 55398|app: 0|req: 156/320] 10.180.1.21 () {64 vars in 1553 bytes} [Thu Feb 20 18:02:30 2025] DELETE /volume/v3/attachments/13ff185a-5f56-40d1-baa0-ec5c1f7a0bcd => generated 19 bytes in 546 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1048.770452] [55397]: DEBUG cinder.api.middleware.request_id [None req-df37c0e8-e196-4328-a73e-3ea76b3809a9 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1048.774208] [55397]: INFO cinder.api.openstack.wsgi [None req-df37c0e8-e196-4328-a73e-3ea76b3809a9 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 [ 1048.774208] [55397]: DEBUG cinder.api.openstack.wsgi [None req-df37c0e8-e196-4328-a73e-3ea76b3809a9 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1048.774208] [55397]: DEBUG cinder.api.openstack.wsgi [None req-df37c0e8-e196-4328-a73e-3ea76b3809a9 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1048.784162] [55397]: /opt/stack/data/venv/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. [ 1048.784162] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1048.788684] [55397]: INFO cinder.volume.api [None req-df37c0e8-e196-4328-a73e-3ea76b3809a9 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1048.794893] [55397]: INFO cinder.api.openstack.wsgi [None req-df37c0e8-e196-4328-a73e-3ea76b3809a9 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 returned with HTTP 200 [ 1048.795440] [55397]: [pid: 55397|app: 0|req: 165/321] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:02:31 2025] GET /volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 => generated 846 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1049.135154] [55398]: DEBUG cinder.api.middleware.request_id [None req-0883778b-db47-4c44-847d-e330a96f22d8 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1049.135694] [55398]: INFO cinder.api.openstack.wsgi [None req-0883778b-db47-4c44-847d-e330a96f22d8 None None] GET http://10.180.1.21/volume// [ 1049.135886] [55398]: DEBUG cinder.api.openstack.wsgi [None req-0883778b-db47-4c44-847d-e330a96f22d8 None None] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1049.136117] [55398]: DEBUG cinder.api.openstack.wsgi [None req-0883778b-db47-4c44-847d-e330a96f22d8 None None] Calling method 'all' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1049.136507] [55398]: INFO cinder.api.openstack.wsgi [None req-0883778b-db47-4c44-847d-e330a96f22d8 None None] http://10.180.1.21/volume// returned with HTTP 300 [ 1049.136819] [55398]: [pid: 55398|app: 0|req: 157/322] 10.180.1.21 () {58 vars in 1306 bytes} [Thu Feb 20 18:02:31 2025] GET /volume/ => generated 386 bytes in 2 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) [ 1049.142523] [55397]: DEBUG cinder.api.middleware.request_id [req-799e32b6-85e5-444b-9a50-b3905eb7775a req-a8d967dc-4455-407c-a1f4-7c96c64cca1f None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1049.145897] [55397]: INFO cinder.api.openstack.wsgi [req-799e32b6-85e5-444b-9a50-b3905eb7775a req-a8d967dc-4455-407c-a1f4-7c96c64cca1f tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] GET http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a [ 1049.146164] [55397]: DEBUG cinder.api.openstack.wsgi [req-799e32b6-85e5-444b-9a50-b3905eb7775a req-a8d967dc-4455-407c-a1f4-7c96c64cca1f tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1049.146386] [55397]: DEBUG cinder.api.openstack.wsgi [req-799e32b6-85e5-444b-9a50-b3905eb7775a req-a8d967dc-4455-407c-a1f4-7c96c64cca1f tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1049.158802] [55397]: /opt/stack/data/venv/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. [ 1049.158802] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1049.162959] [55397]: INFO cinder.volume.api [req-799e32b6-85e5-444b-9a50-b3905eb7775a req-a8d967dc-4455-407c-a1f4-7c96c64cca1f tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Volume info retrieved successfully. [ 1049.167378] [55397]: INFO cinder.api.openstack.wsgi [req-799e32b6-85e5-444b-9a50-b3905eb7775a req-a8d967dc-4455-407c-a1f4-7c96c64cca1f tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a returned with HTTP 200 [ 1049.167783] [55397]: [pid: 55397|app: 0|req: 166/323] 10.180.1.21 () {62 vars in 1519 bytes} [Thu Feb 20 18:02:32 2025] GET /volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a => generated 1326 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) [ 1050.323894] [55398]: DEBUG cinder.api.middleware.request_id [req-799e32b6-85e5-444b-9a50-b3905eb7775a req-68680d6c-8e7e-4d4c-a894-c68d89c99759 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1050.326237] [55398]: INFO cinder.api.openstack.wsgi [req-799e32b6-85e5-444b-9a50-b3905eb7775a req-68680d6c-8e7e-4d4c-a894-c68d89c99759 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] DELETE http://10.180.1.21/volume/v3/attachments/02066e67-c552-43bb-97a7-ad5fb5576827 [ 1050.326456] [55398]: DEBUG cinder.api.openstack.wsgi [req-799e32b6-85e5-444b-9a50-b3905eb7775a req-68680d6c-8e7e-4d4c-a894-c68d89c99759 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1050.326664] [55398]: DEBUG cinder.api.openstack.wsgi [req-799e32b6-85e5-444b-9a50-b3905eb7775a req-68680d6c-8e7e-4d4c-a894-c68d89c99759 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Calling method 'version_select' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1050.336837] [55398]: /opt/stack/data/venv/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. [ 1050.336837] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1050.886410] [55398]: INFO cinder.api.openstack.wsgi [req-799e32b6-85e5-444b-9a50-b3905eb7775a req-68680d6c-8e7e-4d4c-a894-c68d89c99759 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] http://10.180.1.21/volume/v3/attachments/02066e67-c552-43bb-97a7-ad5fb5576827 returned with HTTP 200 [ 1050.886680] [55398]: [pid: 55398|app: 0|req: 158/324] 10.180.1.21 () {64 vars in 1553 bytes} [Thu Feb 20 18:02:33 2025] DELETE /volume/v3/attachments/02066e67-c552-43bb-97a7-ad5fb5576827 => generated 19 bytes in 563 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1052.306268] [55397]: DEBUG cinder.api.middleware.request_id [None req-1c0f9f01-a76c-416f-979a-697ac49b97e5 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1052.308339] [55397]: INFO cinder.api.openstack.wsgi [None req-1c0f9f01-a76c-416f-979a-697ac49b97e5 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] GET http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a [ 1052.308565] [55397]: DEBUG cinder.api.openstack.wsgi [None req-1c0f9f01-a76c-416f-979a-697ac49b97e5 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1052.308782] [55397]: DEBUG cinder.api.openstack.wsgi [None req-1c0f9f01-a76c-416f-979a-697ac49b97e5 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1052.319176] [55397]: /opt/stack/data/venv/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. [ 1052.319176] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1052.323098] [55397]: INFO cinder.volume.api [None req-1c0f9f01-a76c-416f-979a-697ac49b97e5 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Volume info retrieved successfully. [ 1052.327872] [55397]: INFO cinder.api.openstack.wsgi [None req-1c0f9f01-a76c-416f-979a-697ac49b97e5 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a returned with HTTP 200 [ 1052.328283] [55397]: [pid: 55397|app: 0|req: 167/325] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:02:35 2025] GET /volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a => generated 850 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1060.885476] [55398]: DEBUG dbcounter [-] [55398] Writing DB stats cinder:SELECT=104,cinder:INSERT=11,cinder:UPDATE=23 {{(pid=55398) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} [ 1062.325668] [55397]: DEBUG dbcounter [-] [55397] Writing DB stats cinder:SELECT=119,cinder:UPDATE=8,cinder:INSERT=2 {{(pid=55397) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} [ 1066.642047] [55398]: DEBUG cinder.api.middleware.request_id [req-b9ae95a2-8859-45ba-a080-608a983a51ef req-037a6157-3918-4abf-bbc6-f04c0443bd87 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1066.644552] [55398]: INFO cinder.api.openstack.wsgi [req-b9ae95a2-8859-45ba-a080-608a983a51ef req-037a6157-3918-4abf-bbc6-f04c0443bd87 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] POST http://10.180.1.21/volume/v3/volumes [ 1066.644934] [55398]: DEBUG cinder.api.openstack.wsgi [req-b9ae95a2-8859-45ba-a080-608a983a51ef req-037a6157-3918-4abf-bbc6-f04c0443bd87 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "consistencygroup_id": null, "snapshot_id": null, "name": "tempest-VolumesSnapshotsTestJSON-volume-295046150", "description": null, "volume_type": null, "availability_zone": null, "metadata": {}, "imageRef": null, "source_volid": null, "backup_id": null}} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 1066.646848] [55398]: DEBUG cinder.api.v3.volumes [req-b9ae95a2-8859-45ba-a080-608a983a51ef req-037a6157-3918-4abf-bbc6-f04c0443bd87 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Create volume request body: {'volume': {'size': 1, 'consistencygroup_id': None, 'snapshot_id': None, 'name': 'tempest-VolumesSnapshotsTestJSON-volume-295046150', 'description': None, 'volume_type': None, 'availability_zone': None, 'metadata': {}, 'imageRef': None, 'source_volid': None, 'backup_id': None}} {{(pid=55398) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} [ 1066.646985] [55398]: INFO cinder.api.v3.volumes [req-b9ae95a2-8859-45ba-a080-608a983a51ef req-037a6157-3918-4abf-bbc6-f04c0443bd87 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Create volume of 1 GB [ 1066.647302] [55398]: /opt/stack/data/venv/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. [ 1066.647302] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1066.652795] [55398]: INFO cinder.volume.api [req-b9ae95a2-8859-45ba-a080-608a983a51ef req-037a6157-3918-4abf-bbc6-f04c0443bd87 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Availability Zones retrieved successfully. [ 1066.659308] [55398]: DEBUG cinder.volume.api [req-b9ae95a2-8859-45ba-a080-608a983a51ef req-037a6157-3918-4abf-bbc6-f04c0443bd87 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Flow 'volume_create_api' (1ea1d5bf-84c6-40c7-940c-83822a35ac9d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 1066.660513] [55398]: DEBUG cinder.volume.api [req-b9ae95a2-8859-45ba-a080-608a983a51ef req-037a6157-3918-4abf-bbc6-f04c0443bd87 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (e501126d-51dd-42aa-bc99-5954cc7aeec5) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1066.661555] [55398]: DEBUG cinder.volume.flows.api.create_volume [req-b9ae95a2-8859-45ba-a080-608a983a51ef req-037a6157-3918-4abf-bbc6-f04c0443bd87 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Validating volume size '1' using validate_int {{(pid=55398) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} [ 1066.678236] [55398]: DEBUG cinder.volume.api [req-b9ae95a2-8859-45ba-a080-608a983a51ef req-037a6157-3918-4abf-bbc6-f04c0443bd87 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (e501126d-51dd-42aa-bc99-5954cc7aeec5) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-02-20T17:52:11Z,deleted=False,deleted_at=None,description=None,extra_specs={volume_backend_name='vsphere'},id=d5fd08cf-4175-412e-a261-cecd156def0d,is_public=True,name='vsphere',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'd5fd08cf-4175-412e-a261-cecd156def0d', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1066.679194] [55398]: DEBUG cinder.volume.api [req-b9ae95a2-8859-45ba-a080-608a983a51ef req-037a6157-3918-4abf-bbc6-f04c0443bd87 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (ccfd3116-e43d-42cf-bb2e-cc646ddbde16) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1066.722857] [55398]: DEBUG cinder.quota [req-b9ae95a2-8859-45ba-a080-608a983a51ef req-037a6157-3918-4abf-bbc6-f04c0443bd87 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Created reservations ['2da26421-b5a7-4d0d-9297-67aeaaf39cbe', '62ecec39-37c0-4d3c-b7b8-191db6824bf7', 'd1de8253-17f9-41b4-a819-dc729cae4740', 'e7a9313e-8659-4c11-a9cc-f1db60f9e9ae'] {{(pid=55398) reserve /opt/stack/cinder/cinder/quota.py:752}} [ 1066.723845] [55398]: DEBUG cinder.volume.api [req-b9ae95a2-8859-45ba-a080-608a983a51ef req-037a6157-3918-4abf-bbc6-f04c0443bd87 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (ccfd3116-e43d-42cf-bb2e-cc646ddbde16) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['2da26421-b5a7-4d0d-9297-67aeaaf39cbe', '62ecec39-37c0-4d3c-b7b8-191db6824bf7', 'd1de8253-17f9-41b4-a819-dc729cae4740', 'e7a9313e-8659-4c11-a9cc-f1db60f9e9ae']}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1066.724802] [55398]: DEBUG cinder.volume.api [req-b9ae95a2-8859-45ba-a080-608a983a51ef req-037a6157-3918-4abf-bbc6-f04c0443bd87 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (04286dcb-69f8-430e-aa97-033dde1ba299) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1066.740038] [55398]: DEBUG cinder.volume.api [req-b9ae95a2-8859-45ba-a080-608a983a51ef req-037a6157-3918-4abf-bbc6-f04c0443bd87 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (04286dcb-69f8-430e-aa97-033dde1ba299) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '2a7233a6-b6d2-4fda-a604-13e641ed765e', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesSnapshotsTestJSON-volume-295046150',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='7c77399bc29140ceae6567d823de9098',qos_specs=None,replication_status=,reservations=['2da26421-b5a7-4d0d-9297-67aeaaf39cbe','62ecec39-37c0-4d3c-b7b8-191db6824bf7','d1de8253-17f9-41b4-a819-dc729cae4740','e7a9313e-8659-4c11-a9cc-f1db60f9e9ae'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='3b033d488682460f99225ffeee5c6660',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d), 'volume': Volume(_name_id=None,admin_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-02-20T18:02:49Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesSnapshotsTestJSON-volume-295046150',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=2a7233a6-b6d2-4fda-a604-13e641ed765e,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='7c77399bc29140ceae6567d823de9098',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='3b033d488682460f99225ffeee5c6660',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(d5fd08cf-4175-412e-a261-cecd156def0d),volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1066.741028] [55398]: DEBUG cinder.volume.api [req-b9ae95a2-8859-45ba-a080-608a983a51ef req-037a6157-3918-4abf-bbc6-f04c0443bd87 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (49adf61a-d50e-4a04-8449-cd4bad094d52) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1066.753610] [55398]: DEBUG cinder.volume.api [req-b9ae95a2-8859-45ba-a080-608a983a51ef req-037a6157-3918-4abf-bbc6-f04c0443bd87 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (49adf61a-d50e-4a04-8449-cd4bad094d52) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesSnapshotsTestJSON-volume-295046150',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='7c77399bc29140ceae6567d823de9098',qos_specs=None,replication_status=,reservations=['2da26421-b5a7-4d0d-9297-67aeaaf39cbe','62ecec39-37c0-4d3c-b7b8-191db6824bf7','d1de8253-17f9-41b4-a819-dc729cae4740','e7a9313e-8659-4c11-a9cc-f1db60f9e9ae'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='3b033d488682460f99225ffeee5c6660',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1066.754506] [55398]: DEBUG cinder.volume.api [req-b9ae95a2-8859-45ba-a080-608a983a51ef req-037a6157-3918-4abf-bbc6-f04c0443bd87 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (384d88bf-6cfc-4a85-98d2-a6b869e95d12) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1066.763200] [55398]: DEBUG cinder.volume.api [req-b9ae95a2-8859-45ba-a080-608a983a51ef req-037a6157-3918-4abf-bbc6-f04c0443bd87 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (384d88bf-6cfc-4a85-98d2-a6b869e95d12) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1066.764233] [55398]: DEBUG cinder.volume.api [req-b9ae95a2-8859-45ba-a080-608a983a51ef req-037a6157-3918-4abf-bbc6-f04c0443bd87 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Flow 'volume_create_api' (1ea1d5bf-84c6-40c7-940c-83822a35ac9d) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=55398) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 1066.764612] [55398]: INFO cinder.volume.api [req-b9ae95a2-8859-45ba-a080-608a983a51ef req-037a6157-3918-4abf-bbc6-f04c0443bd87 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Create volume request issued successfully. [ 1066.765261] [55398]: INFO cinder.api.openstack.wsgi [req-b9ae95a2-8859-45ba-a080-608a983a51ef req-037a6157-3918-4abf-bbc6-f04c0443bd87 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] http://10.180.1.21/volume/v3/volumes returned with HTTP 202 [ 1066.765746] [55398]: [pid: 55398|app: 0|req: 159/326] 10.180.1.21 () {64 vars in 1421 bytes} [Thu Feb 20 18:02:49 2025] POST /volume/v3/volumes => generated 753 bytes in 124 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) [ 1066.769981] [55397]: DEBUG cinder.api.middleware.request_id [req-b9ae95a2-8859-45ba-a080-608a983a51ef req-635754a1-3065-4a2d-98b0-0901f2dded7a None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1066.772572] [55397]: INFO cinder.api.openstack.wsgi [req-b9ae95a2-8859-45ba-a080-608a983a51ef req-635754a1-3065-4a2d-98b0-0901f2dded7a tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] GET http://10.180.1.21/volume/v3/volumes/2a7233a6-b6d2-4fda-a604-13e641ed765e [ 1066.772938] [55397]: DEBUG cinder.api.openstack.wsgi [req-b9ae95a2-8859-45ba-a080-608a983a51ef req-635754a1-3065-4a2d-98b0-0901f2dded7a tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1066.773175] [55397]: DEBUG cinder.api.openstack.wsgi [req-b9ae95a2-8859-45ba-a080-608a983a51ef req-635754a1-3065-4a2d-98b0-0901f2dded7a tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1066.783626] [55397]: /opt/stack/data/venv/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. [ 1066.783626] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1066.787206] [55397]: INFO cinder.volume.api [req-b9ae95a2-8859-45ba-a080-608a983a51ef req-635754a1-3065-4a2d-98b0-0901f2dded7a tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Volume info retrieved successfully. [ 1066.795745] [55397]: INFO cinder.api.openstack.wsgi [req-b9ae95a2-8859-45ba-a080-608a983a51ef req-635754a1-3065-4a2d-98b0-0901f2dded7a tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] http://10.180.1.21/volume/v3/volumes/2a7233a6-b6d2-4fda-a604-13e641ed765e returned with HTTP 200 [ 1066.797218] [55397]: [pid: 55397|app: 0|req: 168/327] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 18:02:49 2025] GET /volume/v3/volumes/2a7233a6-b6d2-4fda-a604-13e641ed765e => generated 821 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1066.812164] [55398]: DEBUG cinder.api.middleware.request_id [req-76951476-fced-423e-9f1b-7e42f1241ad5 req-dadf08c7-2107-4ea6-9874-24c65a3de7d3 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1066.814812] [55398]: INFO cinder.api.openstack.wsgi [req-76951476-fced-423e-9f1b-7e42f1241ad5 req-dadf08c7-2107-4ea6-9874-24c65a3de7d3 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] GET http://10.180.1.21/volume/v3/volumes/2a7233a6-b6d2-4fda-a604-13e641ed765e [ 1066.815042] [55398]: DEBUG cinder.api.openstack.wsgi [req-76951476-fced-423e-9f1b-7e42f1241ad5 req-dadf08c7-2107-4ea6-9874-24c65a3de7d3 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1066.815312] [55398]: DEBUG cinder.api.openstack.wsgi [req-76951476-fced-423e-9f1b-7e42f1241ad5 req-dadf08c7-2107-4ea6-9874-24c65a3de7d3 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1066.822675] [55398]: /opt/stack/data/venv/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. [ 1066.822675] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1066.825957] [55398]: INFO cinder.volume.api [req-76951476-fced-423e-9f1b-7e42f1241ad5 req-dadf08c7-2107-4ea6-9874-24c65a3de7d3 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Volume info retrieved successfully. [ 1066.830049] [55398]: INFO cinder.api.openstack.wsgi [req-76951476-fced-423e-9f1b-7e42f1241ad5 req-dadf08c7-2107-4ea6-9874-24c65a3de7d3 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] http://10.180.1.21/volume/v3/volumes/2a7233a6-b6d2-4fda-a604-13e641ed765e returned with HTTP 200 [ 1066.830529] [55398]: [pid: 55398|app: 0|req: 160/328] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 18:02:49 2025] GET /volume/v3/volumes/2a7233a6-b6d2-4fda-a604-13e641ed765e => generated 845 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1067.349702] [55397]: DEBUG cinder.api.middleware.request_id [None req-317c18c8-bf5c-4df9-a937-f8d29edcd7b7 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1067.351896] [55397]: INFO cinder.api.openstack.wsgi [None req-317c18c8-bf5c-4df9-a937-f8d29edcd7b7 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] GET http://10.180.1.21/volume/v3/volumes/996ec8ec-5318-4963-9384-330f1e01190d [ 1067.352135] [55397]: DEBUG cinder.api.openstack.wsgi [None req-317c18c8-bf5c-4df9-a937-f8d29edcd7b7 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1067.352360] [55397]: DEBUG cinder.api.openstack.wsgi [None req-317c18c8-bf5c-4df9-a937-f8d29edcd7b7 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1067.367284] [55397]: /opt/stack/data/venv/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. [ 1067.367284] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1067.371083] [55397]: INFO cinder.volume.api [None req-317c18c8-bf5c-4df9-a937-f8d29edcd7b7 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Volume info retrieved successfully. [ 1067.375911] [55397]: INFO cinder.api.openstack.wsgi [None req-317c18c8-bf5c-4df9-a937-f8d29edcd7b7 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] http://10.180.1.21/volume/v3/volumes/996ec8ec-5318-4963-9384-330f1e01190d returned with HTTP 200 [ 1067.376307] [55397]: [pid: 55397|app: 0|req: 169/329] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:02:50 2025] GET /volume/v3/volumes/996ec8ec-5318-4963-9384-330f1e01190d => generated 1141 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1067.409967] [55398]: DEBUG cinder.api.middleware.request_id [req-6068c357-2660-4546-a2f1-f2db3e3b22d8 req-47d7dd36-9760-4e0b-9ac9-c5726b2fbbb5 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1067.411912] [55398]: INFO cinder.api.openstack.wsgi [req-6068c357-2660-4546-a2f1-f2db3e3b22d8 req-47d7dd36-9760-4e0b-9ac9-c5726b2fbbb5 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] GET http://10.180.1.21/volume/v3/volumes/996ec8ec-5318-4963-9384-330f1e01190d [ 1067.412309] [55398]: DEBUG cinder.api.openstack.wsgi [req-6068c357-2660-4546-a2f1-f2db3e3b22d8 req-47d7dd36-9760-4e0b-9ac9-c5726b2fbbb5 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1067.412642] [55398]: DEBUG cinder.api.openstack.wsgi [req-6068c357-2660-4546-a2f1-f2db3e3b22d8 req-47d7dd36-9760-4e0b-9ac9-c5726b2fbbb5 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1067.422720] [55398]: /opt/stack/data/venv/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. [ 1067.422720] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1067.426212] [55398]: INFO cinder.volume.api [req-6068c357-2660-4546-a2f1-f2db3e3b22d8 req-47d7dd36-9760-4e0b-9ac9-c5726b2fbbb5 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Volume info retrieved successfully. [ 1067.430436] [55398]: INFO cinder.api.openstack.wsgi [req-6068c357-2660-4546-a2f1-f2db3e3b22d8 req-47d7dd36-9760-4e0b-9ac9-c5726b2fbbb5 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] http://10.180.1.21/volume/v3/volumes/996ec8ec-5318-4963-9384-330f1e01190d returned with HTTP 200 [ 1067.430825] [55398]: [pid: 55398|app: 0|req: 161/330] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 18:02:50 2025] GET /volume/v3/volumes/996ec8ec-5318-4963-9384-330f1e01190d => generated 1141 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1067.446374] [55397]: DEBUG cinder.api.middleware.request_id [req-6068c357-2660-4546-a2f1-f2db3e3b22d8 req-0f237817-9d73-4426-a5ca-1b8e41d84e40 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1067.448710] [55397]: INFO cinder.api.openstack.wsgi [req-6068c357-2660-4546-a2f1-f2db3e3b22d8 req-0f237817-9d73-4426-a5ca-1b8e41d84e40 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] POST http://10.180.1.21/volume/v3/volumes/996ec8ec-5318-4963-9384-330f1e01190d/action [ 1067.449115] [55397]: DEBUG cinder.api.openstack.wsgi [req-6068c357-2660-4546-a2f1-f2db3e3b22d8 req-0f237817-9d73-4426-a5ca-1b8e41d84e40 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Action body: b'{"os-begin_detaching": null}' {{(pid=55397) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} [ 1067.449265] [55397]: DEBUG cinder.api.openstack.wsgi [req-6068c357-2660-4546-a2f1-f2db3e3b22d8 req-0f237817-9d73-4426-a5ca-1b8e41d84e40 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Action: 'action', calling method: _begin_detaching, body: {"os-begin_detaching": null} {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 1067.459674] [55397]: /opt/stack/data/venv/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. [ 1067.459674] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1067.460200] [55397]: INFO cinder.volume.api [req-6068c357-2660-4546-a2f1-f2db3e3b22d8 req-0f237817-9d73-4426-a5ca-1b8e41d84e40 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Volume info retrieved successfully. [ 1067.465497] [55397]: INFO cinder.volume.api [req-6068c357-2660-4546-a2f1-f2db3e3b22d8 req-0f237817-9d73-4426-a5ca-1b8e41d84e40 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Begin detaching volume completed successfully. [ 1067.465724] [55397]: INFO cinder.api.openstack.wsgi [req-6068c357-2660-4546-a2f1-f2db3e3b22d8 req-0f237817-9d73-4426-a5ca-1b8e41d84e40 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] http://10.180.1.21/volume/v3/volumes/996ec8ec-5318-4963-9384-330f1e01190d/action returned with HTTP 202 [ 1067.466137] [55397]: [pid: 55397|app: 0|req: 170/331] 10.180.1.21 () {64 vars in 1552 bytes} [Thu Feb 20 18:02:50 2025] POST /volume/v3/volumes/996ec8ec-5318-4963-9384-330f1e01190d/action => generated 0 bytes in 21 msecs (HTTP/1.1 202) 7 headers in 289 bytes (1 switches on core 0) [ 1067.846046] [55398]: DEBUG cinder.api.middleware.request_id [req-f78aa5f2-8d62-49c4-bb06-cd4c791c03ad req-9d4007ea-d169-4dd1-9b80-5f5f97017976 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1067.848375] [55398]: INFO cinder.api.openstack.wsgi [req-f78aa5f2-8d62-49c4-bb06-cd4c791c03ad req-9d4007ea-d169-4dd1-9b80-5f5f97017976 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] GET http://10.180.1.21/volume/v3/volumes/2a7233a6-b6d2-4fda-a604-13e641ed765e [ 1067.848608] [55398]: DEBUG cinder.api.openstack.wsgi [req-f78aa5f2-8d62-49c4-bb06-cd4c791c03ad req-9d4007ea-d169-4dd1-9b80-5f5f97017976 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1067.848827] [55398]: DEBUG cinder.api.openstack.wsgi [req-f78aa5f2-8d62-49c4-bb06-cd4c791c03ad req-9d4007ea-d169-4dd1-9b80-5f5f97017976 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1067.857040] [55398]: /opt/stack/data/venv/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. [ 1067.857040] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1067.859917] [55398]: INFO cinder.volume.api [req-f78aa5f2-8d62-49c4-bb06-cd4c791c03ad req-9d4007ea-d169-4dd1-9b80-5f5f97017976 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Volume info retrieved successfully. [ 1067.866872] [55398]: INFO cinder.api.openstack.wsgi [req-f78aa5f2-8d62-49c4-bb06-cd4c791c03ad req-9d4007ea-d169-4dd1-9b80-5f5f97017976 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] http://10.180.1.21/volume/v3/volumes/2a7233a6-b6d2-4fda-a604-13e641ed765e returned with HTTP 200 [ 1067.866872] [55398]: [pid: 55398|app: 0|req: 162/332] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 18:02:50 2025] GET /volume/v3/volumes/2a7233a6-b6d2-4fda-a604-13e641ed765e => generated 846 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1067.879792] [55397]: DEBUG cinder.api.middleware.request_id [req-6ad811f9-8249-4033-91c2-7d5917f03037 req-28bba2a1-2358-439b-b005-c494aa583089 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1067.882742] [55397]: INFO cinder.api.openstack.wsgi [req-6ad811f9-8249-4033-91c2-7d5917f03037 req-28bba2a1-2358-439b-b005-c494aa583089 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] POST http://10.180.1.21/volume/v3/snapshots [ 1067.885714] [55397]: DEBUG cinder.api.openstack.wsgi [req-6ad811f9-8249-4033-91c2-7d5917f03037 req-28bba2a1-2358-439b-b005-c494aa583089 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Action: 'create', calling method: create, body: {"snapshot": {"volume_id": "2a7233a6-b6d2-4fda-a604-13e641ed765e", "force": false, "name": "tempest-VolumesSnapshotsTestJSON-Snapshot-899123250", "description": null, "metadata": {}}} {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 1067.893058] [55397]: /opt/stack/data/venv/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. [ 1067.893058] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1067.893585] [55397]: INFO cinder.volume.api [req-6ad811f9-8249-4033-91c2-7d5917f03037 req-28bba2a1-2358-439b-b005-c494aa583089 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Volume info retrieved successfully. [ 1067.893749] [55397]: INFO cinder.api.v3.snapshots [req-6ad811f9-8249-4033-91c2-7d5917f03037 req-28bba2a1-2358-439b-b005-c494aa583089 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Create snapshot from volume 2a7233a6-b6d2-4fda-a604-13e641ed765e [ 1067.910435] [55397]: WARNING cinder.quota [req-6ad811f9-8249-4033-91c2-7d5917f03037 req-28bba2a1-2358-439b-b005-c494aa583089 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Deprecated: Default quota for resource: snapshots_vsphere is set by the default quota flag: quota_snapshots_vsphere, it is now deprecated. Please use the default quota class for default quota. [ 1067.942844] [55397]: DEBUG cinder.quota [req-6ad811f9-8249-4033-91c2-7d5917f03037 req-28bba2a1-2358-439b-b005-c494aa583089 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Created reservations ['1a92c872-fbbd-41c8-a684-c5321d3f9f8b', 'efffa25d-67ae-40f5-8a29-650eed4db48e', '10501efc-ca05-492a-b27b-ea235567663b', '8c87e2b9-fb7c-4064-9c0c-fb981df1f708'] {{(pid=55397) reserve /opt/stack/cinder/cinder/quota.py:752}} [ 1067.988261] [55397]: INFO cinder.volume.api [req-6ad811f9-8249-4033-91c2-7d5917f03037 req-28bba2a1-2358-439b-b005-c494aa583089 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Snapshot create request issued successfully. [ 1067.988668] [55397]: INFO cinder.api.openstack.wsgi [req-6ad811f9-8249-4033-91c2-7d5917f03037 req-28bba2a1-2358-439b-b005-c494aa583089 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] http://10.180.1.21/volume/v3/snapshots returned with HTTP 202 [ 1067.989156] [55397]: [pid: 55397|app: 0|req: 171/333] 10.180.1.21 () {64 vars in 1427 bytes} [Thu Feb 20 18:02:50 2025] POST /volume/v3/snapshots => generated 310 bytes in 110 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) [ 1068.043030] [55398]: DEBUG cinder.api.middleware.request_id [req-026639bf-f4b5-4ee1-b5bb-d3f46257d5b3 req-a0e7dfac-c05e-49d8-8867-c5c2f8099d5e None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1068.045468] [55398]: INFO cinder.api.openstack.wsgi [req-026639bf-f4b5-4ee1-b5bb-d3f46257d5b3 req-a0e7dfac-c05e-49d8-8867-c5c2f8099d5e tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] GET http://10.180.1.21/volume/v3/snapshots/81c89a01-5f12-4d9b-ba37-a4da15f21c63 [ 1068.045668] [55398]: DEBUG cinder.api.openstack.wsgi [req-026639bf-f4b5-4ee1-b5bb-d3f46257d5b3 req-a0e7dfac-c05e-49d8-8867-c5c2f8099d5e tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1068.045887] [55398]: DEBUG cinder.api.openstack.wsgi [req-026639bf-f4b5-4ee1-b5bb-d3f46257d5b3 req-a0e7dfac-c05e-49d8-8867-c5c2f8099d5e tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1068.064947] [55398]: /opt/stack/data/venv/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. [ 1068.064947] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1068.065540] [55398]: INFO cinder.volume.api [req-026639bf-f4b5-4ee1-b5bb-d3f46257d5b3 req-a0e7dfac-c05e-49d8-8867-c5c2f8099d5e tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Snapshot retrieved successfully. [ 1068.066994] [55398]: INFO cinder.api.openstack.wsgi [req-026639bf-f4b5-4ee1-b5bb-d3f46257d5b3 req-a0e7dfac-c05e-49d8-8867-c5c2f8099d5e tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] http://10.180.1.21/volume/v3/snapshots/81c89a01-5f12-4d9b-ba37-a4da15f21c63 returned with HTTP 200 [ 1068.067961] [55398]: [pid: 55398|app: 0|req: 163/334] 10.180.1.21 () {60 vars in 1484 bytes} [Thu Feb 20 18:02:50 2025] GET /volume/v3/snapshots/81c89a01-5f12-4d9b-ba37-a4da15f21c63 => generated 469 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1068.137186] [55397]: DEBUG cinder.api.middleware.request_id [req-3327771e-a2eb-4c9c-8538-e565f5f5bee5 req-27285cee-3a12-4916-87a9-620d46d31414 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1068.139750] [55397]: INFO cinder.api.openstack.wsgi [req-3327771e-a2eb-4c9c-8538-e565f5f5bee5 req-27285cee-3a12-4916-87a9-620d46d31414 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] GET http://10.180.1.21/volume/v3/snapshots/detail [ 1068.140049] [55397]: DEBUG cinder.api.openstack.wsgi [req-3327771e-a2eb-4c9c-8538-e565f5f5bee5 req-27285cee-3a12-4916-87a9-620d46d31414 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1068.140343] [55397]: DEBUG cinder.api.openstack.wsgi [req-3327771e-a2eb-4c9c-8538-e565f5f5bee5 req-27285cee-3a12-4916-87a9-620d46d31414 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Calling method 'detail' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1068.140666] [55397]: DEBUG cinder.api.api_utils [req-3327771e-a2eb-4c9c-8538-e565f5f5bee5 req-27285cee-3a12-4916-87a9-620d46d31414 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Removing options '' from query. {{(pid=55397) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} [ 1068.141057] [55397]: /opt/stack/data/venv/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. [ 1068.141057] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1068.142070] [55397]: DEBUG cinder.db.sqlalchemy.api [req-3327771e-a2eb-4c9c-8538-e565f5f5bee5 req-27285cee-3a12-4916-87a9-620d46d31414 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Building query based on filter {{(pid=55397) _process_snaps_filters /opt/stack/cinder/cinder/db/sqlalchemy/api.py:3917}} [ 1068.153927] [55397]: INFO cinder.volume.api [req-3327771e-a2eb-4c9c-8538-e565f5f5bee5 req-27285cee-3a12-4916-87a9-620d46d31414 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Get all snapshots completed successfully. [ 1068.154385] [55397]: /opt/stack/data/venv/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. [ 1068.154385] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1068.155176] [55397]: INFO cinder.api.openstack.wsgi [req-3327771e-a2eb-4c9c-8538-e565f5f5bee5 req-27285cee-3a12-4916-87a9-620d46d31414 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] http://10.180.1.21/volume/v3/snapshots/detail returned with HTTP 200 [ 1068.155481] [55397]: [pid: 55397|app: 0|req: 172/335] 10.180.1.21 () {60 vars in 1394 bytes} [Thu Feb 20 18:02:50 2025] GET /volume/v3/snapshots/detail => generated 472 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1068.231819] [55398]: DEBUG cinder.api.middleware.request_id [req-28c1e1ef-db62-4f3f-89c3-a4a90adf0b18 req-af690807-508a-4063-b3ce-51db32861670 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1068.233971] [55398]: INFO cinder.api.openstack.wsgi [req-28c1e1ef-db62-4f3f-89c3-a4a90adf0b18 req-af690807-508a-4063-b3ce-51db32861670 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] GET http://10.180.1.21/volume/v3/snapshots/81c89a01-5f12-4d9b-ba37-a4da15f21c63 [ 1068.234218] [55398]: DEBUG cinder.api.openstack.wsgi [req-28c1e1ef-db62-4f3f-89c3-a4a90adf0b18 req-af690807-508a-4063-b3ce-51db32861670 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1068.234495] [55398]: DEBUG cinder.api.openstack.wsgi [req-28c1e1ef-db62-4f3f-89c3-a4a90adf0b18 req-af690807-508a-4063-b3ce-51db32861670 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1068.241669] [55398]: /opt/stack/data/venv/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. [ 1068.241669] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1068.242185] [55398]: INFO cinder.volume.api [req-28c1e1ef-db62-4f3f-89c3-a4a90adf0b18 req-af690807-508a-4063-b3ce-51db32861670 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Snapshot retrieved successfully. [ 1068.243143] [55398]: INFO cinder.api.openstack.wsgi [req-28c1e1ef-db62-4f3f-89c3-a4a90adf0b18 req-af690807-508a-4063-b3ce-51db32861670 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] http://10.180.1.21/volume/v3/snapshots/81c89a01-5f12-4d9b-ba37-a4da15f21c63 returned with HTTP 200 [ 1068.243643] [55398]: [pid: 55398|app: 0|req: 164/336] 10.180.1.21 () {60 vars in 1484 bytes} [Thu Feb 20 18:02:51 2025] GET /volume/v3/snapshots/81c89a01-5f12-4d9b-ba37-a4da15f21c63 => generated 469 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1068.322059] [55397]: DEBUG cinder.api.middleware.request_id [req-cb6e432c-b656-4962-a419-abae7c8e548a req-4b29cb57-5b99-48a5-bb1f-821bfdc16442 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1068.325499] [55397]: INFO cinder.api.openstack.wsgi [req-cb6e432c-b656-4962-a419-abae7c8e548a req-4b29cb57-5b99-48a5-bb1f-821bfdc16442 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] DELETE http://10.180.1.21/volume/v3/snapshots/81c89a01-5f12-4d9b-ba37-a4da15f21c63 [ 1068.325619] [55397]: DEBUG cinder.api.openstack.wsgi [req-cb6e432c-b656-4962-a419-abae7c8e548a req-4b29cb57-5b99-48a5-bb1f-821bfdc16442 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1068.325740] [55397]: DEBUG cinder.api.openstack.wsgi [req-cb6e432c-b656-4962-a419-abae7c8e548a req-4b29cb57-5b99-48a5-bb1f-821bfdc16442 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Calling method 'delete' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1068.327425] [55397]: INFO cinder.api.v2.snapshots [req-cb6e432c-b656-4962-a419-abae7c8e548a req-4b29cb57-5b99-48a5-bb1f-821bfdc16442 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Delete snapshot with id: 81c89a01-5f12-4d9b-ba37-a4da15f21c63 [ 1068.331503] [55397]: /opt/stack/data/venv/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. [ 1068.331503] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1068.332039] [55397]: INFO cinder.volume.api [req-cb6e432c-b656-4962-a419-abae7c8e548a req-4b29cb57-5b99-48a5-bb1f-821bfdc16442 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Snapshot retrieved successfully. [ 1068.351781] [55397]: INFO cinder.volume.api [req-cb6e432c-b656-4962-a419-abae7c8e548a req-4b29cb57-5b99-48a5-bb1f-821bfdc16442 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Snapshot delete request issued successfully. [ 1068.351972] [55397]: INFO cinder.api.openstack.wsgi [req-cb6e432c-b656-4962-a419-abae7c8e548a req-4b29cb57-5b99-48a5-bb1f-821bfdc16442 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] http://10.180.1.21/volume/v3/snapshots/81c89a01-5f12-4d9b-ba37-a4da15f21c63 returned with HTTP 202 [ 1068.352418] [55397]: [pid: 55397|app: 0|req: 173/337] 10.180.1.21 () {62 vars in 1506 bytes} [Thu Feb 20 18:02:51 2025] DELETE /volume/v3/snapshots/81c89a01-5f12-4d9b-ba37-a4da15f21c63 => generated 0 bytes in 31 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) [ 1068.402183] [55398]: DEBUG cinder.api.middleware.request_id [req-73bb6cd6-ea0b-4940-92e1-d4ac0adb10c8 req-4e79dd0c-a485-4105-8590-23dac0e20ba4 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1068.404759] [55398]: INFO cinder.api.openstack.wsgi [req-73bb6cd6-ea0b-4940-92e1-d4ac0adb10c8 req-4e79dd0c-a485-4105-8590-23dac0e20ba4 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] GET http://10.180.1.21/volume/v3/snapshots/81c89a01-5f12-4d9b-ba37-a4da15f21c63 [ 1068.404990] [55398]: DEBUG cinder.api.openstack.wsgi [req-73bb6cd6-ea0b-4940-92e1-d4ac0adb10c8 req-4e79dd0c-a485-4105-8590-23dac0e20ba4 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1068.405216] [55398]: DEBUG cinder.api.openstack.wsgi [req-73bb6cd6-ea0b-4940-92e1-d4ac0adb10c8 req-4e79dd0c-a485-4105-8590-23dac0e20ba4 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1068.410638] [55398]: /opt/stack/data/venv/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. [ 1068.410638] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1068.411156] [55398]: INFO cinder.volume.api [req-73bb6cd6-ea0b-4940-92e1-d4ac0adb10c8 req-4e79dd0c-a485-4105-8590-23dac0e20ba4 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Snapshot retrieved successfully. [ 1068.412101] [55398]: INFO cinder.api.openstack.wsgi [req-73bb6cd6-ea0b-4940-92e1-d4ac0adb10c8 req-4e79dd0c-a485-4105-8590-23dac0e20ba4 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] http://10.180.1.21/volume/v3/snapshots/81c89a01-5f12-4d9b-ba37-a4da15f21c63 returned with HTTP 200 [ 1068.412522] [55398]: [pid: 55398|app: 0|req: 165/338] 10.180.1.21 () {60 vars in 1484 bytes} [Thu Feb 20 18:02:51 2025] GET /volume/v3/snapshots/81c89a01-5f12-4d9b-ba37-a4da15f21c63 => generated 468 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1068.490054] [55397]: DEBUG cinder.api.middleware.request_id [None req-499447b2-4eb3-444a-9daa-f259e5f11bcb None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1068.490054] [55397]: INFO cinder.api.openstack.wsgi [None req-499447b2-4eb3-444a-9daa-f259e5f11bcb None None] GET http://10.180.1.21/volume// [ 1068.490054] [55397]: DEBUG cinder.api.openstack.wsgi [None req-499447b2-4eb3-444a-9daa-f259e5f11bcb None None] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1068.490054] [55397]: DEBUG cinder.api.openstack.wsgi [None req-499447b2-4eb3-444a-9daa-f259e5f11bcb None None] Calling method 'all' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1068.490054] [55397]: INFO cinder.api.openstack.wsgi [None req-499447b2-4eb3-444a-9daa-f259e5f11bcb None None] http://10.180.1.21/volume// returned with HTTP 300 [ 1068.490054] [55397]: [pid: 55397|app: 0|req: 174/339] 10.180.1.21 () {58 vars in 1306 bytes} [Thu Feb 20 18:02:51 2025] GET /volume/ => generated 386 bytes in 2 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) [ 1068.493462] [55398]: DEBUG cinder.api.middleware.request_id [req-6068c357-2660-4546-a2f1-f2db3e3b22d8 req-6f909dd9-95eb-4359-bc5c-53646a476e67 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1068.495951] [55398]: INFO cinder.api.openstack.wsgi [req-6068c357-2660-4546-a2f1-f2db3e3b22d8 req-6f909dd9-95eb-4359-bc5c-53646a476e67 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] GET http://10.180.1.21/volume/v3/volumes/996ec8ec-5318-4963-9384-330f1e01190d [ 1068.496196] [55398]: DEBUG cinder.api.openstack.wsgi [req-6068c357-2660-4546-a2f1-f2db3e3b22d8 req-6f909dd9-95eb-4359-bc5c-53646a476e67 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1068.496417] [55398]: DEBUG cinder.api.openstack.wsgi [req-6068c357-2660-4546-a2f1-f2db3e3b22d8 req-6f909dd9-95eb-4359-bc5c-53646a476e67 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1068.508244] [55398]: /opt/stack/data/venv/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. [ 1068.508244] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1068.512821] [55398]: INFO cinder.volume.api [req-6068c357-2660-4546-a2f1-f2db3e3b22d8 req-6f909dd9-95eb-4359-bc5c-53646a476e67 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Volume info retrieved successfully. [ 1068.518209] [55398]: INFO cinder.api.openstack.wsgi [req-6068c357-2660-4546-a2f1-f2db3e3b22d8 req-6f909dd9-95eb-4359-bc5c-53646a476e67 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] http://10.180.1.21/volume/v3/volumes/996ec8ec-5318-4963-9384-330f1e01190d returned with HTTP 200 [ 1068.518564] [55398]: [pid: 55398|app: 0|req: 166/340] 10.180.1.21 () {62 vars in 1519 bytes} [Thu Feb 20 18:02:51 2025] GET /volume/v3/volumes/996ec8ec-5318-4963-9384-330f1e01190d => generated 1325 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) [ 1069.468016] [55397]: DEBUG cinder.api.middleware.request_id [req-70121b0b-f67c-4c85-a8fa-e9946f69e6a9 req-70af7bfa-bdaa-454a-877f-83d7fb008a6b None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1069.470312] [55397]: INFO cinder.api.openstack.wsgi [req-70121b0b-f67c-4c85-a8fa-e9946f69e6a9 req-70af7bfa-bdaa-454a-877f-83d7fb008a6b tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] GET http://10.180.1.21/volume/v3/snapshots/81c89a01-5f12-4d9b-ba37-a4da15f21c63 [ 1069.470534] [55397]: DEBUG cinder.api.openstack.wsgi [req-70121b0b-f67c-4c85-a8fa-e9946f69e6a9 req-70af7bfa-bdaa-454a-877f-83d7fb008a6b tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1069.470749] [55397]: DEBUG cinder.api.openstack.wsgi [req-70121b0b-f67c-4c85-a8fa-e9946f69e6a9 req-70af7bfa-bdaa-454a-877f-83d7fb008a6b tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1069.475192] [55397]: INFO cinder.api.openstack.wsgi [req-70121b0b-f67c-4c85-a8fa-e9946f69e6a9 req-70af7bfa-bdaa-454a-877f-83d7fb008a6b tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] http://10.180.1.21/volume/v3/snapshots/81c89a01-5f12-4d9b-ba37-a4da15f21c63 returned with HTTP 404 [ 1069.475738] [55397]: [pid: 55397|app: 0|req: 175/341] 10.180.1.21 () {60 vars in 1484 bytes} [Thu Feb 20 18:02:52 2025] GET /volume/v3/snapshots/81c89a01-5f12-4d9b-ba37-a4da15f21c63 => generated 111 bytes in 8 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) [ 1069.486599] [55398]: DEBUG cinder.api.middleware.request_id [req-f6a54a99-1878-4bdd-82e9-2bba92f8012b req-1445fd03-d8ec-43cf-843c-b4bd8934fc26 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1069.488894] [55398]: INFO cinder.api.openstack.wsgi [req-f6a54a99-1878-4bdd-82e9-2bba92f8012b req-1445fd03-d8ec-43cf-843c-b4bd8934fc26 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] DELETE http://10.180.1.21/volume/v3/volumes/2a7233a6-b6d2-4fda-a604-13e641ed765e [ 1069.489098] [55398]: DEBUG cinder.api.openstack.wsgi [req-f6a54a99-1878-4bdd-82e9-2bba92f8012b req-1445fd03-d8ec-43cf-843c-b4bd8934fc26 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1069.489314] [55398]: DEBUG cinder.api.openstack.wsgi [req-f6a54a99-1878-4bdd-82e9-2bba92f8012b req-1445fd03-d8ec-43cf-843c-b4bd8934fc26 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Calling method 'delete' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1069.489501] [55398]: INFO cinder.api.v3.volumes [req-f6a54a99-1878-4bdd-82e9-2bba92f8012b req-1445fd03-d8ec-43cf-843c-b4bd8934fc26 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Delete volume with id: 2a7233a6-b6d2-4fda-a604-13e641ed765e [ 1069.499998] [55398]: /opt/stack/data/venv/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. [ 1069.499998] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1069.500548] [55398]: INFO cinder.volume.api [req-f6a54a99-1878-4bdd-82e9-2bba92f8012b req-1445fd03-d8ec-43cf-843c-b4bd8934fc26 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Volume info retrieved successfully. [ 1069.519168] [55398]: INFO cinder.volume.api [req-f6a54a99-1878-4bdd-82e9-2bba92f8012b req-1445fd03-d8ec-43cf-843c-b4bd8934fc26 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Delete volume request issued successfully. [ 1069.519390] [55398]: INFO cinder.api.openstack.wsgi [req-f6a54a99-1878-4bdd-82e9-2bba92f8012b req-1445fd03-d8ec-43cf-843c-b4bd8934fc26 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] http://10.180.1.21/volume/v3/volumes/2a7233a6-b6d2-4fda-a604-13e641ed765e returned with HTTP 202 [ 1069.519888] [55398]: [pid: 55398|app: 0|req: 167/342] 10.180.1.21 () {62 vars in 1500 bytes} [Thu Feb 20 18:02:52 2025] DELETE /volume/v3/volumes/2a7233a6-b6d2-4fda-a604-13e641ed765e => generated 0 bytes in 34 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) [ 1069.531955] [55397]: DEBUG cinder.api.middleware.request_id [req-b6302b37-a4a5-4a87-9bca-46b7cf0dcebb req-f0a27ef4-4063-4bfa-af3e-76b0f2018725 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1069.534579] [55397]: INFO cinder.api.openstack.wsgi [req-b6302b37-a4a5-4a87-9bca-46b7cf0dcebb req-f0a27ef4-4063-4bfa-af3e-76b0f2018725 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] GET http://10.180.1.21/volume/v3/volumes/2a7233a6-b6d2-4fda-a604-13e641ed765e [ 1069.534792] [55397]: DEBUG cinder.api.openstack.wsgi [req-b6302b37-a4a5-4a87-9bca-46b7cf0dcebb req-f0a27ef4-4063-4bfa-af3e-76b0f2018725 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1069.535023] [55397]: DEBUG cinder.api.openstack.wsgi [req-b6302b37-a4a5-4a87-9bca-46b7cf0dcebb req-f0a27ef4-4063-4bfa-af3e-76b0f2018725 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1069.543158] [55397]: /opt/stack/data/venv/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. [ 1069.543158] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1069.547358] [55397]: INFO cinder.volume.api [req-b6302b37-a4a5-4a87-9bca-46b7cf0dcebb req-f0a27ef4-4063-4bfa-af3e-76b0f2018725 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Volume info retrieved successfully. [ 1069.552543] [55397]: INFO cinder.api.openstack.wsgi [req-b6302b37-a4a5-4a87-9bca-46b7cf0dcebb req-f0a27ef4-4063-4bfa-af3e-76b0f2018725 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] http://10.180.1.21/volume/v3/volumes/2a7233a6-b6d2-4fda-a604-13e641ed765e returned with HTTP 200 [ 1069.552906] [55397]: [pid: 55397|app: 0|req: 176/343] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 18:02:52 2025] GET /volume/v3/volumes/2a7233a6-b6d2-4fda-a604-13e641ed765e => generated 845 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1069.670447] [55398]: DEBUG cinder.api.middleware.request_id [req-6068c357-2660-4546-a2f1-f2db3e3b22d8 req-5666eb37-8364-4a31-bb27-d14b7695b8d2 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1069.672725] [55398]: INFO cinder.api.openstack.wsgi [req-6068c357-2660-4546-a2f1-f2db3e3b22d8 req-5666eb37-8364-4a31-bb27-d14b7695b8d2 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] DELETE http://10.180.1.21/volume/v3/attachments/ec214d8b-a579-41a9-8205-e58ea8474d64 [ 1069.672945] [55398]: DEBUG cinder.api.openstack.wsgi [req-6068c357-2660-4546-a2f1-f2db3e3b22d8 req-5666eb37-8364-4a31-bb27-d14b7695b8d2 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1069.673175] [55398]: DEBUG cinder.api.openstack.wsgi [req-6068c357-2660-4546-a2f1-f2db3e3b22d8 req-5666eb37-8364-4a31-bb27-d14b7695b8d2 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Calling method 'version_select' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1069.681871] [55398]: /opt/stack/data/venv/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. [ 1069.681871] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1070.210115] [55398]: INFO cinder.api.openstack.wsgi [req-6068c357-2660-4546-a2f1-f2db3e3b22d8 req-5666eb37-8364-4a31-bb27-d14b7695b8d2 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] http://10.180.1.21/volume/v3/attachments/ec214d8b-a579-41a9-8205-e58ea8474d64 returned with HTTP 200 [ 1070.210115] [55398]: [pid: 55398|app: 0|req: 168/344] 10.180.1.21 () {64 vars in 1553 bytes} [Thu Feb 20 18:02:52 2025] DELETE /volume/v3/attachments/ec214d8b-a579-41a9-8205-e58ea8474d64 => generated 19 bytes in 540 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1070.382587] [55397]: DEBUG cinder.api.middleware.request_id [None req-b2e9612a-1252-4b1c-85ce-f3dbf3546495 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1070.383062] [55397]: INFO cinder.api.openstack.wsgi [None req-b2e9612a-1252-4b1c-85ce-f3dbf3546495 None None] GET http://10.180.1.21/volume// [ 1070.383257] [55397]: DEBUG cinder.api.openstack.wsgi [None req-b2e9612a-1252-4b1c-85ce-f3dbf3546495 None None] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1070.383476] [55397]: DEBUG cinder.api.openstack.wsgi [None req-b2e9612a-1252-4b1c-85ce-f3dbf3546495 None None] Calling method 'all' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1070.383859] [55397]: INFO cinder.api.openstack.wsgi [None req-b2e9612a-1252-4b1c-85ce-f3dbf3546495 None None] http://10.180.1.21/volume// returned with HTTP 300 [ 1070.384161] [55397]: [pid: 55397|app: 0|req: 177/345] 10.180.1.21 () {58 vars in 1306 bytes} [Thu Feb 20 18:02:53 2025] GET /volume/ => generated 386 bytes in 2 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) [ 1070.387610] [55398]: DEBUG cinder.api.middleware.request_id [req-b28eb651-7c74-4410-891e-a25b642e44b0 req-1cea1656-b55f-41e0-a09c-ed92d52f4b99 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1070.389910] [55398]: INFO cinder.api.openstack.wsgi [req-b28eb651-7c74-4410-891e-a25b642e44b0 req-1cea1656-b55f-41e0-a09c-ed92d52f4b99 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] POST http://10.180.1.21/volume/v3/attachments [ 1070.390356] [55398]: DEBUG cinder.api.openstack.wsgi [req-b28eb651-7c74-4410-891e-a25b642e44b0 req-1cea1656-b55f-41e0-a09c-ed92d52f4b99 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Action: 'create', calling method: version_select, body: {"attachment": {"volume_uuid": "fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6", "connector": null, "instance_uuid": "d41a1eae-bb89-4222-9466-d86af891c654"}} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 1070.403331] [55398]: /opt/stack/data/venv/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. [ 1070.403331] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1070.437293] [55398]: INFO cinder.api.openstack.wsgi [req-b28eb651-7c74-4410-891e-a25b642e44b0 req-1cea1656-b55f-41e0-a09c-ed92d52f4b99 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] http://10.180.1.21/volume/v3/attachments returned with HTTP 200 [ 1070.437677] [55398]: [pid: 55398|app: 0|req: 169/346] 10.180.1.21 () {66 vars in 1474 bytes} [Thu Feb 20 18:02:53 2025] POST /volume/v3/attachments => generated 273 bytes in 51 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1070.442142] [55397]: DEBUG cinder.api.middleware.request_id [req-b28eb651-7c74-4410-891e-a25b642e44b0 req-6a39aa18-92e7-430a-a3c9-355d3a8775a6 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1070.444469] [55397]: INFO cinder.api.openstack.wsgi [req-b28eb651-7c74-4410-891e-a25b642e44b0 req-6a39aa18-92e7-430a-a3c9-355d3a8775a6 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] DELETE http://10.180.1.21/volume/v3/attachments/62b1f113-5153-49b3-8c46-ca63ea84132e [ 1070.444710] [55397]: DEBUG cinder.api.openstack.wsgi [req-b28eb651-7c74-4410-891e-a25b642e44b0 req-6a39aa18-92e7-430a-a3c9-355d3a8775a6 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1070.444920] [55397]: DEBUG cinder.api.openstack.wsgi [req-b28eb651-7c74-4410-891e-a25b642e44b0 req-6a39aa18-92e7-430a-a3c9-355d3a8775a6 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Calling method 'version_select' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1070.456357] [55397]: /opt/stack/data/venv/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. [ 1070.456357] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1070.656687] [55398]: DEBUG cinder.api.middleware.request_id [req-cf97afbd-0017-488d-9e64-4bce5e8aa7fc req-4fb1129f-9d51-4923-ac6f-f3afe0c16eda None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1070.659311] [55398]: INFO cinder.api.openstack.wsgi [req-cf97afbd-0017-488d-9e64-4bce5e8aa7fc req-4fb1129f-9d51-4923-ac6f-f3afe0c16eda tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] GET http://10.180.1.21/volume/v3/volumes/2a7233a6-b6d2-4fda-a604-13e641ed765e [ 1070.659669] [55398]: DEBUG cinder.api.openstack.wsgi [req-cf97afbd-0017-488d-9e64-4bce5e8aa7fc req-4fb1129f-9d51-4923-ac6f-f3afe0c16eda tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1070.659986] [55398]: DEBUG cinder.api.openstack.wsgi [req-cf97afbd-0017-488d-9e64-4bce5e8aa7fc req-4fb1129f-9d51-4923-ac6f-f3afe0c16eda tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1070.666118] [55398]: INFO cinder.api.openstack.wsgi [req-cf97afbd-0017-488d-9e64-4bce5e8aa7fc req-4fb1129f-9d51-4923-ac6f-f3afe0c16eda tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] http://10.180.1.21/volume/v3/volumes/2a7233a6-b6d2-4fda-a604-13e641ed765e returned with HTTP 404 [ 1070.666732] [55398]: [pid: 55398|app: 0|req: 170/347] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 18:02:53 2025] GET /volume/v3/volumes/2a7233a6-b6d2-4fda-a604-13e641ed765e => generated 109 bytes in 11 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) [ 1070.735426] [55398]: DEBUG cinder.api.middleware.request_id [req-bde91471-736e-4d60-8554-89a1c5ff0b64 req-459b996e-6305-4185-994b-43e638e3d697 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1070.737562] [55398]: INFO cinder.api.openstack.wsgi [req-bde91471-736e-4d60-8554-89a1c5ff0b64 req-459b996e-6305-4185-994b-43e638e3d697 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] DELETE http://10.180.1.21/volume/v3/volumes/2a7233a6-b6d2-4fda-a604-13e641ed765e [ 1070.737758] [55398]: DEBUG cinder.api.openstack.wsgi [req-bde91471-736e-4d60-8554-89a1c5ff0b64 req-459b996e-6305-4185-994b-43e638e3d697 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1070.737967] [55398]: DEBUG cinder.api.openstack.wsgi [req-bde91471-736e-4d60-8554-89a1c5ff0b64 req-459b996e-6305-4185-994b-43e638e3d697 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Calling method 'delete' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1070.738167] [55398]: INFO cinder.api.v3.volumes [req-bde91471-736e-4d60-8554-89a1c5ff0b64 req-459b996e-6305-4185-994b-43e638e3d697 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Delete volume with id: 2a7233a6-b6d2-4fda-a604-13e641ed765e [ 1070.744029] [55398]: INFO cinder.api.openstack.wsgi [req-bde91471-736e-4d60-8554-89a1c5ff0b64 req-459b996e-6305-4185-994b-43e638e3d697 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] http://10.180.1.21/volume/v3/volumes/2a7233a6-b6d2-4fda-a604-13e641ed765e returned with HTTP 404 [ 1070.744613] [55398]: [pid: 55398|app: 0|req: 171/348] 10.180.1.21 () {62 vars in 1500 bytes} [Thu Feb 20 18:02:53 2025] DELETE /volume/v3/volumes/2a7233a6-b6d2-4fda-a604-13e641ed765e => generated 109 bytes in 10 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) [ 1070.795557] [55398]: DEBUG cinder.api.middleware.request_id [req-e6552de1-31e1-4dbf-aeb8-372dedb233a4 req-e49ce2fb-988f-4be2-8fef-431f006aa095 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1070.797763] [55398]: INFO cinder.api.openstack.wsgi [req-e6552de1-31e1-4dbf-aeb8-372dedb233a4 req-e49ce2fb-988f-4be2-8fef-431f006aa095 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] GET http://10.180.1.21/volume/v3/volumes/2a7233a6-b6d2-4fda-a604-13e641ed765e [ 1070.797983] [55398]: DEBUG cinder.api.openstack.wsgi [req-e6552de1-31e1-4dbf-aeb8-372dedb233a4 req-e49ce2fb-988f-4be2-8fef-431f006aa095 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1070.798208] [55398]: DEBUG cinder.api.openstack.wsgi [req-e6552de1-31e1-4dbf-aeb8-372dedb233a4 req-e49ce2fb-988f-4be2-8fef-431f006aa095 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1070.804148] [55398]: INFO cinder.api.openstack.wsgi [req-e6552de1-31e1-4dbf-aeb8-372dedb233a4 req-e49ce2fb-988f-4be2-8fef-431f006aa095 tempest-VolumesSnapshotsTestJSON-312999193 tempest-VolumesSnapshotsTestJSON-312999193-project-member] http://10.180.1.21/volume/v3/volumes/2a7233a6-b6d2-4fda-a604-13e641ed765e returned with HTTP 404 [ 1070.804733] [55398]: [pid: 55398|app: 0|req: 172/349] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 18:02:53 2025] GET /volume/v3/volumes/2a7233a6-b6d2-4fda-a604-13e641ed765e => generated 109 bytes in 10 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) [ 1070.988840] [55397]: INFO cinder.api.openstack.wsgi [req-b28eb651-7c74-4410-891e-a25b642e44b0 req-6a39aa18-92e7-430a-a3c9-355d3a8775a6 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] http://10.180.1.21/volume/v3/attachments/62b1f113-5153-49b3-8c46-ca63ea84132e returned with HTTP 200 [ 1070.989296] [55397]: [pid: 55397|app: 0|req: 178/350] 10.180.1.21 () {64 vars in 1553 bytes} [Thu Feb 20 18:02:53 2025] DELETE /volume/v3/attachments/62b1f113-5153-49b3-8c46-ca63ea84132e => generated 192 bytes in 548 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1071.732335] [55398]: DEBUG cinder.api.middleware.request_id [None req-6612e598-f13d-4ec0-b0b6-83ebe98fea49 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1071.734258] [55398]: INFO cinder.api.openstack.wsgi [None req-6612e598-f13d-4ec0-b0b6-83ebe98fea49 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] GET http://10.180.1.21/volume/v3/volumes/996ec8ec-5318-4963-9384-330f1e01190d [ 1071.734652] [55398]: DEBUG cinder.api.openstack.wsgi [None req-6612e598-f13d-4ec0-b0b6-83ebe98fea49 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1071.735021] [55398]: DEBUG cinder.api.openstack.wsgi [None req-6612e598-f13d-4ec0-b0b6-83ebe98fea49 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1071.748014] [55398]: /opt/stack/data/venv/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. [ 1071.748014] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1071.751570] [55398]: INFO cinder.volume.api [None req-6612e598-f13d-4ec0-b0b6-83ebe98fea49 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Volume info retrieved successfully. [ 1071.756668] [55398]: INFO cinder.api.openstack.wsgi [None req-6612e598-f13d-4ec0-b0b6-83ebe98fea49 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] http://10.180.1.21/volume/v3/volumes/996ec8ec-5318-4963-9384-330f1e01190d returned with HTTP 200 [ 1071.757030] [55398]: [pid: 55398|app: 0|req: 173/351] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:02:54 2025] GET /volume/v3/volumes/996ec8ec-5318-4963-9384-330f1e01190d => generated 849 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1074.986129] [55397]: DEBUG cinder.api.middleware.request_id [None req-de9ea880-da5c-436d-8a3d-bb2601b75996 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1074.988612] [55397]: INFO cinder.api.openstack.wsgi [None req-de9ea880-da5c-436d-8a3d-bb2601b75996 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] DELETE http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a [ 1074.988840] [55397]: DEBUG cinder.api.openstack.wsgi [None req-de9ea880-da5c-436d-8a3d-bb2601b75996 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1074.989099] [55397]: DEBUG cinder.api.openstack.wsgi [None req-de9ea880-da5c-436d-8a3d-bb2601b75996 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Calling method 'delete' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1074.989289] [55397]: INFO cinder.api.v3.volumes [None req-de9ea880-da5c-436d-8a3d-bb2601b75996 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Delete volume with id: fff41433-1dbe-4075-9b8b-6bae1342802a [ 1075.001650] [55397]: /opt/stack/data/venv/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. [ 1075.001650] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1075.002296] [55397]: INFO cinder.volume.api [None req-de9ea880-da5c-436d-8a3d-bb2601b75996 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Volume info retrieved successfully. [ 1075.020799] [55397]: INFO cinder.volume.api [None req-de9ea880-da5c-436d-8a3d-bb2601b75996 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Delete volume request issued successfully. [ 1075.020995] [55397]: INFO cinder.api.openstack.wsgi [None req-de9ea880-da5c-436d-8a3d-bb2601b75996 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a returned with HTTP 202 [ 1075.021455] [55397]: [pid: 55397|app: 0|req: 179/352] 10.180.1.21 () {58 vars in 1228 bytes} [Thu Feb 20 18:02:57 2025] DELETE /volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a => generated 0 bytes in 36 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) [ 1075.024495] [55398]: DEBUG cinder.api.middleware.request_id [None req-9bad03a7-d30d-4fd2-b205-056f35e23f9c None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1075.026806] [55398]: INFO cinder.api.openstack.wsgi [None req-9bad03a7-d30d-4fd2-b205-056f35e23f9c tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] GET http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a [ 1075.026856] [55398]: DEBUG cinder.api.openstack.wsgi [None req-9bad03a7-d30d-4fd2-b205-056f35e23f9c tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1075.027044] [55398]: DEBUG cinder.api.openstack.wsgi [None req-9bad03a7-d30d-4fd2-b205-056f35e23f9c tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1075.039683] [55398]: /opt/stack/data/venv/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. [ 1075.039683] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1075.044996] [55398]: INFO cinder.volume.api [None req-9bad03a7-d30d-4fd2-b205-056f35e23f9c tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Volume info retrieved successfully. [ 1075.055116] [55398]: INFO cinder.api.openstack.wsgi [None req-9bad03a7-d30d-4fd2-b205-056f35e23f9c tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a returned with HTTP 200 [ 1075.055116] [55398]: [pid: 55398|app: 0|req: 174/353] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:02:57 2025] GET /volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a => generated 849 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1075.460786] [55397]: DEBUG cinder.api.middleware.request_id [req-b28eb651-7c74-4410-891e-a25b642e44b0 req-409a8ce6-1730-48d8-bb91-b4a6ab3d1150 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1075.462779] [55397]: INFO cinder.api.openstack.wsgi [req-b28eb651-7c74-4410-891e-a25b642e44b0 req-409a8ce6-1730-48d8-bb91-b4a6ab3d1150 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] PUT http://10.180.1.21/volume/v3/attachments/130089a2-5f06-4acd-adff-803b887a4c1f [ 1075.463229] [55397]: DEBUG cinder.api.openstack.wsgi [req-b28eb651-7c74-4410-891e-a25b642e44b0 req-409a8ce6-1730-48d8-bb91-b4a6ab3d1150 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Action: 'update', calling method: version_select, body: {"attachment": {"connector": {"ip": "vc1.osci.c.eu-de-1.cloud.sap", "initiator": null, "host": "vc1.osci.c.eu-de-1.cloud.sap", "instance": "vm-550832", "mountpoint": "/dev/sdb"}}} {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 1075.471858] [55397]: DEBUG cinder.coordination [req-b28eb651-7c74-4410-891e-a25b642e44b0 req-409a8ce6-1730-48d8-bb91-b4a6ab3d1150 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Acquiring lock "cinder-attachment_update-fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6-vc1.osci.c.eu-de-1.cloud.sap" by "attachment_update" {{(pid=55397) __acquire /opt/stack/cinder/cinder/coordination.py:143}} [ 1075.476583] [55397]: DEBUG cinder.coordination [req-b28eb651-7c74-4410-891e-a25b642e44b0 req-409a8ce6-1730-48d8-bb91-b4a6ab3d1150 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Lock "cinder-attachment_update-fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6-vc1.osci.c.eu-de-1.cloud.sap" acquired by "attachment_update" :: waited 0.005s {{(pid=55397) __acquire /opt/stack/cinder/cinder/coordination.py:146}} [ 1075.477670] [55397]: /opt/stack/data/venv/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. [ 1075.477670] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1075.995817] [55397]: DEBUG cinder.coordination [req-b28eb651-7c74-4410-891e-a25b642e44b0 req-409a8ce6-1730-48d8-bb91-b4a6ab3d1150 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Lock "cinder-attachment_update-fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6-vc1.osci.c.eu-de-1.cloud.sap" released by "attachment_update" :: held 0.519s {{(pid=55397) __release /opt/stack/cinder/cinder/coordination.py:157}} [ 1075.996358] [55397]: INFO cinder.api.openstack.wsgi [req-b28eb651-7c74-4410-891e-a25b642e44b0 req-409a8ce6-1730-48d8-bb91-b4a6ab3d1150 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] http://10.180.1.21/volume/v3/attachments/130089a2-5f06-4acd-adff-803b887a4c1f returned with HTTP 200 [ 1075.997065] [55397]: [pid: 55397|app: 0|req: 180/354] 10.180.1.21 () {66 vars in 1584 bytes} [Thu Feb 20 18:02:58 2025] PUT /volume/v3/attachments/130089a2-5f06-4acd-adff-803b887a4c1f => generated 617 bytes in 537 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) [ 1076.001239] [55398]: DEBUG cinder.api.middleware.request_id [req-b28eb651-7c74-4410-891e-a25b642e44b0 req-2c9574b3-ad79-4718-b85a-909a52224d16 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1076.003577] [55398]: INFO cinder.api.openstack.wsgi [req-b28eb651-7c74-4410-891e-a25b642e44b0 req-2c9574b3-ad79-4718-b85a-909a52224d16 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] GET http://10.180.1.21/volume/v3/attachments/130089a2-5f06-4acd-adff-803b887a4c1f [ 1076.003814] [55398]: DEBUG cinder.api.openstack.wsgi [req-b28eb651-7c74-4410-891e-a25b642e44b0 req-2c9574b3-ad79-4718-b85a-909a52224d16 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1076.004045] [55398]: DEBUG cinder.api.openstack.wsgi [req-b28eb651-7c74-4410-891e-a25b642e44b0 req-2c9574b3-ad79-4718-b85a-909a52224d16 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Calling method 'version_select' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1076.021358] [55398]: INFO cinder.api.openstack.wsgi [req-b28eb651-7c74-4410-891e-a25b642e44b0 req-2c9574b3-ad79-4718-b85a-909a52224d16 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] http://10.180.1.21/volume/v3/attachments/130089a2-5f06-4acd-adff-803b887a4c1f returned with HTTP 200 [ 1076.021783] [55398]: [pid: 55398|app: 0|req: 175/355] 10.180.1.21 () {62 vars in 1531 bytes} [Thu Feb 20 18:02:58 2025] GET /volume/v3/attachments/130089a2-5f06-4acd-adff-803b887a4c1f => generated 642 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1076.067131] [55397]: DEBUG cinder.api.middleware.request_id [None req-1cb0362f-fc3a-4404-bacd-97f3f8797be7 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1076.069269] [55397]: INFO cinder.api.openstack.wsgi [None req-1cb0362f-fc3a-4404-bacd-97f3f8797be7 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] GET http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a [ 1076.069528] [55397]: DEBUG cinder.api.openstack.wsgi [None req-1cb0362f-fc3a-4404-bacd-97f3f8797be7 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1076.069759] [55397]: DEBUG cinder.api.openstack.wsgi [None req-1cb0362f-fc3a-4404-bacd-97f3f8797be7 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1076.077798] [55397]: /opt/stack/data/venv/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. [ 1076.077798] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1076.081374] [55397]: INFO cinder.volume.api [None req-1cb0362f-fc3a-4404-bacd-97f3f8797be7 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Volume info retrieved successfully. [ 1076.086488] [55397]: INFO cinder.api.openstack.wsgi [None req-1cb0362f-fc3a-4404-bacd-97f3f8797be7 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a returned with HTTP 200 [ 1076.086892] [55397]: [pid: 55397|app: 0|req: 181/356] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:02:58 2025] GET /volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a => generated 849 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1077.097592] [55398]: DEBUG cinder.api.middleware.request_id [None req-e8a96112-8310-4914-96ab-ce8e42f2e309 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1077.100753] [55398]: INFO cinder.api.openstack.wsgi [None req-e8a96112-8310-4914-96ab-ce8e42f2e309 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] GET http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a [ 1077.100753] [55398]: DEBUG cinder.api.openstack.wsgi [None req-e8a96112-8310-4914-96ab-ce8e42f2e309 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1077.100753] [55398]: DEBUG cinder.api.openstack.wsgi [None req-e8a96112-8310-4914-96ab-ce8e42f2e309 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1077.111222] [55398]: /opt/stack/data/venv/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. [ 1077.111222] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1077.115402] [55398]: INFO cinder.volume.api [None req-e8a96112-8310-4914-96ab-ce8e42f2e309 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Volume info retrieved successfully. [ 1077.119970] [55398]: INFO cinder.api.openstack.wsgi [None req-e8a96112-8310-4914-96ab-ce8e42f2e309 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a returned with HTTP 200 [ 1077.120517] [55398]: [pid: 55398|app: 0|req: 176/357] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:02:59 2025] GET /volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a => generated 849 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1078.105945] [55397]: DEBUG cinder.api.middleware.request_id [req-b28eb651-7c74-4410-891e-a25b642e44b0 req-d629881f-35fa-488f-8e7f-81cdfe1cecb8 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1078.109858] [55398]: DEBUG cinder.api.middleware.request_id [None req-f483595c-bba3-4ee6-9ccb-df67c9d08163 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1078.114017] [55398]: INFO cinder.api.openstack.wsgi [None req-f483595c-bba3-4ee6-9ccb-df67c9d08163 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] POST http://10.180.1.21/volume/v3/volumes [ 1078.114094] [55397]: INFO cinder.api.openstack.wsgi [req-b28eb651-7c74-4410-891e-a25b642e44b0 req-d629881f-35fa-488f-8e7f-81cdfe1cecb8 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] POST http://10.180.1.21/volume/v3/attachments/130089a2-5f06-4acd-adff-803b887a4c1f/action [ 1078.114135] [55398]: DEBUG cinder.api.openstack.wsgi [None req-f483595c-bba3-4ee6-9ccb-df67c9d08163 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Action: 'create', calling method: create, body: {"volume": {"name": "tempest-tempest.common.compute-volume-237425021", "imageRef": "f2ba2026-3f4b-431c-97c1-c4ba582a9907", "size": 1}} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 1078.114178] [55397]: DEBUG cinder.api.openstack.wsgi [req-b28eb651-7c74-4410-891e-a25b642e44b0 req-d629881f-35fa-488f-8e7f-81cdfe1cecb8 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Action body: b'{"os-complete": null}' {{(pid=55397) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} [ 1078.114178] [55397]: DEBUG cinder.api.openstack.wsgi [req-b28eb651-7c74-4410-891e-a25b642e44b0 req-d629881f-35fa-488f-8e7f-81cdfe1cecb8 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Action: 'action', calling method: complete, body: {"os-complete": null} {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 1078.114438] [55398]: DEBUG cinder.api.v3.volumes [None req-f483595c-bba3-4ee6-9ccb-df67c9d08163 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Create volume request body: {'volume': {'name': 'tempest-tempest.common.compute-volume-237425021', 'imageRef': 'f2ba2026-3f4b-431c-97c1-c4ba582a9907', 'size': 1}} {{(pid=55398) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} [ 1078.151340] [55397]: /opt/stack/data/venv/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. [ 1078.151340] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1078.163469] [55397]: INFO cinder.api.openstack.wsgi [req-b28eb651-7c74-4410-891e-a25b642e44b0 req-d629881f-35fa-488f-8e7f-81cdfe1cecb8 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] http://10.180.1.21/volume/v3/attachments/130089a2-5f06-4acd-adff-803b887a4c1f/action returned with HTTP 204 [ 1078.163936] [55397]: [pid: 55397|app: 0|req: 182/358] 10.180.1.21 () {66 vars in 1605 bytes} [Thu Feb 20 18:03:00 2025] POST /volume/v3/attachments/130089a2-5f06-4acd-adff-803b887a4c1f/action => generated 0 bytes in 59 msecs (HTTP/1.1 204) 7 headers in 292 bytes (1 switches on core 0) [ 1078.164768] [55397]: DEBUG cinder.api.middleware.request_id [None req-4ec26863-5b4f-473b-bc8c-a969cbe1aebf None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1078.166635] [55397]: INFO cinder.api.openstack.wsgi [None req-4ec26863-5b4f-473b-bc8c-a969cbe1aebf tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] GET http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a [ 1078.169016] [55397]: DEBUG cinder.api.openstack.wsgi [None req-4ec26863-5b4f-473b-bc8c-a969cbe1aebf tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1078.169016] [55397]: DEBUG cinder.api.openstack.wsgi [None req-4ec26863-5b4f-473b-bc8c-a969cbe1aebf tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1078.176832] [55397]: INFO cinder.api.openstack.wsgi [None req-4ec26863-5b4f-473b-bc8c-a969cbe1aebf tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] http://10.180.1.21/volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a returned with HTTP 404 [ 1078.177354] [55397]: [pid: 55397|app: 0|req: 183/359] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:01 2025] GET /volume/v3/volumes/fff41433-1dbe-4075-9b8b-6bae1342802a => generated 109 bytes in 13 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) [ 1078.180051] [55397]: DEBUG cinder.api.middleware.request_id [None req-349e7afe-b4cb-4d0b-83b4-3818a74a9f67 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1078.181919] [55397]: INFO cinder.api.openstack.wsgi [None req-349e7afe-b4cb-4d0b-83b4-3818a74a9f67 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] DELETE http://10.180.1.21/volume/v3/volumes/f870116d-a7d5-4047-84be-5d5d898c4d3e [ 1078.182134] [55397]: DEBUG cinder.api.openstack.wsgi [None req-349e7afe-b4cb-4d0b-83b4-3818a74a9f67 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1078.182345] [55397]: DEBUG cinder.api.openstack.wsgi [None req-349e7afe-b4cb-4d0b-83b4-3818a74a9f67 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Calling method 'delete' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1078.182523] [55397]: INFO cinder.api.v3.volumes [None req-349e7afe-b4cb-4d0b-83b4-3818a74a9f67 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Delete volume with id: f870116d-a7d5-4047-84be-5d5d898c4d3e [ 1078.191506] [55397]: /opt/stack/data/venv/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. [ 1078.191506] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1078.192030] [55397]: INFO cinder.volume.api [None req-349e7afe-b4cb-4d0b-83b4-3818a74a9f67 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Volume info retrieved successfully. [ 1078.211378] [55397]: INFO cinder.volume.api [None req-349e7afe-b4cb-4d0b-83b4-3818a74a9f67 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Delete volume request issued successfully. [ 1078.211378] [55397]: INFO cinder.api.openstack.wsgi [None req-349e7afe-b4cb-4d0b-83b4-3818a74a9f67 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] http://10.180.1.21/volume/v3/volumes/f870116d-a7d5-4047-84be-5d5d898c4d3e returned with HTTP 202 [ 1078.211378] [55397]: [pid: 55397|app: 0|req: 184/360] 10.180.1.21 () {58 vars in 1228 bytes} [Thu Feb 20 18:03:01 2025] DELETE /volume/v3/volumes/f870116d-a7d5-4047-84be-5d5d898c4d3e => generated 0 bytes in 32 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) [ 1078.214482] [55397]: DEBUG cinder.api.middleware.request_id [None req-2f6f0feb-be30-4307-a629-059b5054d843 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1078.216496] [55397]: INFO cinder.api.openstack.wsgi [None req-2f6f0feb-be30-4307-a629-059b5054d843 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] GET http://10.180.1.21/volume/v3/volumes/f870116d-a7d5-4047-84be-5d5d898c4d3e [ 1078.216737] [55397]: DEBUG cinder.api.openstack.wsgi [None req-2f6f0feb-be30-4307-a629-059b5054d843 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1078.216973] [55397]: DEBUG cinder.api.openstack.wsgi [None req-2f6f0feb-be30-4307-a629-059b5054d843 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1078.226517] [55397]: /opt/stack/data/venv/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. [ 1078.226517] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1078.233871] [55397]: INFO cinder.volume.api [None req-2f6f0feb-be30-4307-a629-059b5054d843 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Volume info retrieved successfully. [ 1078.239564] [55397]: INFO cinder.api.openstack.wsgi [None req-2f6f0feb-be30-4307-a629-059b5054d843 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] http://10.180.1.21/volume/v3/volumes/f870116d-a7d5-4047-84be-5d5d898c4d3e returned with HTTP 200 [ 1078.240679] [55397]: [pid: 55397|app: 0|req: 185/361] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:01 2025] GET /volume/v3/volumes/f870116d-a7d5-4047-84be-5d5d898c4d3e => generated 850 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1078.329557] [55398]: INFO cinder.api.v3.volumes [None req-f483595c-bba3-4ee6-9ccb-df67c9d08163 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Create volume of 1 GB [ 1078.336955] [55398]: INFO cinder.volume.api [None req-f483595c-bba3-4ee6-9ccb-df67c9d08163 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Availability Zones retrieved successfully. [ 1078.344020] [55398]: DEBUG cinder.volume.api [None req-f483595c-bba3-4ee6-9ccb-df67c9d08163 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Flow 'volume_create_api' (93ba85f3-893c-45d4-9e7f-038b1b4d370e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 1078.345117] [55398]: DEBUG cinder.volume.api [None req-f483595c-bba3-4ee6-9ccb-df67c9d08163 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (543a7651-da47-4c9f-9f55-a0762b5a7b62) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1078.348836] [55398]: DEBUG cinder.volume.flows.api.create_volume [None req-f483595c-bba3-4ee6-9ccb-df67c9d08163 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Validating volume size '1' using validate_int {{(pid=55398) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} [ 1078.400553] [55398]: DEBUG cinder.volume.api [None req-f483595c-bba3-4ee6-9ccb-df67c9d08163 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (543a7651-da47-4c9f-9f55-a0762b5a7b62) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-02-20T17:52:11Z,deleted=False,deleted_at=None,description=None,extra_specs={volume_backend_name='vsphere'},id=d5fd08cf-4175-412e-a261-cecd156def0d,is_public=True,name='vsphere',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'd5fd08cf-4175-412e-a261-cecd156def0d', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1078.400553] [55398]: DEBUG cinder.volume.api [None req-f483595c-bba3-4ee6-9ccb-df67c9d08163 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (1841bbe9-b73d-43f2-95d4-772957f1592b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1078.426418] [55398]: DEBUG cinder.quota [None req-f483595c-bba3-4ee6-9ccb-df67c9d08163 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Created reservations ['c09b61b0-db92-4b71-9532-e2873231132e', '84740721-5c8f-4120-8245-a4d6172b29d5', 'cfd4886c-ab17-49e1-a041-e4c578294ae9', 'b1d31534-2eee-41ee-aed0-a3b3e014c8dd'] {{(pid=55398) reserve /opt/stack/cinder/cinder/quota.py:752}} [ 1078.427368] [55398]: DEBUG cinder.volume.api [None req-f483595c-bba3-4ee6-9ccb-df67c9d08163 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (1841bbe9-b73d-43f2-95d4-772957f1592b) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['c09b61b0-db92-4b71-9532-e2873231132e', '84740721-5c8f-4120-8245-a4d6172b29d5', 'cfd4886c-ab17-49e1-a041-e4c578294ae9', 'b1d31534-2eee-41ee-aed0-a3b3e014c8dd']}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1078.428260] [55398]: DEBUG cinder.volume.api [None req-f483595c-bba3-4ee6-9ccb-df67c9d08163 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (6d60b944-b88c-4a85-841f-ad39a38ddbde) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1078.438724] [55398]: DEBUG cinder.volume.api [None req-f483595c-bba3-4ee6-9ccb-df67c9d08163 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (6d60b944-b88c-4a85-841f-ad39a38ddbde) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'bc407df1-2bc3-4054-b5d6-b4b6863f2c75', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-tempest.common.compute-volume-237425021',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='847e89af959a4266ab55c1d2106ba8fe',qos_specs=None,replication_status=,reservations=['c09b61b0-db92-4b71-9532-e2873231132e','84740721-5c8f-4120-8245-a4d6172b29d5','cfd4886c-ab17-49e1-a041-e4c578294ae9','b1d31534-2eee-41ee-aed0-a3b3e014c8dd'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='a3ed8f5b3d7b4be99d3b4649e156af58',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d), 'volume': Volume(_name_id=None,admin_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-02-20T18:03:01Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-tempest.common.compute-volume-237425021',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=bc407df1-2bc3-4054-b5d6-b4b6863f2c75,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='847e89af959a4266ab55c1d2106ba8fe',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='a3ed8f5b3d7b4be99d3b4649e156af58',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(d5fd08cf-4175-412e-a261-cecd156def0d),volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1078.439737] [55398]: DEBUG cinder.volume.api [None req-f483595c-bba3-4ee6-9ccb-df67c9d08163 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (ab17e346-6f1d-4788-acd3-8330c2ca6dc9) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1078.455055] [55398]: DEBUG cinder.volume.api [None req-f483595c-bba3-4ee6-9ccb-df67c9d08163 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (ab17e346-6f1d-4788-acd3-8330c2ca6dc9) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-tempest.common.compute-volume-237425021',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='847e89af959a4266ab55c1d2106ba8fe',qos_specs=None,replication_status=,reservations=['c09b61b0-db92-4b71-9532-e2873231132e','84740721-5c8f-4120-8245-a4d6172b29d5','cfd4886c-ab17-49e1-a041-e4c578294ae9','b1d31534-2eee-41ee-aed0-a3b3e014c8dd'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='a3ed8f5b3d7b4be99d3b4649e156af58',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1078.455793] [55398]: DEBUG cinder.volume.api [None req-f483595c-bba3-4ee6-9ccb-df67c9d08163 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (c9dcf4ef-d7cd-499b-805c-9fe8ff6b8c55) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1078.463639] [55398]: DEBUG cinder.volume.api [None req-f483595c-bba3-4ee6-9ccb-df67c9d08163 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (c9dcf4ef-d7cd-499b-805c-9fe8ff6b8c55) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1078.464702] [55398]: DEBUG cinder.volume.api [None req-f483595c-bba3-4ee6-9ccb-df67c9d08163 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Flow 'volume_create_api' (93ba85f3-893c-45d4-9e7f-038b1b4d370e) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=55398) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 1078.465107] [55398]: INFO cinder.volume.api [None req-f483595c-bba3-4ee6-9ccb-df67c9d08163 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Create volume request issued successfully. [ 1078.465746] [55398]: INFO cinder.api.openstack.wsgi [None req-f483595c-bba3-4ee6-9ccb-df67c9d08163 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes returned with HTTP 202 [ 1078.466198] [55398]: [pid: 55398|app: 0|req: 177/362] 10.180.1.21 () {60 vars in 1136 bytes} [Thu Feb 20 18:03:00 2025] POST /volume/v3/volumes => generated 751 bytes in 357 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) [ 1078.476393] [55397]: DEBUG cinder.api.middleware.request_id [None req-c1c9940f-4a96-478d-8fcd-06e98ab4e2ee None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1078.478894] [55397]: INFO cinder.api.openstack.wsgi [None req-c1c9940f-4a96-478d-8fcd-06e98ab4e2ee tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] GET http://10.180.1.21/volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 [ 1078.479089] [55397]: DEBUG cinder.api.openstack.wsgi [None req-c1c9940f-4a96-478d-8fcd-06e98ab4e2ee tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1078.479282] [55397]: DEBUG cinder.api.openstack.wsgi [None req-c1c9940f-4a96-478d-8fcd-06e98ab4e2ee tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1078.487249] [55397]: /opt/stack/data/venv/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. [ 1078.487249] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1078.491219] [55397]: INFO cinder.volume.api [None req-c1c9940f-4a96-478d-8fcd-06e98ab4e2ee tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Volume info retrieved successfully. [ 1078.495848] [55397]: INFO cinder.api.openstack.wsgi [None req-c1c9940f-4a96-478d-8fcd-06e98ab4e2ee tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 returned with HTTP 200 [ 1078.496292] [55397]: [pid: 55397|app: 0|req: 186/363] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:01 2025] GET /volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 => generated 819 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1079.255584] [55398]: DEBUG cinder.api.middleware.request_id [None req-af1872ee-e8c3-4a56-98e3-300cda8377a1 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1079.257904] [55398]: INFO cinder.api.openstack.wsgi [None req-af1872ee-e8c3-4a56-98e3-300cda8377a1 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] GET http://10.180.1.21/volume/v3/volumes/f870116d-a7d5-4047-84be-5d5d898c4d3e [ 1079.261021] [55398]: DEBUG cinder.api.openstack.wsgi [None req-af1872ee-e8c3-4a56-98e3-300cda8377a1 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1079.261021] [55398]: DEBUG cinder.api.openstack.wsgi [None req-af1872ee-e8c3-4a56-98e3-300cda8377a1 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1079.266064] [55398]: INFO cinder.api.openstack.wsgi [None req-af1872ee-e8c3-4a56-98e3-300cda8377a1 tempest-ServerRescueNegativeTestJSON-1840407136 tempest-ServerRescueNegativeTestJSON-1840407136-project-member] http://10.180.1.21/volume/v3/volumes/f870116d-a7d5-4047-84be-5d5d898c4d3e returned with HTTP 404 [ 1079.266786] [55398]: [pid: 55398|app: 0|req: 178/364] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:02 2025] GET /volume/v3/volumes/f870116d-a7d5-4047-84be-5d5d898c4d3e => generated 109 bytes in 12 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) [ 1079.507166] [55397]: DEBUG cinder.api.middleware.request_id [None req-d7143b33-a5e4-4783-804c-fe881d6cd705 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1079.510260] [55397]: INFO cinder.api.openstack.wsgi [None req-d7143b33-a5e4-4783-804c-fe881d6cd705 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] GET http://10.180.1.21/volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 [ 1079.510694] [55397]: DEBUG cinder.api.openstack.wsgi [None req-d7143b33-a5e4-4783-804c-fe881d6cd705 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1079.510694] [55397]: DEBUG cinder.api.openstack.wsgi [None req-d7143b33-a5e4-4783-804c-fe881d6cd705 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1079.523398] [55397]: /opt/stack/data/venv/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. [ 1079.523398] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1079.527643] [55397]: INFO cinder.volume.api [None req-d7143b33-a5e4-4783-804c-fe881d6cd705 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Volume info retrieved successfully. [ 1079.532534] [55397]: INFO cinder.api.openstack.wsgi [None req-d7143b33-a5e4-4783-804c-fe881d6cd705 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 returned with HTTP 200 [ 1079.532934] [55397]: [pid: 55397|app: 0|req: 187/365] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:02 2025] GET /volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 => generated 843 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1080.047203] [55398]: DEBUG cinder.api.middleware.request_id [None req-9e7d06bf-3ca1-4dbf-b234-42df98ed4895 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1080.051097] [55398]: INFO cinder.api.openstack.wsgi [None req-9e7d06bf-3ca1-4dbf-b234-42df98ed4895 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] POST http://10.180.1.21/volume/v3/volumes [ 1080.051097] [55398]: DEBUG cinder.api.openstack.wsgi [None req-9e7d06bf-3ca1-4dbf-b234-42df98ed4895 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "display_name": "tempest-AttachVolumeTestJSON-volume-69507021"}} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 1080.051395] [55398]: DEBUG cinder.api.v3.volumes [None req-9e7d06bf-3ca1-4dbf-b234-42df98ed4895 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Create volume request body: {'volume': {'size': 1, 'display_name': 'tempest-AttachVolumeTestJSON-volume-69507021'}} {{(pid=55398) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} [ 1080.051599] [55398]: INFO cinder.api.v3.volumes [None req-9e7d06bf-3ca1-4dbf-b234-42df98ed4895 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Create volume of 1 GB [ 1080.051990] [55398]: /opt/stack/data/venv/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. [ 1080.051990] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1080.057341] [55398]: INFO cinder.volume.api [None req-9e7d06bf-3ca1-4dbf-b234-42df98ed4895 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Availability Zones retrieved successfully. [ 1080.064082] [55398]: DEBUG cinder.volume.api [None req-9e7d06bf-3ca1-4dbf-b234-42df98ed4895 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Flow 'volume_create_api' (7ea97d39-8a98-45b0-82e3-219a9da3eb55) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 1080.065445] [55398]: DEBUG cinder.volume.api [None req-9e7d06bf-3ca1-4dbf-b234-42df98ed4895 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (a2192b3e-c7f5-4bcf-89d6-b68b5cca99ef) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1080.066716] [55398]: DEBUG cinder.volume.flows.api.create_volume [None req-9e7d06bf-3ca1-4dbf-b234-42df98ed4895 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Validating volume size '1' using validate_int {{(pid=55398) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} [ 1080.090023] [55398]: DEBUG cinder.volume.api [None req-9e7d06bf-3ca1-4dbf-b234-42df98ed4895 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (a2192b3e-c7f5-4bcf-89d6-b68b5cca99ef) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-02-20T17:52:11Z,deleted=False,deleted_at=None,description=None,extra_specs={volume_backend_name='vsphere'},id=d5fd08cf-4175-412e-a261-cecd156def0d,is_public=True,name='vsphere',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'd5fd08cf-4175-412e-a261-cecd156def0d', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1080.091195] [55398]: DEBUG cinder.volume.api [None req-9e7d06bf-3ca1-4dbf-b234-42df98ed4895 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (4e602a36-4c80-4f94-9c20-37a910108c1c) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1080.146458] [55398]: DEBUG cinder.quota [None req-9e7d06bf-3ca1-4dbf-b234-42df98ed4895 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Created reservations ['f7090458-eff6-4578-8bc7-e0589a8ae5ee', 'f0b366b2-cb4e-47ed-9f4a-43ed0e2074db', 'bd257fb0-dfbd-43bd-ab2f-1b549844a568', 'e1cfe339-32cc-420a-823a-ff15842edeb1'] {{(pid=55398) reserve /opt/stack/cinder/cinder/quota.py:752}} [ 1080.147482] [55398]: DEBUG cinder.volume.api [None req-9e7d06bf-3ca1-4dbf-b234-42df98ed4895 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (4e602a36-4c80-4f94-9c20-37a910108c1c) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['f7090458-eff6-4578-8bc7-e0589a8ae5ee', 'f0b366b2-cb4e-47ed-9f4a-43ed0e2074db', 'bd257fb0-dfbd-43bd-ab2f-1b549844a568', 'e1cfe339-32cc-420a-823a-ff15842edeb1']}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1080.148389] [55398]: DEBUG cinder.volume.api [None req-9e7d06bf-3ca1-4dbf-b234-42df98ed4895 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (00efb315-9c0b-4933-8b61-1dede72a1421) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1080.163371] [55398]: DEBUG cinder.volume.api [None req-9e7d06bf-3ca1-4dbf-b234-42df98ed4895 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (00efb315-9c0b-4933-8b61-1dede72a1421) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '79c32ea7-4ed7-4f3a-9a4d-e052462647fc', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-AttachVolumeTestJSON-volume-69507021',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='91a3f78ba4514500bfd4ed81b74526e3',qos_specs=None,replication_status=,reservations=['f7090458-eff6-4578-8bc7-e0589a8ae5ee','f0b366b2-cb4e-47ed-9f4a-43ed0e2074db','bd257fb0-dfbd-43bd-ab2f-1b549844a568','e1cfe339-32cc-420a-823a-ff15842edeb1'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='ebee998098894863bb772bd6b77fe4df',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d), 'volume': Volume(_name_id=None,admin_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-02-20T18:03:03Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-AttachVolumeTestJSON-volume-69507021',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=79c32ea7-4ed7-4f3a-9a4d-e052462647fc,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='91a3f78ba4514500bfd4ed81b74526e3',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='ebee998098894863bb772bd6b77fe4df',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(d5fd08cf-4175-412e-a261-cecd156def0d),volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1080.163371] [55398]: DEBUG cinder.volume.api [None req-9e7d06bf-3ca1-4dbf-b234-42df98ed4895 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (99fee7e8-100d-4c5b-9772-1d7999c7e7f6) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1080.182639] [55398]: DEBUG cinder.volume.api [None req-9e7d06bf-3ca1-4dbf-b234-42df98ed4895 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (99fee7e8-100d-4c5b-9772-1d7999c7e7f6) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-AttachVolumeTestJSON-volume-69507021',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='91a3f78ba4514500bfd4ed81b74526e3',qos_specs=None,replication_status=,reservations=['f7090458-eff6-4578-8bc7-e0589a8ae5ee','f0b366b2-cb4e-47ed-9f4a-43ed0e2074db','bd257fb0-dfbd-43bd-ab2f-1b549844a568','e1cfe339-32cc-420a-823a-ff15842edeb1'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='ebee998098894863bb772bd6b77fe4df',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1080.183617] [55398]: DEBUG cinder.volume.api [None req-9e7d06bf-3ca1-4dbf-b234-42df98ed4895 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (eaf73f70-ab71-496f-9e9f-dd0d9d0f22db) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1080.194282] [55398]: DEBUG cinder.volume.api [None req-9e7d06bf-3ca1-4dbf-b234-42df98ed4895 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (eaf73f70-ab71-496f-9e9f-dd0d9d0f22db) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1080.196678] [55398]: DEBUG cinder.volume.api [None req-9e7d06bf-3ca1-4dbf-b234-42df98ed4895 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Flow 'volume_create_api' (7ea97d39-8a98-45b0-82e3-219a9da3eb55) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=55398) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 1080.196678] [55398]: INFO cinder.volume.api [None req-9e7d06bf-3ca1-4dbf-b234-42df98ed4895 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Create volume request issued successfully. [ 1080.196678] [55398]: INFO cinder.api.openstack.wsgi [None req-9e7d06bf-3ca1-4dbf-b234-42df98ed4895 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes returned with HTTP 202 [ 1080.197535] [55398]: [pid: 55398|app: 0|req: 179/366] 10.180.1.21 () {60 vars in 1135 bytes} [Thu Feb 20 18:03:02 2025] POST /volume/v3/volumes => generated 748 bytes in 151 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) [ 1080.208560] [55397]: DEBUG cinder.api.middleware.request_id [None req-e1aa6681-550e-4c48-8402-88ad45c90e78 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1080.212354] [55397]: INFO cinder.api.openstack.wsgi [None req-e1aa6681-550e-4c48-8402-88ad45c90e78 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc [ 1080.212354] [55397]: DEBUG cinder.api.openstack.wsgi [None req-e1aa6681-550e-4c48-8402-88ad45c90e78 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1080.212444] [55397]: DEBUG cinder.api.openstack.wsgi [None req-e1aa6681-550e-4c48-8402-88ad45c90e78 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1080.221984] [55397]: /opt/stack/data/venv/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. [ 1080.221984] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1080.226785] [55397]: INFO cinder.volume.api [None req-e1aa6681-550e-4c48-8402-88ad45c90e78 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1080.231672] [55397]: INFO cinder.api.openstack.wsgi [None req-e1aa6681-550e-4c48-8402-88ad45c90e78 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc returned with HTTP 200 [ 1080.232110] [55397]: [pid: 55397|app: 0|req: 188/367] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:03 2025] GET /volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc => generated 816 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) [ 1080.545933] [55398]: DEBUG cinder.api.middleware.request_id [None req-619e5bcb-d100-47fb-9fdb-f9b5b84619b6 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1080.549029] [55398]: INFO cinder.api.openstack.wsgi [None req-619e5bcb-d100-47fb-9fdb-f9b5b84619b6 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] GET http://10.180.1.21/volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 [ 1080.549954] [55398]: DEBUG cinder.api.openstack.wsgi [None req-619e5bcb-d100-47fb-9fdb-f9b5b84619b6 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1080.549954] [55398]: DEBUG cinder.api.openstack.wsgi [None req-619e5bcb-d100-47fb-9fdb-f9b5b84619b6 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1080.567270] [55398]: /opt/stack/data/venv/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. [ 1080.567270] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1080.577122] [55398]: INFO cinder.volume.api [None req-619e5bcb-d100-47fb-9fdb-f9b5b84619b6 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Volume info retrieved successfully. [ 1080.584456] [55398]: INFO cinder.api.openstack.wsgi [None req-619e5bcb-d100-47fb-9fdb-f9b5b84619b6 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 returned with HTTP 200 [ 1080.584860] [55398]: [pid: 55398|app: 0|req: 180/368] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:03 2025] GET /volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 => generated 843 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1081.243198] [55397]: DEBUG cinder.api.middleware.request_id [None req-597b2bc1-ec30-4e26-ad6e-3991bd1d3b6b None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1081.245392] [55397]: INFO cinder.api.openstack.wsgi [None req-597b2bc1-ec30-4e26-ad6e-3991bd1d3b6b tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc [ 1081.245673] [55397]: DEBUG cinder.api.openstack.wsgi [None req-597b2bc1-ec30-4e26-ad6e-3991bd1d3b6b tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1081.245852] [55397]: DEBUG cinder.api.openstack.wsgi [None req-597b2bc1-ec30-4e26-ad6e-3991bd1d3b6b tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1081.258207] [55397]: /opt/stack/data/venv/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. [ 1081.258207] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1081.262565] [55397]: INFO cinder.volume.api [None req-597b2bc1-ec30-4e26-ad6e-3991bd1d3b6b tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1081.268683] [55397]: INFO cinder.api.openstack.wsgi [None req-597b2bc1-ec30-4e26-ad6e-3991bd1d3b6b tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc returned with HTTP 200 [ 1081.269082] [55397]: [pid: 55397|app: 0|req: 189/369] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:04 2025] GET /volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc => generated 841 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) [ 1081.308819] [55398]: DEBUG cinder.api.middleware.request_id [req-0aeaf461-39d1-4229-b36e-ab90d73f7d15 req-e4c9c7de-5548-447e-a2c0-13bbf475a549 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1081.311526] [55398]: INFO cinder.api.openstack.wsgi [req-0aeaf461-39d1-4229-b36e-ab90d73f7d15 req-e4c9c7de-5548-447e-a2c0-13bbf475a549 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc [ 1081.312164] [55398]: DEBUG cinder.api.openstack.wsgi [req-0aeaf461-39d1-4229-b36e-ab90d73f7d15 req-e4c9c7de-5548-447e-a2c0-13bbf475a549 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1081.312164] [55398]: DEBUG cinder.api.openstack.wsgi [req-0aeaf461-39d1-4229-b36e-ab90d73f7d15 req-e4c9c7de-5548-447e-a2c0-13bbf475a549 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1081.319279] [55398]: /opt/stack/data/venv/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. [ 1081.319279] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1081.322723] [55398]: INFO cinder.volume.api [req-0aeaf461-39d1-4229-b36e-ab90d73f7d15 req-e4c9c7de-5548-447e-a2c0-13bbf475a549 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1081.327681] [55398]: INFO cinder.api.openstack.wsgi [req-0aeaf461-39d1-4229-b36e-ab90d73f7d15 req-e4c9c7de-5548-447e-a2c0-13bbf475a549 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc returned with HTTP 200 [ 1081.327681] [55398]: [pid: 55398|app: 0|req: 181/370] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 18:03:04 2025] GET /volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc => generated 841 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1081.599034] [55397]: DEBUG cinder.api.middleware.request_id [None req-0eb35c3f-d59e-4112-a96a-79c3a3ba4803 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1081.602118] [55397]: INFO cinder.api.openstack.wsgi [None req-0eb35c3f-d59e-4112-a96a-79c3a3ba4803 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] GET http://10.180.1.21/volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 [ 1081.602511] [55397]: DEBUG cinder.api.openstack.wsgi [None req-0eb35c3f-d59e-4112-a96a-79c3a3ba4803 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1081.602797] [55397]: DEBUG cinder.api.openstack.wsgi [None req-0eb35c3f-d59e-4112-a96a-79c3a3ba4803 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1081.611285] [55397]: /opt/stack/data/venv/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. [ 1081.611285] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1081.615175] [55397]: INFO cinder.volume.api [None req-0eb35c3f-d59e-4112-a96a-79c3a3ba4803 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Volume info retrieved successfully. [ 1081.619841] [55397]: INFO cinder.api.openstack.wsgi [None req-0eb35c3f-d59e-4112-a96a-79c3a3ba4803 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 returned with HTTP 200 [ 1081.620262] [55397]: [pid: 55397|app: 0|req: 190/371] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:04 2025] GET /volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 => generated 843 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1081.851371] [55398]: DEBUG cinder.api.middleware.request_id [None req-77d0a7c7-5be3-4eda-8e1a-fd7022da5005 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1081.851371] [55398]: INFO cinder.api.openstack.wsgi [None req-77d0a7c7-5be3-4eda-8e1a-fd7022da5005 None None] GET http://10.180.1.21/volume// [ 1081.851593] [55398]: DEBUG cinder.api.openstack.wsgi [None req-77d0a7c7-5be3-4eda-8e1a-fd7022da5005 None None] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1081.851726] [55398]: DEBUG cinder.api.openstack.wsgi [None req-77d0a7c7-5be3-4eda-8e1a-fd7022da5005 None None] Calling method 'all' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1081.852155] [55398]: INFO cinder.api.openstack.wsgi [None req-77d0a7c7-5be3-4eda-8e1a-fd7022da5005 None None] http://10.180.1.21/volume// returned with HTTP 300 [ 1081.852472] [55398]: [pid: 55398|app: 0|req: 182/372] 10.180.1.21 () {58 vars in 1306 bytes} [Thu Feb 20 18:03:04 2025] GET /volume/ => generated 386 bytes in 2 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) [ 1081.861287] [55397]: DEBUG cinder.api.middleware.request_id [req-8591df8e-c073-4f58-b4a9-6a93be3007ed req-70fe874c-31d0-4328-a0df-9d352fd187f6 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1081.863767] [55397]: INFO cinder.api.openstack.wsgi [req-8591df8e-c073-4f58-b4a9-6a93be3007ed req-70fe874c-31d0-4328-a0df-9d352fd187f6 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] POST http://10.180.1.21/volume/v3/attachments [ 1081.864333] [55397]: DEBUG cinder.api.openstack.wsgi [req-8591df8e-c073-4f58-b4a9-6a93be3007ed req-70fe874c-31d0-4328-a0df-9d352fd187f6 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Action: 'create', calling method: version_select, body: {"attachment": {"volume_uuid": "fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6", "connector": null, "instance_uuid": "d41a1eae-bb89-4222-9466-d86af891c654"}} {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 1081.888651] [55397]: /opt/stack/data/venv/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. [ 1081.888651] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1081.923681] [55397]: INFO cinder.api.openstack.wsgi [req-8591df8e-c073-4f58-b4a9-6a93be3007ed req-70fe874c-31d0-4328-a0df-9d352fd187f6 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] http://10.180.1.21/volume/v3/attachments returned with HTTP 200 [ 1081.924306] [55397]: [pid: 55397|app: 0|req: 191/373] 10.180.1.21 () {66 vars in 1474 bytes} [Thu Feb 20 18:03:04 2025] POST /volume/v3/attachments => generated 273 bytes in 65 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1081.930990] [55398]: DEBUG cinder.api.middleware.request_id [req-8591df8e-c073-4f58-b4a9-6a93be3007ed req-ca13eeca-94b1-48d3-b2fa-b0e5de8d11f2 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1081.936196] [55398]: INFO cinder.api.openstack.wsgi [req-8591df8e-c073-4f58-b4a9-6a93be3007ed req-ca13eeca-94b1-48d3-b2fa-b0e5de8d11f2 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] DELETE http://10.180.1.21/volume/v3/attachments/130089a2-5f06-4acd-adff-803b887a4c1f [ 1081.936196] [55398]: DEBUG cinder.api.openstack.wsgi [req-8591df8e-c073-4f58-b4a9-6a93be3007ed req-ca13eeca-94b1-48d3-b2fa-b0e5de8d11f2 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1081.936196] [55398]: DEBUG cinder.api.openstack.wsgi [req-8591df8e-c073-4f58-b4a9-6a93be3007ed req-ca13eeca-94b1-48d3-b2fa-b0e5de8d11f2 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Calling method 'version_select' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1081.944833] [55398]: /opt/stack/data/venv/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. [ 1081.944833] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1082.483248] [55398]: INFO cinder.api.openstack.wsgi [req-8591df8e-c073-4f58-b4a9-6a93be3007ed req-ca13eeca-94b1-48d3-b2fa-b0e5de8d11f2 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] http://10.180.1.21/volume/v3/attachments/130089a2-5f06-4acd-adff-803b887a4c1f returned with HTTP 200 [ 1082.483694] [55398]: [pid: 55398|app: 0|req: 183/374] 10.180.1.21 () {64 vars in 1553 bytes} [Thu Feb 20 18:03:04 2025] DELETE /volume/v3/attachments/130089a2-5f06-4acd-adff-803b887a4c1f => generated 192 bytes in 554 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1082.633311] [55397]: DEBUG cinder.api.middleware.request_id [None req-d8393493-4855-428a-9a3b-ec6df24731be None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1082.635479] [55397]: INFO cinder.api.openstack.wsgi [None req-d8393493-4855-428a-9a3b-ec6df24731be tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] GET http://10.180.1.21/volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 [ 1082.635704] [55397]: DEBUG cinder.api.openstack.wsgi [None req-d8393493-4855-428a-9a3b-ec6df24731be tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1082.635917] [55397]: DEBUG cinder.api.openstack.wsgi [None req-d8393493-4855-428a-9a3b-ec6df24731be tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1082.645318] [55397]: /opt/stack/data/venv/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. [ 1082.645318] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1082.648963] [55397]: INFO cinder.volume.api [None req-d8393493-4855-428a-9a3b-ec6df24731be tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Volume info retrieved successfully. [ 1082.653814] [55397]: INFO cinder.api.openstack.wsgi [None req-d8393493-4855-428a-9a3b-ec6df24731be tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 returned with HTTP 200 [ 1082.654165] [55397]: [pid: 55397|app: 0|req: 192/375] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:05 2025] GET /volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 => generated 843 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1082.849973] [55398]: DEBUG cinder.api.middleware.request_id [None req-f5d54bc1-5323-4006-8df1-712d43387e72 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1082.850427] [55398]: INFO cinder.api.openstack.wsgi [None req-f5d54bc1-5323-4006-8df1-712d43387e72 None None] GET http://10.180.1.21/volume// [ 1082.850612] [55398]: DEBUG cinder.api.openstack.wsgi [None req-f5d54bc1-5323-4006-8df1-712d43387e72 None None] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1082.850825] [55398]: DEBUG cinder.api.openstack.wsgi [None req-f5d54bc1-5323-4006-8df1-712d43387e72 None None] Calling method 'all' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1082.851227] [55398]: INFO cinder.api.openstack.wsgi [None req-f5d54bc1-5323-4006-8df1-712d43387e72 None None] http://10.180.1.21/volume// returned with HTTP 300 [ 1082.851521] [55398]: [pid: 55398|app: 0|req: 184/376] 10.180.1.21 () {58 vars in 1299 bytes} [Thu Feb 20 18:03:05 2025] GET /volume/ => generated 386 bytes in 2 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) [ 1082.855712] [55397]: DEBUG cinder.api.middleware.request_id [req-0aeaf461-39d1-4229-b36e-ab90d73f7d15 req-e6441954-f529-4d0e-9214-35eaa067565b None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1082.857834] [55397]: INFO cinder.api.openstack.wsgi [req-0aeaf461-39d1-4229-b36e-ab90d73f7d15 req-e6441954-f529-4d0e-9214-35eaa067565b tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] POST http://10.180.1.21/volume/v3/attachments [ 1082.858323] [55397]: DEBUG cinder.api.openstack.wsgi [req-0aeaf461-39d1-4229-b36e-ab90d73f7d15 req-e6441954-f529-4d0e-9214-35eaa067565b tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Action: 'create', calling method: version_select, body: {"attachment": {"volume_uuid": "79c32ea7-4ed7-4f3a-9a4d-e052462647fc", "connector": null, "instance_uuid": "f804ec95-0b97-4960-844d-b678b97fc401"}} {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 1082.867764] [55397]: /opt/stack/data/venv/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. [ 1082.867764] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1082.888682] [55397]: INFO cinder.api.openstack.wsgi [req-0aeaf461-39d1-4229-b36e-ab90d73f7d15 req-e6441954-f529-4d0e-9214-35eaa067565b tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/attachments returned with HTTP 200 [ 1082.889269] [55397]: [pid: 55397|app: 0|req: 193/377] 10.180.1.21 () {66 vars in 1474 bytes} [Thu Feb 20 18:03:05 2025] POST /volume/v3/attachments => generated 273 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1082.916224] [55398]: DEBUG cinder.api.middleware.request_id [None req-275f8a8b-2f2f-46d8-bf80-466b559bb428 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1082.919482] [55398]: INFO cinder.api.openstack.wsgi [None req-275f8a8b-2f2f-46d8-bf80-466b559bb428 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc [ 1082.919749] [55398]: DEBUG cinder.api.openstack.wsgi [None req-275f8a8b-2f2f-46d8-bf80-466b559bb428 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1082.919982] [55398]: DEBUG cinder.api.openstack.wsgi [None req-275f8a8b-2f2f-46d8-bf80-466b559bb428 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1082.929979] [55398]: /opt/stack/data/venv/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. [ 1082.929979] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1082.934679] [55398]: INFO cinder.volume.api [None req-275f8a8b-2f2f-46d8-bf80-466b559bb428 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1082.941283] [55398]: INFO cinder.api.openstack.wsgi [None req-275f8a8b-2f2f-46d8-bf80-466b559bb428 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc returned with HTTP 200 [ 1082.941732] [55398]: [pid: 55398|app: 0|req: 185/378] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:05 2025] GET /volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc => generated 840 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1083.419713] [55397]: DEBUG cinder.api.middleware.request_id [None req-77f25cc3-9177-42fa-bdbe-7da0678e05c4 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1083.420293] [55397]: INFO cinder.api.openstack.wsgi [None req-77f25cc3-9177-42fa-bdbe-7da0678e05c4 None None] GET http://10.180.1.21/volume// [ 1083.420696] [55397]: DEBUG cinder.api.openstack.wsgi [None req-77f25cc3-9177-42fa-bdbe-7da0678e05c4 None None] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1083.420943] [55397]: DEBUG cinder.api.openstack.wsgi [None req-77f25cc3-9177-42fa-bdbe-7da0678e05c4 None None] Calling method 'all' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1083.421451] [55397]: INFO cinder.api.openstack.wsgi [None req-77f25cc3-9177-42fa-bdbe-7da0678e05c4 None None] http://10.180.1.21/volume// returned with HTTP 300 [ 1083.421831] [55397]: [pid: 55397|app: 0|req: 194/379] 10.180.1.21 () {58 vars in 1306 bytes} [Thu Feb 20 18:03:06 2025] GET /volume/ => generated 386 bytes in 3 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) [ 1083.425457] [55398]: DEBUG cinder.api.middleware.request_id [req-0aeaf461-39d1-4229-b36e-ab90d73f7d15 req-a830b9c3-c5de-4ab9-898e-b196bc2e059b None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1083.427704] [55398]: INFO cinder.api.openstack.wsgi [req-0aeaf461-39d1-4229-b36e-ab90d73f7d15 req-a830b9c3-c5de-4ab9-898e-b196bc2e059b tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc [ 1083.427965] [55398]: DEBUG cinder.api.openstack.wsgi [req-0aeaf461-39d1-4229-b36e-ab90d73f7d15 req-a830b9c3-c5de-4ab9-898e-b196bc2e059b tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1083.428215] [55398]: DEBUG cinder.api.openstack.wsgi [req-0aeaf461-39d1-4229-b36e-ab90d73f7d15 req-a830b9c3-c5de-4ab9-898e-b196bc2e059b tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1083.440757] [55398]: /opt/stack/data/venv/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. [ 1083.440757] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1083.445539] [55398]: INFO cinder.volume.api [req-0aeaf461-39d1-4229-b36e-ab90d73f7d15 req-a830b9c3-c5de-4ab9-898e-b196bc2e059b tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1083.450623] [55398]: INFO cinder.api.openstack.wsgi [req-0aeaf461-39d1-4229-b36e-ab90d73f7d15 req-a830b9c3-c5de-4ab9-898e-b196bc2e059b tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc returned with HTTP 200 [ 1083.451038] [55398]: [pid: 55398|app: 0|req: 186/380] 10.180.1.21 () {62 vars in 1519 bytes} [Thu Feb 20 18:03:06 2025] GET /volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc => generated 1021 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) [ 1083.477536] [55397]: DEBUG cinder.api.middleware.request_id [req-0aeaf461-39d1-4229-b36e-ab90d73f7d15 req-b45f7a8d-c557-447b-804e-03115b4e102f None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1083.479836] [55397]: INFO cinder.api.openstack.wsgi [req-0aeaf461-39d1-4229-b36e-ab90d73f7d15 req-b45f7a8d-c557-447b-804e-03115b4e102f tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] PUT http://10.180.1.21/volume/v3/attachments/5c855fd7-9498-4a92-a872-1af5188fe335 [ 1083.480262] [55397]: DEBUG cinder.api.openstack.wsgi [req-0aeaf461-39d1-4229-b36e-ab90d73f7d15 req-b45f7a8d-c557-447b-804e-03115b4e102f tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Action: 'update', calling method: version_select, body: {"attachment": {"connector": {"ip": "vc1.osci.c.eu-de-1.cloud.sap", "initiator": null, "host": "vc1.osci.c.eu-de-1.cloud.sap", "instance": "vm-550852", "mountpoint": "/dev/sdb"}}} {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 1083.489025] [55397]: DEBUG cinder.coordination [req-0aeaf461-39d1-4229-b36e-ab90d73f7d15 req-b45f7a8d-c557-447b-804e-03115b4e102f tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Acquiring lock "cinder-attachment_update-79c32ea7-4ed7-4f3a-9a4d-e052462647fc-vc1.osci.c.eu-de-1.cloud.sap" by "attachment_update" {{(pid=55397) __acquire /opt/stack/cinder/cinder/coordination.py:143}} [ 1083.492986] [55397]: DEBUG cinder.coordination [req-0aeaf461-39d1-4229-b36e-ab90d73f7d15 req-b45f7a8d-c557-447b-804e-03115b4e102f tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Lock "cinder-attachment_update-79c32ea7-4ed7-4f3a-9a4d-e052462647fc-vc1.osci.c.eu-de-1.cloud.sap" acquired by "attachment_update" :: waited 0.004s {{(pid=55397) __acquire /opt/stack/cinder/cinder/coordination.py:146}} [ 1083.494068] [55397]: /opt/stack/data/venv/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. [ 1083.494068] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1083.664743] [55398]: DEBUG cinder.api.middleware.request_id [None req-c7f633f1-2a37-4c60-ae6b-4ef3788f2f5e None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1083.666877] [55398]: INFO cinder.api.openstack.wsgi [None req-c7f633f1-2a37-4c60-ae6b-4ef3788f2f5e tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] GET http://10.180.1.21/volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 [ 1083.667117] [55398]: DEBUG cinder.api.openstack.wsgi [None req-c7f633f1-2a37-4c60-ae6b-4ef3788f2f5e tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1083.667331] [55398]: DEBUG cinder.api.openstack.wsgi [None req-c7f633f1-2a37-4c60-ae6b-4ef3788f2f5e tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1083.674957] [55398]: /opt/stack/data/venv/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. [ 1083.674957] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1083.678538] [55398]: INFO cinder.volume.api [None req-c7f633f1-2a37-4c60-ae6b-4ef3788f2f5e tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Volume info retrieved successfully. [ 1083.682675] [55398]: INFO cinder.api.openstack.wsgi [None req-c7f633f1-2a37-4c60-ae6b-4ef3788f2f5e tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 returned with HTTP 200 [ 1083.683173] [55398]: [pid: 55398|app: 0|req: 187/381] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:06 2025] GET /volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 => generated 843 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) [ 1083.953613] [55398]: DEBUG cinder.api.middleware.request_id [None req-51a17177-2fba-475f-8eeb-bfa63dee87a4 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1083.958327] [55398]: INFO cinder.api.openstack.wsgi [None req-51a17177-2fba-475f-8eeb-bfa63dee87a4 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc [ 1083.958327] [55398]: DEBUG cinder.api.openstack.wsgi [None req-51a17177-2fba-475f-8eeb-bfa63dee87a4 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1083.958327] [55398]: DEBUG cinder.api.openstack.wsgi [None req-51a17177-2fba-475f-8eeb-bfa63dee87a4 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1083.971227] [55398]: /opt/stack/data/venv/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. [ 1083.971227] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1083.979997] [55398]: INFO cinder.volume.api [None req-51a17177-2fba-475f-8eeb-bfa63dee87a4 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1083.984562] [55398]: INFO cinder.api.openstack.wsgi [None req-51a17177-2fba-475f-8eeb-bfa63dee87a4 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc returned with HTTP 200 [ 1083.985081] [55398]: [pid: 55398|app: 0|req: 188/382] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:06 2025] GET /volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc => generated 840 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1084.693386] [55398]: DEBUG cinder.api.middleware.request_id [None req-78bfe3e7-8f97-45bf-8337-ba920904b2e1 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1084.695954] [55398]: INFO cinder.api.openstack.wsgi [None req-78bfe3e7-8f97-45bf-8337-ba920904b2e1 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] GET http://10.180.1.21/volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 [ 1084.695954] [55398]: DEBUG cinder.api.openstack.wsgi [None req-78bfe3e7-8f97-45bf-8337-ba920904b2e1 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1084.696157] [55398]: DEBUG cinder.api.openstack.wsgi [None req-78bfe3e7-8f97-45bf-8337-ba920904b2e1 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1084.706292] [55398]: /opt/stack/data/venv/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. [ 1084.706292] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1084.710116] [55398]: INFO cinder.volume.api [None req-78bfe3e7-8f97-45bf-8337-ba920904b2e1 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Volume info retrieved successfully. [ 1084.714459] [55398]: INFO cinder.api.openstack.wsgi [None req-78bfe3e7-8f97-45bf-8337-ba920904b2e1 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 returned with HTTP 200 [ 1084.714836] [55398]: [pid: 55398|app: 0|req: 189/383] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:07 2025] GET /volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 => generated 843 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1085.000100] [55398]: DEBUG cinder.api.middleware.request_id [None req-10712eff-9646-4f98-9c53-3ebd59a9f603 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1085.002419] [55398]: INFO cinder.api.openstack.wsgi [None req-10712eff-9646-4f98-9c53-3ebd59a9f603 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc [ 1085.002646] [55398]: DEBUG cinder.api.openstack.wsgi [None req-10712eff-9646-4f98-9c53-3ebd59a9f603 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1085.002859] [55398]: DEBUG cinder.api.openstack.wsgi [None req-10712eff-9646-4f98-9c53-3ebd59a9f603 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1085.014260] [55398]: /opt/stack/data/venv/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. [ 1085.014260] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1085.017883] [55398]: INFO cinder.volume.api [None req-10712eff-9646-4f98-9c53-3ebd59a9f603 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1085.022863] [55398]: INFO cinder.api.openstack.wsgi [None req-10712eff-9646-4f98-9c53-3ebd59a9f603 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc returned with HTTP 200 [ 1085.023275] [55398]: [pid: 55398|app: 0|req: 190/384] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:07 2025] GET /volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc => generated 840 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1085.724736] [55398]: DEBUG cinder.api.middleware.request_id [None req-67164952-059e-4c90-9814-64322d715a01 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1085.726960] [55398]: INFO cinder.api.openstack.wsgi [None req-67164952-059e-4c90-9814-64322d715a01 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] GET http://10.180.1.21/volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 [ 1085.727197] [55398]: DEBUG cinder.api.openstack.wsgi [None req-67164952-059e-4c90-9814-64322d715a01 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1085.727431] [55398]: DEBUG cinder.api.openstack.wsgi [None req-67164952-059e-4c90-9814-64322d715a01 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1085.736128] [55398]: /opt/stack/data/venv/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. [ 1085.736128] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1085.739741] [55398]: INFO cinder.volume.api [None req-67164952-059e-4c90-9814-64322d715a01 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Volume info retrieved successfully. [ 1085.744155] [55398]: INFO cinder.api.openstack.wsgi [None req-67164952-059e-4c90-9814-64322d715a01 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 returned with HTTP 200 [ 1085.744564] [55398]: [pid: 55398|app: 0|req: 191/385] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:08 2025] GET /volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 => generated 843 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1086.033743] [55398]: DEBUG cinder.api.middleware.request_id [None req-6ca91446-7cb1-4680-9f11-df90e5d5947d None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1086.035982] [55398]: INFO cinder.api.openstack.wsgi [None req-6ca91446-7cb1-4680-9f11-df90e5d5947d tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc [ 1086.036387] [55398]: DEBUG cinder.api.openstack.wsgi [None req-6ca91446-7cb1-4680-9f11-df90e5d5947d tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1086.036639] [55398]: DEBUG cinder.api.openstack.wsgi [None req-6ca91446-7cb1-4680-9f11-df90e5d5947d tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1086.047239] [55398]: /opt/stack/data/venv/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. [ 1086.047239] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1086.050481] [55398]: INFO cinder.volume.api [None req-6ca91446-7cb1-4680-9f11-df90e5d5947d tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1086.055104] [55398]: INFO cinder.api.openstack.wsgi [None req-6ca91446-7cb1-4680-9f11-df90e5d5947d tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc returned with HTTP 200 [ 1086.055499] [55398]: [pid: 55398|app: 0|req: 192/386] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:08 2025] GET /volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc => generated 840 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1086.754694] [55398]: DEBUG cinder.api.middleware.request_id [None req-81002696-bb2b-44cc-89b3-ae4aca346c27 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1086.756905] [55398]: INFO cinder.api.openstack.wsgi [None req-81002696-bb2b-44cc-89b3-ae4aca346c27 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] GET http://10.180.1.21/volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 [ 1086.757271] [55398]: DEBUG cinder.api.openstack.wsgi [None req-81002696-bb2b-44cc-89b3-ae4aca346c27 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1086.757611] [55398]: DEBUG cinder.api.openstack.wsgi [None req-81002696-bb2b-44cc-89b3-ae4aca346c27 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1086.765517] [55398]: /opt/stack/data/venv/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. [ 1086.765517] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1086.769050] [55398]: INFO cinder.volume.api [None req-81002696-bb2b-44cc-89b3-ae4aca346c27 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Volume info retrieved successfully. [ 1086.775046] [55398]: INFO cinder.api.openstack.wsgi [None req-81002696-bb2b-44cc-89b3-ae4aca346c27 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 returned with HTTP 200 [ 1086.775046] [55398]: [pid: 55398|app: 0|req: 193/387] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:09 2025] GET /volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 => generated 843 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1087.065304] [55398]: DEBUG cinder.api.middleware.request_id [None req-fc4ec70c-ca1d-4f1e-b869-25fad2bbcb82 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1087.067724] [55398]: INFO cinder.api.openstack.wsgi [None req-fc4ec70c-ca1d-4f1e-b869-25fad2bbcb82 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc [ 1087.067973] [55398]: DEBUG cinder.api.openstack.wsgi [None req-fc4ec70c-ca1d-4f1e-b869-25fad2bbcb82 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1087.068246] [55398]: DEBUG cinder.api.openstack.wsgi [None req-fc4ec70c-ca1d-4f1e-b869-25fad2bbcb82 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1087.083167] [55398]: /opt/stack/data/venv/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. [ 1087.083167] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1087.088542] [55398]: INFO cinder.volume.api [None req-fc4ec70c-ca1d-4f1e-b869-25fad2bbcb82 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1087.094438] [55398]: INFO cinder.api.openstack.wsgi [None req-fc4ec70c-ca1d-4f1e-b869-25fad2bbcb82 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc returned with HTTP 200 [ 1087.094884] [55398]: [pid: 55398|app: 0|req: 194/388] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:09 2025] GET /volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc => generated 840 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1087.785229] [55398]: DEBUG cinder.api.middleware.request_id [None req-802662d8-b227-41ec-add2-0f8e4f549f2b None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1087.788329] [55398]: INFO cinder.api.openstack.wsgi [None req-802662d8-b227-41ec-add2-0f8e4f549f2b tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] GET http://10.180.1.21/volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 [ 1087.788633] [55398]: DEBUG cinder.api.openstack.wsgi [None req-802662d8-b227-41ec-add2-0f8e4f549f2b tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1087.788633] [55398]: DEBUG cinder.api.openstack.wsgi [None req-802662d8-b227-41ec-add2-0f8e4f549f2b tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1087.796888] [55398]: /opt/stack/data/venv/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. [ 1087.796888] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1087.800884] [55398]: INFO cinder.volume.api [None req-802662d8-b227-41ec-add2-0f8e4f549f2b tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Volume info retrieved successfully. [ 1087.805240] [55398]: INFO cinder.api.openstack.wsgi [None req-802662d8-b227-41ec-add2-0f8e4f549f2b tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 returned with HTTP 200 [ 1087.805656] [55398]: [pid: 55398|app: 0|req: 195/389] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:10 2025] GET /volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 => generated 843 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1088.108119] [55398]: DEBUG cinder.api.middleware.request_id [None req-bd439b81-6870-4612-a40a-79fe66f555fb None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1088.111287] [55398]: INFO cinder.api.openstack.wsgi [None req-bd439b81-6870-4612-a40a-79fe66f555fb tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc [ 1088.111749] [55398]: DEBUG cinder.api.openstack.wsgi [None req-bd439b81-6870-4612-a40a-79fe66f555fb tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1088.111749] [55398]: DEBUG cinder.api.openstack.wsgi [None req-bd439b81-6870-4612-a40a-79fe66f555fb tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1088.124032] [55398]: /opt/stack/data/venv/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. [ 1088.124032] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1088.128484] [55398]: INFO cinder.volume.api [None req-bd439b81-6870-4612-a40a-79fe66f555fb tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1088.133788] [55398]: INFO cinder.api.openstack.wsgi [None req-bd439b81-6870-4612-a40a-79fe66f555fb tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc returned with HTTP 200 [ 1088.134361] [55398]: [pid: 55398|app: 0|req: 196/390] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:10 2025] GET /volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc => generated 841 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1088.522980] [55397]: DEBUG cinder.coordination [req-0aeaf461-39d1-4229-b36e-ab90d73f7d15 req-b45f7a8d-c557-447b-804e-03115b4e102f tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Lock "cinder-attachment_update-79c32ea7-4ed7-4f3a-9a4d-e052462647fc-vc1.osci.c.eu-de-1.cloud.sap" released by "attachment_update" :: held 5.030s {{(pid=55397) __release /opt/stack/cinder/cinder/coordination.py:157}} [ 1088.523387] [55397]: INFO cinder.api.openstack.wsgi [req-0aeaf461-39d1-4229-b36e-ab90d73f7d15 req-b45f7a8d-c557-447b-804e-03115b4e102f tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/attachments/5c855fd7-9498-4a92-a872-1af5188fe335 returned with HTTP 200 [ 1088.523964] [55397]: [pid: 55397|app: 0|req: 195/391] 10.180.1.21 () {66 vars in 1584 bytes} [Thu Feb 20 18:03:06 2025] PUT /volume/v3/attachments/5c855fd7-9498-4a92-a872-1af5188fe335 => generated 617 bytes in 5047 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1088.816790] [55398]: DEBUG cinder.api.middleware.request_id [None req-517b607c-3ade-40d4-ba6a-21ade183a9c8 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1088.818818] [55398]: INFO cinder.api.openstack.wsgi [None req-517b607c-3ade-40d4-ba6a-21ade183a9c8 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] GET http://10.180.1.21/volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 [ 1088.818926] [55398]: DEBUG cinder.api.openstack.wsgi [None req-517b607c-3ade-40d4-ba6a-21ade183a9c8 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1088.819119] [55398]: DEBUG cinder.api.openstack.wsgi [None req-517b607c-3ade-40d4-ba6a-21ade183a9c8 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1088.830522] [55398]: /opt/stack/data/venv/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. [ 1088.830522] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1088.834782] [55398]: INFO cinder.volume.api [None req-517b607c-3ade-40d4-ba6a-21ade183a9c8 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Volume info retrieved successfully. [ 1088.840029] [55398]: INFO cinder.api.openstack.wsgi [None req-517b607c-3ade-40d4-ba6a-21ade183a9c8 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 returned with HTTP 200 [ 1088.840428] [55398]: [pid: 55398|app: 0|req: 197/392] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:11 2025] GET /volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 => generated 843 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1089.144423] [55397]: DEBUG cinder.api.middleware.request_id [None req-c5c7cbb2-7901-4657-9080-9af449c00620 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1089.147440] [55397]: INFO cinder.api.openstack.wsgi [None req-c5c7cbb2-7901-4657-9080-9af449c00620 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc [ 1089.147440] [55397]: DEBUG cinder.api.openstack.wsgi [None req-c5c7cbb2-7901-4657-9080-9af449c00620 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1089.147440] [55397]: DEBUG cinder.api.openstack.wsgi [None req-c5c7cbb2-7901-4657-9080-9af449c00620 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1089.163362] [55397]: /opt/stack/data/venv/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. [ 1089.163362] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1089.167673] [55397]: INFO cinder.volume.api [None req-c5c7cbb2-7901-4657-9080-9af449c00620 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1089.172986] [55397]: INFO cinder.api.openstack.wsgi [None req-c5c7cbb2-7901-4657-9080-9af449c00620 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc returned with HTTP 200 [ 1089.173495] [55397]: [pid: 55397|app: 0|req: 196/393] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:12 2025] GET /volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc => generated 841 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1089.851497] [55398]: DEBUG cinder.api.middleware.request_id [None req-45251de4-12cc-4c1a-953d-f416beb3ea5a None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1089.853589] [55398]: INFO cinder.api.openstack.wsgi [None req-45251de4-12cc-4c1a-953d-f416beb3ea5a tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] GET http://10.180.1.21/volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 [ 1089.853814] [55398]: DEBUG cinder.api.openstack.wsgi [None req-45251de4-12cc-4c1a-953d-f416beb3ea5a tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1089.854052] [55398]: DEBUG cinder.api.openstack.wsgi [None req-45251de4-12cc-4c1a-953d-f416beb3ea5a tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1089.862547] [55398]: /opt/stack/data/venv/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. [ 1089.862547] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1089.866415] [55398]: INFO cinder.volume.api [None req-45251de4-12cc-4c1a-953d-f416beb3ea5a tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Volume info retrieved successfully. [ 1089.871218] [55398]: INFO cinder.api.openstack.wsgi [None req-45251de4-12cc-4c1a-953d-f416beb3ea5a tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 returned with HTTP 200 [ 1089.871668] [55398]: [pid: 55398|app: 0|req: 198/394] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:12 2025] GET /volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 => generated 843 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1090.185707] [55397]: DEBUG cinder.api.middleware.request_id [None req-9b4d915f-987d-4c39-a0f0-be5e6178c1ae None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1090.188233] [55397]: INFO cinder.api.openstack.wsgi [None req-9b4d915f-987d-4c39-a0f0-be5e6178c1ae tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc [ 1090.188478] [55397]: DEBUG cinder.api.openstack.wsgi [None req-9b4d915f-987d-4c39-a0f0-be5e6178c1ae tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1090.188725] [55397]: DEBUG cinder.api.openstack.wsgi [None req-9b4d915f-987d-4c39-a0f0-be5e6178c1ae tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1090.199735] [55397]: /opt/stack/data/venv/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. [ 1090.199735] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1090.204841] [55397]: INFO cinder.volume.api [None req-9b4d915f-987d-4c39-a0f0-be5e6178c1ae tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1090.210617] [55397]: INFO cinder.api.openstack.wsgi [None req-9b4d915f-987d-4c39-a0f0-be5e6178c1ae tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc returned with HTTP 200 [ 1090.210911] [55397]: [pid: 55397|app: 0|req: 197/395] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:13 2025] GET /volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc => generated 841 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1090.668967] [55398]: DEBUG cinder.api.middleware.request_id [req-0aeaf461-39d1-4229-b36e-ab90d73f7d15 req-ae567232-47e5-4811-acf1-978db8b2fb1c None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1090.671455] [55398]: INFO cinder.api.openstack.wsgi [req-0aeaf461-39d1-4229-b36e-ab90d73f7d15 req-ae567232-47e5-4811-acf1-978db8b2fb1c tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] POST http://10.180.1.21/volume/v3/attachments/5c855fd7-9498-4a92-a872-1af5188fe335/action [ 1090.671944] [55398]: DEBUG cinder.api.openstack.wsgi [req-0aeaf461-39d1-4229-b36e-ab90d73f7d15 req-ae567232-47e5-4811-acf1-978db8b2fb1c tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Action body: b'{"os-complete": null}' {{(pid=55398) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} [ 1090.672124] [55398]: DEBUG cinder.api.openstack.wsgi [req-0aeaf461-39d1-4229-b36e-ab90d73f7d15 req-ae567232-47e5-4811-acf1-978db8b2fb1c tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Action: 'action', calling method: complete, body: {"os-complete": null} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 1090.689137] [55398]: /opt/stack/data/venv/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. [ 1090.689137] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1090.697935] [55398]: INFO cinder.api.openstack.wsgi [req-0aeaf461-39d1-4229-b36e-ab90d73f7d15 req-ae567232-47e5-4811-acf1-978db8b2fb1c tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/attachments/5c855fd7-9498-4a92-a872-1af5188fe335/action returned with HTTP 204 [ 1090.698421] [55398]: [pid: 55398|app: 0|req: 199/396] 10.180.1.21 () {66 vars in 1605 bytes} [Thu Feb 20 18:03:13 2025] POST /volume/v3/attachments/5c855fd7-9498-4a92-a872-1af5188fe335/action => generated 0 bytes in 30 msecs (HTTP/1.1 204) 7 headers in 292 bytes (1 switches on core 0) [ 1090.884058] [55397]: DEBUG cinder.api.middleware.request_id [None req-2e3b62eb-0971-4eab-8582-fbb3d2a43b9d None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1090.886650] [55397]: INFO cinder.api.openstack.wsgi [None req-2e3b62eb-0971-4eab-8582-fbb3d2a43b9d tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] GET http://10.180.1.21/volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 [ 1090.886950] [55397]: DEBUG cinder.api.openstack.wsgi [None req-2e3b62eb-0971-4eab-8582-fbb3d2a43b9d tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1090.887278] [55397]: DEBUG cinder.api.openstack.wsgi [None req-2e3b62eb-0971-4eab-8582-fbb3d2a43b9d tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1090.896231] [55397]: /opt/stack/data/venv/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. [ 1090.896231] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1090.900164] [55397]: INFO cinder.volume.api [None req-2e3b62eb-0971-4eab-8582-fbb3d2a43b9d tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Volume info retrieved successfully. [ 1090.905131] [55397]: INFO cinder.api.openstack.wsgi [None req-2e3b62eb-0971-4eab-8582-fbb3d2a43b9d tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 returned with HTTP 200 [ 1090.905629] [55397]: [pid: 55397|app: 0|req: 198/397] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:13 2025] GET /volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 => generated 843 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1091.225521] [55398]: DEBUG cinder.api.middleware.request_id [None req-d12dd276-5375-4164-87ea-6f9c1e9b0316 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1091.227677] [55398]: INFO cinder.api.openstack.wsgi [None req-d12dd276-5375-4164-87ea-6f9c1e9b0316 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc [ 1091.227893] [55398]: DEBUG cinder.api.openstack.wsgi [None req-d12dd276-5375-4164-87ea-6f9c1e9b0316 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1091.228158] [55398]: DEBUG cinder.api.openstack.wsgi [None req-d12dd276-5375-4164-87ea-6f9c1e9b0316 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1091.240681] [55398]: /opt/stack/data/venv/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. [ 1091.240681] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1091.245263] [55398]: INFO cinder.volume.api [None req-d12dd276-5375-4164-87ea-6f9c1e9b0316 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1091.251816] [55398]: INFO cinder.api.openstack.wsgi [None req-d12dd276-5375-4164-87ea-6f9c1e9b0316 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc returned with HTTP 200 [ 1091.252243] [55398]: [pid: 55398|app: 0|req: 200/398] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:14 2025] GET /volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc => generated 1133 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1091.266462] [55397]: DEBUG cinder.api.middleware.request_id [None req-0baeafef-a7d0-4e8d-afb2-eced16b84473 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1091.269886] [55397]: INFO cinder.api.openstack.wsgi [None req-0baeafef-a7d0-4e8d-afb2-eced16b84473 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc [ 1091.269886] [55397]: DEBUG cinder.api.openstack.wsgi [None req-0baeafef-a7d0-4e8d-afb2-eced16b84473 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1091.269886] [55397]: DEBUG cinder.api.openstack.wsgi [None req-0baeafef-a7d0-4e8d-afb2-eced16b84473 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1091.280248] [55397]: /opt/stack/data/venv/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. [ 1091.280248] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1091.284024] [55397]: INFO cinder.volume.api [None req-0baeafef-a7d0-4e8d-afb2-eced16b84473 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1091.289080] [55397]: INFO cinder.api.openstack.wsgi [None req-0baeafef-a7d0-4e8d-afb2-eced16b84473 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc returned with HTTP 200 [ 1091.289503] [55397]: [pid: 55397|app: 0|req: 199/399] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:14 2025] GET /volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc => generated 1133 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1091.373522] [55398]: DEBUG cinder.api.middleware.request_id [None req-f615d434-228e-48ed-b16b-609f03ebe9be None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1091.376571] [55398]: INFO cinder.api.openstack.wsgi [None req-f615d434-228e-48ed-b16b-609f03ebe9be tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] POST http://10.180.1.21/volume/v3/volumes [ 1091.377150] [55398]: DEBUG cinder.api.openstack.wsgi [None req-f615d434-228e-48ed-b16b-609f03ebe9be tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "display_name": "tempest-AttachVolumeTestJSON-volume-612554971"}} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 1091.379751] [55398]: DEBUG cinder.api.v3.volumes [None req-f615d434-228e-48ed-b16b-609f03ebe9be tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Create volume request body: {'volume': {'size': 1, 'display_name': 'tempest-AttachVolumeTestJSON-volume-612554971'}} {{(pid=55398) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} [ 1091.379973] [55398]: INFO cinder.api.v3.volumes [None req-f615d434-228e-48ed-b16b-609f03ebe9be tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Create volume of 1 GB [ 1091.386245] [55398]: INFO cinder.volume.api [None req-f615d434-228e-48ed-b16b-609f03ebe9be tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Availability Zones retrieved successfully. [ 1091.397230] [55398]: DEBUG cinder.volume.api [None req-f615d434-228e-48ed-b16b-609f03ebe9be tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Flow 'volume_create_api' (b86fd723-ee51-4f31-b554-b1a19d760a85) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 1091.399160] [55398]: DEBUG cinder.volume.api [None req-f615d434-228e-48ed-b16b-609f03ebe9be tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (e6916077-a116-4f35-9cc8-dad700742e0d) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1091.400996] [55398]: DEBUG cinder.volume.flows.api.create_volume [None req-f615d434-228e-48ed-b16b-609f03ebe9be tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Validating volume size '1' using validate_int {{(pid=55398) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} [ 1091.423614] [55398]: DEBUG cinder.volume.api [None req-f615d434-228e-48ed-b16b-609f03ebe9be tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (e6916077-a116-4f35-9cc8-dad700742e0d) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-02-20T17:52:11Z,deleted=False,deleted_at=None,description=None,extra_specs={volume_backend_name='vsphere'},id=d5fd08cf-4175-412e-a261-cecd156def0d,is_public=True,name='vsphere',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'd5fd08cf-4175-412e-a261-cecd156def0d', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1091.424742] [55398]: DEBUG cinder.volume.api [None req-f615d434-228e-48ed-b16b-609f03ebe9be tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (ef9aa9c7-9c65-438b-a590-ea4d90b0b716) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1091.463213] [55398]: DEBUG cinder.quota [None req-f615d434-228e-48ed-b16b-609f03ebe9be tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Created reservations ['e5f59cec-8595-47df-babd-2146ad90ad52', 'ac127ab7-9178-431b-91da-408357548b2e', '41a21c06-f3fd-4659-97e5-38a8a4d79d73', '45b1b955-cdb2-4b31-9b98-04bb97ed8963'] {{(pid=55398) reserve /opt/stack/cinder/cinder/quota.py:752}} [ 1091.463213] [55398]: DEBUG cinder.volume.api [None req-f615d434-228e-48ed-b16b-609f03ebe9be tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (ef9aa9c7-9c65-438b-a590-ea4d90b0b716) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['e5f59cec-8595-47df-babd-2146ad90ad52', 'ac127ab7-9178-431b-91da-408357548b2e', '41a21c06-f3fd-4659-97e5-38a8a4d79d73', '45b1b955-cdb2-4b31-9b98-04bb97ed8963']}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1091.464802] [55398]: DEBUG cinder.volume.api [None req-f615d434-228e-48ed-b16b-609f03ebe9be tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (41a9af24-3df7-426a-b5e2-3c606c6ad491) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1091.477152] [55398]: DEBUG cinder.volume.api [None req-f615d434-228e-48ed-b16b-609f03ebe9be tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (41a9af24-3df7-426a-b5e2-3c606c6ad491) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '8a20dc5f-0351-4017-9a2d-4311f8616190', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-AttachVolumeTestJSON-volume-612554971',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='91a3f78ba4514500bfd4ed81b74526e3',qos_specs=None,replication_status=,reservations=['e5f59cec-8595-47df-babd-2146ad90ad52','ac127ab7-9178-431b-91da-408357548b2e','41a21c06-f3fd-4659-97e5-38a8a4d79d73','45b1b955-cdb2-4b31-9b98-04bb97ed8963'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='ebee998098894863bb772bd6b77fe4df',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d), 'volume': Volume(_name_id=None,admin_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-02-20T18:03:14Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-AttachVolumeTestJSON-volume-612554971',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=8a20dc5f-0351-4017-9a2d-4311f8616190,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='91a3f78ba4514500bfd4ed81b74526e3',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='ebee998098894863bb772bd6b77fe4df',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(d5fd08cf-4175-412e-a261-cecd156def0d),volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1091.478169] [55398]: DEBUG cinder.volume.api [None req-f615d434-228e-48ed-b16b-609f03ebe9be tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (0dde5e3a-24d1-486b-8af9-8b01d077955f) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1091.500826] [55398]: DEBUG cinder.volume.api [None req-f615d434-228e-48ed-b16b-609f03ebe9be tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (0dde5e3a-24d1-486b-8af9-8b01d077955f) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-AttachVolumeTestJSON-volume-612554971',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='91a3f78ba4514500bfd4ed81b74526e3',qos_specs=None,replication_status=,reservations=['e5f59cec-8595-47df-babd-2146ad90ad52','ac127ab7-9178-431b-91da-408357548b2e','41a21c06-f3fd-4659-97e5-38a8a4d79d73','45b1b955-cdb2-4b31-9b98-04bb97ed8963'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='ebee998098894863bb772bd6b77fe4df',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1091.501350] [55398]: DEBUG cinder.volume.api [None req-f615d434-228e-48ed-b16b-609f03ebe9be tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (5b0362a6-46e7-452d-b25d-d9d0c4b0fda9) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1091.512036] [55398]: DEBUG cinder.volume.api [None req-f615d434-228e-48ed-b16b-609f03ebe9be tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (5b0362a6-46e7-452d-b25d-d9d0c4b0fda9) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1091.512468] [55398]: DEBUG cinder.volume.api [None req-f615d434-228e-48ed-b16b-609f03ebe9be tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Flow 'volume_create_api' (b86fd723-ee51-4f31-b554-b1a19d760a85) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=55398) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 1091.512732] [55398]: INFO cinder.volume.api [None req-f615d434-228e-48ed-b16b-609f03ebe9be tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Create volume request issued successfully. [ 1091.513474] [55398]: INFO cinder.api.openstack.wsgi [None req-f615d434-228e-48ed-b16b-609f03ebe9be tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes returned with HTTP 202 [ 1091.513961] [55398]: [pid: 55398|app: 0|req: 201/400] 10.180.1.21 () {60 vars in 1135 bytes} [Thu Feb 20 18:03:14 2025] POST /volume/v3/volumes => generated 749 bytes in 141 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) [ 1091.524885] [55397]: DEBUG cinder.api.middleware.request_id [None req-e63afb55-a81b-47df-9888-db7ffedf0bf6 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1091.527275] [55397]: INFO cinder.api.openstack.wsgi [None req-e63afb55-a81b-47df-9888-db7ffedf0bf6 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 [ 1091.527376] [55397]: DEBUG cinder.api.openstack.wsgi [None req-e63afb55-a81b-47df-9888-db7ffedf0bf6 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1091.527643] [55397]: DEBUG cinder.api.openstack.wsgi [None req-e63afb55-a81b-47df-9888-db7ffedf0bf6 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1091.538920] [55397]: /opt/stack/data/venv/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. [ 1091.538920] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1091.542746] [55397]: INFO cinder.volume.api [None req-e63afb55-a81b-47df-9888-db7ffedf0bf6 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1091.548798] [55397]: INFO cinder.api.openstack.wsgi [None req-e63afb55-a81b-47df-9888-db7ffedf0bf6 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 returned with HTTP 200 [ 1091.549404] [55397]: [pid: 55397|app: 0|req: 200/401] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:14 2025] GET /volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 => generated 817 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1091.921561] [55398]: DEBUG cinder.api.middleware.request_id [None req-9994824e-f4bf-48d8-a205-872539501d09 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1091.925486] [55398]: INFO cinder.api.openstack.wsgi [None req-9994824e-f4bf-48d8-a205-872539501d09 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] GET http://10.180.1.21/volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 [ 1091.925750] [55398]: DEBUG cinder.api.openstack.wsgi [None req-9994824e-f4bf-48d8-a205-872539501d09 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1091.926148] [55398]: DEBUG cinder.api.openstack.wsgi [None req-9994824e-f4bf-48d8-a205-872539501d09 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1091.936400] [55398]: /opt/stack/data/venv/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. [ 1091.936400] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1091.941722] [55398]: INFO cinder.volume.api [None req-9994824e-f4bf-48d8-a205-872539501d09 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Volume info retrieved successfully. [ 1091.951262] [55398]: INFO cinder.api.openstack.wsgi [None req-9994824e-f4bf-48d8-a205-872539501d09 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 returned with HTTP 200 [ 1091.951667] [55398]: [pid: 55398|app: 0|req: 202/402] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:14 2025] GET /volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 => generated 843 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1092.561528] [55397]: DEBUG cinder.api.middleware.request_id [None req-cbb44868-3db4-4b97-a805-f4a94ee311e4 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1092.570023] [55397]: INFO cinder.api.openstack.wsgi [None req-cbb44868-3db4-4b97-a805-f4a94ee311e4 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 [ 1092.570023] [55397]: DEBUG cinder.api.openstack.wsgi [None req-cbb44868-3db4-4b97-a805-f4a94ee311e4 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1092.570023] [55397]: DEBUG cinder.api.openstack.wsgi [None req-cbb44868-3db4-4b97-a805-f4a94ee311e4 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1092.581345] [55397]: /opt/stack/data/venv/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. [ 1092.581345] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1092.590979] [55397]: INFO cinder.volume.api [None req-cbb44868-3db4-4b97-a805-f4a94ee311e4 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1092.599884] [55397]: INFO cinder.api.openstack.wsgi [None req-cbb44868-3db4-4b97-a805-f4a94ee311e4 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 returned with HTTP 200 [ 1092.601198] [55397]: [pid: 55397|app: 0|req: 201/403] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:15 2025] GET /volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 => generated 842 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) [ 1092.658683] [55398]: DEBUG cinder.api.middleware.request_id [req-e434ffd9-9803-475f-906f-37b8ad29e731 req-63eeb1b4-6553-48a3-ae90-6cdb171e5690 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1092.661511] [55398]: INFO cinder.api.openstack.wsgi [req-e434ffd9-9803-475f-906f-37b8ad29e731 req-63eeb1b4-6553-48a3-ae90-6cdb171e5690 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 [ 1092.661805] [55398]: DEBUG cinder.api.openstack.wsgi [req-e434ffd9-9803-475f-906f-37b8ad29e731 req-63eeb1b4-6553-48a3-ae90-6cdb171e5690 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1092.662042] [55398]: DEBUG cinder.api.openstack.wsgi [req-e434ffd9-9803-475f-906f-37b8ad29e731 req-63eeb1b4-6553-48a3-ae90-6cdb171e5690 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1092.672844] [55398]: /opt/stack/data/venv/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. [ 1092.672844] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1092.676610] [55398]: INFO cinder.volume.api [req-e434ffd9-9803-475f-906f-37b8ad29e731 req-63eeb1b4-6553-48a3-ae90-6cdb171e5690 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1092.682173] [55398]: INFO cinder.api.openstack.wsgi [req-e434ffd9-9803-475f-906f-37b8ad29e731 req-63eeb1b4-6553-48a3-ae90-6cdb171e5690 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 returned with HTTP 200 [ 1092.682173] [55398]: [pid: 55398|app: 0|req: 203/404] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 18:03:15 2025] GET /volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 => generated 842 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1092.965374] [55397]: DEBUG cinder.api.middleware.request_id [None req-87709515-f5dd-4f9a-ac38-dff424fe5117 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1092.967833] [55397]: INFO cinder.api.openstack.wsgi [None req-87709515-f5dd-4f9a-ac38-dff424fe5117 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] GET http://10.180.1.21/volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 [ 1092.968136] [55397]: DEBUG cinder.api.openstack.wsgi [None req-87709515-f5dd-4f9a-ac38-dff424fe5117 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1092.969152] [55397]: DEBUG cinder.api.openstack.wsgi [None req-87709515-f5dd-4f9a-ac38-dff424fe5117 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1092.980380] [55397]: /opt/stack/data/venv/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. [ 1092.980380] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1092.986032] [55397]: INFO cinder.volume.api [None req-87709515-f5dd-4f9a-ac38-dff424fe5117 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Volume info retrieved successfully. [ 1092.991989] [55397]: INFO cinder.api.openstack.wsgi [None req-87709515-f5dd-4f9a-ac38-dff424fe5117 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 returned with HTTP 200 [ 1092.992450] [55397]: [pid: 55397|app: 0|req: 202/405] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:15 2025] GET /volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 => generated 843 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1094.003904] [55398]: DEBUG cinder.api.middleware.request_id [None req-87c50b95-42fa-4e76-9328-bfd4c49f533b None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1094.005913] [55398]: INFO cinder.api.openstack.wsgi [None req-87c50b95-42fa-4e76-9328-bfd4c49f533b tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] GET http://10.180.1.21/volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 [ 1094.006308] [55398]: DEBUG cinder.api.openstack.wsgi [None req-87c50b95-42fa-4e76-9328-bfd4c49f533b tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1094.007871] [55398]: DEBUG cinder.api.openstack.wsgi [None req-87c50b95-42fa-4e76-9328-bfd4c49f533b tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1094.024729] [55398]: /opt/stack/data/venv/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. [ 1094.024729] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1094.029340] [55398]: INFO cinder.volume.api [None req-87c50b95-42fa-4e76-9328-bfd4c49f533b tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Volume info retrieved successfully. [ 1094.035117] [55398]: INFO cinder.api.openstack.wsgi [None req-87c50b95-42fa-4e76-9328-bfd4c49f533b tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 returned with HTTP 200 [ 1094.035533] [55398]: [pid: 55398|app: 0|req: 204/406] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:16 2025] GET /volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 => generated 843 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1094.207337] [55397]: DEBUG cinder.api.middleware.request_id [None req-678067e2-130f-4621-844b-b1522d622dff None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1094.207896] [55397]: INFO cinder.api.openstack.wsgi [None req-678067e2-130f-4621-844b-b1522d622dff None None] GET http://10.180.1.21/volume// [ 1094.208144] [55397]: DEBUG cinder.api.openstack.wsgi [None req-678067e2-130f-4621-844b-b1522d622dff None None] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1094.208914] [55397]: DEBUG cinder.api.openstack.wsgi [None req-678067e2-130f-4621-844b-b1522d622dff None None] Calling method 'all' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1094.209370] [55397]: INFO cinder.api.openstack.wsgi [None req-678067e2-130f-4621-844b-b1522d622dff None None] http://10.180.1.21/volume// returned with HTTP 300 [ 1094.209859] [55397]: [pid: 55397|app: 0|req: 203/407] 10.180.1.21 () {58 vars in 1299 bytes} [Thu Feb 20 18:03:17 2025] GET /volume/ => generated 386 bytes in 3 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) [ 1094.213735] [55398]: DEBUG cinder.api.middleware.request_id [req-e434ffd9-9803-475f-906f-37b8ad29e731 req-2a4880a8-be97-479d-befc-5802efb33d51 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1094.216119] [55398]: INFO cinder.api.openstack.wsgi [req-e434ffd9-9803-475f-906f-37b8ad29e731 req-2a4880a8-be97-479d-befc-5802efb33d51 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] POST http://10.180.1.21/volume/v3/attachments [ 1094.216550] [55398]: DEBUG cinder.api.openstack.wsgi [req-e434ffd9-9803-475f-906f-37b8ad29e731 req-2a4880a8-be97-479d-befc-5802efb33d51 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Action: 'create', calling method: version_select, body: {"attachment": {"volume_uuid": "8a20dc5f-0351-4017-9a2d-4311f8616190", "connector": null, "instance_uuid": "f804ec95-0b97-4960-844d-b678b97fc401"}} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 1094.226407] [55398]: /opt/stack/data/venv/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. [ 1094.226407] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1094.247613] [55398]: INFO cinder.api.openstack.wsgi [req-e434ffd9-9803-475f-906f-37b8ad29e731 req-2a4880a8-be97-479d-befc-5802efb33d51 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/attachments returned with HTTP 200 [ 1094.248259] [55398]: [pid: 55398|app: 0|req: 205/408] 10.180.1.21 () {66 vars in 1474 bytes} [Thu Feb 20 18:03:17 2025] POST /volume/v3/attachments => generated 273 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1094.276185] [55397]: DEBUG cinder.api.middleware.request_id [None req-48a44b30-69b3-427e-ae9f-3ca3876cc3f0 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1094.277779] [55397]: INFO cinder.api.openstack.wsgi [None req-48a44b30-69b3-427e-ae9f-3ca3876cc3f0 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 [ 1094.278042] [55397]: DEBUG cinder.api.openstack.wsgi [None req-48a44b30-69b3-427e-ae9f-3ca3876cc3f0 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1094.278278] [55397]: DEBUG cinder.api.openstack.wsgi [None req-48a44b30-69b3-427e-ae9f-3ca3876cc3f0 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1094.295922] [55397]: /opt/stack/data/venv/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. [ 1094.295922] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1094.301924] [55397]: INFO cinder.volume.api [None req-48a44b30-69b3-427e-ae9f-3ca3876cc3f0 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1094.307332] [55397]: INFO cinder.api.openstack.wsgi [None req-48a44b30-69b3-427e-ae9f-3ca3876cc3f0 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 returned with HTTP 200 [ 1094.310177] [55397]: [pid: 55397|app: 0|req: 204/409] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:17 2025] GET /volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 => generated 841 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1094.790187] [55398]: DEBUG cinder.api.middleware.request_id [None req-fd8f6e06-aec8-430f-a5bf-826c1c39b823 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1094.790924] [55398]: INFO cinder.api.openstack.wsgi [None req-fd8f6e06-aec8-430f-a5bf-826c1c39b823 None None] GET http://10.180.1.21/volume// [ 1094.790924] [55398]: DEBUG cinder.api.openstack.wsgi [None req-fd8f6e06-aec8-430f-a5bf-826c1c39b823 None None] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1094.791224] [55398]: DEBUG cinder.api.openstack.wsgi [None req-fd8f6e06-aec8-430f-a5bf-826c1c39b823 None None] Calling method 'all' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1094.792682] [55398]: INFO cinder.api.openstack.wsgi [None req-fd8f6e06-aec8-430f-a5bf-826c1c39b823 None None] http://10.180.1.21/volume// returned with HTTP 300 [ 1094.792682] [55398]: [pid: 55398|app: 0|req: 206/410] 10.180.1.21 () {58 vars in 1306 bytes} [Thu Feb 20 18:03:17 2025] GET /volume/ => generated 386 bytes in 3 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) [ 1094.811822] [55397]: DEBUG cinder.api.middleware.request_id [req-e434ffd9-9803-475f-906f-37b8ad29e731 req-0a47dda5-9e25-4052-9a79-095fa583404e None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1094.814400] [55397]: INFO cinder.api.openstack.wsgi [req-e434ffd9-9803-475f-906f-37b8ad29e731 req-0a47dda5-9e25-4052-9a79-095fa583404e tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 [ 1094.819050] [55397]: DEBUG cinder.api.openstack.wsgi [req-e434ffd9-9803-475f-906f-37b8ad29e731 req-0a47dda5-9e25-4052-9a79-095fa583404e tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1094.819050] [55397]: DEBUG cinder.api.openstack.wsgi [req-e434ffd9-9803-475f-906f-37b8ad29e731 req-0a47dda5-9e25-4052-9a79-095fa583404e tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1094.832499] [55397]: /opt/stack/data/venv/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. [ 1094.832499] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1094.839268] [55397]: INFO cinder.volume.api [req-e434ffd9-9803-475f-906f-37b8ad29e731 req-0a47dda5-9e25-4052-9a79-095fa583404e tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1094.847690] [55397]: INFO cinder.api.openstack.wsgi [req-e434ffd9-9803-475f-906f-37b8ad29e731 req-0a47dda5-9e25-4052-9a79-095fa583404e tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 returned with HTTP 200 [ 1094.848536] [55397]: [pid: 55397|app: 0|req: 205/411] 10.180.1.21 () {62 vars in 1519 bytes} [Thu Feb 20 18:03:17 2025] GET /volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 => generated 1022 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) [ 1094.941065] [55398]: DEBUG cinder.api.middleware.request_id [req-e434ffd9-9803-475f-906f-37b8ad29e731 req-9f7628e2-75bb-4cf0-b880-99379fbd9410 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1094.943999] [55398]: INFO cinder.api.openstack.wsgi [req-e434ffd9-9803-475f-906f-37b8ad29e731 req-9f7628e2-75bb-4cf0-b880-99379fbd9410 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] PUT http://10.180.1.21/volume/v3/attachments/cd318316-8ca2-4d57-8373-a26e66a7b530 [ 1094.944475] [55398]: DEBUG cinder.api.openstack.wsgi [req-e434ffd9-9803-475f-906f-37b8ad29e731 req-9f7628e2-75bb-4cf0-b880-99379fbd9410 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Action: 'update', calling method: version_select, body: {"attachment": {"connector": {"ip": "vc1.osci.c.eu-de-1.cloud.sap", "initiator": null, "host": "vc1.osci.c.eu-de-1.cloud.sap", "instance": "vm-550852", "mountpoint": "/dev/sdc"}}} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 1094.954646] [55398]: DEBUG cinder.coordination [req-e434ffd9-9803-475f-906f-37b8ad29e731 req-9f7628e2-75bb-4cf0-b880-99379fbd9410 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Acquiring lock "cinder-attachment_update-8a20dc5f-0351-4017-9a2d-4311f8616190-vc1.osci.c.eu-de-1.cloud.sap" by "attachment_update" {{(pid=55398) __acquire /opt/stack/cinder/cinder/coordination.py:143}} [ 1094.958885] [55398]: DEBUG cinder.coordination [req-e434ffd9-9803-475f-906f-37b8ad29e731 req-9f7628e2-75bb-4cf0-b880-99379fbd9410 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Lock "cinder-attachment_update-8a20dc5f-0351-4017-9a2d-4311f8616190-vc1.osci.c.eu-de-1.cloud.sap" acquired by "attachment_update" :: waited 0.005s {{(pid=55398) __acquire /opt/stack/cinder/cinder/coordination.py:146}} [ 1094.960419] [55398]: /opt/stack/data/venv/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. [ 1094.960419] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1095.051471] [55397]: DEBUG cinder.api.middleware.request_id [None req-4ad5607c-6aa5-4114-be90-c993c46eb311 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1095.055017] [55397]: INFO cinder.api.openstack.wsgi [None req-4ad5607c-6aa5-4114-be90-c993c46eb311 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] GET http://10.180.1.21/volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 [ 1095.055422] [55397]: DEBUG cinder.api.openstack.wsgi [None req-4ad5607c-6aa5-4114-be90-c993c46eb311 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1095.055934] [55397]: DEBUG cinder.api.openstack.wsgi [None req-4ad5607c-6aa5-4114-be90-c993c46eb311 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1095.065887] [55397]: /opt/stack/data/venv/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. [ 1095.065887] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1095.073399] [55397]: INFO cinder.volume.api [None req-4ad5607c-6aa5-4114-be90-c993c46eb311 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Volume info retrieved successfully. [ 1095.083332] [55397]: INFO cinder.api.openstack.wsgi [None req-4ad5607c-6aa5-4114-be90-c993c46eb311 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 returned with HTTP 200 [ 1095.083743] [55397]: [pid: 55397|app: 0|req: 206/412] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:17 2025] GET /volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 => generated 843 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1095.323314] [55397]: DEBUG cinder.api.middleware.request_id [None req-af31aa95-73f4-4092-affb-137a46eea1c1 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1095.328401] [55397]: INFO cinder.api.openstack.wsgi [None req-af31aa95-73f4-4092-affb-137a46eea1c1 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 [ 1095.328807] [55397]: DEBUG cinder.api.openstack.wsgi [None req-af31aa95-73f4-4092-affb-137a46eea1c1 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1095.329190] [55397]: DEBUG cinder.api.openstack.wsgi [None req-af31aa95-73f4-4092-affb-137a46eea1c1 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1095.343575] [55397]: /opt/stack/data/venv/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. [ 1095.343575] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1095.350307] [55397]: INFO cinder.volume.api [None req-af31aa95-73f4-4092-affb-137a46eea1c1 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1095.355139] [55397]: INFO cinder.api.openstack.wsgi [None req-af31aa95-73f4-4092-affb-137a46eea1c1 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 returned with HTTP 200 [ 1095.355599] [55397]: [pid: 55397|app: 0|req: 207/413] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:18 2025] GET /volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 => generated 841 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1096.099320] [55397]: DEBUG cinder.api.middleware.request_id [None req-dd8e6a01-ccbe-4ae2-b3be-7219757950a8 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1096.101680] [55397]: INFO cinder.api.openstack.wsgi [None req-dd8e6a01-ccbe-4ae2-b3be-7219757950a8 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] GET http://10.180.1.21/volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 [ 1096.102425] [55397]: DEBUG cinder.api.openstack.wsgi [None req-dd8e6a01-ccbe-4ae2-b3be-7219757950a8 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1096.102425] [55397]: DEBUG cinder.api.openstack.wsgi [None req-dd8e6a01-ccbe-4ae2-b3be-7219757950a8 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1096.115191] [55397]: /opt/stack/data/venv/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. [ 1096.115191] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1096.120257] [55397]: INFO cinder.volume.api [None req-dd8e6a01-ccbe-4ae2-b3be-7219757950a8 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Volume info retrieved successfully. [ 1096.126198] [55397]: INFO cinder.api.openstack.wsgi [None req-dd8e6a01-ccbe-4ae2-b3be-7219757950a8 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 returned with HTTP 200 [ 1096.126198] [55397]: [pid: 55397|app: 0|req: 208/414] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:18 2025] GET /volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 => generated 843 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1096.372375] [55397]: DEBUG cinder.api.middleware.request_id [None req-b01bfc63-79d1-4f35-9361-77ef1c0bb981 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1096.375510] [55397]: INFO cinder.api.openstack.wsgi [None req-b01bfc63-79d1-4f35-9361-77ef1c0bb981 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 [ 1096.375754] [55397]: DEBUG cinder.api.openstack.wsgi [None req-b01bfc63-79d1-4f35-9361-77ef1c0bb981 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1096.376286] [55397]: DEBUG cinder.api.openstack.wsgi [None req-b01bfc63-79d1-4f35-9361-77ef1c0bb981 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1096.392411] [55397]: /opt/stack/data/venv/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. [ 1096.392411] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1096.396933] [55397]: INFO cinder.volume.api [None req-b01bfc63-79d1-4f35-9361-77ef1c0bb981 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1096.402127] [55397]: INFO cinder.api.openstack.wsgi [None req-b01bfc63-79d1-4f35-9361-77ef1c0bb981 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 returned with HTTP 200 [ 1096.402542] [55397]: [pid: 55397|app: 0|req: 209/415] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:19 2025] GET /volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 => generated 841 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1097.139372] [55397]: DEBUG cinder.api.middleware.request_id [None req-2cc0b067-adc9-49f0-9d31-3c163acf252b None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1097.142098] [55397]: INFO cinder.api.openstack.wsgi [None req-2cc0b067-adc9-49f0-9d31-3c163acf252b tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] GET http://10.180.1.21/volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 [ 1097.142368] [55397]: DEBUG cinder.api.openstack.wsgi [None req-2cc0b067-adc9-49f0-9d31-3c163acf252b tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1097.142595] [55397]: DEBUG cinder.api.openstack.wsgi [None req-2cc0b067-adc9-49f0-9d31-3c163acf252b tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1097.152873] [55397]: /opt/stack/data/venv/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. [ 1097.152873] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1097.157685] [55397]: INFO cinder.volume.api [None req-2cc0b067-adc9-49f0-9d31-3c163acf252b tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Volume info retrieved successfully. [ 1097.165169] [55397]: INFO cinder.api.openstack.wsgi [None req-2cc0b067-adc9-49f0-9d31-3c163acf252b tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 returned with HTTP 200 [ 1097.165592] [55397]: [pid: 55397|app: 0|req: 210/416] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:20 2025] GET /volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 => generated 1391 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1097.197108] [55397]: DEBUG cinder.api.middleware.request_id [req-99cedbf3-0a36-40f6-8b01-7499b21e23d7 req-b3cec1a3-d812-49bd-89fc-86ec446af284 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1097.199762] [55397]: INFO cinder.api.openstack.wsgi [req-99cedbf3-0a36-40f6-8b01-7499b21e23d7 req-b3cec1a3-d812-49bd-89fc-86ec446af284 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] GET http://10.180.1.21/volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 [ 1097.199984] [55397]: DEBUG cinder.api.openstack.wsgi [req-99cedbf3-0a36-40f6-8b01-7499b21e23d7 req-b3cec1a3-d812-49bd-89fc-86ec446af284 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1097.200225] [55397]: DEBUG cinder.api.openstack.wsgi [req-99cedbf3-0a36-40f6-8b01-7499b21e23d7 req-b3cec1a3-d812-49bd-89fc-86ec446af284 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1097.210930] [55397]: /opt/stack/data/venv/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. [ 1097.210930] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1097.216268] [55397]: INFO cinder.volume.api [req-99cedbf3-0a36-40f6-8b01-7499b21e23d7 req-b3cec1a3-d812-49bd-89fc-86ec446af284 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Volume info retrieved successfully. [ 1097.224241] [55397]: INFO cinder.api.openstack.wsgi [req-99cedbf3-0a36-40f6-8b01-7499b21e23d7 req-b3cec1a3-d812-49bd-89fc-86ec446af284 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 returned with HTTP 200 [ 1097.224867] [55397]: [pid: 55397|app: 0|req: 211/417] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 18:03:20 2025] GET /volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 => generated 1391 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1097.412669] [55397]: DEBUG cinder.api.middleware.request_id [None req-e70cee4d-08b6-4a99-8fe3-1eb077758cef None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1097.415031] [55397]: INFO cinder.api.openstack.wsgi [None req-e70cee4d-08b6-4a99-8fe3-1eb077758cef tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 [ 1097.415294] [55397]: DEBUG cinder.api.openstack.wsgi [None req-e70cee4d-08b6-4a99-8fe3-1eb077758cef tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1097.415507] [55397]: DEBUG cinder.api.openstack.wsgi [None req-e70cee4d-08b6-4a99-8fe3-1eb077758cef tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1097.431391] [55397]: /opt/stack/data/venv/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. [ 1097.431391] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1097.435380] [55397]: INFO cinder.volume.api [None req-e70cee4d-08b6-4a99-8fe3-1eb077758cef tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1097.440086] [55397]: INFO cinder.api.openstack.wsgi [None req-e70cee4d-08b6-4a99-8fe3-1eb077758cef tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 returned with HTTP 200 [ 1097.440519] [55397]: [pid: 55397|app: 0|req: 212/418] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:20 2025] GET /volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 => generated 841 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1098.069313] [55397]: DEBUG cinder.api.middleware.request_id [req-99cedbf3-0a36-40f6-8b01-7499b21e23d7 req-2e2ac98b-fb75-4ab9-962f-6c31b473e2b0 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1098.071894] [55397]: INFO cinder.api.openstack.wsgi [req-99cedbf3-0a36-40f6-8b01-7499b21e23d7 req-2e2ac98b-fb75-4ab9-962f-6c31b473e2b0 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] GET http://10.180.1.21/volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 [ 1098.072570] [55397]: DEBUG cinder.api.openstack.wsgi [req-99cedbf3-0a36-40f6-8b01-7499b21e23d7 req-2e2ac98b-fb75-4ab9-962f-6c31b473e2b0 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1098.073076] [55397]: DEBUG cinder.api.openstack.wsgi [req-99cedbf3-0a36-40f6-8b01-7499b21e23d7 req-2e2ac98b-fb75-4ab9-962f-6c31b473e2b0 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1098.087089] [55397]: /opt/stack/data/venv/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. [ 1098.087089] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1098.093782] [55397]: INFO cinder.volume.api [req-99cedbf3-0a36-40f6-8b01-7499b21e23d7 req-2e2ac98b-fb75-4ab9-962f-6c31b473e2b0 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Volume info retrieved successfully. [ 1098.102611] [55397]: INFO cinder.api.openstack.wsgi [req-99cedbf3-0a36-40f6-8b01-7499b21e23d7 req-2e2ac98b-fb75-4ab9-962f-6c31b473e2b0 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 returned with HTTP 200 [ 1098.103044] [55397]: [pid: 55397|app: 0|req: 213/419] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 18:03:20 2025] GET /volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 => generated 1391 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1098.109472] [55397]: DEBUG cinder.api.middleware.request_id [None req-a2ebd5b4-72e8-4f9e-83e8-cbd22a2f29ba None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1098.109911] [55397]: INFO cinder.api.openstack.wsgi [None req-a2ebd5b4-72e8-4f9e-83e8-cbd22a2f29ba None None] GET http://10.180.1.21/volume// [ 1098.110103] [55397]: DEBUG cinder.api.openstack.wsgi [None req-a2ebd5b4-72e8-4f9e-83e8-cbd22a2f29ba None None] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1098.110581] [55397]: DEBUG cinder.api.openstack.wsgi [None req-a2ebd5b4-72e8-4f9e-83e8-cbd22a2f29ba None None] Calling method 'all' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1098.110695] [55397]: INFO cinder.api.openstack.wsgi [None req-a2ebd5b4-72e8-4f9e-83e8-cbd22a2f29ba None None] http://10.180.1.21/volume// returned with HTTP 300 [ 1098.111013] [55397]: [pid: 55397|app: 0|req: 214/420] 10.180.1.21 () {58 vars in 1299 bytes} [Thu Feb 20 18:03:20 2025] GET /volume/ => generated 386 bytes in 2 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) [ 1098.117335] [55397]: DEBUG cinder.api.middleware.request_id [req-99cedbf3-0a36-40f6-8b01-7499b21e23d7 req-adff47a3-e320-474e-a742-98c5b52dbd46 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1098.120097] [55397]: INFO cinder.api.openstack.wsgi [req-99cedbf3-0a36-40f6-8b01-7499b21e23d7 req-adff47a3-e320-474e-a742-98c5b52dbd46 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] POST http://10.180.1.21/volume/v3/attachments [ 1098.120542] [55397]: DEBUG cinder.api.openstack.wsgi [req-99cedbf3-0a36-40f6-8b01-7499b21e23d7 req-adff47a3-e320-474e-a742-98c5b52dbd46 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Action: 'create', calling method: version_select, body: {"attachment": {"volume_uuid": "bc407df1-2bc3-4054-b5d6-b4b6863f2c75", "connector": null, "instance_uuid": "092c7673-97fb-4085-852c-04a7c19a73e7"}} {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 1098.132410] [55397]: /opt/stack/data/venv/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. [ 1098.132410] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1098.162730] [55397]: INFO cinder.api.openstack.wsgi [req-99cedbf3-0a36-40f6-8b01-7499b21e23d7 req-adff47a3-e320-474e-a742-98c5b52dbd46 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/attachments returned with HTTP 200 [ 1098.162882] [55397]: [pid: 55397|app: 0|req: 215/421] 10.180.1.21 () {66 vars in 1474 bytes} [Thu Feb 20 18:03:20 2025] POST /volume/v3/attachments => generated 273 bytes in 46 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) [ 1098.454845] [55397]: DEBUG cinder.api.middleware.request_id [None req-dd157032-0f77-447b-ac44-abdc10b3f6a1 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1098.457610] [55397]: INFO cinder.api.openstack.wsgi [None req-dd157032-0f77-447b-ac44-abdc10b3f6a1 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 [ 1098.457990] [55397]: DEBUG cinder.api.openstack.wsgi [None req-dd157032-0f77-447b-ac44-abdc10b3f6a1 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1098.458290] [55397]: DEBUG cinder.api.openstack.wsgi [None req-dd157032-0f77-447b-ac44-abdc10b3f6a1 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1098.469597] [55397]: /opt/stack/data/venv/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. [ 1098.469597] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1098.475151] [55397]: INFO cinder.volume.api [None req-dd157032-0f77-447b-ac44-abdc10b3f6a1 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1098.483043] [55397]: INFO cinder.api.openstack.wsgi [None req-dd157032-0f77-447b-ac44-abdc10b3f6a1 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 returned with HTTP 200 [ 1098.483436] [55397]: [pid: 55397|app: 0|req: 216/422] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:21 2025] GET /volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 => generated 841 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1099.484238] [55398]: DEBUG cinder.coordination [req-e434ffd9-9803-475f-906f-37b8ad29e731 req-9f7628e2-75bb-4cf0-b880-99379fbd9410 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Lock "cinder-attachment_update-8a20dc5f-0351-4017-9a2d-4311f8616190-vc1.osci.c.eu-de-1.cloud.sap" released by "attachment_update" :: held 4.525s {{(pid=55398) __release /opt/stack/cinder/cinder/coordination.py:157}} [ 1099.484740] [55398]: INFO cinder.api.openstack.wsgi [req-e434ffd9-9803-475f-906f-37b8ad29e731 req-9f7628e2-75bb-4cf0-b880-99379fbd9410 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/attachments/cd318316-8ca2-4d57-8373-a26e66a7b530 returned with HTTP 200 [ 1099.485245] [55398]: [pid: 55398|app: 0|req: 207/423] 10.180.1.21 () {66 vars in 1584 bytes} [Thu Feb 20 18:03:17 2025] PUT /volume/v3/attachments/cd318316-8ca2-4d57-8373-a26e66a7b530 => generated 617 bytes in 4545 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1099.494447] [55397]: DEBUG cinder.api.middleware.request_id [None req-786322cf-dbb4-498c-a239-75fca3a7bf37 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1099.496563] [55397]: INFO cinder.api.openstack.wsgi [None req-786322cf-dbb4-498c-a239-75fca3a7bf37 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 [ 1099.496829] [55397]: DEBUG cinder.api.openstack.wsgi [None req-786322cf-dbb4-498c-a239-75fca3a7bf37 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1099.497057] [55397]: DEBUG cinder.api.openstack.wsgi [None req-786322cf-dbb4-498c-a239-75fca3a7bf37 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1099.506789] [55397]: /opt/stack/data/venv/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. [ 1099.506789] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1099.510083] [55397]: INFO cinder.volume.api [None req-786322cf-dbb4-498c-a239-75fca3a7bf37 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1099.515958] [55397]: INFO cinder.api.openstack.wsgi [None req-786322cf-dbb4-498c-a239-75fca3a7bf37 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 returned with HTTP 200 [ 1099.516356] [55397]: [pid: 55397|app: 0|req: 217/424] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:22 2025] GET /volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 => generated 842 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1100.526572] [55398]: DEBUG cinder.api.middleware.request_id [None req-c7b3dccf-68d1-4749-9fa9-02c1dbfcf179 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1100.528456] [55398]: INFO cinder.api.openstack.wsgi [None req-c7b3dccf-68d1-4749-9fa9-02c1dbfcf179 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 [ 1100.528657] [55398]: DEBUG cinder.api.openstack.wsgi [None req-c7b3dccf-68d1-4749-9fa9-02c1dbfcf179 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1100.528897] [55398]: DEBUG cinder.api.openstack.wsgi [None req-c7b3dccf-68d1-4749-9fa9-02c1dbfcf179 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1100.542757] [55398]: /opt/stack/data/venv/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. [ 1100.542757] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1100.547048] [55398]: INFO cinder.volume.api [None req-c7b3dccf-68d1-4749-9fa9-02c1dbfcf179 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1100.551521] [55398]: INFO cinder.api.openstack.wsgi [None req-c7b3dccf-68d1-4749-9fa9-02c1dbfcf179 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 returned with HTTP 200 [ 1100.551921] [55398]: [pid: 55398|app: 0|req: 208/425] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:23 2025] GET /volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 => generated 842 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1101.562414] [55397]: DEBUG cinder.api.middleware.request_id [None req-4c5576da-65e9-440b-ad4d-1d59b8a2e4bd None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1101.564530] [55397]: INFO cinder.api.openstack.wsgi [None req-4c5576da-65e9-440b-ad4d-1d59b8a2e4bd tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 [ 1101.564753] [55397]: DEBUG cinder.api.openstack.wsgi [None req-4c5576da-65e9-440b-ad4d-1d59b8a2e4bd tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1101.564990] [55397]: DEBUG cinder.api.openstack.wsgi [None req-4c5576da-65e9-440b-ad4d-1d59b8a2e4bd tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1101.578254] [55397]: /opt/stack/data/venv/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. [ 1101.578254] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1101.581677] [55397]: INFO cinder.volume.api [None req-4c5576da-65e9-440b-ad4d-1d59b8a2e4bd tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1101.586279] [55397]: INFO cinder.api.openstack.wsgi [None req-4c5576da-65e9-440b-ad4d-1d59b8a2e4bd tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 returned with HTTP 200 [ 1101.586827] [55397]: [pid: 55397|app: 0|req: 218/426] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:24 2025] GET /volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 => generated 842 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1102.112927] [55398]: DEBUG cinder.api.middleware.request_id [req-e434ffd9-9803-475f-906f-37b8ad29e731 req-474313ec-223d-4577-9335-a833499a638a None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1102.115569] [55398]: INFO cinder.api.openstack.wsgi [req-e434ffd9-9803-475f-906f-37b8ad29e731 req-474313ec-223d-4577-9335-a833499a638a tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] POST http://10.180.1.21/volume/v3/attachments/cd318316-8ca2-4d57-8373-a26e66a7b530/action [ 1102.115986] [55398]: DEBUG cinder.api.openstack.wsgi [req-e434ffd9-9803-475f-906f-37b8ad29e731 req-474313ec-223d-4577-9335-a833499a638a tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Action body: b'{"os-complete": null}' {{(pid=55398) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} [ 1102.116136] [55398]: DEBUG cinder.api.openstack.wsgi [req-e434ffd9-9803-475f-906f-37b8ad29e731 req-474313ec-223d-4577-9335-a833499a638a tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Action: 'action', calling method: complete, body: {"os-complete": null} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 1102.135681] [55398]: /opt/stack/data/venv/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. [ 1102.135681] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1102.141957] [55398]: INFO cinder.api.openstack.wsgi [req-e434ffd9-9803-475f-906f-37b8ad29e731 req-474313ec-223d-4577-9335-a833499a638a tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/attachments/cd318316-8ca2-4d57-8373-a26e66a7b530/action returned with HTTP 204 [ 1102.142419] [55398]: [pid: 55398|app: 0|req: 209/427] 10.180.1.21 () {66 vars in 1605 bytes} [Thu Feb 20 18:03:24 2025] POST /volume/v3/attachments/cd318316-8ca2-4d57-8373-a26e66a7b530/action => generated 0 bytes in 30 msecs (HTTP/1.1 204) 7 headers in 292 bytes (1 switches on core 0) [ 1102.598611] [55397]: DEBUG cinder.api.middleware.request_id [None req-585b36bc-d64b-48a6-9d36-4ac278f430c9 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1102.601550] [55397]: INFO cinder.api.openstack.wsgi [None req-585b36bc-d64b-48a6-9d36-4ac278f430c9 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 [ 1102.602941] [55397]: DEBUG cinder.api.openstack.wsgi [None req-585b36bc-d64b-48a6-9d36-4ac278f430c9 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1102.602941] [55397]: DEBUG cinder.api.openstack.wsgi [None req-585b36bc-d64b-48a6-9d36-4ac278f430c9 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1102.620263] [55397]: /opt/stack/data/venv/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. [ 1102.620263] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1102.625946] [55397]: INFO cinder.volume.api [None req-585b36bc-d64b-48a6-9d36-4ac278f430c9 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1102.631797] [55397]: INFO cinder.api.openstack.wsgi [None req-585b36bc-d64b-48a6-9d36-4ac278f430c9 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 returned with HTTP 200 [ 1102.632588] [55397]: [pid: 55397|app: 0|req: 219/428] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:25 2025] GET /volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 => generated 1134 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1102.645640] [55398]: DEBUG cinder.api.middleware.request_id [None req-e60e049a-71c0-443f-87ee-666a2690a9d3 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1102.648810] [55398]: INFO cinder.api.openstack.wsgi [None req-e60e049a-71c0-443f-87ee-666a2690a9d3 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 [ 1102.649070] [55398]: DEBUG cinder.api.openstack.wsgi [None req-e60e049a-71c0-443f-87ee-666a2690a9d3 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1102.649355] [55398]: DEBUG cinder.api.openstack.wsgi [None req-e60e049a-71c0-443f-87ee-666a2690a9d3 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1102.668944] [55398]: /opt/stack/data/venv/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. [ 1102.668944] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1102.673092] [55398]: INFO cinder.volume.api [None req-e60e049a-71c0-443f-87ee-666a2690a9d3 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1102.677724] [55398]: INFO cinder.api.openstack.wsgi [None req-e60e049a-71c0-443f-87ee-666a2690a9d3 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 returned with HTTP 200 [ 1102.681017] [55398]: [pid: 55398|app: 0|req: 210/429] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:25 2025] GET /volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 => generated 1134 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1102.838256] [55397]: DEBUG cinder.api.middleware.request_id [req-e262f660-6898-49b7-8aa6-8054f91bdcae req-468186f3-aabd-4e34-ad22-af57c286fea5 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1102.840577] [55397]: INFO cinder.api.openstack.wsgi [req-e262f660-6898-49b7-8aa6-8054f91bdcae req-468186f3-aabd-4e34-ad22-af57c286fea5 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc [ 1102.840800] [55397]: DEBUG cinder.api.openstack.wsgi [req-e262f660-6898-49b7-8aa6-8054f91bdcae req-468186f3-aabd-4e34-ad22-af57c286fea5 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1102.841018] [55397]: DEBUG cinder.api.openstack.wsgi [req-e262f660-6898-49b7-8aa6-8054f91bdcae req-468186f3-aabd-4e34-ad22-af57c286fea5 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1102.850693] [55397]: /opt/stack/data/venv/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. [ 1102.850693] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1102.853697] [55397]: INFO cinder.volume.api [req-e262f660-6898-49b7-8aa6-8054f91bdcae req-468186f3-aabd-4e34-ad22-af57c286fea5 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1102.857708] [55397]: INFO cinder.api.openstack.wsgi [req-e262f660-6898-49b7-8aa6-8054f91bdcae req-468186f3-aabd-4e34-ad22-af57c286fea5 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc returned with HTTP 200 [ 1102.858156] [55397]: [pid: 55397|app: 0|req: 220/430] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 18:03:25 2025] GET /volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc => generated 1133 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1102.872238] [55398]: DEBUG cinder.api.middleware.request_id [req-e262f660-6898-49b7-8aa6-8054f91bdcae req-236ade4e-8cbd-4f49-a59a-1594f7a17c79 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1102.874516] [55398]: INFO cinder.api.openstack.wsgi [req-e262f660-6898-49b7-8aa6-8054f91bdcae req-236ade4e-8cbd-4f49-a59a-1594f7a17c79 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] POST http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc/action [ 1102.874889] [55398]: DEBUG cinder.api.openstack.wsgi [req-e262f660-6898-49b7-8aa6-8054f91bdcae req-236ade4e-8cbd-4f49-a59a-1594f7a17c79 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Action body: b'{"os-begin_detaching": null}' {{(pid=55398) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} [ 1102.875040] [55398]: DEBUG cinder.api.openstack.wsgi [req-e262f660-6898-49b7-8aa6-8054f91bdcae req-236ade4e-8cbd-4f49-a59a-1594f7a17c79 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Action: 'action', calling method: _begin_detaching, body: {"os-begin_detaching": null} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 1102.885296] [55398]: /opt/stack/data/venv/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. [ 1102.885296] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1102.885940] [55398]: INFO cinder.volume.api [req-e262f660-6898-49b7-8aa6-8054f91bdcae req-236ade4e-8cbd-4f49-a59a-1594f7a17c79 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1102.890564] [55398]: INFO cinder.volume.api [req-e262f660-6898-49b7-8aa6-8054f91bdcae req-236ade4e-8cbd-4f49-a59a-1594f7a17c79 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Begin detaching volume completed successfully. [ 1102.890796] [55398]: INFO cinder.api.openstack.wsgi [req-e262f660-6898-49b7-8aa6-8054f91bdcae req-236ade4e-8cbd-4f49-a59a-1594f7a17c79 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc/action returned with HTTP 202 [ 1102.891265] [55398]: [pid: 55398|app: 0|req: 211/431] 10.180.1.21 () {64 vars in 1552 bytes} [Thu Feb 20 18:03:25 2025] POST /volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc/action => generated 0 bytes in 19 msecs (HTTP/1.1 202) 7 headers in 289 bytes (1 switches on core 0) [ 1102.904067] [55397]: DEBUG cinder.api.middleware.request_id [None req-d66d58ee-2647-46da-8797-b7c1309a3af2 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1102.906330] [55397]: INFO cinder.api.openstack.wsgi [None req-d66d58ee-2647-46da-8797-b7c1309a3af2 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc [ 1102.906625] [55397]: DEBUG cinder.api.openstack.wsgi [None req-d66d58ee-2647-46da-8797-b7c1309a3af2 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1102.906840] [55397]: DEBUG cinder.api.openstack.wsgi [None req-d66d58ee-2647-46da-8797-b7c1309a3af2 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1102.917270] [55397]: /opt/stack/data/venv/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. [ 1102.917270] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1102.920604] [55397]: INFO cinder.volume.api [None req-d66d58ee-2647-46da-8797-b7c1309a3af2 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1102.925606] [55397]: INFO cinder.api.openstack.wsgi [None req-d66d58ee-2647-46da-8797-b7c1309a3af2 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc returned with HTTP 200 [ 1102.926011] [55397]: [pid: 55397|app: 0|req: 221/432] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:25 2025] GET /volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc => generated 1136 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1103.283486] [55398]: DEBUG cinder.api.middleware.request_id [req-8591df8e-c073-4f58-b4a9-6a93be3007ed req-c24291ef-e9e4-4b12-a1fe-55b70b217f8e None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1103.286301] [55398]: INFO cinder.api.openstack.wsgi [req-8591df8e-c073-4f58-b4a9-6a93be3007ed req-c24291ef-e9e4-4b12-a1fe-55b70b217f8e tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] PUT http://10.180.1.21/volume/v3/attachments/bd8ecd83-be9e-497a-9ef9-d3c84bdeb6a6 [ 1103.286493] [55398]: DEBUG cinder.api.openstack.wsgi [req-8591df8e-c073-4f58-b4a9-6a93be3007ed req-c24291ef-e9e4-4b12-a1fe-55b70b217f8e tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Action: 'update', calling method: version_select, body: {"attachment": {"connector": {"ip": "vc1.osci.c.eu-de-1.cloud.sap", "initiator": null, "host": "vc1.osci.c.eu-de-1.cloud.sap", "instance": "vm-550832", "mountpoint": "/dev/sdb"}}} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 1103.297375] [55398]: DEBUG cinder.coordination [req-8591df8e-c073-4f58-b4a9-6a93be3007ed req-c24291ef-e9e4-4b12-a1fe-55b70b217f8e tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Acquiring lock "cinder-attachment_update-fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6-vc1.osci.c.eu-de-1.cloud.sap" by "attachment_update" {{(pid=55398) __acquire /opt/stack/cinder/cinder/coordination.py:143}} [ 1103.302515] [55398]: DEBUG cinder.coordination [req-8591df8e-c073-4f58-b4a9-6a93be3007ed req-c24291ef-e9e4-4b12-a1fe-55b70b217f8e tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Lock "cinder-attachment_update-fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6-vc1.osci.c.eu-de-1.cloud.sap" acquired by "attachment_update" :: waited 0.006s {{(pid=55398) __acquire /opt/stack/cinder/cinder/coordination.py:146}} [ 1103.304061] [55398]: /opt/stack/data/venv/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. [ 1103.304061] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1103.826953] [55398]: DEBUG cinder.coordination [req-8591df8e-c073-4f58-b4a9-6a93be3007ed req-c24291ef-e9e4-4b12-a1fe-55b70b217f8e tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Lock "cinder-attachment_update-fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6-vc1.osci.c.eu-de-1.cloud.sap" released by "attachment_update" :: held 0.525s {{(pid=55398) __release /opt/stack/cinder/cinder/coordination.py:157}} [ 1103.827355] [55398]: INFO cinder.api.openstack.wsgi [req-8591df8e-c073-4f58-b4a9-6a93be3007ed req-c24291ef-e9e4-4b12-a1fe-55b70b217f8e tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] http://10.180.1.21/volume/v3/attachments/bd8ecd83-be9e-497a-9ef9-d3c84bdeb6a6 returned with HTTP 200 [ 1103.827964] [55398]: [pid: 55398|app: 0|req: 212/433] 10.180.1.21 () {66 vars in 1584 bytes} [Thu Feb 20 18:03:26 2025] PUT /volume/v3/attachments/bd8ecd83-be9e-497a-9ef9-d3c84bdeb6a6 => generated 617 bytes in 545 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1103.832462] [55397]: DEBUG cinder.api.middleware.request_id [req-8591df8e-c073-4f58-b4a9-6a93be3007ed req-87f590a9-d481-46b7-a744-1d925fa61321 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1103.834847] [55397]: INFO cinder.api.openstack.wsgi [req-8591df8e-c073-4f58-b4a9-6a93be3007ed req-87f590a9-d481-46b7-a744-1d925fa61321 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] GET http://10.180.1.21/volume/v3/attachments/bd8ecd83-be9e-497a-9ef9-d3c84bdeb6a6 [ 1103.835909] [55397]: DEBUG cinder.api.openstack.wsgi [req-8591df8e-c073-4f58-b4a9-6a93be3007ed req-87f590a9-d481-46b7-a744-1d925fa61321 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1103.835909] [55397]: DEBUG cinder.api.openstack.wsgi [req-8591df8e-c073-4f58-b4a9-6a93be3007ed req-87f590a9-d481-46b7-a744-1d925fa61321 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Calling method 'version_select' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1103.849047] [55397]: INFO cinder.api.openstack.wsgi [req-8591df8e-c073-4f58-b4a9-6a93be3007ed req-87f590a9-d481-46b7-a744-1d925fa61321 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] http://10.180.1.21/volume/v3/attachments/bd8ecd83-be9e-497a-9ef9-d3c84bdeb6a6 returned with HTTP 200 [ 1103.849455] [55397]: [pid: 55397|app: 0|req: 222/434] 10.180.1.21 () {62 vars in 1531 bytes} [Thu Feb 20 18:03:26 2025] GET /volume/v3/attachments/bd8ecd83-be9e-497a-9ef9-d3c84bdeb6a6 => generated 642 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1103.916271] [55398]: DEBUG cinder.api.middleware.request_id [None req-657876f7-9b8a-44ff-b903-c392ca31bcb3 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1103.916738] [55398]: INFO cinder.api.openstack.wsgi [None req-657876f7-9b8a-44ff-b903-c392ca31bcb3 None None] GET http://10.180.1.21/volume// [ 1103.916941] [55398]: DEBUG cinder.api.openstack.wsgi [None req-657876f7-9b8a-44ff-b903-c392ca31bcb3 None None] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1103.917158] [55398]: DEBUG cinder.api.openstack.wsgi [None req-657876f7-9b8a-44ff-b903-c392ca31bcb3 None None] Calling method 'all' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1103.917554] [55398]: INFO cinder.api.openstack.wsgi [None req-657876f7-9b8a-44ff-b903-c392ca31bcb3 None None] http://10.180.1.21/volume// returned with HTTP 300 [ 1103.917849] [55398]: [pid: 55398|app: 0|req: 213/435] 10.180.1.21 () {58 vars in 1306 bytes} [Thu Feb 20 18:03:26 2025] GET /volume/ => generated 386 bytes in 2 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) [ 1103.921576] [55397]: DEBUG cinder.api.middleware.request_id [req-e262f660-6898-49b7-8aa6-8054f91bdcae req-6fde9e1f-19c4-479d-b423-8a645b899ec0 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1103.923871] [55397]: INFO cinder.api.openstack.wsgi [req-e262f660-6898-49b7-8aa6-8054f91bdcae req-6fde9e1f-19c4-479d-b423-8a645b899ec0 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc [ 1103.924138] [55397]: DEBUG cinder.api.openstack.wsgi [req-e262f660-6898-49b7-8aa6-8054f91bdcae req-6fde9e1f-19c4-479d-b423-8a645b899ec0 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1103.924392] [55397]: DEBUG cinder.api.openstack.wsgi [req-e262f660-6898-49b7-8aa6-8054f91bdcae req-6fde9e1f-19c4-479d-b423-8a645b899ec0 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1103.938491] [55398]: DEBUG cinder.api.middleware.request_id [None req-6f1d393b-7e02-4784-815e-1e26df64a77e None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1103.940540] [55397]: /opt/stack/data/venv/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. [ 1103.940540] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1103.941946] [55398]: INFO cinder.api.openstack.wsgi [None req-6f1d393b-7e02-4784-815e-1e26df64a77e tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc [ 1103.942155] [55398]: DEBUG cinder.api.openstack.wsgi [None req-6f1d393b-7e02-4784-815e-1e26df64a77e tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1103.942446] [55398]: DEBUG cinder.api.openstack.wsgi [None req-6f1d393b-7e02-4784-815e-1e26df64a77e tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1103.946464] [55397]: INFO cinder.volume.api [req-e262f660-6898-49b7-8aa6-8054f91bdcae req-6fde9e1f-19c4-479d-b423-8a645b899ec0 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1103.951616] [55397]: INFO cinder.api.openstack.wsgi [req-e262f660-6898-49b7-8aa6-8054f91bdcae req-6fde9e1f-19c4-479d-b423-8a645b899ec0 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc returned with HTTP 200 [ 1103.952332] [55397]: [pid: 55397|app: 0|req: 223/436] 10.180.1.21 () {62 vars in 1519 bytes} [Thu Feb 20 18:03:26 2025] GET /volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc => generated 1317 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) [ 1103.958676] [55398]: /opt/stack/data/venv/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. [ 1103.958676] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1103.964319] [55398]: INFO cinder.volume.api [None req-6f1d393b-7e02-4784-815e-1e26df64a77e tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1103.971574] [55398]: INFO cinder.api.openstack.wsgi [None req-6f1d393b-7e02-4784-815e-1e26df64a77e tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc returned with HTTP 200 [ 1103.972023] [55398]: [pid: 55398|app: 0|req: 214/437] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:26 2025] GET /volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc => generated 1136 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) [ 1104.982970] [55397]: DEBUG cinder.api.middleware.request_id [None req-dbd3d5e2-e207-4781-bf1c-650ee2ff3c5a None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1104.985143] [55397]: INFO cinder.api.openstack.wsgi [None req-dbd3d5e2-e207-4781-bf1c-650ee2ff3c5a tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc [ 1104.985407] [55397]: DEBUG cinder.api.openstack.wsgi [None req-dbd3d5e2-e207-4781-bf1c-650ee2ff3c5a tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1104.985658] [55397]: DEBUG cinder.api.openstack.wsgi [None req-dbd3d5e2-e207-4781-bf1c-650ee2ff3c5a tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1104.998504] [55397]: /opt/stack/data/venv/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. [ 1104.998504] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1105.002046] [55397]: INFO cinder.volume.api [None req-dbd3d5e2-e207-4781-bf1c-650ee2ff3c5a tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1105.006623] [55397]: INFO cinder.api.openstack.wsgi [None req-dbd3d5e2-e207-4781-bf1c-650ee2ff3c5a tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc returned with HTTP 200 [ 1105.007018] [55397]: [pid: 55397|app: 0|req: 224/438] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:27 2025] GET /volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc => generated 1136 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1105.161039] [55398]: DEBUG cinder.api.middleware.request_id [req-e262f660-6898-49b7-8aa6-8054f91bdcae req-a4605f1b-8dfd-46d6-9b3e-dbb93d5c19b4 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1105.163656] [55398]: INFO cinder.api.openstack.wsgi [req-e262f660-6898-49b7-8aa6-8054f91bdcae req-a4605f1b-8dfd-46d6-9b3e-dbb93d5c19b4 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] DELETE http://10.180.1.21/volume/v3/attachments/5c855fd7-9498-4a92-a872-1af5188fe335 [ 1105.163919] [55398]: DEBUG cinder.api.openstack.wsgi [req-e262f660-6898-49b7-8aa6-8054f91bdcae req-a4605f1b-8dfd-46d6-9b3e-dbb93d5c19b4 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1105.164280] [55398]: DEBUG cinder.api.openstack.wsgi [req-e262f660-6898-49b7-8aa6-8054f91bdcae req-a4605f1b-8dfd-46d6-9b3e-dbb93d5c19b4 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'version_select' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1105.171447] [55398]: /opt/stack/data/venv/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. [ 1105.171447] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1105.705693] [55398]: INFO cinder.api.openstack.wsgi [req-e262f660-6898-49b7-8aa6-8054f91bdcae req-a4605f1b-8dfd-46d6-9b3e-dbb93d5c19b4 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/attachments/5c855fd7-9498-4a92-a872-1af5188fe335 returned with HTTP 200 [ 1105.705899] [55398]: [pid: 55398|app: 0|req: 215/439] 10.180.1.21 () {64 vars in 1553 bytes} [Thu Feb 20 18:03:28 2025] DELETE /volume/v3/attachments/5c855fd7-9498-4a92-a872-1af5188fe335 => generated 19 bytes in 546 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1106.017154] [55397]: DEBUG cinder.api.middleware.request_id [None req-da10c8c8-17a9-4484-a3e9-d3c7b94df8ed None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1106.019355] [55397]: INFO cinder.api.openstack.wsgi [None req-da10c8c8-17a9-4484-a3e9-d3c7b94df8ed tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc [ 1106.019627] [55397]: DEBUG cinder.api.openstack.wsgi [None req-da10c8c8-17a9-4484-a3e9-d3c7b94df8ed tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1106.019881] [55397]: DEBUG cinder.api.openstack.wsgi [None req-da10c8c8-17a9-4484-a3e9-d3c7b94df8ed tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1106.030285] [55397]: /opt/stack/data/venv/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. [ 1106.030285] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1106.034246] [55397]: INFO cinder.volume.api [None req-da10c8c8-17a9-4484-a3e9-d3c7b94df8ed tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1106.039151] [55397]: INFO cinder.api.openstack.wsgi [None req-da10c8c8-17a9-4484-a3e9-d3c7b94df8ed tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc returned with HTTP 200 [ 1106.039580] [55397]: [pid: 55397|app: 0|req: 225/440] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:28 2025] GET /volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc => generated 841 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1106.180705] [55398]: DEBUG cinder.api.middleware.request_id [req-fc139c83-1d5b-4040-b4d1-de7c352945ba req-25178c4d-8777-4fc0-8f69-56861de6f92b None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1106.183664] [55398]: INFO cinder.api.openstack.wsgi [req-fc139c83-1d5b-4040-b4d1-de7c352945ba req-25178c4d-8777-4fc0-8f69-56861de6f92b tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 [ 1106.184007] [55398]: DEBUG cinder.api.openstack.wsgi [req-fc139c83-1d5b-4040-b4d1-de7c352945ba req-25178c4d-8777-4fc0-8f69-56861de6f92b tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1106.184390] [55398]: DEBUG cinder.api.openstack.wsgi [req-fc139c83-1d5b-4040-b4d1-de7c352945ba req-25178c4d-8777-4fc0-8f69-56861de6f92b tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1106.196424] [55398]: /opt/stack/data/venv/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. [ 1106.196424] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1106.199800] [55398]: INFO cinder.volume.api [req-fc139c83-1d5b-4040-b4d1-de7c352945ba req-25178c4d-8777-4fc0-8f69-56861de6f92b tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1106.204274] [55398]: INFO cinder.api.openstack.wsgi [req-fc139c83-1d5b-4040-b4d1-de7c352945ba req-25178c4d-8777-4fc0-8f69-56861de6f92b tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 returned with HTTP 200 [ 1106.204869] [55398]: [pid: 55398|app: 0|req: 216/441] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 18:03:29 2025] GET /volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 => generated 1134 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1106.223349] [55397]: DEBUG cinder.api.middleware.request_id [req-fc139c83-1d5b-4040-b4d1-de7c352945ba req-084a3fd7-1a88-4696-b189-5fe3402b8b32 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1106.226392] [55397]: INFO cinder.api.openstack.wsgi [req-fc139c83-1d5b-4040-b4d1-de7c352945ba req-084a3fd7-1a88-4696-b189-5fe3402b8b32 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] POST http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190/action [ 1106.226820] [55397]: DEBUG cinder.api.openstack.wsgi [req-fc139c83-1d5b-4040-b4d1-de7c352945ba req-084a3fd7-1a88-4696-b189-5fe3402b8b32 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Action body: b'{"os-begin_detaching": null}' {{(pid=55397) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} [ 1106.226967] [55397]: DEBUG cinder.api.openstack.wsgi [req-fc139c83-1d5b-4040-b4d1-de7c352945ba req-084a3fd7-1a88-4696-b189-5fe3402b8b32 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Action: 'action', calling method: _begin_detaching, body: {"os-begin_detaching": null} {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 1106.236921] [55397]: /opt/stack/data/venv/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. [ 1106.236921] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1106.237481] [55397]: INFO cinder.volume.api [req-fc139c83-1d5b-4040-b4d1-de7c352945ba req-084a3fd7-1a88-4696-b189-5fe3402b8b32 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1106.244138] [55397]: INFO cinder.volume.api [req-fc139c83-1d5b-4040-b4d1-de7c352945ba req-084a3fd7-1a88-4696-b189-5fe3402b8b32 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Begin detaching volume completed successfully. [ 1106.244426] [55397]: INFO cinder.api.openstack.wsgi [req-fc139c83-1d5b-4040-b4d1-de7c352945ba req-084a3fd7-1a88-4696-b189-5fe3402b8b32 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190/action returned with HTTP 202 [ 1106.245084] [55397]: [pid: 55397|app: 0|req: 226/442] 10.180.1.21 () {64 vars in 1552 bytes} [Thu Feb 20 18:03:29 2025] POST /volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190/action => generated 0 bytes in 22 msecs (HTTP/1.1 202) 7 headers in 289 bytes (1 switches on core 0) [ 1106.260190] [55398]: DEBUG cinder.api.middleware.request_id [None req-e22fde89-d772-4888-9f78-7fc4ccd62a10 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1106.262172] [55398]: INFO cinder.api.openstack.wsgi [None req-e22fde89-d772-4888-9f78-7fc4ccd62a10 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 [ 1106.262442] [55398]: DEBUG cinder.api.openstack.wsgi [None req-e22fde89-d772-4888-9f78-7fc4ccd62a10 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1106.263030] [55398]: DEBUG cinder.api.openstack.wsgi [None req-e22fde89-d772-4888-9f78-7fc4ccd62a10 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1106.274239] [55398]: /opt/stack/data/venv/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. [ 1106.274239] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1106.279690] [55398]: INFO cinder.volume.api [None req-e22fde89-d772-4888-9f78-7fc4ccd62a10 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1106.283136] [55398]: INFO cinder.api.openstack.wsgi [None req-e22fde89-d772-4888-9f78-7fc4ccd62a10 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 returned with HTTP 200 [ 1106.283588] [55398]: [pid: 55398|app: 0|req: 217/443] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:29 2025] GET /volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 => generated 1137 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1107.267486] [55397]: DEBUG cinder.api.middleware.request_id [None req-4bb387f1-7c1f-4067-814a-bb75aad6d272 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1107.267486] [55397]: INFO cinder.api.openstack.wsgi [None req-4bb387f1-7c1f-4067-814a-bb75aad6d272 None None] GET http://10.180.1.21/volume// [ 1107.267486] [55397]: DEBUG cinder.api.openstack.wsgi [None req-4bb387f1-7c1f-4067-814a-bb75aad6d272 None None] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1107.267823] [55397]: DEBUG cinder.api.openstack.wsgi [None req-4bb387f1-7c1f-4067-814a-bb75aad6d272 None None] Calling method 'all' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1107.267968] [55397]: INFO cinder.api.openstack.wsgi [None req-4bb387f1-7c1f-4067-814a-bb75aad6d272 None None] http://10.180.1.21/volume// returned with HTTP 300 [ 1107.268295] [55397]: [pid: 55397|app: 0|req: 227/444] 10.180.1.21 () {58 vars in 1306 bytes} [Thu Feb 20 18:03:30 2025] GET /volume/ => generated 386 bytes in 2 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) [ 1107.272063] [55398]: DEBUG cinder.api.middleware.request_id [req-fc139c83-1d5b-4040-b4d1-de7c352945ba req-5a47616d-a919-45a2-9cb5-c280321520b8 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1107.275226] [55398]: INFO cinder.api.openstack.wsgi [req-fc139c83-1d5b-4040-b4d1-de7c352945ba req-5a47616d-a919-45a2-9cb5-c280321520b8 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 [ 1107.275509] [55398]: DEBUG cinder.api.openstack.wsgi [req-fc139c83-1d5b-4040-b4d1-de7c352945ba req-5a47616d-a919-45a2-9cb5-c280321520b8 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1107.275734] [55398]: DEBUG cinder.api.openstack.wsgi [req-fc139c83-1d5b-4040-b4d1-de7c352945ba req-5a47616d-a919-45a2-9cb5-c280321520b8 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1107.293451] [55398]: /opt/stack/data/venv/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. [ 1107.293451] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1107.294192] [55397]: DEBUG cinder.api.middleware.request_id [None req-9c697526-d609-4feb-9ff2-05b245cde5f6 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1107.296344] [55397]: INFO cinder.api.openstack.wsgi [None req-9c697526-d609-4feb-9ff2-05b245cde5f6 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 [ 1107.296602] [55397]: DEBUG cinder.api.openstack.wsgi [None req-9c697526-d609-4feb-9ff2-05b245cde5f6 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1107.296849] [55397]: DEBUG cinder.api.openstack.wsgi [None req-9c697526-d609-4feb-9ff2-05b245cde5f6 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1107.297360] [55398]: INFO cinder.volume.api [req-fc139c83-1d5b-4040-b4d1-de7c352945ba req-5a47616d-a919-45a2-9cb5-c280321520b8 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1107.302168] [55398]: INFO cinder.api.openstack.wsgi [req-fc139c83-1d5b-4040-b4d1-de7c352945ba req-5a47616d-a919-45a2-9cb5-c280321520b8 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 returned with HTTP 200 [ 1107.302617] [55398]: [pid: 55398|app: 0|req: 218/445] 10.180.1.21 () {62 vars in 1519 bytes} [Thu Feb 20 18:03:30 2025] GET /volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 => generated 1318 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) [ 1107.307424] [55397]: /opt/stack/data/venv/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. [ 1107.307424] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1107.310958] [55397]: INFO cinder.volume.api [None req-9c697526-d609-4feb-9ff2-05b245cde5f6 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1107.315445] [55397]: INFO cinder.api.openstack.wsgi [None req-9c697526-d609-4feb-9ff2-05b245cde5f6 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 returned with HTTP 200 [ 1107.316144] [55397]: [pid: 55397|app: 0|req: 228/446] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:30 2025] GET /volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 => generated 1137 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1108.326875] [55398]: DEBUG cinder.api.middleware.request_id [None req-dd3ae593-c432-494e-8ed7-7e613ab25afd None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1108.329882] [55398]: INFO cinder.api.openstack.wsgi [None req-dd3ae593-c432-494e-8ed7-7e613ab25afd tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 [ 1108.330262] [55398]: DEBUG cinder.api.openstack.wsgi [None req-dd3ae593-c432-494e-8ed7-7e613ab25afd tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1108.330609] [55398]: DEBUG cinder.api.openstack.wsgi [None req-dd3ae593-c432-494e-8ed7-7e613ab25afd tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1108.345378] [55398]: /opt/stack/data/venv/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. [ 1108.345378] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1108.349290] [55398]: INFO cinder.volume.api [None req-dd3ae593-c432-494e-8ed7-7e613ab25afd tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1108.354064] [55398]: INFO cinder.api.openstack.wsgi [None req-dd3ae593-c432-494e-8ed7-7e613ab25afd tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 returned with HTTP 200 [ 1108.354501] [55398]: [pid: 55398|app: 0|req: 219/447] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:31 2025] GET /volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 => generated 1137 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1108.466168] [55397]: DEBUG cinder.api.middleware.request_id [req-fc139c83-1d5b-4040-b4d1-de7c352945ba req-6f0c4676-5cb2-475e-a47b-dfa99e08808d None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1108.468524] [55397]: INFO cinder.api.openstack.wsgi [req-fc139c83-1d5b-4040-b4d1-de7c352945ba req-6f0c4676-5cb2-475e-a47b-dfa99e08808d tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] DELETE http://10.180.1.21/volume/v3/attachments/cd318316-8ca2-4d57-8373-a26e66a7b530 [ 1108.468747] [55397]: DEBUG cinder.api.openstack.wsgi [req-fc139c83-1d5b-4040-b4d1-de7c352945ba req-6f0c4676-5cb2-475e-a47b-dfa99e08808d tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1108.469015] [55397]: DEBUG cinder.api.openstack.wsgi [req-fc139c83-1d5b-4040-b4d1-de7c352945ba req-6f0c4676-5cb2-475e-a47b-dfa99e08808d tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'version_select' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1108.478061] [55397]: /opt/stack/data/venv/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. [ 1108.478061] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1109.003463] [55397]: INFO cinder.api.openstack.wsgi [req-fc139c83-1d5b-4040-b4d1-de7c352945ba req-6f0c4676-5cb2-475e-a47b-dfa99e08808d tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/attachments/cd318316-8ca2-4d57-8373-a26e66a7b530 returned with HTTP 200 [ 1109.004050] [55397]: [pid: 55397|app: 0|req: 229/448] 10.180.1.21 () {64 vars in 1553 bytes} [Thu Feb 20 18:03:31 2025] DELETE /volume/v3/attachments/cd318316-8ca2-4d57-8373-a26e66a7b530 => generated 19 bytes in 538 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1109.364252] [55398]: DEBUG cinder.api.middleware.request_id [None req-bbe14e76-9ef2-479b-8007-ef63ead20f1d None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1109.366460] [55398]: INFO cinder.api.openstack.wsgi [None req-bbe14e76-9ef2-479b-8007-ef63ead20f1d tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 [ 1109.366733] [55398]: DEBUG cinder.api.openstack.wsgi [None req-bbe14e76-9ef2-479b-8007-ef63ead20f1d tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1109.366981] [55398]: DEBUG cinder.api.openstack.wsgi [None req-bbe14e76-9ef2-479b-8007-ef63ead20f1d tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1109.374436] [55398]: /opt/stack/data/venv/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. [ 1109.374436] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1109.377851] [55398]: INFO cinder.volume.api [None req-bbe14e76-9ef2-479b-8007-ef63ead20f1d tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1109.382149] [55398]: INFO cinder.api.openstack.wsgi [None req-bbe14e76-9ef2-479b-8007-ef63ead20f1d tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 returned with HTTP 200 [ 1109.382641] [55398]: [pid: 55398|app: 0|req: 220/449] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:32 2025] GET /volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 => generated 842 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1109.391567] [55397]: DEBUG cinder.api.middleware.request_id [None req-c14d8b20-eba4-4c9e-8bd0-ddd47a75f787 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1109.393675] [55397]: INFO cinder.api.openstack.wsgi [None req-c14d8b20-eba4-4c9e-8bd0-ddd47a75f787 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 [ 1109.393902] [55397]: DEBUG cinder.api.openstack.wsgi [None req-c14d8b20-eba4-4c9e-8bd0-ddd47a75f787 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1109.394134] [55397]: DEBUG cinder.api.openstack.wsgi [None req-c14d8b20-eba4-4c9e-8bd0-ddd47a75f787 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1109.401548] [55397]: /opt/stack/data/venv/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. [ 1109.401548] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1109.404801] [55397]: INFO cinder.volume.api [None req-c14d8b20-eba4-4c9e-8bd0-ddd47a75f787 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1109.408905] [55397]: INFO cinder.api.openstack.wsgi [None req-c14d8b20-eba4-4c9e-8bd0-ddd47a75f787 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 returned with HTTP 200 [ 1109.409263] [55397]: [pid: 55397|app: 0|req: 230/450] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:32 2025] GET /volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 => generated 842 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1109.650928] [55398]: DEBUG cinder.api.middleware.request_id [req-8591df8e-c073-4f58-b4a9-6a93be3007ed req-6892361a-b779-4ba7-9429-5b4d369f4666 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1109.653683] [55398]: INFO cinder.api.openstack.wsgi [req-8591df8e-c073-4f58-b4a9-6a93be3007ed req-6892361a-b779-4ba7-9429-5b4d369f4666 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] POST http://10.180.1.21/volume/v3/attachments/bd8ecd83-be9e-497a-9ef9-d3c84bdeb6a6/action [ 1109.653807] [55398]: DEBUG cinder.api.openstack.wsgi [req-8591df8e-c073-4f58-b4a9-6a93be3007ed req-6892361a-b779-4ba7-9429-5b4d369f4666 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Action body: b'{"os-complete": null}' {{(pid=55398) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} [ 1109.653949] [55398]: DEBUG cinder.api.openstack.wsgi [req-8591df8e-c073-4f58-b4a9-6a93be3007ed req-6892361a-b779-4ba7-9429-5b4d369f4666 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Action: 'action', calling method: complete, body: {"os-complete": null} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 1109.669648] [55398]: /opt/stack/data/venv/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. [ 1109.669648] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1109.679552] [55398]: INFO cinder.api.openstack.wsgi [req-8591df8e-c073-4f58-b4a9-6a93be3007ed req-6892361a-b779-4ba7-9429-5b4d369f4666 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] http://10.180.1.21/volume/v3/attachments/bd8ecd83-be9e-497a-9ef9-d3c84bdeb6a6/action returned with HTTP 204 [ 1109.680529] [55398]: [pid: 55398|app: 0|req: 221/451] 10.180.1.21 () {66 vars in 1605 bytes} [Thu Feb 20 18:03:32 2025] POST /volume/v3/attachments/bd8ecd83-be9e-497a-9ef9-d3c84bdeb6a6/action => generated 0 bytes in 30 msecs (HTTP/1.1 204) 7 headers in 292 bytes (1 switches on core 0) [ 1110.491585] [55397]: DEBUG cinder.api.middleware.request_id [None req-deed9c45-10c9-4f09-8830-a56b31cae18e None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1110.494278] [55397]: INFO cinder.api.openstack.wsgi [None req-deed9c45-10c9-4f09-8830-a56b31cae18e tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 [ 1110.494530] [55397]: DEBUG cinder.api.openstack.wsgi [None req-deed9c45-10c9-4f09-8830-a56b31cae18e tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1110.494758] [55397]: DEBUG cinder.api.openstack.wsgi [None req-deed9c45-10c9-4f09-8830-a56b31cae18e tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1110.506579] [55397]: /opt/stack/data/venv/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. [ 1110.506579] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1110.516472] [55397]: INFO cinder.volume.api [None req-deed9c45-10c9-4f09-8830-a56b31cae18e tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1110.522707] [55397]: INFO cinder.api.openstack.wsgi [None req-deed9c45-10c9-4f09-8830-a56b31cae18e tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 returned with HTTP 200 [ 1110.522824] [55397]: [pid: 55397|app: 0|req: 231/452] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:33 2025] GET /volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 => generated 842 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1110.533364] [55398]: DEBUG cinder.api.middleware.request_id [None req-15fbd586-38dd-46ce-8be0-097e9fd463b4 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1110.536563] [55398]: INFO cinder.api.openstack.wsgi [None req-15fbd586-38dd-46ce-8be0-097e9fd463b4 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc [ 1110.536787] [55398]: DEBUG cinder.api.openstack.wsgi [None req-15fbd586-38dd-46ce-8be0-097e9fd463b4 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1110.537012] [55398]: DEBUG cinder.api.openstack.wsgi [None req-15fbd586-38dd-46ce-8be0-097e9fd463b4 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1110.545350] [55398]: /opt/stack/data/venv/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. [ 1110.545350] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1110.548896] [55398]: INFO cinder.volume.api [None req-15fbd586-38dd-46ce-8be0-097e9fd463b4 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1110.553431] [55398]: INFO cinder.api.openstack.wsgi [None req-15fbd586-38dd-46ce-8be0-097e9fd463b4 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc returned with HTTP 200 [ 1110.553881] [55398]: [pid: 55398|app: 0|req: 222/453] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:33 2025] GET /volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc => generated 841 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1110.594239] [55397]: DEBUG cinder.api.middleware.request_id [None req-a3408cf3-8a1b-45f8-98bc-9503d7002c15 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1110.596561] [55397]: INFO cinder.api.openstack.wsgi [None req-a3408cf3-8a1b-45f8-98bc-9503d7002c15 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc [ 1110.596823] [55397]: DEBUG cinder.api.openstack.wsgi [None req-a3408cf3-8a1b-45f8-98bc-9503d7002c15 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1110.597076] [55397]: DEBUG cinder.api.openstack.wsgi [None req-a3408cf3-8a1b-45f8-98bc-9503d7002c15 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1110.608416] [55397]: /opt/stack/data/venv/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. [ 1110.608416] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1110.612451] [55397]: INFO cinder.volume.api [None req-a3408cf3-8a1b-45f8-98bc-9503d7002c15 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1110.617050] [55397]: INFO cinder.api.openstack.wsgi [None req-a3408cf3-8a1b-45f8-98bc-9503d7002c15 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc returned with HTTP 200 [ 1110.617475] [55397]: [pid: 55397|app: 0|req: 232/454] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:33 2025] GET /volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc => generated 841 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1114.894105] [55398]: DEBUG cinder.api.middleware.request_id [None req-766de590-aaf4-486d-ad1f-43909ba8970b None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1114.894654] [55398]: INFO cinder.api.openstack.wsgi [None req-766de590-aaf4-486d-ad1f-43909ba8970b None None] GET http://10.180.1.21/volume// [ 1114.894843] [55398]: DEBUG cinder.api.openstack.wsgi [None req-766de590-aaf4-486d-ad1f-43909ba8970b None None] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1114.895075] [55398]: DEBUG cinder.api.openstack.wsgi [None req-766de590-aaf4-486d-ad1f-43909ba8970b None None] Calling method 'all' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1114.895511] [55398]: INFO cinder.api.openstack.wsgi [None req-766de590-aaf4-486d-ad1f-43909ba8970b None None] http://10.180.1.21/volume// returned with HTTP 300 [ 1114.895829] [55398]: [pid: 55398|app: 0|req: 223/455] 10.180.1.21 () {58 vars in 1306 bytes} [Thu Feb 20 18:03:37 2025] GET /volume/ => generated 386 bytes in 2 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) [ 1114.904251] [55397]: DEBUG cinder.api.middleware.request_id [req-99cedbf3-0a36-40f6-8b01-7499b21e23d7 req-35e80f94-c20e-4bdc-a44e-b46b6c7bad4b None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1114.908768] [55397]: INFO cinder.api.openstack.wsgi [req-99cedbf3-0a36-40f6-8b01-7499b21e23d7 req-35e80f94-c20e-4bdc-a44e-b46b6c7bad4b tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] GET http://10.180.1.21/volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 [ 1114.909579] [55397]: DEBUG cinder.api.openstack.wsgi [req-99cedbf3-0a36-40f6-8b01-7499b21e23d7 req-35e80f94-c20e-4bdc-a44e-b46b6c7bad4b tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1114.909579] [55397]: DEBUG cinder.api.openstack.wsgi [req-99cedbf3-0a36-40f6-8b01-7499b21e23d7 req-35e80f94-c20e-4bdc-a44e-b46b6c7bad4b tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1114.926121] [55397]: /opt/stack/data/venv/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. [ 1114.926121] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1114.931566] [55397]: INFO cinder.volume.api [req-99cedbf3-0a36-40f6-8b01-7499b21e23d7 req-35e80f94-c20e-4bdc-a44e-b46b6c7bad4b tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Volume info retrieved successfully. [ 1114.942000] [55397]: INFO cinder.api.openstack.wsgi [req-99cedbf3-0a36-40f6-8b01-7499b21e23d7 req-35e80f94-c20e-4bdc-a44e-b46b6c7bad4b tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 returned with HTTP 200 [ 1114.942590] [55397]: [pid: 55397|app: 0|req: 233/456] 10.180.1.21 () {62 vars in 1519 bytes} [Thu Feb 20 18:03:37 2025] GET /volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 => generated 1571 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) [ 1115.111843] [55398]: DEBUG cinder.api.middleware.request_id [req-99cedbf3-0a36-40f6-8b01-7499b21e23d7 req-45b826b4-3db6-48b8-9c3b-1e41718f695b None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1115.118241] [55398]: INFO cinder.api.openstack.wsgi [req-99cedbf3-0a36-40f6-8b01-7499b21e23d7 req-45b826b4-3db6-48b8-9c3b-1e41718f695b tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] PUT http://10.180.1.21/volume/v3/attachments/94f0e19c-dc02-4acd-b907-0cf3ff7afc6d [ 1115.118241] [55398]: DEBUG cinder.api.openstack.wsgi [req-99cedbf3-0a36-40f6-8b01-7499b21e23d7 req-45b826b4-3db6-48b8-9c3b-1e41718f695b tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Action: 'update', calling method: version_select, body: {"attachment": {"connector": {"ip": "vc1.osci.c.eu-de-1.cloud.sap", "initiator": null, "host": "vc1.osci.c.eu-de-1.cloud.sap", "mountpoint": "/dev/sda"}}} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 1115.131483] [55398]: DEBUG cinder.coordination [req-99cedbf3-0a36-40f6-8b01-7499b21e23d7 req-45b826b4-3db6-48b8-9c3b-1e41718f695b tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Acquiring lock "cinder-attachment_update-bc407df1-2bc3-4054-b5d6-b4b6863f2c75-vc1.osci.c.eu-de-1.cloud.sap" by "attachment_update" {{(pid=55398) __acquire /opt/stack/cinder/cinder/coordination.py:143}} [ 1115.139325] [55398]: DEBUG cinder.coordination [req-99cedbf3-0a36-40f6-8b01-7499b21e23d7 req-45b826b4-3db6-48b8-9c3b-1e41718f695b tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Lock "cinder-attachment_update-bc407df1-2bc3-4054-b5d6-b4b6863f2c75-vc1.osci.c.eu-de-1.cloud.sap" acquired by "attachment_update" :: waited 0.008s {{(pid=55398) __acquire /opt/stack/cinder/cinder/coordination.py:146}} [ 1115.142500] [55398]: /opt/stack/data/venv/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. [ 1115.142500] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1115.637012] [55397]: DEBUG cinder.api.middleware.request_id [req-1ec95544-745f-4244-8290-be64012a93cf req-66f28110-a188-4105-bd20-60d1f0275822 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1115.639445] [55397]: INFO cinder.api.openstack.wsgi [req-1ec95544-745f-4244-8290-be64012a93cf req-66f28110-a188-4105-bd20-60d1f0275822 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] DELETE http://10.180.1.21/volume/v3/attachments/bd8ecd83-be9e-497a-9ef9-d3c84bdeb6a6 [ 1115.639685] [55397]: DEBUG cinder.api.openstack.wsgi [req-1ec95544-745f-4244-8290-be64012a93cf req-66f28110-a188-4105-bd20-60d1f0275822 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1115.639903] [55397]: DEBUG cinder.api.openstack.wsgi [req-1ec95544-745f-4244-8290-be64012a93cf req-66f28110-a188-4105-bd20-60d1f0275822 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Calling method 'version_select' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1115.647043] [55397]: /opt/stack/data/venv/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. [ 1115.647043] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1115.667835] [55398]: DEBUG cinder.coordination [req-99cedbf3-0a36-40f6-8b01-7499b21e23d7 req-45b826b4-3db6-48b8-9c3b-1e41718f695b tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Lock "cinder-attachment_update-bc407df1-2bc3-4054-b5d6-b4b6863f2c75-vc1.osci.c.eu-de-1.cloud.sap" released by "attachment_update" :: held 0.528s {{(pid=55398) __release /opt/stack/cinder/cinder/coordination.py:157}} [ 1115.668209] [55398]: INFO cinder.api.openstack.wsgi [req-99cedbf3-0a36-40f6-8b01-7499b21e23d7 req-45b826b4-3db6-48b8-9c3b-1e41718f695b tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/attachments/94f0e19c-dc02-4acd-b907-0cf3ff7afc6d returned with HTTP 200 [ 1115.668676] [55398]: [pid: 55398|app: 0|req: 224/457] 10.180.1.21 () {66 vars in 1584 bytes} [Thu Feb 20 18:03:37 2025] PUT /volume/v3/attachments/94f0e19c-dc02-4acd-b907-0cf3ff7afc6d => generated 617 bytes in 558 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1116.173687] [55397]: INFO cinder.api.openstack.wsgi [req-1ec95544-745f-4244-8290-be64012a93cf req-66f28110-a188-4105-bd20-60d1f0275822 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] http://10.180.1.21/volume/v3/attachments/bd8ecd83-be9e-497a-9ef9-d3c84bdeb6a6 returned with HTTP 200 [ 1116.175144] [55397]: [pid: 55397|app: 0|req: 234/458] 10.180.1.21 () {64 vars in 1553 bytes} [Thu Feb 20 18:03:38 2025] DELETE /volume/v3/attachments/bd8ecd83-be9e-497a-9ef9-d3c84bdeb6a6 => generated 19 bytes in 539 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1116.175384] [55398]: DEBUG cinder.api.middleware.request_id [req-99cedbf3-0a36-40f6-8b01-7499b21e23d7 req-c6fa71f4-ba3f-4979-97b3-4c41824966c3 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1116.177827] [55398]: INFO cinder.api.openstack.wsgi [req-99cedbf3-0a36-40f6-8b01-7499b21e23d7 req-c6fa71f4-ba3f-4979-97b3-4c41824966c3 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] POST http://10.180.1.21/volume/v3/attachments/94f0e19c-dc02-4acd-b907-0cf3ff7afc6d/action [ 1116.178273] [55398]: DEBUG cinder.api.openstack.wsgi [req-99cedbf3-0a36-40f6-8b01-7499b21e23d7 req-c6fa71f4-ba3f-4979-97b3-4c41824966c3 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Action body: b'{"os-complete": null}' {{(pid=55398) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} [ 1116.178410] [55398]: DEBUG cinder.api.openstack.wsgi [req-99cedbf3-0a36-40f6-8b01-7499b21e23d7 req-c6fa71f4-ba3f-4979-97b3-4c41824966c3 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Action: 'action', calling method: complete, body: {"os-complete": null} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 1116.194626] [55398]: /opt/stack/data/venv/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. [ 1116.194626] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1116.201316] [55398]: INFO cinder.api.openstack.wsgi [req-99cedbf3-0a36-40f6-8b01-7499b21e23d7 req-c6fa71f4-ba3f-4979-97b3-4c41824966c3 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/attachments/94f0e19c-dc02-4acd-b907-0cf3ff7afc6d/action returned with HTTP 204 [ 1116.201765] [55398]: [pid: 55398|app: 0|req: 225/459] 10.180.1.21 () {66 vars in 1605 bytes} [Thu Feb 20 18:03:39 2025] POST /volume/v3/attachments/94f0e19c-dc02-4acd-b907-0cf3ff7afc6d/action => generated 0 bytes in 27 msecs (HTTP/1.1 204) 7 headers in 292 bytes (1 switches on core 0) [ 1126.173097] [55397]: DEBUG dbcounter [-] [55397] Writing DB stats cinder:SELECT=286,cinder:UPDATE=36,cinder:INSERT=12 {{(pid=55397) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} [ 1126.199388] [55398]: DEBUG dbcounter [-] [55398] Writing DB stats cinder:SELECT=345,cinder:INSERT=35,cinder:UPDATE=74 {{(pid=55398) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} [ 1126.553191] [55397]: DEBUG cinder.api.middleware.request_id [None req-16186a12-4b7b-4c08-bdb7-b5b408934505 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1126.555512] [55397]: INFO cinder.api.openstack.wsgi [None req-16186a12-4b7b-4c08-bdb7-b5b408934505 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] POST http://10.180.1.21/volume/v3/volumes [ 1126.555899] [55397]: DEBUG cinder.api.openstack.wsgi [None req-16186a12-4b7b-4c08-bdb7-b5b408934505 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "display_name": "tempest-AttachVolumeNegativeTest-volume-1590018985"}} {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 1126.557566] [55397]: DEBUG cinder.api.v3.volumes [None req-16186a12-4b7b-4c08-bdb7-b5b408934505 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Create volume request body: {'volume': {'size': 1, 'display_name': 'tempest-AttachVolumeNegativeTest-volume-1590018985'}} {{(pid=55397) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} [ 1126.557707] [55397]: INFO cinder.api.v3.volumes [None req-16186a12-4b7b-4c08-bdb7-b5b408934505 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Create volume of 1 GB [ 1126.558024] [55397]: /opt/stack/data/venv/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. [ 1126.558024] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1126.563796] [55397]: INFO cinder.volume.api [None req-16186a12-4b7b-4c08-bdb7-b5b408934505 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Availability Zones retrieved successfully. [ 1126.570976] [55397]: DEBUG cinder.volume.api [None req-16186a12-4b7b-4c08-bdb7-b5b408934505 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Flow 'volume_create_api' (5b43699d-0e91-4988-9698-f5cb015adb59) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 1126.572236] [55397]: DEBUG cinder.volume.api [None req-16186a12-4b7b-4c08-bdb7-b5b408934505 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (1c9d3f9c-a389-4322-aef2-d2e8ebcd010a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1126.573334] [55397]: DEBUG cinder.volume.flows.api.create_volume [None req-16186a12-4b7b-4c08-bdb7-b5b408934505 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Validating volume size '1' using validate_int {{(pid=55397) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} [ 1126.591662] [55397]: DEBUG cinder.volume.api [None req-16186a12-4b7b-4c08-bdb7-b5b408934505 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (1c9d3f9c-a389-4322-aef2-d2e8ebcd010a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-02-20T17:52:11Z,deleted=False,deleted_at=None,description=None,extra_specs={volume_backend_name='vsphere'},id=d5fd08cf-4175-412e-a261-cecd156def0d,is_public=True,name='vsphere',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'd5fd08cf-4175-412e-a261-cecd156def0d', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1126.592644] [55397]: DEBUG cinder.volume.api [None req-16186a12-4b7b-4c08-bdb7-b5b408934505 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (de0a5749-06b4-4ead-81e5-900eef417074) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1126.624141] [55397]: DEBUG cinder.quota [None req-16186a12-4b7b-4c08-bdb7-b5b408934505 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Created reservations ['56612456-fa45-4668-9e78-81770d98e61f', 'a70bf87c-bb86-4f94-bf07-c10ec0fc8655', '371c6a0d-834c-41c6-8ffd-4b1d74bd7f9b', '48517133-81a6-409a-b166-87662e32a8f6'] {{(pid=55397) reserve /opt/stack/cinder/cinder/quota.py:752}} [ 1126.625210] [55397]: DEBUG cinder.volume.api [None req-16186a12-4b7b-4c08-bdb7-b5b408934505 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (de0a5749-06b4-4ead-81e5-900eef417074) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['56612456-fa45-4668-9e78-81770d98e61f', 'a70bf87c-bb86-4f94-bf07-c10ec0fc8655', '371c6a0d-834c-41c6-8ffd-4b1d74bd7f9b', '48517133-81a6-409a-b166-87662e32a8f6']}' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1126.626229] [55397]: DEBUG cinder.volume.api [None req-16186a12-4b7b-4c08-bdb7-b5b408934505 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (4d0d743b-1678-42a3-a98e-9a93c95cef8e) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1126.642687] [55397]: DEBUG cinder.volume.api [None req-16186a12-4b7b-4c08-bdb7-b5b408934505 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (4d0d743b-1678-42a3-a98e-9a93c95cef8e) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'a3edae11-41bd-48cc-9a17-b3d918c822c4', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-AttachVolumeNegativeTest-volume-1590018985',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='68de7445caeb4381b9e68c685ccb5e0b',qos_specs=None,replication_status=,reservations=['56612456-fa45-4668-9e78-81770d98e61f','a70bf87c-bb86-4f94-bf07-c10ec0fc8655','371c6a0d-834c-41c6-8ffd-4b1d74bd7f9b','48517133-81a6-409a-b166-87662e32a8f6'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='54076b7d25474185b3f205437cb68be8',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d), 'volume': Volume(_name_id=None,admin_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-02-20T18:03:49Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-AttachVolumeNegativeTest-volume-1590018985',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=a3edae11-41bd-48cc-9a17-b3d918c822c4,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='68de7445caeb4381b9e68c685ccb5e0b',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='54076b7d25474185b3f205437cb68be8',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(d5fd08cf-4175-412e-a261-cecd156def0d),volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1126.643102] [55397]: DEBUG cinder.volume.api [None req-16186a12-4b7b-4c08-bdb7-b5b408934505 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (d2283b2c-37ac-48da-9a52-019232710752) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1126.656140] [55397]: DEBUG cinder.volume.api [None req-16186a12-4b7b-4c08-bdb7-b5b408934505 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (d2283b2c-37ac-48da-9a52-019232710752) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-AttachVolumeNegativeTest-volume-1590018985',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='68de7445caeb4381b9e68c685ccb5e0b',qos_specs=None,replication_status=,reservations=['56612456-fa45-4668-9e78-81770d98e61f','a70bf87c-bb86-4f94-bf07-c10ec0fc8655','371c6a0d-834c-41c6-8ffd-4b1d74bd7f9b','48517133-81a6-409a-b166-87662e32a8f6'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='54076b7d25474185b3f205437cb68be8',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1126.657037] [55397]: DEBUG cinder.volume.api [None req-16186a12-4b7b-4c08-bdb7-b5b408934505 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (cfa59afb-744b-4401-b90f-70afd9394a00) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1126.667979] [55397]: DEBUG cinder.volume.api [None req-16186a12-4b7b-4c08-bdb7-b5b408934505 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (cfa59afb-744b-4401-b90f-70afd9394a00) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1126.669102] [55397]: DEBUG cinder.volume.api [None req-16186a12-4b7b-4c08-bdb7-b5b408934505 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Flow 'volume_create_api' (5b43699d-0e91-4988-9698-f5cb015adb59) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=55397) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 1126.669484] [55397]: INFO cinder.volume.api [None req-16186a12-4b7b-4c08-bdb7-b5b408934505 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Create volume request issued successfully. [ 1126.670171] [55397]: INFO cinder.api.openstack.wsgi [None req-16186a12-4b7b-4c08-bdb7-b5b408934505 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes returned with HTTP 202 [ 1126.670630] [55397]: [pid: 55397|app: 0|req: 235/460] 10.180.1.21 () {60 vars in 1135 bytes} [Thu Feb 20 18:03:49 2025] POST /volume/v3/volumes => generated 754 bytes in 118 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) [ 1126.679514] [55398]: DEBUG cinder.api.middleware.request_id [None req-9413e2ad-9841-4c57-bcb0-4adf53898897 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1126.681621] [55398]: INFO cinder.api.openstack.wsgi [None req-9413e2ad-9841-4c57-bcb0-4adf53898897 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 [ 1126.681895] [55398]: DEBUG cinder.api.openstack.wsgi [None req-9413e2ad-9841-4c57-bcb0-4adf53898897 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1126.682140] [55398]: DEBUG cinder.api.openstack.wsgi [None req-9413e2ad-9841-4c57-bcb0-4adf53898897 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1126.690126] [55398]: /opt/stack/data/venv/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. [ 1126.690126] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1126.694399] [55398]: INFO cinder.volume.api [None req-9413e2ad-9841-4c57-bcb0-4adf53898897 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1126.699236] [55398]: INFO cinder.api.openstack.wsgi [None req-9413e2ad-9841-4c57-bcb0-4adf53898897 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 returned with HTTP 200 [ 1126.699751] [55398]: [pid: 55398|app: 0|req: 226/461] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:49 2025] GET /volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 => generated 822 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1127.710513] [55397]: DEBUG cinder.api.middleware.request_id [None req-1bdfdc98-e3c8-45f5-b8ad-24b7a340301c None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1127.712890] [55397]: INFO cinder.api.openstack.wsgi [None req-1bdfdc98-e3c8-45f5-b8ad-24b7a340301c tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 [ 1127.713185] [55397]: DEBUG cinder.api.openstack.wsgi [None req-1bdfdc98-e3c8-45f5-b8ad-24b7a340301c tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1127.713415] [55397]: DEBUG cinder.api.openstack.wsgi [None req-1bdfdc98-e3c8-45f5-b8ad-24b7a340301c tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1127.725681] [55397]: /opt/stack/data/venv/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. [ 1127.725681] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1127.729872] [55397]: INFO cinder.volume.api [None req-1bdfdc98-e3c8-45f5-b8ad-24b7a340301c tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1127.734926] [55397]: INFO cinder.api.openstack.wsgi [None req-1bdfdc98-e3c8-45f5-b8ad-24b7a340301c tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 returned with HTTP 200 [ 1127.735366] [55397]: [pid: 55397|app: 0|req: 236/462] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:50 2025] GET /volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 => generated 847 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1127.776573] [55398]: DEBUG cinder.api.middleware.request_id [req-9aceeeef-96bb-4ae1-89d6-443af598b240 req-1fc03ba8-345f-47c5-af53-ed8e1601f8e0 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1127.778759] [55398]: INFO cinder.api.openstack.wsgi [req-9aceeeef-96bb-4ae1-89d6-443af598b240 req-1fc03ba8-345f-47c5-af53-ed8e1601f8e0 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 [ 1127.779179] [55398]: DEBUG cinder.api.openstack.wsgi [req-9aceeeef-96bb-4ae1-89d6-443af598b240 req-1fc03ba8-345f-47c5-af53-ed8e1601f8e0 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1127.779507] [55398]: DEBUG cinder.api.openstack.wsgi [req-9aceeeef-96bb-4ae1-89d6-443af598b240 req-1fc03ba8-345f-47c5-af53-ed8e1601f8e0 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1127.788039] [55398]: /opt/stack/data/venv/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. [ 1127.788039] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1127.791496] [55398]: INFO cinder.volume.api [req-9aceeeef-96bb-4ae1-89d6-443af598b240 req-1fc03ba8-345f-47c5-af53-ed8e1601f8e0 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1127.796678] [55398]: INFO cinder.api.openstack.wsgi [req-9aceeeef-96bb-4ae1-89d6-443af598b240 req-1fc03ba8-345f-47c5-af53-ed8e1601f8e0 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 returned with HTTP 200 [ 1127.797188] [55398]: [pid: 55398|app: 0|req: 227/463] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 18:03:50 2025] GET /volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 => generated 847 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1129.316799] [55397]: DEBUG cinder.api.middleware.request_id [None req-79bc0548-5451-40b3-bb45-f3f9a21f50fd None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1129.317253] [55397]: INFO cinder.api.openstack.wsgi [None req-79bc0548-5451-40b3-bb45-f3f9a21f50fd None None] GET http://10.180.1.21/volume// [ 1129.317432] [55397]: DEBUG cinder.api.openstack.wsgi [None req-79bc0548-5451-40b3-bb45-f3f9a21f50fd None None] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1129.317650] [55397]: DEBUG cinder.api.openstack.wsgi [None req-79bc0548-5451-40b3-bb45-f3f9a21f50fd None None] Calling method 'all' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1129.318063] [55397]: INFO cinder.api.openstack.wsgi [None req-79bc0548-5451-40b3-bb45-f3f9a21f50fd None None] http://10.180.1.21/volume// returned with HTTP 300 [ 1129.318508] [55397]: [pid: 55397|app: 0|req: 237/464] 10.180.1.21 () {58 vars in 1299 bytes} [Thu Feb 20 18:03:52 2025] GET /volume/ => generated 386 bytes in 2 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) [ 1129.322231] [55398]: DEBUG cinder.api.middleware.request_id [req-9aceeeef-96bb-4ae1-89d6-443af598b240 req-6875cddb-fea6-437c-aaa5-3098ffdbe4f8 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1129.324565] [55398]: INFO cinder.api.openstack.wsgi [req-9aceeeef-96bb-4ae1-89d6-443af598b240 req-6875cddb-fea6-437c-aaa5-3098ffdbe4f8 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] POST http://10.180.1.21/volume/v3/attachments [ 1129.324982] [55398]: DEBUG cinder.api.openstack.wsgi [req-9aceeeef-96bb-4ae1-89d6-443af598b240 req-6875cddb-fea6-437c-aaa5-3098ffdbe4f8 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Action: 'create', calling method: version_select, body: {"attachment": {"volume_uuid": "a3edae11-41bd-48cc-9a17-b3d918c822c4", "connector": null, "instance_uuid": "6865f832-d409-4b9b-8b6c-33b0bf07d2b2"}} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 1129.337218] [55398]: /opt/stack/data/venv/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. [ 1129.337218] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1129.360260] [55398]: INFO cinder.api.openstack.wsgi [req-9aceeeef-96bb-4ae1-89d6-443af598b240 req-6875cddb-fea6-437c-aaa5-3098ffdbe4f8 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/attachments returned with HTTP 200 [ 1129.361033] [55398]: [pid: 55398|app: 0|req: 228/465] 10.180.1.21 () {66 vars in 1474 bytes} [Thu Feb 20 18:03:52 2025] POST /volume/v3/attachments => generated 273 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1129.383636] [55397]: DEBUG cinder.api.middleware.request_id [None req-ff43c0c6-bfe9-432d-9ab9-840cec798458 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1129.394861] [55397]: INFO cinder.api.openstack.wsgi [None req-ff43c0c6-bfe9-432d-9ab9-840cec798458 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 [ 1129.395087] [55397]: DEBUG cinder.api.openstack.wsgi [None req-ff43c0c6-bfe9-432d-9ab9-840cec798458 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1129.396045] [55397]: DEBUG cinder.api.openstack.wsgi [None req-ff43c0c6-bfe9-432d-9ab9-840cec798458 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1129.417236] [55397]: /opt/stack/data/venv/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. [ 1129.417236] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1129.420596] [55397]: INFO cinder.volume.api [None req-ff43c0c6-bfe9-432d-9ab9-840cec798458 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1129.426087] [55397]: INFO cinder.api.openstack.wsgi [None req-ff43c0c6-bfe9-432d-9ab9-840cec798458 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 returned with HTTP 200 [ 1129.426646] [55397]: [pid: 55397|app: 0|req: 238/466] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:52 2025] GET /volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 => generated 846 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1129.902113] [55398]: DEBUG cinder.api.middleware.request_id [None req-ed8f9e37-81a8-4ebc-9743-adf481d75f1c None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1129.902599] [55398]: INFO cinder.api.openstack.wsgi [None req-ed8f9e37-81a8-4ebc-9743-adf481d75f1c None None] GET http://10.180.1.21/volume// [ 1129.902785] [55398]: DEBUG cinder.api.openstack.wsgi [None req-ed8f9e37-81a8-4ebc-9743-adf481d75f1c None None] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1129.902998] [55398]: DEBUG cinder.api.openstack.wsgi [None req-ed8f9e37-81a8-4ebc-9743-adf481d75f1c None None] Calling method 'all' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1129.903396] [55398]: INFO cinder.api.openstack.wsgi [None req-ed8f9e37-81a8-4ebc-9743-adf481d75f1c None None] http://10.180.1.21/volume// returned with HTTP 300 [ 1129.903713] [55398]: [pid: 55398|app: 0|req: 229/467] 10.180.1.21 () {58 vars in 1306 bytes} [Thu Feb 20 18:03:52 2025] GET /volume/ => generated 386 bytes in 2 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) [ 1129.910372] [55397]: DEBUG cinder.api.middleware.request_id [req-9aceeeef-96bb-4ae1-89d6-443af598b240 req-0058e4fd-6130-46e5-b7d0-88b2847b8625 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1129.913835] [55397]: INFO cinder.api.openstack.wsgi [req-9aceeeef-96bb-4ae1-89d6-443af598b240 req-0058e4fd-6130-46e5-b7d0-88b2847b8625 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 [ 1129.913835] [55397]: DEBUG cinder.api.openstack.wsgi [req-9aceeeef-96bb-4ae1-89d6-443af598b240 req-0058e4fd-6130-46e5-b7d0-88b2847b8625 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1129.913835] [55397]: DEBUG cinder.api.openstack.wsgi [req-9aceeeef-96bb-4ae1-89d6-443af598b240 req-0058e4fd-6130-46e5-b7d0-88b2847b8625 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1129.926134] [55397]: /opt/stack/data/venv/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. [ 1129.926134] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1129.929486] [55397]: INFO cinder.volume.api [req-9aceeeef-96bb-4ae1-89d6-443af598b240 req-0058e4fd-6130-46e5-b7d0-88b2847b8625 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1129.935433] [55397]: INFO cinder.api.openstack.wsgi [req-9aceeeef-96bb-4ae1-89d6-443af598b240 req-0058e4fd-6130-46e5-b7d0-88b2847b8625 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 returned with HTTP 200 [ 1129.936032] [55397]: [pid: 55397|app: 0|req: 239/468] 10.180.1.21 () {62 vars in 1519 bytes} [Thu Feb 20 18:03:52 2025] GET /volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 => generated 1027 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) [ 1129.963873] [55398]: DEBUG cinder.api.middleware.request_id [req-9aceeeef-96bb-4ae1-89d6-443af598b240 req-615c4147-72ee-480c-9c4e-e8d9731375e5 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1129.966539] [55398]: INFO cinder.api.openstack.wsgi [req-9aceeeef-96bb-4ae1-89d6-443af598b240 req-615c4147-72ee-480c-9c4e-e8d9731375e5 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] PUT http://10.180.1.21/volume/v3/attachments/75f212b5-bf0e-4b5c-bb23-95506f098b8a [ 1129.967156] [55398]: DEBUG cinder.api.openstack.wsgi [req-9aceeeef-96bb-4ae1-89d6-443af598b240 req-615c4147-72ee-480c-9c4e-e8d9731375e5 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Action: 'update', calling method: version_select, body: {"attachment": {"connector": {"ip": "vc1.osci.c.eu-de-1.cloud.sap", "initiator": null, "host": "vc1.osci.c.eu-de-1.cloud.sap", "instance": "vm-550872", "mountpoint": "/dev/sdb"}}} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 1129.976449] [55398]: DEBUG cinder.coordination [req-9aceeeef-96bb-4ae1-89d6-443af598b240 req-615c4147-72ee-480c-9c4e-e8d9731375e5 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Acquiring lock "cinder-attachment_update-a3edae11-41bd-48cc-9a17-b3d918c822c4-vc1.osci.c.eu-de-1.cloud.sap" by "attachment_update" {{(pid=55398) __acquire /opt/stack/cinder/cinder/coordination.py:143}} [ 1129.981018] [55398]: DEBUG cinder.coordination [req-9aceeeef-96bb-4ae1-89d6-443af598b240 req-615c4147-72ee-480c-9c4e-e8d9731375e5 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Lock "cinder-attachment_update-a3edae11-41bd-48cc-9a17-b3d918c822c4-vc1.osci.c.eu-de-1.cloud.sap" acquired by "attachment_update" :: waited 0.005s {{(pid=55398) __acquire /opt/stack/cinder/cinder/coordination.py:146}} [ 1129.982152] [55398]: /opt/stack/data/venv/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. [ 1129.982152] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1130.152821] [55397]: DEBUG cinder.api.middleware.request_id [None req-49800949-db00-48c4-aeae-b7d93eb1a4bb None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1130.156564] [55397]: INFO cinder.api.openstack.wsgi [None req-49800949-db00-48c4-aeae-b7d93eb1a4bb tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] DELETE http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 [ 1130.157221] [55397]: DEBUG cinder.api.openstack.wsgi [None req-49800949-db00-48c4-aeae-b7d93eb1a4bb tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1130.157543] [55397]: DEBUG cinder.api.openstack.wsgi [None req-49800949-db00-48c4-aeae-b7d93eb1a4bb tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'delete' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1130.157942] [55397]: INFO cinder.api.v3.volumes [None req-49800949-db00-48c4-aeae-b7d93eb1a4bb tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Delete volume with id: 8a20dc5f-0351-4017-9a2d-4311f8616190 [ 1130.171448] [55397]: /opt/stack/data/venv/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. [ 1130.171448] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1130.173037] [55397]: INFO cinder.volume.api [None req-49800949-db00-48c4-aeae-b7d93eb1a4bb tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1130.200970] [55397]: INFO cinder.volume.api [None req-49800949-db00-48c4-aeae-b7d93eb1a4bb tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Delete volume request issued successfully. [ 1130.201357] [55397]: INFO cinder.api.openstack.wsgi [None req-49800949-db00-48c4-aeae-b7d93eb1a4bb tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 returned with HTTP 202 [ 1130.201957] [55397]: [pid: 55397|app: 0|req: 240/469] 10.180.1.21 () {58 vars in 1228 bytes} [Thu Feb 20 18:03:53 2025] DELETE /volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 => generated 0 bytes in 50 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) [ 1130.205484] [55397]: DEBUG cinder.api.middleware.request_id [None req-d8300bc6-96d9-4d57-84db-b1c2834dd5a7 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1130.208219] [55397]: INFO cinder.api.openstack.wsgi [None req-d8300bc6-96d9-4d57-84db-b1c2834dd5a7 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 [ 1130.208541] [55397]: DEBUG cinder.api.openstack.wsgi [None req-d8300bc6-96d9-4d57-84db-b1c2834dd5a7 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1130.208833] [55397]: DEBUG cinder.api.openstack.wsgi [None req-d8300bc6-96d9-4d57-84db-b1c2834dd5a7 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1130.220843] [55397]: /opt/stack/data/venv/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. [ 1130.220843] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1130.226640] [55397]: INFO cinder.volume.api [None req-d8300bc6-96d9-4d57-84db-b1c2834dd5a7 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1130.233627] [55397]: INFO cinder.api.openstack.wsgi [None req-d8300bc6-96d9-4d57-84db-b1c2834dd5a7 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 returned with HTTP 200 [ 1130.234124] [55397]: [pid: 55397|app: 0|req: 241/470] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:53 2025] GET /volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 => generated 841 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) [ 1130.438792] [55397]: DEBUG cinder.api.middleware.request_id [None req-d0bad3f4-3a7a-48a0-b972-0d41bb5e0957 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1130.441972] [55397]: INFO cinder.api.openstack.wsgi [None req-d0bad3f4-3a7a-48a0-b972-0d41bb5e0957 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 [ 1130.442187] [55397]: DEBUG cinder.api.openstack.wsgi [None req-d0bad3f4-3a7a-48a0-b972-0d41bb5e0957 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1130.443049] [55397]: DEBUG cinder.api.openstack.wsgi [None req-d0bad3f4-3a7a-48a0-b972-0d41bb5e0957 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1130.457169] [55397]: /opt/stack/data/venv/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. [ 1130.457169] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1130.462870] [55397]: INFO cinder.volume.api [None req-d0bad3f4-3a7a-48a0-b972-0d41bb5e0957 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1130.468904] [55397]: INFO cinder.api.openstack.wsgi [None req-d0bad3f4-3a7a-48a0-b972-0d41bb5e0957 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 returned with HTTP 200 [ 1130.469326] [55397]: [pid: 55397|app: 0|req: 242/471] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:53 2025] GET /volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 => generated 846 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1131.244765] [55397]: DEBUG cinder.api.middleware.request_id [None req-a0fa84e8-42f2-4615-ab2b-5310ba624f10 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1131.246930] [55397]: INFO cinder.api.openstack.wsgi [None req-a0fa84e8-42f2-4615-ab2b-5310ba624f10 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 [ 1131.247164] [55397]: DEBUG cinder.api.openstack.wsgi [None req-a0fa84e8-42f2-4615-ab2b-5310ba624f10 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1131.247377] [55397]: DEBUG cinder.api.openstack.wsgi [None req-a0fa84e8-42f2-4615-ab2b-5310ba624f10 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1131.259297] [55397]: /opt/stack/data/venv/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. [ 1131.259297] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1131.262993] [55397]: INFO cinder.volume.api [None req-a0fa84e8-42f2-4615-ab2b-5310ba624f10 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1131.267477] [55397]: INFO cinder.api.openstack.wsgi [None req-a0fa84e8-42f2-4615-ab2b-5310ba624f10 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 returned with HTTP 200 [ 1131.267850] [55397]: [pid: 55397|app: 0|req: 243/472] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:54 2025] GET /volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 => generated 841 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1131.479534] [55397]: DEBUG cinder.api.middleware.request_id [None req-58715bea-aa9f-4ada-a2bb-2d48fdad0aae None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1131.481881] [55397]: INFO cinder.api.openstack.wsgi [None req-58715bea-aa9f-4ada-a2bb-2d48fdad0aae tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 [ 1131.482156] [55397]: DEBUG cinder.api.openstack.wsgi [None req-58715bea-aa9f-4ada-a2bb-2d48fdad0aae tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1131.482421] [55397]: DEBUG cinder.api.openstack.wsgi [None req-58715bea-aa9f-4ada-a2bb-2d48fdad0aae tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1131.494588] [55397]: /opt/stack/data/venv/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. [ 1131.494588] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1131.498247] [55397]: INFO cinder.volume.api [None req-58715bea-aa9f-4ada-a2bb-2d48fdad0aae tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1131.503270] [55397]: INFO cinder.api.openstack.wsgi [None req-58715bea-aa9f-4ada-a2bb-2d48fdad0aae tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 returned with HTTP 200 [ 1131.503709] [55397]: [pid: 55397|app: 0|req: 244/473] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:54 2025] GET /volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 => generated 846 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1131.588028] [55397]: DEBUG cinder.api.middleware.request_id [None req-3bfafc2a-8364-4dcb-a3ce-241d91b74ccb None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1131.590122] [55397]: INFO cinder.api.openstack.wsgi [None req-3bfafc2a-8364-4dcb-a3ce-241d91b74ccb tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] GET http://10.180.1.21/volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 [ 1131.590398] [55397]: DEBUG cinder.api.openstack.wsgi [None req-3bfafc2a-8364-4dcb-a3ce-241d91b74ccb tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1131.590658] [55397]: DEBUG cinder.api.openstack.wsgi [None req-3bfafc2a-8364-4dcb-a3ce-241d91b74ccb tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1131.602195] [55397]: /opt/stack/data/venv/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. [ 1131.602195] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1131.605968] [55397]: INFO cinder.volume.api [None req-3bfafc2a-8364-4dcb-a3ce-241d91b74ccb tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Volume info retrieved successfully. [ 1131.611194] [55397]: INFO cinder.api.openstack.wsgi [None req-3bfafc2a-8364-4dcb-a3ce-241d91b74ccb tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] http://10.180.1.21/volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 returned with HTTP 200 [ 1131.611577] [55397]: [pid: 55397|app: 0|req: 245/474] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:54 2025] GET /volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 => generated 845 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1131.644902] [55397]: DEBUG cinder.api.middleware.request_id [None req-6aee55bb-07e5-464c-bb08-6a4ed23dbbc5 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1131.646973] [55397]: INFO cinder.api.openstack.wsgi [None req-6aee55bb-07e5-464c-bb08-6a4ed23dbbc5 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] GET http://10.180.1.21/volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 [ 1131.647235] [55397]: DEBUG cinder.api.openstack.wsgi [None req-6aee55bb-07e5-464c-bb08-6a4ed23dbbc5 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1131.647478] [55397]: DEBUG cinder.api.openstack.wsgi [None req-6aee55bb-07e5-464c-bb08-6a4ed23dbbc5 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1131.655108] [55397]: /opt/stack/data/venv/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. [ 1131.655108] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1131.658677] [55397]: INFO cinder.volume.api [None req-6aee55bb-07e5-464c-bb08-6a4ed23dbbc5 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Volume info retrieved successfully. [ 1131.663585] [55397]: INFO cinder.api.openstack.wsgi [None req-6aee55bb-07e5-464c-bb08-6a4ed23dbbc5 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] http://10.180.1.21/volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 returned with HTTP 200 [ 1131.664087] [55397]: [pid: 55397|app: 0|req: 246/475] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:54 2025] GET /volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 => generated 845 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) [ 1132.278428] [55397]: DEBUG cinder.api.middleware.request_id [None req-46d81fed-4d21-4288-84fb-918325d1dfd2 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1132.280754] [55397]: INFO cinder.api.openstack.wsgi [None req-46d81fed-4d21-4288-84fb-918325d1dfd2 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 [ 1132.280975] [55397]: DEBUG cinder.api.openstack.wsgi [None req-46d81fed-4d21-4288-84fb-918325d1dfd2 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1132.281202] [55397]: DEBUG cinder.api.openstack.wsgi [None req-46d81fed-4d21-4288-84fb-918325d1dfd2 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1132.289949] [55397]: /opt/stack/data/venv/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. [ 1132.289949] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1132.293967] [55397]: INFO cinder.volume.api [None req-46d81fed-4d21-4288-84fb-918325d1dfd2 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1132.298375] [55397]: INFO cinder.api.openstack.wsgi [None req-46d81fed-4d21-4288-84fb-918325d1dfd2 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 returned with HTTP 200 [ 1132.298749] [55397]: [pid: 55397|app: 0|req: 247/476] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:55 2025] GET /volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 => generated 841 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1132.514007] [55397]: DEBUG cinder.api.middleware.request_id [None req-123acf03-4230-4f81-856d-366aabcc74d1 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1132.516218] [55397]: INFO cinder.api.openstack.wsgi [None req-123acf03-4230-4f81-856d-366aabcc74d1 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 [ 1132.516436] [55397]: DEBUG cinder.api.openstack.wsgi [None req-123acf03-4230-4f81-856d-366aabcc74d1 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1132.516672] [55397]: DEBUG cinder.api.openstack.wsgi [None req-123acf03-4230-4f81-856d-366aabcc74d1 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1132.526650] [55397]: /opt/stack/data/venv/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. [ 1132.526650] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1132.529649] [55397]: INFO cinder.volume.api [None req-123acf03-4230-4f81-856d-366aabcc74d1 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1132.533698] [55397]: INFO cinder.api.openstack.wsgi [None req-123acf03-4230-4f81-856d-366aabcc74d1 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 returned with HTTP 200 [ 1132.534071] [55397]: [pid: 55397|app: 0|req: 248/477] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:55 2025] GET /volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 => generated 846 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) [ 1133.309421] [55397]: DEBUG cinder.api.middleware.request_id [None req-9b108fac-487f-415c-bfe9-d93b91b29fbc None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1133.311569] [55397]: INFO cinder.api.openstack.wsgi [None req-9b108fac-487f-415c-bfe9-d93b91b29fbc tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 [ 1133.311830] [55397]: DEBUG cinder.api.openstack.wsgi [None req-9b108fac-487f-415c-bfe9-d93b91b29fbc tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1133.312110] [55397]: DEBUG cinder.api.openstack.wsgi [None req-9b108fac-487f-415c-bfe9-d93b91b29fbc tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1133.318868] [55397]: INFO cinder.api.openstack.wsgi [None req-9b108fac-487f-415c-bfe9-d93b91b29fbc tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 returned with HTTP 404 [ 1133.319358] [55397]: [pid: 55397|app: 0|req: 249/478] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:56 2025] GET /volume/v3/volumes/8a20dc5f-0351-4017-9a2d-4311f8616190 => generated 109 bytes in 10 msecs (HTTP/1.1 404) 7 headers in 292 bytes (2 switches on core 0) [ 1133.322045] [55397]: DEBUG cinder.api.middleware.request_id [None req-a0f48376-d902-4fe8-b195-458ba0397593 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1133.323898] [55397]: INFO cinder.api.openstack.wsgi [None req-a0f48376-d902-4fe8-b195-458ba0397593 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] DELETE http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc [ 1133.324115] [55397]: DEBUG cinder.api.openstack.wsgi [None req-a0f48376-d902-4fe8-b195-458ba0397593 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1133.324349] [55397]: DEBUG cinder.api.openstack.wsgi [None req-a0f48376-d902-4fe8-b195-458ba0397593 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'delete' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1133.324535] [55397]: INFO cinder.api.v3.volumes [None req-a0f48376-d902-4fe8-b195-458ba0397593 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Delete volume with id: 79c32ea7-4ed7-4f3a-9a4d-e052462647fc [ 1133.334623] [55397]: /opt/stack/data/venv/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. [ 1133.334623] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1133.335187] [55397]: INFO cinder.volume.api [None req-a0f48376-d902-4fe8-b195-458ba0397593 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1133.351905] [55397]: INFO cinder.volume.api [None req-a0f48376-d902-4fe8-b195-458ba0397593 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Delete volume request issued successfully. [ 1133.352109] [55397]: INFO cinder.api.openstack.wsgi [None req-a0f48376-d902-4fe8-b195-458ba0397593 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc returned with HTTP 202 [ 1133.352552] [55397]: [pid: 55397|app: 0|req: 250/479] 10.180.1.21 () {58 vars in 1228 bytes} [Thu Feb 20 18:03:56 2025] DELETE /volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc => generated 0 bytes in 31 msecs (HTTP/1.1 202) 6 headers in 233 bytes (2 switches on core 0) [ 1133.355715] [55397]: DEBUG cinder.api.middleware.request_id [None req-199b012e-e3c3-42c1-a78e-7dade3c08fce None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1133.357619] [55397]: INFO cinder.api.openstack.wsgi [None req-199b012e-e3c3-42c1-a78e-7dade3c08fce tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc [ 1133.357835] [55397]: DEBUG cinder.api.openstack.wsgi [None req-199b012e-e3c3-42c1-a78e-7dade3c08fce tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1133.358060] [55397]: DEBUG cinder.api.openstack.wsgi [None req-199b012e-e3c3-42c1-a78e-7dade3c08fce tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1133.366254] [55397]: /opt/stack/data/venv/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. [ 1133.366254] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1133.370011] [55397]: INFO cinder.volume.api [None req-199b012e-e3c3-42c1-a78e-7dade3c08fce tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1133.374578] [55397]: INFO cinder.api.openstack.wsgi [None req-199b012e-e3c3-42c1-a78e-7dade3c08fce tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc returned with HTTP 200 [ 1133.374943] [55397]: [pid: 55397|app: 0|req: 251/480] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:56 2025] GET /volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc => generated 840 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1133.544600] [55397]: DEBUG cinder.api.middleware.request_id [None req-b0a1ae34-84ec-4c5a-80f9-6d4498950d1d None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1133.546799] [55397]: INFO cinder.api.openstack.wsgi [None req-b0a1ae34-84ec-4c5a-80f9-6d4498950d1d tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 [ 1133.546978] [55397]: DEBUG cinder.api.openstack.wsgi [None req-b0a1ae34-84ec-4c5a-80f9-6d4498950d1d tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1133.547214] [55397]: DEBUG cinder.api.openstack.wsgi [None req-b0a1ae34-84ec-4c5a-80f9-6d4498950d1d tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1133.557352] [55397]: /opt/stack/data/venv/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. [ 1133.557352] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1133.561018] [55397]: INFO cinder.volume.api [None req-b0a1ae34-84ec-4c5a-80f9-6d4498950d1d tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1133.564850] [55397]: INFO cinder.api.openstack.wsgi [None req-b0a1ae34-84ec-4c5a-80f9-6d4498950d1d tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 returned with HTTP 200 [ 1133.565242] [55397]: [pid: 55397|app: 0|req: 252/481] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:56 2025] GET /volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 => generated 846 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1134.385221] [55397]: DEBUG cinder.api.middleware.request_id [None req-4e1c7b62-c82e-44ef-9f64-471cb12faf85 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1134.387294] [55397]: INFO cinder.api.openstack.wsgi [None req-4e1c7b62-c82e-44ef-9f64-471cb12faf85 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc [ 1134.387511] [55397]: DEBUG cinder.api.openstack.wsgi [None req-4e1c7b62-c82e-44ef-9f64-471cb12faf85 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1134.387720] [55397]: DEBUG cinder.api.openstack.wsgi [None req-4e1c7b62-c82e-44ef-9f64-471cb12faf85 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1134.396149] [55397]: /opt/stack/data/venv/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. [ 1134.396149] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1134.398464] [55397]: INFO cinder.volume.api [None req-4e1c7b62-c82e-44ef-9f64-471cb12faf85 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1134.403050] [55397]: INFO cinder.api.openstack.wsgi [None req-4e1c7b62-c82e-44ef-9f64-471cb12faf85 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc returned with HTTP 200 [ 1134.403429] [55397]: [pid: 55397|app: 0|req: 253/482] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:57 2025] GET /volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc => generated 840 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1134.511922] [55398]: DEBUG cinder.coordination [req-9aceeeef-96bb-4ae1-89d6-443af598b240 req-615c4147-72ee-480c-9c4e-e8d9731375e5 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Lock "cinder-attachment_update-a3edae11-41bd-48cc-9a17-b3d918c822c4-vc1.osci.c.eu-de-1.cloud.sap" released by "attachment_update" :: held 4.531s {{(pid=55398) __release /opt/stack/cinder/cinder/coordination.py:157}} [ 1134.512305] [55398]: INFO cinder.api.openstack.wsgi [req-9aceeeef-96bb-4ae1-89d6-443af598b240 req-615c4147-72ee-480c-9c4e-e8d9731375e5 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/attachments/75f212b5-bf0e-4b5c-bb23-95506f098b8a returned with HTTP 200 [ 1134.512860] [55398]: [pid: 55398|app: 0|req: 230/483] 10.180.1.21 () {66 vars in 1584 bytes} [Thu Feb 20 18:03:52 2025] PUT /volume/v3/attachments/75f212b5-bf0e-4b5c-bb23-95506f098b8a => generated 617 bytes in 4550 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1134.575427] [55397]: DEBUG cinder.api.middleware.request_id [None req-94a8ccac-fabc-4e49-b31e-327a1feb6d38 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1134.577612] [55397]: INFO cinder.api.openstack.wsgi [None req-94a8ccac-fabc-4e49-b31e-327a1feb6d38 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 [ 1134.577812] [55397]: DEBUG cinder.api.openstack.wsgi [None req-94a8ccac-fabc-4e49-b31e-327a1feb6d38 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1134.578041] [55397]: DEBUG cinder.api.openstack.wsgi [None req-94a8ccac-fabc-4e49-b31e-327a1feb6d38 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1134.587632] [55397]: /opt/stack/data/venv/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. [ 1134.587632] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1134.590654] [55397]: INFO cinder.volume.api [None req-94a8ccac-fabc-4e49-b31e-327a1feb6d38 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1134.594783] [55397]: INFO cinder.api.openstack.wsgi [None req-94a8ccac-fabc-4e49-b31e-327a1feb6d38 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 returned with HTTP 200 [ 1134.595423] [55397]: [pid: 55397|app: 0|req: 254/484] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:57 2025] GET /volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 => generated 847 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1135.414590] [55398]: DEBUG cinder.api.middleware.request_id [None req-640ffead-0b1e-49f5-b93a-0663d0ab34e1 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1135.419679] [55398]: INFO cinder.api.openstack.wsgi [None req-640ffead-0b1e-49f5-b93a-0663d0ab34e1 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc [ 1135.419911] [55398]: DEBUG cinder.api.openstack.wsgi [None req-640ffead-0b1e-49f5-b93a-0663d0ab34e1 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1135.420150] [55398]: DEBUG cinder.api.openstack.wsgi [None req-640ffead-0b1e-49f5-b93a-0663d0ab34e1 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1135.431585] [55398]: /opt/stack/data/venv/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. [ 1135.431585] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1135.435578] [55398]: INFO cinder.volume.api [None req-640ffead-0b1e-49f5-b93a-0663d0ab34e1 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Volume info retrieved successfully. [ 1135.441680] [55398]: INFO cinder.api.openstack.wsgi [None req-640ffead-0b1e-49f5-b93a-0663d0ab34e1 tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc returned with HTTP 200 [ 1135.442297] [55398]: [pid: 55398|app: 0|req: 231/485] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:58 2025] GET /volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc => generated 840 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1135.605431] [55397]: DEBUG cinder.api.middleware.request_id [None req-b92aa952-7c89-406b-b05c-246e7ee91edc None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1135.607502] [55397]: INFO cinder.api.openstack.wsgi [None req-b92aa952-7c89-406b-b05c-246e7ee91edc tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 [ 1135.607728] [55397]: DEBUG cinder.api.openstack.wsgi [None req-b92aa952-7c89-406b-b05c-246e7ee91edc tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1135.607940] [55397]: DEBUG cinder.api.openstack.wsgi [None req-b92aa952-7c89-406b-b05c-246e7ee91edc tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1135.618427] [55397]: /opt/stack/data/venv/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. [ 1135.618427] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1135.621677] [55397]: INFO cinder.volume.api [None req-b92aa952-7c89-406b-b05c-246e7ee91edc tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1135.625883] [55397]: INFO cinder.api.openstack.wsgi [None req-b92aa952-7c89-406b-b05c-246e7ee91edc tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 returned with HTTP 200 [ 1135.626359] [55397]: [pid: 55397|app: 0|req: 255/486] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:58 2025] GET /volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 => generated 847 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1136.454953] [55398]: DEBUG cinder.api.middleware.request_id [None req-473a70f3-f473-43b7-9913-70998b07aa8a None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1136.457013] [55398]: INFO cinder.api.openstack.wsgi [None req-473a70f3-f473-43b7-9913-70998b07aa8a tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] GET http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc [ 1136.457238] [55398]: DEBUG cinder.api.openstack.wsgi [None req-473a70f3-f473-43b7-9913-70998b07aa8a tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1136.457506] [55398]: DEBUG cinder.api.openstack.wsgi [None req-473a70f3-f473-43b7-9913-70998b07aa8a tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1136.464302] [55398]: INFO cinder.api.openstack.wsgi [None req-473a70f3-f473-43b7-9913-70998b07aa8a tempest-AttachVolumeTestJSON-1048691326 tempest-AttachVolumeTestJSON-1048691326-project-member] http://10.180.1.21/volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc returned with HTTP 404 [ 1136.464797] [55398]: [pid: 55398|app: 0|req: 232/487] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:59 2025] GET /volume/v3/volumes/79c32ea7-4ed7-4f3a-9a4d-e052462647fc => generated 109 bytes in 10 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) [ 1136.638239] [55397]: DEBUG cinder.api.middleware.request_id [None req-c665fd41-d95e-4184-bdd4-1e2cea43afc9 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1136.643019] [55397]: INFO cinder.api.openstack.wsgi [None req-c665fd41-d95e-4184-bdd4-1e2cea43afc9 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 [ 1136.643019] [55397]: DEBUG cinder.api.openstack.wsgi [None req-c665fd41-d95e-4184-bdd4-1e2cea43afc9 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1136.643019] [55397]: DEBUG cinder.api.openstack.wsgi [None req-c665fd41-d95e-4184-bdd4-1e2cea43afc9 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1136.658548] [55397]: /opt/stack/data/venv/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. [ 1136.658548] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1136.662922] [55397]: INFO cinder.volume.api [None req-c665fd41-d95e-4184-bdd4-1e2cea43afc9 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1136.668422] [55397]: INFO cinder.api.openstack.wsgi [None req-c665fd41-d95e-4184-bdd4-1e2cea43afc9 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 returned with HTTP 200 [ 1136.668813] [55397]: [pid: 55397|app: 0|req: 256/488] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:03:59 2025] GET /volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 => generated 847 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1136.768610] [55398]: DEBUG cinder.api.middleware.request_id [req-9aceeeef-96bb-4ae1-89d6-443af598b240 req-48643439-0e23-41e9-84d5-21ace9ab6b37 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1136.771501] [55398]: INFO cinder.api.openstack.wsgi [req-9aceeeef-96bb-4ae1-89d6-443af598b240 req-48643439-0e23-41e9-84d5-21ace9ab6b37 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] POST http://10.180.1.21/volume/v3/attachments/75f212b5-bf0e-4b5c-bb23-95506f098b8a/action [ 1136.773252] [55398]: DEBUG cinder.api.openstack.wsgi [req-9aceeeef-96bb-4ae1-89d6-443af598b240 req-48643439-0e23-41e9-84d5-21ace9ab6b37 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Action body: b'{"os-complete": null}' {{(pid=55398) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} [ 1136.773252] [55398]: DEBUG cinder.api.openstack.wsgi [req-9aceeeef-96bb-4ae1-89d6-443af598b240 req-48643439-0e23-41e9-84d5-21ace9ab6b37 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Action: 'action', calling method: complete, body: {"os-complete": null} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 1136.798028] [55398]: /opt/stack/data/venv/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. [ 1136.798028] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1136.818518] [55398]: INFO cinder.api.openstack.wsgi [req-9aceeeef-96bb-4ae1-89d6-443af598b240 req-48643439-0e23-41e9-84d5-21ace9ab6b37 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/attachments/75f212b5-bf0e-4b5c-bb23-95506f098b8a/action returned with HTTP 204 [ 1136.818518] [55398]: [pid: 55398|app: 0|req: 233/489] 10.180.1.21 () {66 vars in 1605 bytes} [Thu Feb 20 18:03:59 2025] POST /volume/v3/attachments/75f212b5-bf0e-4b5c-bb23-95506f098b8a/action => generated 0 bytes in 50 msecs (HTTP/1.1 204) 7 headers in 292 bytes (1 switches on core 0) [ 1137.679684] [55397]: DEBUG cinder.api.middleware.request_id [None req-3706eb63-1eb2-49c3-82e1-11878b8e09ed None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1137.682300] [55397]: INFO cinder.api.openstack.wsgi [None req-3706eb63-1eb2-49c3-82e1-11878b8e09ed tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 [ 1137.682532] [55397]: DEBUG cinder.api.openstack.wsgi [None req-3706eb63-1eb2-49c3-82e1-11878b8e09ed tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1137.682756] [55397]: DEBUG cinder.api.openstack.wsgi [None req-3706eb63-1eb2-49c3-82e1-11878b8e09ed tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1137.702864] [55397]: /opt/stack/data/venv/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. [ 1137.702864] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1137.706921] [55397]: INFO cinder.volume.api [None req-3706eb63-1eb2-49c3-82e1-11878b8e09ed tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1137.712983] [55397]: INFO cinder.api.openstack.wsgi [None req-3706eb63-1eb2-49c3-82e1-11878b8e09ed tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 returned with HTTP 200 [ 1137.713739] [55397]: [pid: 55397|app: 0|req: 257/490] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:04:00 2025] GET /volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 => generated 1139 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1137.726864] [55398]: DEBUG cinder.api.middleware.request_id [None req-e16842d7-69ab-4874-8a1a-372664af44de None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1137.731552] [55398]: INFO cinder.api.openstack.wsgi [None req-e16842d7-69ab-4874-8a1a-372664af44de tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 [ 1137.731795] [55398]: DEBUG cinder.api.openstack.wsgi [None req-e16842d7-69ab-4874-8a1a-372664af44de tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1137.732029] [55398]: DEBUG cinder.api.openstack.wsgi [None req-e16842d7-69ab-4874-8a1a-372664af44de tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1137.749358] [55398]: /opt/stack/data/venv/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. [ 1137.749358] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1137.758397] [55398]: INFO cinder.volume.api [None req-e16842d7-69ab-4874-8a1a-372664af44de tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1137.770218] [55398]: INFO cinder.api.openstack.wsgi [None req-e16842d7-69ab-4874-8a1a-372664af44de tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 returned with HTTP 200 [ 1137.770814] [55398]: [pid: 55398|app: 0|req: 234/491] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:04:00 2025] GET /volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 => generated 1139 bytes in 44 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1137.814281] [55397]: DEBUG cinder.api.middleware.request_id [req-74734886-d981-479b-a4d6-d7709972e2e0 req-207ebec0-35c8-43ea-a68a-c3e85849794f None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1137.816806] [55397]: INFO cinder.api.openstack.wsgi [req-74734886-d981-479b-a4d6-d7709972e2e0 req-207ebec0-35c8-43ea-a68a-c3e85849794f tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 [ 1137.817044] [55397]: DEBUG cinder.api.openstack.wsgi [req-74734886-d981-479b-a4d6-d7709972e2e0 req-207ebec0-35c8-43ea-a68a-c3e85849794f tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1137.817421] [55397]: DEBUG cinder.api.openstack.wsgi [req-74734886-d981-479b-a4d6-d7709972e2e0 req-207ebec0-35c8-43ea-a68a-c3e85849794f tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1137.827646] [55397]: /opt/stack/data/venv/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. [ 1137.827646] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1137.831356] [55397]: INFO cinder.volume.api [req-74734886-d981-479b-a4d6-d7709972e2e0 req-207ebec0-35c8-43ea-a68a-c3e85849794f tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1137.835816] [55397]: INFO cinder.api.openstack.wsgi [req-74734886-d981-479b-a4d6-d7709972e2e0 req-207ebec0-35c8-43ea-a68a-c3e85849794f tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 returned with HTTP 200 [ 1137.836371] [55397]: [pid: 55397|app: 0|req: 258/492] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 18:04:00 2025] GET /volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 => generated 1139 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1137.847919] [55398]: DEBUG cinder.api.middleware.request_id [None req-33ebb32e-9208-43af-968b-7f5f0621f4c6 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1137.850289] [55398]: INFO cinder.api.openstack.wsgi [None req-33ebb32e-9208-43af-968b-7f5f0621f4c6 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 [ 1137.850561] [55398]: DEBUG cinder.api.openstack.wsgi [None req-33ebb32e-9208-43af-968b-7f5f0621f4c6 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1137.850801] [55398]: DEBUG cinder.api.openstack.wsgi [None req-33ebb32e-9208-43af-968b-7f5f0621f4c6 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1137.866064] [55398]: /opt/stack/data/venv/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. [ 1137.866064] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1137.870487] [55398]: INFO cinder.volume.api [None req-33ebb32e-9208-43af-968b-7f5f0621f4c6 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1137.877456] [55398]: INFO cinder.api.openstack.wsgi [None req-33ebb32e-9208-43af-968b-7f5f0621f4c6 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 returned with HTTP 200 [ 1137.878172] [55398]: [pid: 55398|app: 0|req: 235/493] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:04:00 2025] GET /volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 => generated 1139 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1137.921887] [55397]: DEBUG cinder.api.middleware.request_id [req-eb1339d2-6ecb-478a-81a4-e07c347d959a req-71da0c4c-907f-4823-bf79-1437b80147d6 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1137.924030] [55397]: INFO cinder.api.openstack.wsgi [req-eb1339d2-6ecb-478a-81a4-e07c347d959a req-71da0c4c-907f-4823-bf79-1437b80147d6 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 [ 1137.924266] [55397]: DEBUG cinder.api.openstack.wsgi [req-eb1339d2-6ecb-478a-81a4-e07c347d959a req-71da0c4c-907f-4823-bf79-1437b80147d6 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1137.924560] [55397]: DEBUG cinder.api.openstack.wsgi [req-eb1339d2-6ecb-478a-81a4-e07c347d959a req-71da0c4c-907f-4823-bf79-1437b80147d6 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1137.935209] [55397]: /opt/stack/data/venv/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. [ 1137.935209] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1137.940545] [55397]: INFO cinder.volume.api [req-eb1339d2-6ecb-478a-81a4-e07c347d959a req-71da0c4c-907f-4823-bf79-1437b80147d6 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1137.947806] [55397]: INFO cinder.api.openstack.wsgi [req-eb1339d2-6ecb-478a-81a4-e07c347d959a req-71da0c4c-907f-4823-bf79-1437b80147d6 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 returned with HTTP 200 [ 1137.948395] [55397]: [pid: 55397|app: 0|req: 259/494] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 18:04:00 2025] GET /volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 => generated 1139 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1137.981369] [55398]: DEBUG cinder.api.middleware.request_id [req-eb1339d2-6ecb-478a-81a4-e07c347d959a req-4fd628c8-0c24-4a73-94c7-30386a1b73d8 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1137.989625] [55398]: INFO cinder.api.openstack.wsgi [req-eb1339d2-6ecb-478a-81a4-e07c347d959a req-4fd628c8-0c24-4a73-94c7-30386a1b73d8 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] POST http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4/action [ 1137.990615] [55398]: DEBUG cinder.api.openstack.wsgi [req-eb1339d2-6ecb-478a-81a4-e07c347d959a req-4fd628c8-0c24-4a73-94c7-30386a1b73d8 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Action body: b'{"os-begin_detaching": null}' {{(pid=55398) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} [ 1137.990615] [55398]: DEBUG cinder.api.openstack.wsgi [req-eb1339d2-6ecb-478a-81a4-e07c347d959a req-4fd628c8-0c24-4a73-94c7-30386a1b73d8 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Action: 'action', calling method: _begin_detaching, body: {"os-begin_detaching": null} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 1138.001810] [55398]: /opt/stack/data/venv/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. [ 1138.001810] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1138.002384] [55398]: INFO cinder.volume.api [req-eb1339d2-6ecb-478a-81a4-e07c347d959a req-4fd628c8-0c24-4a73-94c7-30386a1b73d8 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1138.007546] [55398]: INFO cinder.volume.api [req-eb1339d2-6ecb-478a-81a4-e07c347d959a req-4fd628c8-0c24-4a73-94c7-30386a1b73d8 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Begin detaching volume completed successfully. [ 1138.007772] [55398]: INFO cinder.api.openstack.wsgi [req-eb1339d2-6ecb-478a-81a4-e07c347d959a req-4fd628c8-0c24-4a73-94c7-30386a1b73d8 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4/action returned with HTTP 202 [ 1138.010660] [55398]: [pid: 55398|app: 0|req: 236/495] 10.180.1.21 () {64 vars in 1552 bytes} [Thu Feb 20 18:04:00 2025] POST /volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4/action => generated 0 bytes in 28 msecs (HTTP/1.1 202) 7 headers in 289 bytes (1 switches on core 0) [ 1139.044697] [55397]: DEBUG cinder.api.middleware.request_id [None req-0313a293-ddfe-4b6f-ae70-b8fc23abc30b None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1139.044971] [55397]: INFO cinder.api.openstack.wsgi [None req-0313a293-ddfe-4b6f-ae70-b8fc23abc30b None None] GET http://10.180.1.21/volume// [ 1139.045184] [55397]: DEBUG cinder.api.openstack.wsgi [None req-0313a293-ddfe-4b6f-ae70-b8fc23abc30b None None] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1139.045488] [55397]: DEBUG cinder.api.openstack.wsgi [None req-0313a293-ddfe-4b6f-ae70-b8fc23abc30b None None] Calling method 'all' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1139.045903] [55397]: INFO cinder.api.openstack.wsgi [None req-0313a293-ddfe-4b6f-ae70-b8fc23abc30b None None] http://10.180.1.21/volume// returned with HTTP 300 [ 1139.047476] [55397]: [pid: 55397|app: 0|req: 260/496] 10.180.1.21 () {58 vars in 1306 bytes} [Thu Feb 20 18:04:01 2025] GET /volume/ => generated 386 bytes in 2 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) [ 1139.049931] [55398]: DEBUG cinder.api.middleware.request_id [req-eb1339d2-6ecb-478a-81a4-e07c347d959a req-7485ccf7-f584-452a-a6ec-fcd6f699ab7d None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1139.052724] [55398]: INFO cinder.api.openstack.wsgi [req-eb1339d2-6ecb-478a-81a4-e07c347d959a req-7485ccf7-f584-452a-a6ec-fcd6f699ab7d tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 [ 1139.052998] [55398]: DEBUG cinder.api.openstack.wsgi [req-eb1339d2-6ecb-478a-81a4-e07c347d959a req-7485ccf7-f584-452a-a6ec-fcd6f699ab7d tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1139.053231] [55398]: DEBUG cinder.api.openstack.wsgi [req-eb1339d2-6ecb-478a-81a4-e07c347d959a req-7485ccf7-f584-452a-a6ec-fcd6f699ab7d tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1139.065828] [55398]: /opt/stack/data/venv/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. [ 1139.065828] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1139.069864] [55398]: INFO cinder.volume.api [req-eb1339d2-6ecb-478a-81a4-e07c347d959a req-7485ccf7-f584-452a-a6ec-fcd6f699ab7d tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1139.075368] [55398]: INFO cinder.api.openstack.wsgi [req-eb1339d2-6ecb-478a-81a4-e07c347d959a req-7485ccf7-f584-452a-a6ec-fcd6f699ab7d tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 returned with HTTP 200 [ 1139.075936] [55398]: [pid: 55398|app: 0|req: 237/497] 10.180.1.21 () {62 vars in 1519 bytes} [Thu Feb 20 18:04:01 2025] GET /volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 => generated 1323 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) [ 1140.225901] [55397]: DEBUG cinder.api.middleware.request_id [req-eb1339d2-6ecb-478a-81a4-e07c347d959a req-73329074-dc51-4e66-947b-bf8460ae26bd None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1140.228281] [55397]: INFO cinder.api.openstack.wsgi [req-eb1339d2-6ecb-478a-81a4-e07c347d959a req-73329074-dc51-4e66-947b-bf8460ae26bd tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] DELETE http://10.180.1.21/volume/v3/attachments/75f212b5-bf0e-4b5c-bb23-95506f098b8a [ 1140.229599] [55397]: DEBUG cinder.api.openstack.wsgi [req-eb1339d2-6ecb-478a-81a4-e07c347d959a req-73329074-dc51-4e66-947b-bf8460ae26bd tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1140.229599] [55397]: DEBUG cinder.api.openstack.wsgi [req-eb1339d2-6ecb-478a-81a4-e07c347d959a req-73329074-dc51-4e66-947b-bf8460ae26bd tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'version_select' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1140.239120] [55397]: /opt/stack/data/venv/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. [ 1140.239120] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1140.767534] [55397]: INFO cinder.api.openstack.wsgi [req-eb1339d2-6ecb-478a-81a4-e07c347d959a req-73329074-dc51-4e66-947b-bf8460ae26bd tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/attachments/75f212b5-bf0e-4b5c-bb23-95506f098b8a returned with HTTP 200 [ 1140.768080] [55397]: [pid: 55397|app: 0|req: 261/498] 10.180.1.21 () {64 vars in 1553 bytes} [Thu Feb 20 18:04:03 2025] DELETE /volume/v3/attachments/75f212b5-bf0e-4b5c-bb23-95506f098b8a => generated 19 bytes in 543 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1141.486853] [55398]: DEBUG cinder.api.middleware.request_id [None req-fb9fa1cc-9e2d-4742-8620-aa7bc51690f3 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1141.487151] [55398]: INFO cinder.api.openstack.wsgi [None req-fb9fa1cc-9e2d-4742-8620-aa7bc51690f3 None None] GET http://10.180.1.21/volume// [ 1141.487247] [55398]: DEBUG cinder.api.openstack.wsgi [None req-fb9fa1cc-9e2d-4742-8620-aa7bc51690f3 None None] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1141.487483] [55398]: DEBUG cinder.api.openstack.wsgi [None req-fb9fa1cc-9e2d-4742-8620-aa7bc51690f3 None None] Calling method 'all' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1141.487931] [55398]: INFO cinder.api.openstack.wsgi [None req-fb9fa1cc-9e2d-4742-8620-aa7bc51690f3 None None] http://10.180.1.21/volume// returned with HTTP 300 [ 1141.488262] [55398]: [pid: 55398|app: 0|req: 238/499] 10.180.1.21 () {58 vars in 1306 bytes} [Thu Feb 20 18:04:04 2025] GET /volume/ => generated 386 bytes in 2 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) [ 1141.491390] [55397]: DEBUG cinder.api.middleware.request_id [req-f30745a5-feb4-4f16-9a6c-560730babfce req-deba4047-c060-483f-b260-0ae958f4be8d None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1141.493860] [55397]: INFO cinder.api.openstack.wsgi [req-f30745a5-feb4-4f16-9a6c-560730babfce req-deba4047-c060-483f-b260-0ae958f4be8d tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] POST http://10.180.1.21/volume/v3/attachments [ 1141.494306] [55397]: DEBUG cinder.api.openstack.wsgi [req-f30745a5-feb4-4f16-9a6c-560730babfce req-deba4047-c060-483f-b260-0ae958f4be8d tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Action: 'create', calling method: version_select, body: {"attachment": {"volume_uuid": "bc407df1-2bc3-4054-b5d6-b4b6863f2c75", "connector": null, "instance_uuid": "092c7673-97fb-4085-852c-04a7c19a73e7"}} {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 1141.509091] [55397]: /opt/stack/data/venv/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. [ 1141.509091] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1141.534540] [55397]: INFO cinder.api.openstack.wsgi [req-f30745a5-feb4-4f16-9a6c-560730babfce req-deba4047-c060-483f-b260-0ae958f4be8d tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/attachments returned with HTTP 200 [ 1141.535039] [55397]: [pid: 55397|app: 0|req: 262/500] 10.180.1.21 () {66 vars in 1474 bytes} [Thu Feb 20 18:04:04 2025] POST /volume/v3/attachments => generated 273 bytes in 44 msecs (HTTP/1.1 200) 7 headers in 286 bytes (2 switches on core 0) [ 1141.538826] [55398]: DEBUG cinder.api.middleware.request_id [req-f30745a5-feb4-4f16-9a6c-560730babfce req-e891238c-74c0-453f-a441-ad3e5306b1fb None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1141.541331] [55398]: INFO cinder.api.openstack.wsgi [req-f30745a5-feb4-4f16-9a6c-560730babfce req-e891238c-74c0-453f-a441-ad3e5306b1fb tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] DELETE http://10.180.1.21/volume/v3/attachments/94f0e19c-dc02-4acd-b907-0cf3ff7afc6d [ 1141.541591] [55398]: DEBUG cinder.api.openstack.wsgi [req-f30745a5-feb4-4f16-9a6c-560730babfce req-e891238c-74c0-453f-a441-ad3e5306b1fb tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1141.541809] [55398]: DEBUG cinder.api.openstack.wsgi [req-f30745a5-feb4-4f16-9a6c-560730babfce req-e891238c-74c0-453f-a441-ad3e5306b1fb tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'version_select' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1141.549012] [55398]: /opt/stack/data/venv/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. [ 1141.549012] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1142.077436] [55398]: INFO cinder.api.openstack.wsgi [req-f30745a5-feb4-4f16-9a6c-560730babfce req-e891238c-74c0-453f-a441-ad3e5306b1fb tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/attachments/94f0e19c-dc02-4acd-b907-0cf3ff7afc6d returned with HTTP 200 [ 1142.077958] [55398]: [pid: 55398|app: 0|req: 239/501] 10.180.1.21 () {64 vars in 1553 bytes} [Thu Feb 20 18:04:04 2025] DELETE /volume/v3/attachments/94f0e19c-dc02-4acd-b907-0cf3ff7afc6d => generated 192 bytes in 540 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1142.207737] [55397]: DEBUG cinder.api.middleware.request_id [None req-748e0889-8479-4b20-80be-52224370d732 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1142.209811] [55397]: INFO cinder.api.openstack.wsgi [None req-748e0889-8479-4b20-80be-52224370d732 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 [ 1142.210066] [55397]: DEBUG cinder.api.openstack.wsgi [None req-748e0889-8479-4b20-80be-52224370d732 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1142.210286] [55397]: DEBUG cinder.api.openstack.wsgi [None req-748e0889-8479-4b20-80be-52224370d732 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1142.217612] [55397]: /opt/stack/data/venv/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. [ 1142.217612] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1142.220843] [55397]: INFO cinder.volume.api [None req-748e0889-8479-4b20-80be-52224370d732 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1142.225585] [55397]: INFO cinder.api.openstack.wsgi [None req-748e0889-8479-4b20-80be-52224370d732 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 returned with HTTP 200 [ 1142.226065] [55397]: [pid: 55397|app: 0|req: 263/502] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:04:05 2025] GET /volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 => generated 847 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1146.511189] [55398]: DEBUG cinder.api.middleware.request_id [req-f30745a5-feb4-4f16-9a6c-560730babfce req-15440c78-21c9-46df-80e7-597210b3fb05 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1146.513858] [55398]: INFO cinder.api.openstack.wsgi [req-f30745a5-feb4-4f16-9a6c-560730babfce req-15440c78-21c9-46df-80e7-597210b3fb05 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] PUT http://10.180.1.21/volume/v3/attachments/35157785-e1fc-4820-990d-0b42318a9c3c [ 1146.514323] [55398]: DEBUG cinder.api.openstack.wsgi [req-f30745a5-feb4-4f16-9a6c-560730babfce req-15440c78-21c9-46df-80e7-597210b3fb05 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Action: 'update', calling method: version_select, body: {"attachment": {"connector": {"ip": "vc1.osci.c.eu-de-1.cloud.sap", "initiator": null, "host": "vc1.osci.c.eu-de-1.cloud.sap", "instance": "vm-550879", "mountpoint": "/dev/sda"}}} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 1146.525235] [55398]: DEBUG cinder.coordination [req-f30745a5-feb4-4f16-9a6c-560730babfce req-15440c78-21c9-46df-80e7-597210b3fb05 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Acquiring lock "cinder-attachment_update-bc407df1-2bc3-4054-b5d6-b4b6863f2c75-vc1.osci.c.eu-de-1.cloud.sap" by "attachment_update" {{(pid=55398) __acquire /opt/stack/cinder/cinder/coordination.py:143}} [ 1146.529604] [55398]: DEBUG cinder.coordination [req-f30745a5-feb4-4f16-9a6c-560730babfce req-15440c78-21c9-46df-80e7-597210b3fb05 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Lock "cinder-attachment_update-bc407df1-2bc3-4054-b5d6-b4b6863f2c75-vc1.osci.c.eu-de-1.cloud.sap" acquired by "attachment_update" :: waited 0.004s {{(pid=55398) __acquire /opt/stack/cinder/cinder/coordination.py:146}} [ 1146.530757] [55398]: /opt/stack/data/venv/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. [ 1146.530757] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1147.051393] [55398]: DEBUG cinder.coordination [req-f30745a5-feb4-4f16-9a6c-560730babfce req-15440c78-21c9-46df-80e7-597210b3fb05 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Lock "cinder-attachment_update-bc407df1-2bc3-4054-b5d6-b4b6863f2c75-vc1.osci.c.eu-de-1.cloud.sap" released by "attachment_update" :: held 0.522s {{(pid=55398) __release /opt/stack/cinder/cinder/coordination.py:157}} [ 1147.051732] [55398]: INFO cinder.api.openstack.wsgi [req-f30745a5-feb4-4f16-9a6c-560730babfce req-15440c78-21c9-46df-80e7-597210b3fb05 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/attachments/35157785-e1fc-4820-990d-0b42318a9c3c returned with HTTP 200 [ 1147.052191] [55398]: [pid: 55398|app: 0|req: 240/503] 10.180.1.21 () {66 vars in 1584 bytes} [Thu Feb 20 18:04:09 2025] PUT /volume/v3/attachments/35157785-e1fc-4820-990d-0b42318a9c3c => generated 617 bytes in 542 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1147.056930] [55397]: DEBUG cinder.api.middleware.request_id [req-f30745a5-feb4-4f16-9a6c-560730babfce req-85bb33b2-3830-487e-9592-960adeba31a2 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1147.059552] [55397]: INFO cinder.api.openstack.wsgi [req-f30745a5-feb4-4f16-9a6c-560730babfce req-85bb33b2-3830-487e-9592-960adeba31a2 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] GET http://10.180.1.21/volume/v3/attachments/35157785-e1fc-4820-990d-0b42318a9c3c [ 1147.059830] [55397]: DEBUG cinder.api.openstack.wsgi [req-f30745a5-feb4-4f16-9a6c-560730babfce req-85bb33b2-3830-487e-9592-960adeba31a2 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1147.060063] [55397]: DEBUG cinder.api.openstack.wsgi [req-f30745a5-feb4-4f16-9a6c-560730babfce req-85bb33b2-3830-487e-9592-960adeba31a2 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'version_select' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1147.074015] [55397]: INFO cinder.api.openstack.wsgi [req-f30745a5-feb4-4f16-9a6c-560730babfce req-85bb33b2-3830-487e-9592-960adeba31a2 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/attachments/35157785-e1fc-4820-990d-0b42318a9c3c returned with HTTP 200 [ 1147.074418] [55397]: [pid: 55397|app: 0|req: 264/504] 10.180.1.21 () {62 vars in 1531 bytes} [Thu Feb 20 18:04:09 2025] GET /volume/v3/attachments/35157785-e1fc-4820-990d-0b42318a9c3c => generated 642 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1149.666626] [55398]: DEBUG cinder.api.middleware.request_id [req-f30745a5-feb4-4f16-9a6c-560730babfce req-0fb60c49-4980-4186-911a-b7b015dfbdbf None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1149.669050] [55398]: INFO cinder.api.openstack.wsgi [req-f30745a5-feb4-4f16-9a6c-560730babfce req-0fb60c49-4980-4186-911a-b7b015dfbdbf tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] POST http://10.180.1.21/volume/v3/attachments/35157785-e1fc-4820-990d-0b42318a9c3c/action [ 1149.669505] [55398]: DEBUG cinder.api.openstack.wsgi [req-f30745a5-feb4-4f16-9a6c-560730babfce req-0fb60c49-4980-4186-911a-b7b015dfbdbf tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Action body: b'{"os-complete": null}' {{(pid=55398) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} [ 1149.669647] [55398]: DEBUG cinder.api.openstack.wsgi [req-f30745a5-feb4-4f16-9a6c-560730babfce req-0fb60c49-4980-4186-911a-b7b015dfbdbf tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Action: 'action', calling method: complete, body: {"os-complete": null} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 1149.694274] [55398]: /opt/stack/data/venv/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. [ 1149.694274] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1149.703687] [55398]: INFO cinder.api.openstack.wsgi [req-f30745a5-feb4-4f16-9a6c-560730babfce req-0fb60c49-4980-4186-911a-b7b015dfbdbf tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/attachments/35157785-e1fc-4820-990d-0b42318a9c3c/action returned with HTTP 204 [ 1149.704425] [55398]: [pid: 55398|app: 0|req: 241/505] 10.180.1.21 () {66 vars in 1605 bytes} [Thu Feb 20 18:04:12 2025] POST /volume/v3/attachments/35157785-e1fc-4820-990d-0b42318a9c3c/action => generated 0 bytes in 39 msecs (HTTP/1.1 204) 7 headers in 292 bytes (1 switches on core 0) [ 1157.071701] [55397]: DEBUG cinder.api.middleware.request_id [None req-593e1ef8-59f3-45da-962a-26ddc1200c8a None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1157.074558] [55397]: INFO cinder.api.openstack.wsgi [None req-593e1ef8-59f3-45da-962a-26ddc1200c8a tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] POST http://10.180.1.21/volume/v3/volumes [ 1157.075585] [55397]: DEBUG dbcounter [-] [55397] Writing DB stats cinder:SELECT=146,cinder:INSERT=9,cinder:UPDATE=19 {{(pid=55397) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} [ 1157.075824] [55397]: DEBUG cinder.api.openstack.wsgi [None req-593e1ef8-59f3-45da-962a-26ddc1200c8a tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "display_name": "tempest-AttachVolumeShelveTestJSON-volume-732569901"}} {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 1157.077844] [55397]: DEBUG cinder.api.v3.volumes [None req-593e1ef8-59f3-45da-962a-26ddc1200c8a tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Create volume request body: {'volume': {'size': 1, 'display_name': 'tempest-AttachVolumeShelveTestJSON-volume-732569901'}} {{(pid=55397) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} [ 1157.078237] [55397]: INFO cinder.api.v3.volumes [None req-593e1ef8-59f3-45da-962a-26ddc1200c8a tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Create volume of 1 GB [ 1157.078987] [55397]: /opt/stack/data/venv/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. [ 1157.078987] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1157.088023] [55397]: INFO cinder.volume.api [None req-593e1ef8-59f3-45da-962a-26ddc1200c8a tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Availability Zones retrieved successfully. [ 1157.092385] [55397]: DEBUG cinder.volume.api [None req-593e1ef8-59f3-45da-962a-26ddc1200c8a tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Flow 'volume_create_api' (80a7baf1-ffd4-43c4-b8c5-5ec61ae297e3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 1157.093854] [55397]: DEBUG cinder.volume.api [None req-593e1ef8-59f3-45da-962a-26ddc1200c8a tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (f823288c-64a1-4c1d-b96b-dc585f386bdb) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1157.095332] [55397]: DEBUG cinder.volume.flows.api.create_volume [None req-593e1ef8-59f3-45da-962a-26ddc1200c8a tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Validating volume size '1' using validate_int {{(pid=55397) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} [ 1157.113565] [55397]: DEBUG cinder.volume.api [None req-593e1ef8-59f3-45da-962a-26ddc1200c8a tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (f823288c-64a1-4c1d-b96b-dc585f386bdb) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-02-20T17:52:11Z,deleted=False,deleted_at=None,description=None,extra_specs={volume_backend_name='vsphere'},id=d5fd08cf-4175-412e-a261-cecd156def0d,is_public=True,name='vsphere',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'd5fd08cf-4175-412e-a261-cecd156def0d', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1157.115340] [55397]: DEBUG cinder.volume.api [None req-593e1ef8-59f3-45da-962a-26ddc1200c8a tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (02d73747-6c64-43a0-af99-a81fc11fd35a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1157.152793] [55397]: DEBUG cinder.quota [None req-593e1ef8-59f3-45da-962a-26ddc1200c8a tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Created reservations ['7f2d0657-4061-4772-a711-b61e31924ee7', '364cc6c7-f0e2-4385-b05e-6e14cfdfe043', 'ef7d9ec0-a734-4f22-8b81-5bc6ba346428', 'cc732447-484f-4fd4-9db9-e01095c7601d'] {{(pid=55397) reserve /opt/stack/cinder/cinder/quota.py:752}} [ 1157.153847] [55397]: DEBUG cinder.volume.api [None req-593e1ef8-59f3-45da-962a-26ddc1200c8a tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (02d73747-6c64-43a0-af99-a81fc11fd35a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['7f2d0657-4061-4772-a711-b61e31924ee7', '364cc6c7-f0e2-4385-b05e-6e14cfdfe043', 'ef7d9ec0-a734-4f22-8b81-5bc6ba346428', 'cc732447-484f-4fd4-9db9-e01095c7601d']}' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1157.154898] [55397]: DEBUG cinder.volume.api [None req-593e1ef8-59f3-45da-962a-26ddc1200c8a tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (613b4cc9-834b-4c78-9043-5d959415f3a6) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1157.170955] [55397]: DEBUG cinder.volume.api [None req-593e1ef8-59f3-45da-962a-26ddc1200c8a tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (613b4cc9-834b-4c78-9043-5d959415f3a6) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '7be5a52c-a912-4b5b-a198-154a95e9dcd0', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-AttachVolumeShelveTestJSON-volume-732569901',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='11332c2adbdc41928d4bf084435e2037',qos_specs=None,replication_status=,reservations=['7f2d0657-4061-4772-a711-b61e31924ee7','364cc6c7-f0e2-4385-b05e-6e14cfdfe043','ef7d9ec0-a734-4f22-8b81-5bc6ba346428','cc732447-484f-4fd4-9db9-e01095c7601d'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='743cd51155e0498bb9b381d243afb624',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d), 'volume': Volume(_name_id=None,admin_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-02-20T18:04:20Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-AttachVolumeShelveTestJSON-volume-732569901',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=7be5a52c-a912-4b5b-a198-154a95e9dcd0,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='11332c2adbdc41928d4bf084435e2037',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='743cd51155e0498bb9b381d243afb624',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(d5fd08cf-4175-412e-a261-cecd156def0d),volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1157.171874] [55397]: DEBUG cinder.volume.api [None req-593e1ef8-59f3-45da-962a-26ddc1200c8a tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (55dedf02-e7b4-4639-8f37-fb8168db7609) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1157.187071] [55397]: DEBUG cinder.volume.api [None req-593e1ef8-59f3-45da-962a-26ddc1200c8a tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (55dedf02-e7b4-4639-8f37-fb8168db7609) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-AttachVolumeShelveTestJSON-volume-732569901',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='11332c2adbdc41928d4bf084435e2037',qos_specs=None,replication_status=,reservations=['7f2d0657-4061-4772-a711-b61e31924ee7','364cc6c7-f0e2-4385-b05e-6e14cfdfe043','ef7d9ec0-a734-4f22-8b81-5bc6ba346428','cc732447-484f-4fd4-9db9-e01095c7601d'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='743cd51155e0498bb9b381d243afb624',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1157.187968] [55397]: DEBUG cinder.volume.api [None req-593e1ef8-59f3-45da-962a-26ddc1200c8a tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (4e91dedb-dd88-4f5d-ad68-d05a38ac669b) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1157.199989] [55397]: DEBUG cinder.volume.api [None req-593e1ef8-59f3-45da-962a-26ddc1200c8a tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (4e91dedb-dd88-4f5d-ad68-d05a38ac669b) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=55397) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1157.201109] [55397]: DEBUG cinder.volume.api [None req-593e1ef8-59f3-45da-962a-26ddc1200c8a tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Flow 'volume_create_api' (80a7baf1-ffd4-43c4-b8c5-5ec61ae297e3) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=55397) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 1157.201537] [55397]: INFO cinder.volume.api [None req-593e1ef8-59f3-45da-962a-26ddc1200c8a tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Create volume request issued successfully. [ 1157.202385] [55397]: INFO cinder.api.openstack.wsgi [None req-593e1ef8-59f3-45da-962a-26ddc1200c8a tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] http://10.180.1.21/volume/v3/volumes returned with HTTP 202 [ 1157.202958] [55397]: [pid: 55397|app: 0|req: 265/506] 10.180.1.21 () {60 vars in 1135 bytes} [Thu Feb 20 18:04:19 2025] POST /volume/v3/volumes => generated 755 bytes in 132 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) [ 1157.215253] [55398]: DEBUG cinder.api.middleware.request_id [None req-be727d9f-e9e8-484b-9c90-5cad21c595e1 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1157.217464] [55398]: INFO cinder.api.openstack.wsgi [None req-be727d9f-e9e8-484b-9c90-5cad21c595e1 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] GET http://10.180.1.21/volume/v3/volumes/7be5a52c-a912-4b5b-a198-154a95e9dcd0 [ 1157.217692] [55398]: DEBUG cinder.api.openstack.wsgi [None req-be727d9f-e9e8-484b-9c90-5cad21c595e1 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1157.218009] [55398]: DEBUG cinder.api.openstack.wsgi [None req-be727d9f-e9e8-484b-9c90-5cad21c595e1 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1157.226273] [55398]: /opt/stack/data/venv/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. [ 1157.226273] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1157.230129] [55398]: INFO cinder.volume.api [None req-be727d9f-e9e8-484b-9c90-5cad21c595e1 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Volume info retrieved successfully. [ 1157.234459] [55398]: INFO cinder.api.openstack.wsgi [None req-be727d9f-e9e8-484b-9c90-5cad21c595e1 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] http://10.180.1.21/volume/v3/volumes/7be5a52c-a912-4b5b-a198-154a95e9dcd0 returned with HTTP 200 [ 1157.234775] [55398]: [pid: 55398|app: 0|req: 242/507] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:04:20 2025] GET /volume/v3/volumes/7be5a52c-a912-4b5b-a198-154a95e9dcd0 => generated 823 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1158.245301] [55397]: DEBUG cinder.api.middleware.request_id [None req-37adc63e-1d88-4bf5-a8af-93d780a9e391 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1158.247647] [55397]: INFO cinder.api.openstack.wsgi [None req-37adc63e-1d88-4bf5-a8af-93d780a9e391 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] GET http://10.180.1.21/volume/v3/volumes/7be5a52c-a912-4b5b-a198-154a95e9dcd0 [ 1158.247885] [55397]: DEBUG cinder.api.openstack.wsgi [None req-37adc63e-1d88-4bf5-a8af-93d780a9e391 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1158.248127] [55397]: DEBUG cinder.api.openstack.wsgi [None req-37adc63e-1d88-4bf5-a8af-93d780a9e391 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1158.257640] [55397]: /opt/stack/data/venv/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. [ 1158.257640] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1158.261339] [55397]: INFO cinder.volume.api [None req-37adc63e-1d88-4bf5-a8af-93d780a9e391 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Volume info retrieved successfully. [ 1158.265952] [55397]: INFO cinder.api.openstack.wsgi [None req-37adc63e-1d88-4bf5-a8af-93d780a9e391 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] http://10.180.1.21/volume/v3/volumes/7be5a52c-a912-4b5b-a198-154a95e9dcd0 returned with HTTP 200 [ 1158.266319] [55397]: [pid: 55397|app: 0|req: 266/508] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:04:21 2025] GET /volume/v3/volumes/7be5a52c-a912-4b5b-a198-154a95e9dcd0 => generated 848 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1167.232386] [55398]: DEBUG dbcounter [-] [55398] Writing DB stats cinder:SELECT=67,cinder:UPDATE=12,cinder:INSERT=1 {{(pid=55398) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} [ 1168.263835] [55397]: DEBUG dbcounter [-] [55397] Writing DB stats cinder:SELECT=24,cinder:INSERT=6,cinder:UPDATE=12 {{(pid=55397) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} [ 1169.884967] [55398]: DEBUG cinder.api.middleware.request_id [None req-7cabe5fb-ee9c-476b-9c89-dbb4f3a81321 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1169.887226] [55398]: INFO cinder.api.openstack.wsgi [None req-7cabe5fb-ee9c-476b-9c89-dbb4f3a81321 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] DELETE http://10.180.1.21/volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 [ 1169.887447] [55398]: DEBUG cinder.api.openstack.wsgi [None req-7cabe5fb-ee9c-476b-9c89-dbb4f3a81321 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1169.887671] [55398]: DEBUG cinder.api.openstack.wsgi [None req-7cabe5fb-ee9c-476b-9c89-dbb4f3a81321 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Calling method 'delete' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1169.887859] [55398]: INFO cinder.api.v3.volumes [None req-7cabe5fb-ee9c-476b-9c89-dbb4f3a81321 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Delete volume with id: 0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 [ 1169.899328] [55398]: /opt/stack/data/venv/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. [ 1169.899328] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1169.899889] [55398]: INFO cinder.volume.api [None req-7cabe5fb-ee9c-476b-9c89-dbb4f3a81321 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Volume info retrieved successfully. [ 1169.921119] [55398]: INFO cinder.volume.api [None req-7cabe5fb-ee9c-476b-9c89-dbb4f3a81321 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Delete volume request issued successfully. [ 1169.921340] [55398]: INFO cinder.api.openstack.wsgi [None req-7cabe5fb-ee9c-476b-9c89-dbb4f3a81321 tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] http://10.180.1.21/volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 returned with HTTP 202 [ 1169.922376] [55398]: [pid: 55398|app: 0|req: 243/509] 10.180.1.21 () {58 vars in 1228 bytes} [Thu Feb 20 18:04:32 2025] DELETE /volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 => generated 0 bytes in 38 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) [ 1169.926396] [55397]: DEBUG cinder.api.middleware.request_id [None req-0c82488a-d5ef-44d9-bef4-b4cc69bf7f6c None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1169.928479] [55397]: INFO cinder.api.openstack.wsgi [None req-0c82488a-d5ef-44d9-bef4-b4cc69bf7f6c tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] GET http://10.180.1.21/volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 [ 1169.928746] [55397]: DEBUG cinder.api.openstack.wsgi [None req-0c82488a-d5ef-44d9-bef4-b4cc69bf7f6c tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1169.929235] [55397]: DEBUG cinder.api.openstack.wsgi [None req-0c82488a-d5ef-44d9-bef4-b4cc69bf7f6c tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1169.938255] [55397]: /opt/stack/data/venv/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. [ 1169.938255] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1169.942429] [55397]: INFO cinder.volume.api [None req-0c82488a-d5ef-44d9-bef4-b4cc69bf7f6c tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Volume info retrieved successfully. [ 1169.947597] [55397]: INFO cinder.api.openstack.wsgi [None req-0c82488a-d5ef-44d9-bef4-b4cc69bf7f6c tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] http://10.180.1.21/volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 returned with HTTP 200 [ 1169.948071] [55397]: [pid: 55397|app: 0|req: 267/510] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:04:32 2025] GET /volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 => generated 842 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1170.958698] [55398]: DEBUG cinder.api.middleware.request_id [None req-ecb41d48-f87c-42a1-9875-2927fa452bdb None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1170.960900] [55398]: INFO cinder.api.openstack.wsgi [None req-ecb41d48-f87c-42a1-9875-2927fa452bdb tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] GET http://10.180.1.21/volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 [ 1170.961207] [55398]: DEBUG cinder.api.openstack.wsgi [None req-ecb41d48-f87c-42a1-9875-2927fa452bdb tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1170.961421] [55398]: DEBUG cinder.api.openstack.wsgi [None req-ecb41d48-f87c-42a1-9875-2927fa452bdb tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1170.973939] [55398]: /opt/stack/data/venv/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. [ 1170.973939] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1170.978713] [55398]: INFO cinder.volume.api [None req-ecb41d48-f87c-42a1-9875-2927fa452bdb tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Volume info retrieved successfully. [ 1170.984182] [55398]: INFO cinder.api.openstack.wsgi [None req-ecb41d48-f87c-42a1-9875-2927fa452bdb tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] http://10.180.1.21/volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 returned with HTTP 200 [ 1170.984644] [55398]: [pid: 55398|app: 0|req: 244/511] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:04:33 2025] GET /volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 => generated 842 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1172.004967] [55397]: DEBUG cinder.api.middleware.request_id [None req-0252937a-5fd7-4149-b2c1-8dc3c943b7ef None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1172.007275] [55397]: INFO cinder.api.openstack.wsgi [None req-0252937a-5fd7-4149-b2c1-8dc3c943b7ef tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] GET http://10.180.1.21/volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 [ 1172.007510] [55397]: DEBUG cinder.api.openstack.wsgi [None req-0252937a-5fd7-4149-b2c1-8dc3c943b7ef tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1172.007821] [55397]: DEBUG cinder.api.openstack.wsgi [None req-0252937a-5fd7-4149-b2c1-8dc3c943b7ef tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1172.017477] [55397]: /opt/stack/data/venv/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. [ 1172.017477] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1172.020369] [55397]: INFO cinder.api.openstack.wsgi [None req-0252937a-5fd7-4149-b2c1-8dc3c943b7ef tempest-DeleteServersTestJSON-1541253569 tempest-DeleteServersTestJSON-1541253569-project-member] http://10.180.1.21/volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 returned with HTTP 404 [ 1172.020975] [55397]: [pid: 55397|app: 0|req: 268/512] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:04:34 2025] GET /volume/v3/volumes/0bceb8a6-ea11-4bf7-9f44-f543c4a23bb0 => generated 109 bytes in 16 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) [ 1177.844176] [55398]: DEBUG cinder.api.middleware.request_id [req-0dba31ec-7367-4462-ad14-636d348b9df2 req-50e24e17-b6fe-4ac5-b0d1-feb42468a783 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1177.847409] [55398]: INFO cinder.api.openstack.wsgi [req-0dba31ec-7367-4462-ad14-636d348b9df2 req-50e24e17-b6fe-4ac5-b0d1-feb42468a783 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] GET http://10.180.1.21/volume/v3/volumes/7be5a52c-a912-4b5b-a198-154a95e9dcd0 [ 1177.847920] [55398]: DEBUG cinder.api.openstack.wsgi [req-0dba31ec-7367-4462-ad14-636d348b9df2 req-50e24e17-b6fe-4ac5-b0d1-feb42468a783 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1177.848316] [55398]: DEBUG cinder.api.openstack.wsgi [req-0dba31ec-7367-4462-ad14-636d348b9df2 req-50e24e17-b6fe-4ac5-b0d1-feb42468a783 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1177.862853] [55398]: /opt/stack/data/venv/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. [ 1177.862853] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1177.867652] [55398]: INFO cinder.volume.api [req-0dba31ec-7367-4462-ad14-636d348b9df2 req-50e24e17-b6fe-4ac5-b0d1-feb42468a783 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Volume info retrieved successfully. [ 1177.877126] [55398]: INFO cinder.api.openstack.wsgi [req-0dba31ec-7367-4462-ad14-636d348b9df2 req-50e24e17-b6fe-4ac5-b0d1-feb42468a783 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] http://10.180.1.21/volume/v3/volumes/7be5a52c-a912-4b5b-a198-154a95e9dcd0 returned with HTTP 200 [ 1177.877126] [55398]: [pid: 55398|app: 0|req: 245/513] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 18:04:40 2025] GET /volume/v3/volumes/7be5a52c-a912-4b5b-a198-154a95e9dcd0 => generated 848 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1177.895965] [55397]: DEBUG cinder.api.middleware.request_id [None req-eb528a0d-05af-4c91-89c3-59f8246e298d None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1177.896467] [55397]: INFO cinder.api.openstack.wsgi [None req-eb528a0d-05af-4c91-89c3-59f8246e298d None None] GET http://10.180.1.21/volume// [ 1177.896652] [55397]: DEBUG cinder.api.openstack.wsgi [None req-eb528a0d-05af-4c91-89c3-59f8246e298d None None] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1177.896876] [55397]: DEBUG cinder.api.openstack.wsgi [None req-eb528a0d-05af-4c91-89c3-59f8246e298d None None] Calling method 'all' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1177.897336] [55397]: INFO cinder.api.openstack.wsgi [None req-eb528a0d-05af-4c91-89c3-59f8246e298d None None] http://10.180.1.21/volume// returned with HTTP 300 [ 1177.897801] [55397]: [pid: 55397|app: 0|req: 269/514] 10.180.1.21 () {58 vars in 1299 bytes} [Thu Feb 20 18:04:40 2025] GET /volume/ => generated 386 bytes in 2 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) [ 1177.904814] [55398]: DEBUG cinder.api.middleware.request_id [req-0dba31ec-7367-4462-ad14-636d348b9df2 req-79f1e4e8-eba4-497b-88a2-c9d019d330d6 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1177.907696] [55398]: INFO cinder.api.openstack.wsgi [req-0dba31ec-7367-4462-ad14-636d348b9df2 req-79f1e4e8-eba4-497b-88a2-c9d019d330d6 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] POST http://10.180.1.21/volume/v3/attachments [ 1177.907696] [55398]: DEBUG cinder.api.openstack.wsgi [req-0dba31ec-7367-4462-ad14-636d348b9df2 req-79f1e4e8-eba4-497b-88a2-c9d019d330d6 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Action: 'create', calling method: version_select, body: {"attachment": {"volume_uuid": "7be5a52c-a912-4b5b-a198-154a95e9dcd0", "connector": null, "instance_uuid": "e5767896-8203-4b18-826f-dcb2fe02268e"}} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 1177.922761] [55398]: /opt/stack/data/venv/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. [ 1177.922761] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1177.965395] [55398]: INFO cinder.api.openstack.wsgi [req-0dba31ec-7367-4462-ad14-636d348b9df2 req-79f1e4e8-eba4-497b-88a2-c9d019d330d6 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] http://10.180.1.21/volume/v3/attachments returned with HTTP 200 [ 1177.966309] [55398]: [pid: 55398|app: 0|req: 246/515] 10.180.1.21 () {66 vars in 1474 bytes} [Thu Feb 20 18:04:40 2025] POST /volume/v3/attachments => generated 273 bytes in 65 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1178.000408] [55397]: DEBUG cinder.api.middleware.request_id [req-0dba31ec-7367-4462-ad14-636d348b9df2 req-3709d561-357e-4a62-ba33-3996c7ffb3b7 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1178.003530] [55397]: INFO cinder.api.openstack.wsgi [req-0dba31ec-7367-4462-ad14-636d348b9df2 req-3709d561-357e-4a62-ba33-3996c7ffb3b7 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] POST http://10.180.1.21/volume/v3/attachments/a859c307-632a-4551-b978-f2219f0757b0/action [ 1178.005258] [55397]: DEBUG cinder.api.openstack.wsgi [req-0dba31ec-7367-4462-ad14-636d348b9df2 req-3709d561-357e-4a62-ba33-3996c7ffb3b7 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Action body: b'{"os-complete": null}' {{(pid=55397) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} [ 1178.005258] [55397]: DEBUG cinder.api.openstack.wsgi [req-0dba31ec-7367-4462-ad14-636d348b9df2 req-3709d561-357e-4a62-ba33-3996c7ffb3b7 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Action: 'action', calling method: complete, body: {"os-complete": null} {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 1178.022852] [55397]: /opt/stack/data/venv/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. [ 1178.022852] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1178.032527] [55397]: INFO cinder.api.openstack.wsgi [req-0dba31ec-7367-4462-ad14-636d348b9df2 req-3709d561-357e-4a62-ba33-3996c7ffb3b7 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] http://10.180.1.21/volume/v3/attachments/a859c307-632a-4551-b978-f2219f0757b0/action returned with HTTP 204 [ 1178.033130] [55397]: [pid: 55397|app: 0|req: 270/516] 10.180.1.21 () {66 vars in 1605 bytes} [Thu Feb 20 18:04:40 2025] POST /volume/v3/attachments/a859c307-632a-4551-b978-f2219f0757b0/action => generated 0 bytes in 33 msecs (HTTP/1.1 204) 7 headers in 292 bytes (1 switches on core 0) [ 1178.057907] [55398]: DEBUG cinder.api.middleware.request_id [None req-9c804d46-347b-47df-bf55-f8f11e200cd2 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1178.059911] [55398]: INFO cinder.api.openstack.wsgi [None req-9c804d46-347b-47df-bf55-f8f11e200cd2 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] GET http://10.180.1.21/volume/v3/volumes/7be5a52c-a912-4b5b-a198-154a95e9dcd0 [ 1178.060163] [55398]: DEBUG cinder.api.openstack.wsgi [None req-9c804d46-347b-47df-bf55-f8f11e200cd2 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1178.060456] [55398]: DEBUG cinder.api.openstack.wsgi [None req-9c804d46-347b-47df-bf55-f8f11e200cd2 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1178.075696] [55398]: /opt/stack/data/venv/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. [ 1178.075696] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1178.083153] [55398]: INFO cinder.volume.api [None req-9c804d46-347b-47df-bf55-f8f11e200cd2 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Volume info retrieved successfully. [ 1178.094170] [55398]: INFO cinder.api.openstack.wsgi [None req-9c804d46-347b-47df-bf55-f8f11e200cd2 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] http://10.180.1.21/volume/v3/volumes/7be5a52c-a912-4b5b-a198-154a95e9dcd0 returned with HTTP 200 [ 1178.094170] [55398]: [pid: 55398|app: 0|req: 247/517] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:04:40 2025] GET /volume/v3/volumes/7be5a52c-a912-4b5b-a198-154a95e9dcd0 => generated 1110 bytes in 36 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1178.103439] [55397]: DEBUG cinder.api.middleware.request_id [None req-951eb38a-f434-4656-a2a1-169cdfe1b263 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1178.105691] [55397]: INFO cinder.api.openstack.wsgi [None req-951eb38a-f434-4656-a2a1-169cdfe1b263 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] GET http://10.180.1.21/volume/v3/volumes/7be5a52c-a912-4b5b-a198-154a95e9dcd0 [ 1178.105904] [55397]: DEBUG cinder.api.openstack.wsgi [None req-951eb38a-f434-4656-a2a1-169cdfe1b263 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1178.106131] [55397]: DEBUG cinder.api.openstack.wsgi [None req-951eb38a-f434-4656-a2a1-169cdfe1b263 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1178.118927] [55397]: /opt/stack/data/venv/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. [ 1178.118927] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1178.122821] [55397]: INFO cinder.volume.api [None req-951eb38a-f434-4656-a2a1-169cdfe1b263 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Volume info retrieved successfully. [ 1178.127484] [55397]: INFO cinder.api.openstack.wsgi [None req-951eb38a-f434-4656-a2a1-169cdfe1b263 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] http://10.180.1.21/volume/v3/volumes/7be5a52c-a912-4b5b-a198-154a95e9dcd0 returned with HTTP 200 [ 1178.127902] [55397]: [pid: 55397|app: 0|req: 271/518] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:04:40 2025] GET /volume/v3/volumes/7be5a52c-a912-4b5b-a198-154a95e9dcd0 => generated 1110 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1178.179373] [55398]: DEBUG cinder.api.middleware.request_id [req-ca4c43a2-809c-4185-8833-63ebb780bf41 req-9d7b8e6b-cd9f-4de6-93fe-cfa6cd3a0130 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1178.182983] [55398]: INFO cinder.api.openstack.wsgi [req-ca4c43a2-809c-4185-8833-63ebb780bf41 req-9d7b8e6b-cd9f-4de6-93fe-cfa6cd3a0130 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] GET http://10.180.1.21/volume/v3/volumes/7be5a52c-a912-4b5b-a198-154a95e9dcd0 [ 1178.183200] [55398]: DEBUG cinder.api.openstack.wsgi [req-ca4c43a2-809c-4185-8833-63ebb780bf41 req-9d7b8e6b-cd9f-4de6-93fe-cfa6cd3a0130 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1178.183497] [55398]: DEBUG cinder.api.openstack.wsgi [req-ca4c43a2-809c-4185-8833-63ebb780bf41 req-9d7b8e6b-cd9f-4de6-93fe-cfa6cd3a0130 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1178.203630] [55398]: /opt/stack/data/venv/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. [ 1178.203630] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1178.207799] [55398]: INFO cinder.volume.api [req-ca4c43a2-809c-4185-8833-63ebb780bf41 req-9d7b8e6b-cd9f-4de6-93fe-cfa6cd3a0130 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Volume info retrieved successfully. [ 1178.212987] [55398]: INFO cinder.api.openstack.wsgi [req-ca4c43a2-809c-4185-8833-63ebb780bf41 req-9d7b8e6b-cd9f-4de6-93fe-cfa6cd3a0130 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] http://10.180.1.21/volume/v3/volumes/7be5a52c-a912-4b5b-a198-154a95e9dcd0 returned with HTTP 200 [ 1178.213523] [55398]: [pid: 55398|app: 0|req: 248/519] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 18:04:41 2025] GET /volume/v3/volumes/7be5a52c-a912-4b5b-a198-154a95e9dcd0 => generated 1110 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1178.237199] [55397]: DEBUG cinder.api.middleware.request_id [req-ca4c43a2-809c-4185-8833-63ebb780bf41 req-f38beb6a-ff8e-43ec-97fd-5c965262fada None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1178.240171] [55397]: INFO cinder.api.openstack.wsgi [req-ca4c43a2-809c-4185-8833-63ebb780bf41 req-f38beb6a-ff8e-43ec-97fd-5c965262fada tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] DELETE http://10.180.1.21/volume/v3/attachments/a859c307-632a-4551-b978-f2219f0757b0 [ 1178.240512] [55397]: DEBUG cinder.api.openstack.wsgi [req-ca4c43a2-809c-4185-8833-63ebb780bf41 req-f38beb6a-ff8e-43ec-97fd-5c965262fada tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1178.240881] [55397]: DEBUG cinder.api.openstack.wsgi [req-ca4c43a2-809c-4185-8833-63ebb780bf41 req-f38beb6a-ff8e-43ec-97fd-5c965262fada tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Calling method 'version_select' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1178.250675] [55397]: /opt/stack/data/venv/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. [ 1178.250675] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1178.796391] [55398]: DEBUG cinder.api.middleware.request_id [None req-718cc364-c0f0-4788-b143-7bd368b45ff3 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1178.796514] [55397]: INFO cinder.api.openstack.wsgi [req-ca4c43a2-809c-4185-8833-63ebb780bf41 req-f38beb6a-ff8e-43ec-97fd-5c965262fada tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] http://10.180.1.21/volume/v3/attachments/a859c307-632a-4551-b978-f2219f0757b0 returned with HTTP 200 [ 1178.797034] [55397]: [pid: 55397|app: 0|req: 272/520] 10.180.1.21 () {64 vars in 1553 bytes} [Thu Feb 20 18:04:41 2025] DELETE /volume/v3/attachments/a859c307-632a-4551-b978-f2219f0757b0 => generated 19 bytes in 560 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1178.821472] [55397]: DEBUG cinder.api.middleware.request_id [None req-28d0949c-1ef5-4136-82c5-3c5167266643 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1178.823575] [55397]: INFO cinder.api.openstack.wsgi [None req-28d0949c-1ef5-4136-82c5-3c5167266643 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] GET http://10.180.1.21/volume/v3/volumes/7be5a52c-a912-4b5b-a198-154a95e9dcd0 [ 1178.823879] [55397]: DEBUG cinder.api.openstack.wsgi [None req-28d0949c-1ef5-4136-82c5-3c5167266643 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1178.824166] [55397]: DEBUG cinder.api.openstack.wsgi [None req-28d0949c-1ef5-4136-82c5-3c5167266643 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1178.834024] [55397]: /opt/stack/data/venv/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. [ 1178.834024] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1178.836578] [55397]: INFO cinder.volume.api [None req-28d0949c-1ef5-4136-82c5-3c5167266643 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Volume info retrieved successfully. [ 1178.842630] [55397]: INFO cinder.api.openstack.wsgi [None req-28d0949c-1ef5-4136-82c5-3c5167266643 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] http://10.180.1.21/volume/v3/volumes/7be5a52c-a912-4b5b-a198-154a95e9dcd0 returned with HTTP 200 [ 1178.843409] [55397]: [pid: 55397|app: 0|req: 273/521] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:04:41 2025] GET /volume/v3/volumes/7be5a52c-a912-4b5b-a198-154a95e9dcd0 => generated 848 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) [ 1178.855439] [55398]: INFO cinder.api.openstack.wsgi [None req-718cc364-c0f0-4788-b143-7bd368b45ff3 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] POST http://10.180.1.21/volume/v3/volumes [ 1178.856376] [55398]: DEBUG cinder.api.openstack.wsgi [None req-718cc364-c0f0-4788-b143-7bd368b45ff3 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Action: 'create', calling method: create, body: {"volume": {"metadata": {"Type": "work"}, "size": 1, "display_name": "tempest-VolumesTestJSON-volume-1605735862"}} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 1178.858114] [55398]: DEBUG cinder.api.v3.volumes [None req-718cc364-c0f0-4788-b143-7bd368b45ff3 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Create volume request body: {'volume': {'metadata': {'Type': 'work'}, 'size': 1, 'display_name': 'tempest-VolumesTestJSON-volume-1605735862'}} {{(pid=55398) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} [ 1178.858261] [55398]: INFO cinder.api.v3.volumes [None req-718cc364-c0f0-4788-b143-7bd368b45ff3 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Create volume of 1 GB [ 1178.867861] [55398]: INFO cinder.volume.api [None req-718cc364-c0f0-4788-b143-7bd368b45ff3 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Availability Zones retrieved successfully. [ 1178.875308] [55398]: DEBUG cinder.volume.api [None req-718cc364-c0f0-4788-b143-7bd368b45ff3 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Flow 'volume_create_api' (dc284122-0dca-4cf6-8990-fc99f840c7d0) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 1178.875979] [55398]: DEBUG cinder.volume.api [None req-718cc364-c0f0-4788-b143-7bd368b45ff3 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (37563d0e-db3c-4a55-87b0-107a41bb1dde) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1178.877132] [55398]: DEBUG cinder.volume.flows.api.create_volume [None req-718cc364-c0f0-4788-b143-7bd368b45ff3 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Validating volume size '1' using validate_int {{(pid=55398) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} [ 1178.908658] [55398]: DEBUG cinder.volume.api [None req-718cc364-c0f0-4788-b143-7bd368b45ff3 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (37563d0e-db3c-4a55-87b0-107a41bb1dde) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-02-20T17:52:11Z,deleted=False,deleted_at=None,description=None,extra_specs={volume_backend_name='vsphere'},id=d5fd08cf-4175-412e-a261-cecd156def0d,is_public=True,name='vsphere',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'd5fd08cf-4175-412e-a261-cecd156def0d', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1178.909731] [55398]: DEBUG cinder.volume.api [None req-718cc364-c0f0-4788-b143-7bd368b45ff3 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (deb45b8e-a5cc-4823-959f-d3603aa047b2) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1178.960846] [55398]: DEBUG cinder.quota [None req-718cc364-c0f0-4788-b143-7bd368b45ff3 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Created reservations ['3724c5cc-7cf2-4e52-9617-0746be0ee430', 'd011cdaa-8e73-405f-a2b2-38ec7ed89184', 'ab3f2122-84aa-4668-aa12-37830f41226d', 'c254cc8b-882a-47b0-af03-e5c2b6bb303d'] {{(pid=55398) reserve /opt/stack/cinder/cinder/quota.py:752}} [ 1178.961987] [55398]: DEBUG cinder.volume.api [None req-718cc364-c0f0-4788-b143-7bd368b45ff3 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (deb45b8e-a5cc-4823-959f-d3603aa047b2) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['3724c5cc-7cf2-4e52-9617-0746be0ee430', 'd011cdaa-8e73-405f-a2b2-38ec7ed89184', 'ab3f2122-84aa-4668-aa12-37830f41226d', 'c254cc8b-882a-47b0-af03-e5c2b6bb303d']}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1178.963018] [55398]: DEBUG cinder.volume.api [None req-718cc364-c0f0-4788-b143-7bd368b45ff3 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (d180d749-0f03-43b3-a05e-a343c3034cf1) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1178.981610] [55398]: DEBUG cinder.volume.api [None req-718cc364-c0f0-4788-b143-7bd368b45ff3 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (d180d749-0f03-43b3-a05e-a343c3034cf1) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'f062cc97-e02c-4a5d-954f-c0794c564485', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesTestJSON-volume-1605735862',encryption_key_id=None,group_id=None,group_type_id=,metadata={Type='work'},multiattach=False,project_id='f737a177c57c4994983aba508451246f',qos_specs=None,replication_status=,reservations=['3724c5cc-7cf2-4e52-9617-0746be0ee430','d011cdaa-8e73-405f-a2b2-38ec7ed89184','ab3f2122-84aa-4668-aa12-37830f41226d','c254cc8b-882a-47b0-af03-e5c2b6bb303d'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='542e98cb833e4d1980512f672f4a3371',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d), 'volume': Volume(_name_id=None,admin_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-02-20T18:04:41Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTestJSON-volume-1605735862',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=f062cc97-e02c-4a5d-954f-c0794c564485,launched_at=None,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='f737a177c57c4994983aba508451246f',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='542e98cb833e4d1980512f672f4a3371',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(d5fd08cf-4175-412e-a261-cecd156def0d),volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1178.982800] [55398]: DEBUG cinder.volume.api [None req-718cc364-c0f0-4788-b143-7bd368b45ff3 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (85894c26-0d71-474a-b638-2e2d08bcffd0) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1178.998831] [55398]: DEBUG cinder.volume.api [None req-718cc364-c0f0-4788-b143-7bd368b45ff3 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (85894c26-0d71-474a-b638-2e2d08bcffd0) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesTestJSON-volume-1605735862',encryption_key_id=None,group_id=None,group_type_id=,metadata={Type='work'},multiattach=False,project_id='f737a177c57c4994983aba508451246f',qos_specs=None,replication_status=,reservations=['3724c5cc-7cf2-4e52-9617-0746be0ee430','d011cdaa-8e73-405f-a2b2-38ec7ed89184','ab3f2122-84aa-4668-aa12-37830f41226d','c254cc8b-882a-47b0-af03-e5c2b6bb303d'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='542e98cb833e4d1980512f672f4a3371',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1178.999859] [55398]: DEBUG cinder.volume.api [None req-718cc364-c0f0-4788-b143-7bd368b45ff3 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (966375af-60a1-4d31-aa73-c8666efabbc3) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1179.010840] [55398]: DEBUG cinder.volume.api [None req-718cc364-c0f0-4788-b143-7bd368b45ff3 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (966375af-60a1-4d31-aa73-c8666efabbc3) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1179.011955] [55398]: DEBUG cinder.volume.api [None req-718cc364-c0f0-4788-b143-7bd368b45ff3 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Flow 'volume_create_api' (dc284122-0dca-4cf6-8990-fc99f840c7d0) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=55398) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 1179.012328] [55398]: INFO cinder.volume.api [None req-718cc364-c0f0-4788-b143-7bd368b45ff3 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Create volume request issued successfully. [ 1179.012998] [55398]: INFO cinder.api.openstack.wsgi [None req-718cc364-c0f0-4788-b143-7bd368b45ff3 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] http://10.180.1.21/volume/v3/volumes returned with HTTP 202 [ 1179.013525] [55398]: [pid: 55398|app: 0|req: 249/522] 10.180.1.21 () {60 vars in 1136 bytes} [Thu Feb 20 18:04:41 2025] POST /volume/v3/volumes => generated 759 bytes in 218 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) [ 1179.022860] [55397]: DEBUG cinder.api.middleware.request_id [None req-04513963-d9c9-4ab1-b605-ab87d607c257 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1179.025008] [55397]: INFO cinder.api.openstack.wsgi [None req-04513963-d9c9-4ab1-b605-ab87d607c257 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] GET http://10.180.1.21/volume/v3/volumes/f062cc97-e02c-4a5d-954f-c0794c564485 [ 1179.025247] [55397]: DEBUG cinder.api.openstack.wsgi [None req-04513963-d9c9-4ab1-b605-ab87d607c257 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1179.025505] [55397]: DEBUG cinder.api.openstack.wsgi [None req-04513963-d9c9-4ab1-b605-ab87d607c257 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1179.034758] [55397]: /opt/stack/data/venv/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. [ 1179.034758] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1179.039785] [55397]: INFO cinder.volume.api [None req-04513963-d9c9-4ab1-b605-ab87d607c257 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Volume info retrieved successfully. [ 1179.045070] [55397]: INFO cinder.api.openstack.wsgi [None req-04513963-d9c9-4ab1-b605-ab87d607c257 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] http://10.180.1.21/volume/v3/volumes/f062cc97-e02c-4a5d-954f-c0794c564485 returned with HTTP 200 [ 1179.045557] [55397]: [pid: 55397|app: 0|req: 274/523] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:04:41 2025] GET /volume/v3/volumes/f062cc97-e02c-4a5d-954f-c0794c564485 => generated 827 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) [ 1180.057711] [55398]: DEBUG cinder.api.middleware.request_id [None req-f23af337-ecd6-43d3-a56d-076428e56037 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1180.059944] [55398]: INFO cinder.api.openstack.wsgi [None req-f23af337-ecd6-43d3-a56d-076428e56037 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] GET http://10.180.1.21/volume/v3/volumes/f062cc97-e02c-4a5d-954f-c0794c564485 [ 1180.060189] [55398]: DEBUG cinder.api.openstack.wsgi [None req-f23af337-ecd6-43d3-a56d-076428e56037 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1180.060404] [55398]: DEBUG cinder.api.openstack.wsgi [None req-f23af337-ecd6-43d3-a56d-076428e56037 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1180.070997] [55398]: /opt/stack/data/venv/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. [ 1180.070997] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1180.075054] [55398]: INFO cinder.volume.api [None req-f23af337-ecd6-43d3-a56d-076428e56037 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Volume info retrieved successfully. [ 1180.079841] [55398]: INFO cinder.api.openstack.wsgi [None req-f23af337-ecd6-43d3-a56d-076428e56037 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] http://10.180.1.21/volume/v3/volumes/f062cc97-e02c-4a5d-954f-c0794c564485 returned with HTTP 200 [ 1180.080232] [55398]: [pid: 55398|app: 0|req: 250/524] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:04:42 2025] GET /volume/v3/volumes/f062cc97-e02c-4a5d-954f-c0794c564485 => generated 852 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1180.097958] [55397]: DEBUG cinder.api.middleware.request_id [req-b0971748-21be-4079-9db6-1af2078517b3 req-cd318b9a-e469-4d7e-a937-3c15a1a88994 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1180.100142] [55397]: INFO cinder.api.openstack.wsgi [req-b0971748-21be-4079-9db6-1af2078517b3 req-cd318b9a-e469-4d7e-a937-3c15a1a88994 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] GET http://10.180.1.21/volume/v3/volumes/f062cc97-e02c-4a5d-954f-c0794c564485 [ 1180.101097] [55397]: DEBUG cinder.api.openstack.wsgi [req-b0971748-21be-4079-9db6-1af2078517b3 req-cd318b9a-e469-4d7e-a937-3c15a1a88994 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1180.101097] [55397]: DEBUG cinder.api.openstack.wsgi [req-b0971748-21be-4079-9db6-1af2078517b3 req-cd318b9a-e469-4d7e-a937-3c15a1a88994 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1180.108038] [55397]: /opt/stack/data/venv/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. [ 1180.108038] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1180.111970] [55397]: INFO cinder.volume.api [req-b0971748-21be-4079-9db6-1af2078517b3 req-cd318b9a-e469-4d7e-a937-3c15a1a88994 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Volume info retrieved successfully. [ 1180.116131] [55397]: INFO cinder.api.openstack.wsgi [req-b0971748-21be-4079-9db6-1af2078517b3 req-cd318b9a-e469-4d7e-a937-3c15a1a88994 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] http://10.180.1.21/volume/v3/volumes/f062cc97-e02c-4a5d-954f-c0794c564485 returned with HTTP 200 [ 1180.116602] [55397]: [pid: 55397|app: 0|req: 275/525] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 18:04:42 2025] GET /volume/v3/volumes/f062cc97-e02c-4a5d-954f-c0794c564485 => generated 852 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1180.123615] [55398]: DEBUG cinder.api.middleware.request_id [None req-f10c5fea-d93c-4b34-8be7-5584382044a8 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1180.125810] [55398]: INFO cinder.api.openstack.wsgi [None req-f10c5fea-d93c-4b34-8be7-5584382044a8 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] POST http://10.180.1.21/volume/v3/volumes [ 1180.126209] [55398]: DEBUG cinder.api.openstack.wsgi [None req-f10c5fea-d93c-4b34-8be7-5584382044a8 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Action: 'create', calling method: create, body: {"volume": {"metadata": {"Type": "work"}, "size": 1, "display_name": "tempest-VolumesTestJSON-volume-1124585148"}} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 1180.127890] [55398]: DEBUG cinder.api.v3.volumes [None req-f10c5fea-d93c-4b34-8be7-5584382044a8 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Create volume request body: {'volume': {'metadata': {'Type': 'work'}, 'size': 1, 'display_name': 'tempest-VolumesTestJSON-volume-1124585148'}} {{(pid=55398) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} [ 1180.128038] [55398]: INFO cinder.api.v3.volumes [None req-f10c5fea-d93c-4b34-8be7-5584382044a8 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Create volume of 1 GB [ 1180.132008] [55398]: INFO cinder.volume.api [None req-f10c5fea-d93c-4b34-8be7-5584382044a8 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Availability Zones retrieved successfully. [ 1180.138575] [55398]: DEBUG cinder.volume.api [None req-f10c5fea-d93c-4b34-8be7-5584382044a8 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Flow 'volume_create_api' (beba6344-bb40-4537-9a49-24c3b5e9d9a4) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 1180.139771] [55398]: DEBUG cinder.volume.api [None req-f10c5fea-d93c-4b34-8be7-5584382044a8 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (c656b78e-2803-4861-8a26-fe375d051097) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1180.140879] [55398]: DEBUG cinder.volume.flows.api.create_volume [None req-f10c5fea-d93c-4b34-8be7-5584382044a8 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Validating volume size '1' using validate_int {{(pid=55398) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} [ 1180.159365] [55398]: DEBUG cinder.volume.api [None req-f10c5fea-d93c-4b34-8be7-5584382044a8 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (c656b78e-2803-4861-8a26-fe375d051097) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-02-20T17:52:11Z,deleted=False,deleted_at=None,description=None,extra_specs={volume_backend_name='vsphere'},id=d5fd08cf-4175-412e-a261-cecd156def0d,is_public=True,name='vsphere',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'd5fd08cf-4175-412e-a261-cecd156def0d', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1180.159450] [55398]: DEBUG cinder.volume.api [None req-f10c5fea-d93c-4b34-8be7-5584382044a8 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (9a5e6dd1-c428-4e53-8cef-aff55891a52a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1180.187135] [55398]: DEBUG cinder.quota [None req-f10c5fea-d93c-4b34-8be7-5584382044a8 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Created reservations ['21797a75-649f-47fd-83dc-c908b8d2bcf4', '266303e4-049a-4d12-89b8-8121446f3d1c', 'd322a98f-7d92-4c55-a72c-d958a520a1b8', 'ca077ea0-5e48-4ac8-8c29-341e1a13c515'] {{(pid=55398) reserve /opt/stack/cinder/cinder/quota.py:752}} [ 1180.188053] [55398]: DEBUG cinder.volume.api [None req-f10c5fea-d93c-4b34-8be7-5584382044a8 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (9a5e6dd1-c428-4e53-8cef-aff55891a52a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['21797a75-649f-47fd-83dc-c908b8d2bcf4', '266303e4-049a-4d12-89b8-8121446f3d1c', 'd322a98f-7d92-4c55-a72c-d958a520a1b8', 'ca077ea0-5e48-4ac8-8c29-341e1a13c515']}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1180.189076] [55398]: DEBUG cinder.volume.api [None req-f10c5fea-d93c-4b34-8be7-5584382044a8 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (f862dcc7-0b6c-42ef-9041-69fbfbfd7225) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1180.202793] [55398]: DEBUG cinder.volume.api [None req-f10c5fea-d93c-4b34-8be7-5584382044a8 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (f862dcc7-0b6c-42ef-9041-69fbfbfd7225) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': 'a6cf549e-47c6-4d40-b6f8-572b1c4e71ad', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesTestJSON-volume-1124585148',encryption_key_id=None,group_id=None,group_type_id=,metadata={Type='work'},multiattach=False,project_id='f737a177c57c4994983aba508451246f',qos_specs=None,replication_status=,reservations=['21797a75-649f-47fd-83dc-c908b8d2bcf4','266303e4-049a-4d12-89b8-8121446f3d1c','d322a98f-7d92-4c55-a72c-d958a520a1b8','ca077ea0-5e48-4ac8-8c29-341e1a13c515'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='542e98cb833e4d1980512f672f4a3371',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d), 'volume': Volume(_name_id=None,admin_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-02-20T18:04:43Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTestJSON-volume-1124585148',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=a6cf549e-47c6-4d40-b6f8-572b1c4e71ad,launched_at=None,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='f737a177c57c4994983aba508451246f',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='542e98cb833e4d1980512f672f4a3371',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(d5fd08cf-4175-412e-a261-cecd156def0d),volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1180.203631] [55398]: DEBUG cinder.volume.api [None req-f10c5fea-d93c-4b34-8be7-5584382044a8 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (c84c9f6e-aae4-44ea-a3f5-df49e3d7bed8) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1180.217479] [55398]: DEBUG cinder.volume.api [None req-f10c5fea-d93c-4b34-8be7-5584382044a8 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (c84c9f6e-aae4-44ea-a3f5-df49e3d7bed8) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesTestJSON-volume-1124585148',encryption_key_id=None,group_id=None,group_type_id=,metadata={Type='work'},multiattach=False,project_id='f737a177c57c4994983aba508451246f',qos_specs=None,replication_status=,reservations=['21797a75-649f-47fd-83dc-c908b8d2bcf4','266303e4-049a-4d12-89b8-8121446f3d1c','d322a98f-7d92-4c55-a72c-d958a520a1b8','ca077ea0-5e48-4ac8-8c29-341e1a13c515'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='542e98cb833e4d1980512f672f4a3371',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1180.217934] [55398]: DEBUG cinder.volume.api [None req-f10c5fea-d93c-4b34-8be7-5584382044a8 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (009aeec9-a96a-45fb-9c81-eded9b0898b4) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1180.225245] [55398]: DEBUG cinder.volume.api [None req-f10c5fea-d93c-4b34-8be7-5584382044a8 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (009aeec9-a96a-45fb-9c81-eded9b0898b4) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1180.226270] [55398]: DEBUG cinder.volume.api [None req-f10c5fea-d93c-4b34-8be7-5584382044a8 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Flow 'volume_create_api' (beba6344-bb40-4537-9a49-24c3b5e9d9a4) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=55398) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 1180.226653] [55398]: INFO cinder.volume.api [None req-f10c5fea-d93c-4b34-8be7-5584382044a8 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Create volume request issued successfully. [ 1180.227351] [55398]: INFO cinder.api.openstack.wsgi [None req-f10c5fea-d93c-4b34-8be7-5584382044a8 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] http://10.180.1.21/volume/v3/volumes returned with HTTP 202 [ 1180.227788] [55398]: [pid: 55398|app: 0|req: 251/526] 10.180.1.21 () {60 vars in 1136 bytes} [Thu Feb 20 18:04:42 2025] POST /volume/v3/volumes => generated 759 bytes in 105 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) [ 1180.236184] [55397]: DEBUG cinder.api.middleware.request_id [None req-dbba419b-49e0-4e06-9548-68a02f2e690e None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1180.238516] [55397]: INFO cinder.api.openstack.wsgi [None req-dbba419b-49e0-4e06-9548-68a02f2e690e tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] GET http://10.180.1.21/volume/v3/volumes/a6cf549e-47c6-4d40-b6f8-572b1c4e71ad [ 1180.238739] [55397]: DEBUG cinder.api.openstack.wsgi [None req-dbba419b-49e0-4e06-9548-68a02f2e690e tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1180.238951] [55397]: DEBUG cinder.api.openstack.wsgi [None req-dbba419b-49e0-4e06-9548-68a02f2e690e tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1180.246510] [55397]: /opt/stack/data/venv/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. [ 1180.246510] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1180.249812] [55397]: INFO cinder.volume.api [None req-dbba419b-49e0-4e06-9548-68a02f2e690e tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Volume info retrieved successfully. [ 1180.254012] [55397]: INFO cinder.api.openstack.wsgi [None req-dbba419b-49e0-4e06-9548-68a02f2e690e tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] http://10.180.1.21/volume/v3/volumes/a6cf549e-47c6-4d40-b6f8-572b1c4e71ad returned with HTTP 200 [ 1180.254368] [55397]: [pid: 55397|app: 0|req: 276/527] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:04:43 2025] GET /volume/v3/volumes/a6cf549e-47c6-4d40-b6f8-572b1c4e71ad => generated 827 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1181.264309] [55398]: DEBUG cinder.api.middleware.request_id [None req-4fae2ea7-7104-4d38-9593-4eae3582a2f0 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1181.266570] [55398]: INFO cinder.api.openstack.wsgi [None req-4fae2ea7-7104-4d38-9593-4eae3582a2f0 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] GET http://10.180.1.21/volume/v3/volumes/a6cf549e-47c6-4d40-b6f8-572b1c4e71ad [ 1181.266797] [55398]: DEBUG cinder.api.openstack.wsgi [None req-4fae2ea7-7104-4d38-9593-4eae3582a2f0 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1181.267017] [55398]: DEBUG cinder.api.openstack.wsgi [None req-4fae2ea7-7104-4d38-9593-4eae3582a2f0 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1181.277469] [55398]: /opt/stack/data/venv/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. [ 1181.277469] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1181.281424] [55398]: INFO cinder.volume.api [None req-4fae2ea7-7104-4d38-9593-4eae3582a2f0 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Volume info retrieved successfully. [ 1181.286220] [55398]: INFO cinder.api.openstack.wsgi [None req-4fae2ea7-7104-4d38-9593-4eae3582a2f0 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] http://10.180.1.21/volume/v3/volumes/a6cf549e-47c6-4d40-b6f8-572b1c4e71ad returned with HTTP 200 [ 1181.286654] [55398]: [pid: 55398|app: 0|req: 252/528] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:04:44 2025] GET /volume/v3/volumes/a6cf549e-47c6-4d40-b6f8-572b1c4e71ad => generated 852 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1181.303191] [55397]: DEBUG cinder.api.middleware.request_id [req-04cb5bdd-69f4-4395-82f8-2d74e97eabc4 req-e69ae09c-edec-4e93-ba31-23fa745efe70 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1181.305516] [55397]: INFO cinder.api.openstack.wsgi [req-04cb5bdd-69f4-4395-82f8-2d74e97eabc4 req-e69ae09c-edec-4e93-ba31-23fa745efe70 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] GET http://10.180.1.21/volume/v3/volumes/a6cf549e-47c6-4d40-b6f8-572b1c4e71ad [ 1181.305736] [55397]: DEBUG cinder.api.openstack.wsgi [req-04cb5bdd-69f4-4395-82f8-2d74e97eabc4 req-e69ae09c-edec-4e93-ba31-23fa745efe70 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1181.305947] [55397]: DEBUG cinder.api.openstack.wsgi [req-04cb5bdd-69f4-4395-82f8-2d74e97eabc4 req-e69ae09c-edec-4e93-ba31-23fa745efe70 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1181.313262] [55397]: /opt/stack/data/venv/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. [ 1181.313262] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1181.316549] [55397]: INFO cinder.volume.api [req-04cb5bdd-69f4-4395-82f8-2d74e97eabc4 req-e69ae09c-edec-4e93-ba31-23fa745efe70 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Volume info retrieved successfully. [ 1181.320520] [55397]: INFO cinder.api.openstack.wsgi [req-04cb5bdd-69f4-4395-82f8-2d74e97eabc4 req-e69ae09c-edec-4e93-ba31-23fa745efe70 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] http://10.180.1.21/volume/v3/volumes/a6cf549e-47c6-4d40-b6f8-572b1c4e71ad returned with HTTP 200 [ 1181.320872] [55397]: [pid: 55397|app: 0|req: 277/529] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 18:04:44 2025] GET /volume/v3/volumes/a6cf549e-47c6-4d40-b6f8-572b1c4e71ad => generated 852 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1181.327497] [55398]: DEBUG cinder.api.middleware.request_id [None req-b676aade-7350-4df6-b183-d5769a352f54 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1181.329396] [55398]: INFO cinder.api.openstack.wsgi [None req-b676aade-7350-4df6-b183-d5769a352f54 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] POST http://10.180.1.21/volume/v3/volumes [ 1181.329763] [55398]: DEBUG cinder.api.openstack.wsgi [None req-b676aade-7350-4df6-b183-d5769a352f54 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Action: 'create', calling method: create, body: {"volume": {"metadata": {"Type": "work"}, "size": 1, "display_name": "tempest-VolumesTestJSON-volume-2096754650"}} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 1181.331407] [55398]: DEBUG cinder.api.v3.volumes [None req-b676aade-7350-4df6-b183-d5769a352f54 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Create volume request body: {'volume': {'metadata': {'Type': 'work'}, 'size': 1, 'display_name': 'tempest-VolumesTestJSON-volume-2096754650'}} {{(pid=55398) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} [ 1181.331546] [55398]: INFO cinder.api.v3.volumes [None req-b676aade-7350-4df6-b183-d5769a352f54 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Create volume of 1 GB [ 1181.335305] [55398]: INFO cinder.volume.api [None req-b676aade-7350-4df6-b183-d5769a352f54 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Availability Zones retrieved successfully. [ 1181.341829] [55398]: DEBUG cinder.volume.api [None req-b676aade-7350-4df6-b183-d5769a352f54 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Flow 'volume_create_api' (1ba290a3-cf0c-4c4c-bf63-74f3c612bdc8) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 1181.342943] [55398]: DEBUG cinder.volume.api [None req-b676aade-7350-4df6-b183-d5769a352f54 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (229e709a-2502-4b6c-9205-ac587fcf2032) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1181.343993] [55398]: DEBUG cinder.volume.flows.api.create_volume [None req-b676aade-7350-4df6-b183-d5769a352f54 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Validating volume size '1' using validate_int {{(pid=55398) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} [ 1181.360686] [55398]: DEBUG cinder.volume.api [None req-b676aade-7350-4df6-b183-d5769a352f54 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (229e709a-2502-4b6c-9205-ac587fcf2032) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-02-20T17:52:11Z,deleted=False,deleted_at=None,description=None,extra_specs={volume_backend_name='vsphere'},id=d5fd08cf-4175-412e-a261-cecd156def0d,is_public=True,name='vsphere',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'd5fd08cf-4175-412e-a261-cecd156def0d', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1181.361623] [55398]: DEBUG cinder.volume.api [None req-b676aade-7350-4df6-b183-d5769a352f54 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (d424840b-9e35-4597-a910-db4cf323b54a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1181.391768] [55398]: DEBUG cinder.quota [None req-b676aade-7350-4df6-b183-d5769a352f54 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Created reservations ['009c1437-006d-4be6-974c-42742587d70d', '3571e887-0fd1-4e53-b4bf-d8cc2ddf9a3a', '3f39d5c7-3eb5-47d2-9997-a50416e7b9ce', '60219e97-c650-4a63-8ec5-ad06fccc36d7'] {{(pid=55398) reserve /opt/stack/cinder/cinder/quota.py:752}} [ 1181.392644] [55398]: DEBUG cinder.volume.api [None req-b676aade-7350-4df6-b183-d5769a352f54 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (d424840b-9e35-4597-a910-db4cf323b54a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['009c1437-006d-4be6-974c-42742587d70d', '3571e887-0fd1-4e53-b4bf-d8cc2ddf9a3a', '3f39d5c7-3eb5-47d2-9997-a50416e7b9ce', '60219e97-c650-4a63-8ec5-ad06fccc36d7']}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1181.393518] [55398]: DEBUG cinder.volume.api [None req-b676aade-7350-4df6-b183-d5769a352f54 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (0aa200f5-44ab-4dc3-b30a-44cd1ae2fe22) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1181.407143] [55398]: DEBUG cinder.volume.api [None req-b676aade-7350-4df6-b183-d5769a352f54 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (0aa200f5-44ab-4dc3-b30a-44cd1ae2fe22) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '2fe3e373-c034-4a7c-a47e-9162eea485cb', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesTestJSON-volume-2096754650',encryption_key_id=None,group_id=None,group_type_id=,metadata={Type='work'},multiattach=False,project_id='f737a177c57c4994983aba508451246f',qos_specs=None,replication_status=,reservations=['009c1437-006d-4be6-974c-42742587d70d','3571e887-0fd1-4e53-b4bf-d8cc2ddf9a3a','3f39d5c7-3eb5-47d2-9997-a50416e7b9ce','60219e97-c650-4a63-8ec5-ad06fccc36d7'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='542e98cb833e4d1980512f672f4a3371',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d), 'volume': Volume(_name_id=None,admin_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-02-20T18:04:44Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-VolumesTestJSON-volume-2096754650',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=2fe3e373-c034-4a7c-a47e-9162eea485cb,launched_at=None,metadata={Type='work'},migration_status=None,multiattach=False,previous_status=None,project_id='f737a177c57c4994983aba508451246f',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='542e98cb833e4d1980512f672f4a3371',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(d5fd08cf-4175-412e-a261-cecd156def0d),volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1181.407957] [55398]: DEBUG cinder.volume.api [None req-b676aade-7350-4df6-b183-d5769a352f54 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (ae707672-01c4-48be-acf5-c4c34969f6c4) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1181.422109] [55398]: DEBUG cinder.volume.api [None req-b676aade-7350-4df6-b183-d5769a352f54 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (ae707672-01c4-48be-acf5-c4c34969f6c4) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-VolumesTestJSON-volume-2096754650',encryption_key_id=None,group_id=None,group_type_id=,metadata={Type='work'},multiattach=False,project_id='f737a177c57c4994983aba508451246f',qos_specs=None,replication_status=,reservations=['009c1437-006d-4be6-974c-42742587d70d','3571e887-0fd1-4e53-b4bf-d8cc2ddf9a3a','3f39d5c7-3eb5-47d2-9997-a50416e7b9ce','60219e97-c650-4a63-8ec5-ad06fccc36d7'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='542e98cb833e4d1980512f672f4a3371',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1181.422952] [55398]: DEBUG cinder.volume.api [None req-b676aade-7350-4df6-b183-d5769a352f54 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (aa4ac8da-8493-43b2-a0d4-b18056cd28ef) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1181.431030] [55398]: DEBUG cinder.volume.api [None req-b676aade-7350-4df6-b183-d5769a352f54 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (aa4ac8da-8493-43b2-a0d4-b18056cd28ef) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1181.432016] [55398]: DEBUG cinder.volume.api [None req-b676aade-7350-4df6-b183-d5769a352f54 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Flow 'volume_create_api' (1ba290a3-cf0c-4c4c-bf63-74f3c612bdc8) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=55398) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 1181.432362] [55398]: INFO cinder.volume.api [None req-b676aade-7350-4df6-b183-d5769a352f54 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Create volume request issued successfully. [ 1181.433016] [55398]: INFO cinder.api.openstack.wsgi [None req-b676aade-7350-4df6-b183-d5769a352f54 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] http://10.180.1.21/volume/v3/volumes returned with HTTP 202 [ 1181.433454] [55398]: [pid: 55398|app: 0|req: 253/530] 10.180.1.21 () {60 vars in 1136 bytes} [Thu Feb 20 18:04:44 2025] POST /volume/v3/volumes => generated 759 bytes in 106 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) [ 1181.441575] [55397]: DEBUG cinder.api.middleware.request_id [None req-96e16306-fe23-4c5d-99d9-a578803f7302 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1181.443719] [55397]: INFO cinder.api.openstack.wsgi [None req-96e16306-fe23-4c5d-99d9-a578803f7302 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] GET http://10.180.1.21/volume/v3/volumes/2fe3e373-c034-4a7c-a47e-9162eea485cb [ 1181.443948] [55397]: DEBUG cinder.api.openstack.wsgi [None req-96e16306-fe23-4c5d-99d9-a578803f7302 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1181.444214] [55397]: DEBUG cinder.api.openstack.wsgi [None req-96e16306-fe23-4c5d-99d9-a578803f7302 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1181.452054] [55397]: /opt/stack/data/venv/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. [ 1181.452054] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1181.455447] [55397]: INFO cinder.volume.api [None req-96e16306-fe23-4c5d-99d9-a578803f7302 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Volume info retrieved successfully. [ 1181.459573] [55397]: INFO cinder.api.openstack.wsgi [None req-96e16306-fe23-4c5d-99d9-a578803f7302 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] http://10.180.1.21/volume/v3/volumes/2fe3e373-c034-4a7c-a47e-9162eea485cb returned with HTTP 200 [ 1181.459925] [55397]: [pid: 55397|app: 0|req: 278/531] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:04:44 2025] GET /volume/v3/volumes/2fe3e373-c034-4a7c-a47e-9162eea485cb => generated 827 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1182.471025] [55398]: DEBUG cinder.api.middleware.request_id [None req-3afcdc4a-35ff-4bdc-9fdb-7855970de3a7 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1182.472911] [55398]: INFO cinder.api.openstack.wsgi [None req-3afcdc4a-35ff-4bdc-9fdb-7855970de3a7 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] GET http://10.180.1.21/volume/v3/volumes/2fe3e373-c034-4a7c-a47e-9162eea485cb [ 1182.473244] [55398]: DEBUG cinder.api.openstack.wsgi [None req-3afcdc4a-35ff-4bdc-9fdb-7855970de3a7 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1182.473362] [55398]: DEBUG cinder.api.openstack.wsgi [None req-3afcdc4a-35ff-4bdc-9fdb-7855970de3a7 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1182.484399] [55398]: /opt/stack/data/venv/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. [ 1182.484399] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1182.488344] [55398]: INFO cinder.volume.api [None req-3afcdc4a-35ff-4bdc-9fdb-7855970de3a7 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Volume info retrieved successfully. [ 1182.492833] [55398]: INFO cinder.api.openstack.wsgi [None req-3afcdc4a-35ff-4bdc-9fdb-7855970de3a7 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] http://10.180.1.21/volume/v3/volumes/2fe3e373-c034-4a7c-a47e-9162eea485cb returned with HTTP 200 [ 1182.493205] [55398]: [pid: 55398|app: 0|req: 254/532] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:04:45 2025] GET /volume/v3/volumes/2fe3e373-c034-4a7c-a47e-9162eea485cb => generated 852 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1182.509539] [55397]: DEBUG cinder.api.middleware.request_id [req-3865da20-5ca3-4423-bcef-f707894aed55 req-11f9393d-4858-4fed-97cb-4e08f70b6bdf None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1182.511853] [55397]: INFO cinder.api.openstack.wsgi [req-3865da20-5ca3-4423-bcef-f707894aed55 req-11f9393d-4858-4fed-97cb-4e08f70b6bdf tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] GET http://10.180.1.21/volume/v3/volumes/2fe3e373-c034-4a7c-a47e-9162eea485cb [ 1182.512134] [55397]: DEBUG cinder.api.openstack.wsgi [req-3865da20-5ca3-4423-bcef-f707894aed55 req-11f9393d-4858-4fed-97cb-4e08f70b6bdf tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1182.512396] [55397]: DEBUG cinder.api.openstack.wsgi [req-3865da20-5ca3-4423-bcef-f707894aed55 req-11f9393d-4858-4fed-97cb-4e08f70b6bdf tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1182.519798] [55397]: /opt/stack/data/venv/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. [ 1182.519798] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1182.522931] [55397]: INFO cinder.volume.api [req-3865da20-5ca3-4423-bcef-f707894aed55 req-11f9393d-4858-4fed-97cb-4e08f70b6bdf tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Volume info retrieved successfully. [ 1182.526964] [55397]: INFO cinder.api.openstack.wsgi [req-3865da20-5ca3-4423-bcef-f707894aed55 req-11f9393d-4858-4fed-97cb-4e08f70b6bdf tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] http://10.180.1.21/volume/v3/volumes/2fe3e373-c034-4a7c-a47e-9162eea485cb returned with HTTP 200 [ 1182.527324] [55397]: [pid: 55397|app: 0|req: 279/533] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 18:04:45 2025] GET /volume/v3/volumes/2fe3e373-c034-4a7c-a47e-9162eea485cb => generated 852 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1182.541132] [55398]: DEBUG cinder.api.middleware.request_id [req-10dbdb43-e3e0-4f6c-90d3-8cc552884018 req-4c416618-6bd5-47f3-9c1f-7045969b1bed None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1182.543239] [55398]: INFO cinder.api.openstack.wsgi [req-10dbdb43-e3e0-4f6c-90d3-8cc552884018 req-4c416618-6bd5-47f3-9c1f-7045969b1bed tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] GET http://10.180.1.21/volume/v3/volumes/detail [ 1182.543452] [55398]: DEBUG cinder.api.openstack.wsgi [req-10dbdb43-e3e0-4f6c-90d3-8cc552884018 req-4c416618-6bd5-47f3-9c1f-7045969b1bed tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1182.543662] [55398]: DEBUG cinder.api.openstack.wsgi [req-10dbdb43-e3e0-4f6c-90d3-8cc552884018 req-4c416618-6bd5-47f3-9c1f-7045969b1bed tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Calling method 'detail' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1182.544038] [55398]: DEBUG cinder.api.api_utils [req-10dbdb43-e3e0-4f6c-90d3-8cc552884018 req-4c416618-6bd5-47f3-9c1f-7045969b1bed tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Removing options '' from query. {{(pid=55398) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} [ 1182.544918] [55398]: DEBUG cinder.volume.api [req-10dbdb43-e3e0-4f6c-90d3-8cc552884018 req-4c416618-6bd5-47f3-9c1f-7045969b1bed tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=55398) get_all /opt/stack/cinder/cinder/volume/api.py:663}} [ 1182.572449] [55398]: INFO cinder.volume.api [req-10dbdb43-e3e0-4f6c-90d3-8cc552884018 req-4c416618-6bd5-47f3-9c1f-7045969b1bed tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Get all volumes completed successfully. [ 1182.573492] [55398]: /opt/stack/data/venv/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. [ 1182.573492] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1182.578235] [55398]: INFO cinder.api.openstack.wsgi [req-10dbdb43-e3e0-4f6c-90d3-8cc552884018 req-4c416618-6bd5-47f3-9c1f-7045969b1bed tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] http://10.180.1.21/volume/v3/volumes/detail returned with HTTP 200 [ 1182.578616] [55398]: [pid: 55398|app: 0|req: 255/534] 10.180.1.21 () {60 vars in 1388 bytes} [Thu Feb 20 18:04:45 2025] GET /volume/v3/volumes/detail => generated 2539 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1182.595019] [55397]: DEBUG cinder.api.middleware.request_id [req-ff46fc69-14fa-44ee-9a50-449e8040ae6a req-5470e15d-bc05-43b4-a27f-85b32d3c2756 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1182.597300] [55397]: INFO cinder.api.openstack.wsgi [req-ff46fc69-14fa-44ee-9a50-449e8040ae6a req-5470e15d-bc05-43b4-a27f-85b32d3c2756 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] GET http://10.180.1.21/volume/v3/volumes/detail [ 1182.597533] [55397]: DEBUG cinder.api.openstack.wsgi [req-ff46fc69-14fa-44ee-9a50-449e8040ae6a req-5470e15d-bc05-43b4-a27f-85b32d3c2756 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1182.597750] [55397]: DEBUG cinder.api.openstack.wsgi [req-ff46fc69-14fa-44ee-9a50-449e8040ae6a req-5470e15d-bc05-43b4-a27f-85b32d3c2756 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Calling method 'detail' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1182.598120] [55397]: DEBUG cinder.api.api_utils [req-ff46fc69-14fa-44ee-9a50-449e8040ae6a req-5470e15d-bc05-43b4-a27f-85b32d3c2756 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Removing options '' from query. {{(pid=55397) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} [ 1182.599009] [55397]: DEBUG cinder.volume.api [req-ff46fc69-14fa-44ee-9a50-449e8040ae6a req-5470e15d-bc05-43b4-a27f-85b32d3c2756 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=55397) get_all /opt/stack/cinder/cinder/volume/api.py:663}} [ 1182.624591] [55397]: INFO cinder.volume.api [req-ff46fc69-14fa-44ee-9a50-449e8040ae6a req-5470e15d-bc05-43b4-a27f-85b32d3c2756 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Get all volumes completed successfully. [ 1182.625627] [55397]: /opt/stack/data/venv/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. [ 1182.625627] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1182.629502] [55397]: INFO cinder.api.openstack.wsgi [req-ff46fc69-14fa-44ee-9a50-449e8040ae6a req-5470e15d-bc05-43b4-a27f-85b32d3c2756 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] http://10.180.1.21/volume/v3/volumes/detail returned with HTTP 200 [ 1182.629993] [55397]: [pid: 55397|app: 0|req: 280/535] 10.180.1.21 () {60 vars in 1388 bytes} [Thu Feb 20 18:04:45 2025] GET /volume/v3/volumes/detail => generated 2539 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1182.647082] [55398]: DEBUG cinder.api.middleware.request_id [req-3126392a-cf0e-4f54-a5bc-e62760111f84 req-98d98604-d234-4992-9df5-744010b61dff None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1182.649297] [55398]: INFO cinder.api.openstack.wsgi [req-3126392a-cf0e-4f54-a5bc-e62760111f84 req-98d98604-d234-4992-9df5-744010b61dff tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] GET http://10.180.1.21/volume/v3/volumes/detail [ 1182.649515] [55398]: DEBUG cinder.api.openstack.wsgi [req-3126392a-cf0e-4f54-a5bc-e62760111f84 req-98d98604-d234-4992-9df5-744010b61dff tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1182.649770] [55398]: DEBUG cinder.api.openstack.wsgi [req-3126392a-cf0e-4f54-a5bc-e62760111f84 req-98d98604-d234-4992-9df5-744010b61dff tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Calling method 'detail' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1182.650091] [55398]: DEBUG cinder.api.api_utils [req-3126392a-cf0e-4f54-a5bc-e62760111f84 req-98d98604-d234-4992-9df5-744010b61dff tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Removing options '' from query. {{(pid=55398) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} [ 1182.650921] [55398]: DEBUG cinder.volume.api [req-3126392a-cf0e-4f54-a5bc-e62760111f84 req-98d98604-d234-4992-9df5-744010b61dff tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=55398) get_all /opt/stack/cinder/cinder/volume/api.py:663}} [ 1182.659721] [55398]: INFO cinder.volume.api [req-3126392a-cf0e-4f54-a5bc-e62760111f84 req-98d98604-d234-4992-9df5-744010b61dff tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Get all volumes completed successfully. [ 1182.660731] [55398]: /opt/stack/data/venv/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. [ 1182.660731] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1182.664737] [55398]: INFO cinder.api.openstack.wsgi [req-3126392a-cf0e-4f54-a5bc-e62760111f84 req-98d98604-d234-4992-9df5-744010b61dff tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] http://10.180.1.21/volume/v3/volumes/detail returned with HTTP 200 [ 1182.665131] [55398]: [pid: 55398|app: 0|req: 256/536] 10.180.1.21 () {60 vars in 1388 bytes} [Thu Feb 20 18:04:45 2025] GET /volume/v3/volumes/detail => generated 2539 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1182.680095] [55397]: DEBUG cinder.api.middleware.request_id [req-c998fc43-db55-4fa0-bece-ff547c5be6a2 req-4f1ef626-5a4d-4bc4-a27d-0833e4ada96d None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1182.682421] [55397]: INFO cinder.api.openstack.wsgi [req-c998fc43-db55-4fa0-bece-ff547c5be6a2 req-4f1ef626-5a4d-4bc4-a27d-0833e4ada96d tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] GET http://10.180.1.21/volume/v3/volumes/detail [ 1182.682644] [55397]: DEBUG cinder.api.openstack.wsgi [req-c998fc43-db55-4fa0-bece-ff547c5be6a2 req-4f1ef626-5a4d-4bc4-a27d-0833e4ada96d tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1182.682859] [55397]: DEBUG cinder.api.openstack.wsgi [req-c998fc43-db55-4fa0-bece-ff547c5be6a2 req-4f1ef626-5a4d-4bc4-a27d-0833e4ada96d tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Calling method 'detail' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1182.683162] [55397]: DEBUG cinder.api.api_utils [req-c998fc43-db55-4fa0-bece-ff547c5be6a2 req-4f1ef626-5a4d-4bc4-a27d-0833e4ada96d tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Removing options '' from query. {{(pid=55397) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} [ 1182.685234] [55397]: DEBUG cinder.volume.api [req-c998fc43-db55-4fa0-bece-ff547c5be6a2 req-4f1ef626-5a4d-4bc4-a27d-0833e4ada96d tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=55397) get_all /opt/stack/cinder/cinder/volume/api.py:663}} [ 1182.692908] [55397]: INFO cinder.volume.api [req-c998fc43-db55-4fa0-bece-ff547c5be6a2 req-4f1ef626-5a4d-4bc4-a27d-0833e4ada96d tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Get all volumes completed successfully. [ 1182.693920] [55397]: /opt/stack/data/venv/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. [ 1182.693920] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1182.697846] [55397]: INFO cinder.api.openstack.wsgi [req-c998fc43-db55-4fa0-bece-ff547c5be6a2 req-4f1ef626-5a4d-4bc4-a27d-0833e4ada96d tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] http://10.180.1.21/volume/v3/volumes/detail returned with HTTP 200 [ 1182.698237] [55397]: [pid: 55397|app: 0|req: 281/537] 10.180.1.21 () {60 vars in 1388 bytes} [Thu Feb 20 18:04:45 2025] GET /volume/v3/volumes/detail => generated 2539 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1182.713753] [55398]: DEBUG cinder.api.middleware.request_id [req-32527af5-4839-48f3-9fb7-5fdaf6e689ca req-d9e5dcf3-8a19-4d65-b427-855480f4ab67 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1182.716161] [55398]: INFO cinder.api.openstack.wsgi [req-32527af5-4839-48f3-9fb7-5fdaf6e689ca req-d9e5dcf3-8a19-4d65-b427-855480f4ab67 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] GET http://10.180.1.21/volume/v3/volumes/detail [ 1182.716765] [55398]: DEBUG cinder.api.openstack.wsgi [req-32527af5-4839-48f3-9fb7-5fdaf6e689ca req-d9e5dcf3-8a19-4d65-b427-855480f4ab67 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1182.716765] [55398]: DEBUG cinder.api.openstack.wsgi [req-32527af5-4839-48f3-9fb7-5fdaf6e689ca req-d9e5dcf3-8a19-4d65-b427-855480f4ab67 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Calling method 'detail' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1182.716929] [55398]: DEBUG cinder.api.api_utils [req-32527af5-4839-48f3-9fb7-5fdaf6e689ca req-d9e5dcf3-8a19-4d65-b427-855480f4ab67 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Removing options '' from query. {{(pid=55398) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} [ 1182.717766] [55398]: DEBUG cinder.volume.api [req-32527af5-4839-48f3-9fb7-5fdaf6e689ca req-d9e5dcf3-8a19-4d65-b427-855480f4ab67 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=55398) get_all /opt/stack/cinder/cinder/volume/api.py:663}} [ 1182.726495] [55398]: INFO cinder.volume.api [req-32527af5-4839-48f3-9fb7-5fdaf6e689ca req-d9e5dcf3-8a19-4d65-b427-855480f4ab67 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Get all volumes completed successfully. [ 1182.727552] [55398]: /opt/stack/data/venv/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. [ 1182.727552] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1182.731796] [55398]: INFO cinder.api.openstack.wsgi [req-32527af5-4839-48f3-9fb7-5fdaf6e689ca req-d9e5dcf3-8a19-4d65-b427-855480f4ab67 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] http://10.180.1.21/volume/v3/volumes/detail returned with HTTP 200 [ 1182.732457] [55398]: [pid: 55398|app: 0|req: 257/538] 10.180.1.21 () {60 vars in 1388 bytes} [Thu Feb 20 18:04:45 2025] GET /volume/v3/volumes/detail => generated 2539 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1182.748237] [55397]: DEBUG cinder.api.middleware.request_id [req-fe76b26f-cf50-4b1b-bc40-d5386c7b20d3 req-4d542bba-0e2c-4d00-9d9a-980fa8294873 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1182.751310] [55397]: INFO cinder.api.openstack.wsgi [req-fe76b26f-cf50-4b1b-bc40-d5386c7b20d3 req-4d542bba-0e2c-4d00-9d9a-980fa8294873 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] GET http://10.180.1.21/volume/v3/volumes/detail [ 1182.751587] [55397]: DEBUG cinder.api.openstack.wsgi [req-fe76b26f-cf50-4b1b-bc40-d5386c7b20d3 req-4d542bba-0e2c-4d00-9d9a-980fa8294873 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1182.751819] [55397]: DEBUG cinder.api.openstack.wsgi [req-fe76b26f-cf50-4b1b-bc40-d5386c7b20d3 req-4d542bba-0e2c-4d00-9d9a-980fa8294873 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Calling method 'detail' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1182.752135] [55397]: DEBUG cinder.api.api_utils [req-fe76b26f-cf50-4b1b-bc40-d5386c7b20d3 req-4d542bba-0e2c-4d00-9d9a-980fa8294873 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Removing options '' from query. {{(pid=55397) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} [ 1182.753161] [55397]: DEBUG cinder.volume.api [req-fe76b26f-cf50-4b1b-bc40-d5386c7b20d3 req-4d542bba-0e2c-4d00-9d9a-980fa8294873 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=55397) get_all /opt/stack/cinder/cinder/volume/api.py:663}} [ 1182.761622] [55397]: INFO cinder.volume.api [req-fe76b26f-cf50-4b1b-bc40-d5386c7b20d3 req-4d542bba-0e2c-4d00-9d9a-980fa8294873 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Get all volumes completed successfully. [ 1182.762676] [55397]: /opt/stack/data/venv/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. [ 1182.762676] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1182.766844] [55397]: INFO cinder.api.openstack.wsgi [req-fe76b26f-cf50-4b1b-bc40-d5386c7b20d3 req-4d542bba-0e2c-4d00-9d9a-980fa8294873 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] http://10.180.1.21/volume/v3/volumes/detail returned with HTTP 200 [ 1182.767216] [55397]: [pid: 55397|app: 0|req: 282/539] 10.180.1.21 () {60 vars in 1388 bytes} [Thu Feb 20 18:04:45 2025] GET /volume/v3/volumes/detail => generated 2539 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1182.782510] [55398]: DEBUG cinder.api.middleware.request_id [req-88170d05-e0d0-43e1-b041-dd0bf1b455c8 req-66c52143-94ea-4f34-b396-7b63f7e42589 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1182.784928] [55398]: INFO cinder.api.openstack.wsgi [req-88170d05-e0d0-43e1-b041-dd0bf1b455c8 req-66c52143-94ea-4f34-b396-7b63f7e42589 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] GET http://10.180.1.21/volume/v3/volumes/detail [ 1182.785236] [55398]: DEBUG cinder.api.openstack.wsgi [req-88170d05-e0d0-43e1-b041-dd0bf1b455c8 req-66c52143-94ea-4f34-b396-7b63f7e42589 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1182.785394] [55398]: DEBUG cinder.api.openstack.wsgi [req-88170d05-e0d0-43e1-b041-dd0bf1b455c8 req-66c52143-94ea-4f34-b396-7b63f7e42589 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Calling method 'detail' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1182.785752] [55398]: DEBUG cinder.api.api_utils [req-88170d05-e0d0-43e1-b041-dd0bf1b455c8 req-66c52143-94ea-4f34-b396-7b63f7e42589 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Removing options '' from query. {{(pid=55398) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} [ 1182.786766] [55398]: DEBUG cinder.volume.api [req-88170d05-e0d0-43e1-b041-dd0bf1b455c8 req-66c52143-94ea-4f34-b396-7b63f7e42589 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=55398) get_all /opt/stack/cinder/cinder/volume/api.py:663}} [ 1182.795527] [55398]: INFO cinder.volume.api [req-88170d05-e0d0-43e1-b041-dd0bf1b455c8 req-66c52143-94ea-4f34-b396-7b63f7e42589 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Get all volumes completed successfully. [ 1182.796269] [55398]: /opt/stack/data/venv/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. [ 1182.796269] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1182.800381] [55398]: INFO cinder.api.openstack.wsgi [req-88170d05-e0d0-43e1-b041-dd0bf1b455c8 req-66c52143-94ea-4f34-b396-7b63f7e42589 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] http://10.180.1.21/volume/v3/volumes/detail returned with HTTP 200 [ 1182.800780] [55398]: [pid: 55398|app: 0|req: 258/540] 10.180.1.21 () {60 vars in 1388 bytes} [Thu Feb 20 18:04:45 2025] GET /volume/v3/volumes/detail => generated 2539 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1182.816724] [55397]: DEBUG cinder.api.middleware.request_id [req-92031866-9d2c-49ba-ab82-bc4f2902701b req-2be07578-b22c-43d6-b358-7fee8f47a643 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1182.819044] [55397]: INFO cinder.api.openstack.wsgi [req-92031866-9d2c-49ba-ab82-bc4f2902701b req-2be07578-b22c-43d6-b358-7fee8f47a643 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] GET http://10.180.1.21/volume/v3/volumes/detail [ 1182.819430] [55397]: DEBUG cinder.api.openstack.wsgi [req-92031866-9d2c-49ba-ab82-bc4f2902701b req-2be07578-b22c-43d6-b358-7fee8f47a643 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1182.819776] [55397]: DEBUG cinder.api.openstack.wsgi [req-92031866-9d2c-49ba-ab82-bc4f2902701b req-2be07578-b22c-43d6-b358-7fee8f47a643 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Calling method 'detail' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1182.820186] [55397]: DEBUG cinder.api.api_utils [req-92031866-9d2c-49ba-ab82-bc4f2902701b req-2be07578-b22c-43d6-b358-7fee8f47a643 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Removing options '' from query. {{(pid=55397) remove_invalid_filter_options /opt/stack/cinder/cinder/api/api_utils.py:81}} [ 1182.821339] [55397]: DEBUG cinder.volume.api [req-92031866-9d2c-49ba-ab82-bc4f2902701b req-2be07578-b22c-43d6-b358-7fee8f47a643 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Searching by: MultiDict([('no_migration_targets', True)]). {{(pid=55397) get_all /opt/stack/cinder/cinder/volume/api.py:663}} [ 1182.835859] [55397]: INFO cinder.volume.api [req-92031866-9d2c-49ba-ab82-bc4f2902701b req-2be07578-b22c-43d6-b358-7fee8f47a643 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Get all volumes completed successfully. [ 1182.836946] [55397]: /opt/stack/data/venv/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. [ 1182.836946] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1182.841827] [55397]: INFO cinder.api.openstack.wsgi [req-92031866-9d2c-49ba-ab82-bc4f2902701b req-2be07578-b22c-43d6-b358-7fee8f47a643 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] http://10.180.1.21/volume/v3/volumes/detail returned with HTTP 200 [ 1182.842267] [55397]: [pid: 55397|app: 0|req: 283/541] 10.180.1.21 () {60 vars in 1388 bytes} [Thu Feb 20 18:04:45 2025] GET /volume/v3/volumes/detail => generated 2539 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1182.856134] [55398]: DEBUG cinder.api.middleware.request_id [None req-0d26a95f-ad5c-4a3b-b53b-b24eb1a01a12 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1182.858824] [55398]: INFO cinder.api.openstack.wsgi [None req-0d26a95f-ad5c-4a3b-b53b-b24eb1a01a12 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] DELETE http://10.180.1.21/volume/v3/volumes/2fe3e373-c034-4a7c-a47e-9162eea485cb [ 1182.859063] [55398]: DEBUG cinder.api.openstack.wsgi [None req-0d26a95f-ad5c-4a3b-b53b-b24eb1a01a12 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1182.859280] [55398]: DEBUG cinder.api.openstack.wsgi [None req-0d26a95f-ad5c-4a3b-b53b-b24eb1a01a12 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Calling method 'delete' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1182.859463] [55398]: INFO cinder.api.v3.volumes [None req-0d26a95f-ad5c-4a3b-b53b-b24eb1a01a12 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Delete volume with id: 2fe3e373-c034-4a7c-a47e-9162eea485cb [ 1182.867436] [55398]: /opt/stack/data/venv/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. [ 1182.867436] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1182.868058] [55398]: INFO cinder.volume.api [None req-0d26a95f-ad5c-4a3b-b53b-b24eb1a01a12 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Volume info retrieved successfully. [ 1182.891543] [55398]: INFO cinder.volume.api [None req-0d26a95f-ad5c-4a3b-b53b-b24eb1a01a12 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Delete volume request issued successfully. [ 1182.891543] [55398]: INFO cinder.api.openstack.wsgi [None req-0d26a95f-ad5c-4a3b-b53b-b24eb1a01a12 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] http://10.180.1.21/volume/v3/volumes/2fe3e373-c034-4a7c-a47e-9162eea485cb returned with HTTP 202 [ 1182.891543] [55398]: [pid: 55398|app: 0|req: 259/542] 10.180.1.21 () {58 vars in 1228 bytes} [Thu Feb 20 18:04:45 2025] DELETE /volume/v3/volumes/2fe3e373-c034-4a7c-a47e-9162eea485cb => generated 0 bytes in 36 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) [ 1182.901350] [55397]: DEBUG cinder.api.middleware.request_id [None req-8fc1e6ec-d192-46cc-b032-cf31084801b4 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1182.901935] [55397]: INFO cinder.api.openstack.wsgi [None req-8fc1e6ec-d192-46cc-b032-cf31084801b4 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] GET http://10.180.1.21/volume/v3/volumes/2fe3e373-c034-4a7c-a47e-9162eea485cb [ 1182.902543] [55397]: DEBUG cinder.api.openstack.wsgi [None req-8fc1e6ec-d192-46cc-b032-cf31084801b4 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1182.902782] [55397]: DEBUG cinder.api.openstack.wsgi [None req-8fc1e6ec-d192-46cc-b032-cf31084801b4 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1182.915020] [55397]: /opt/stack/data/venv/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. [ 1182.915020] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1182.917797] [55397]: INFO cinder.volume.api [None req-8fc1e6ec-d192-46cc-b032-cf31084801b4 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Volume info retrieved successfully. [ 1182.922767] [55397]: INFO cinder.api.openstack.wsgi [None req-8fc1e6ec-d192-46cc-b032-cf31084801b4 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] http://10.180.1.21/volume/v3/volumes/2fe3e373-c034-4a7c-a47e-9162eea485cb returned with HTTP 200 [ 1182.923193] [55397]: [pid: 55397|app: 0|req: 284/543] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:04:45 2025] GET /volume/v3/volumes/2fe3e373-c034-4a7c-a47e-9162eea485cb => generated 851 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1183.939832] [55398]: DEBUG cinder.api.middleware.request_id [None req-5df37b3c-7471-46a6-b24f-0b7592cc4768 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1183.943199] [55398]: INFO cinder.api.openstack.wsgi [None req-5df37b3c-7471-46a6-b24f-0b7592cc4768 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] GET http://10.180.1.21/volume/v3/volumes/2fe3e373-c034-4a7c-a47e-9162eea485cb [ 1183.943199] [55398]: DEBUG cinder.api.openstack.wsgi [None req-5df37b3c-7471-46a6-b24f-0b7592cc4768 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1183.943199] [55398]: DEBUG cinder.api.openstack.wsgi [None req-5df37b3c-7471-46a6-b24f-0b7592cc4768 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1183.953766] [55398]: INFO cinder.api.openstack.wsgi [None req-5df37b3c-7471-46a6-b24f-0b7592cc4768 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] http://10.180.1.21/volume/v3/volumes/2fe3e373-c034-4a7c-a47e-9162eea485cb returned with HTTP 404 [ 1183.953766] [55398]: [pid: 55398|app: 0|req: 260/544] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:04:46 2025] GET /volume/v3/volumes/2fe3e373-c034-4a7c-a47e-9162eea485cb => generated 109 bytes in 15 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) [ 1183.957277] [55397]: DEBUG cinder.api.middleware.request_id [None req-95703403-4c9d-4426-aa33-b261a1e469b6 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1183.960033] [55397]: INFO cinder.api.openstack.wsgi [None req-95703403-4c9d-4426-aa33-b261a1e469b6 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] DELETE http://10.180.1.21/volume/v3/volumes/a6cf549e-47c6-4d40-b6f8-572b1c4e71ad [ 1183.960178] [55397]: DEBUG cinder.api.openstack.wsgi [None req-95703403-4c9d-4426-aa33-b261a1e469b6 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1183.960374] [55397]: DEBUG cinder.api.openstack.wsgi [None req-95703403-4c9d-4426-aa33-b261a1e469b6 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Calling method 'delete' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1183.960557] [55397]: INFO cinder.api.v3.volumes [None req-95703403-4c9d-4426-aa33-b261a1e469b6 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Delete volume with id: a6cf549e-47c6-4d40-b6f8-572b1c4e71ad [ 1183.971700] [55397]: /opt/stack/data/venv/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. [ 1183.971700] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1183.972278] [55397]: INFO cinder.volume.api [None req-95703403-4c9d-4426-aa33-b261a1e469b6 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Volume info retrieved successfully. [ 1183.996115] [55397]: INFO cinder.volume.api [None req-95703403-4c9d-4426-aa33-b261a1e469b6 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Delete volume request issued successfully. [ 1183.996115] [55397]: INFO cinder.api.openstack.wsgi [None req-95703403-4c9d-4426-aa33-b261a1e469b6 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] http://10.180.1.21/volume/v3/volumes/a6cf549e-47c6-4d40-b6f8-572b1c4e71ad returned with HTTP 202 [ 1183.996319] [55397]: [pid: 55397|app: 0|req: 285/545] 10.180.1.21 () {58 vars in 1228 bytes} [Thu Feb 20 18:04:46 2025] DELETE /volume/v3/volumes/a6cf549e-47c6-4d40-b6f8-572b1c4e71ad => generated 0 bytes in 40 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) [ 1184.001277] [55398]: DEBUG cinder.api.middleware.request_id [None req-a6abb57f-df41-4238-a3e0-51d1c3e39c6e None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1184.001807] [55398]: INFO cinder.api.openstack.wsgi [None req-a6abb57f-df41-4238-a3e0-51d1c3e39c6e tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] GET http://10.180.1.21/volume/v3/volumes/a6cf549e-47c6-4d40-b6f8-572b1c4e71ad [ 1184.002098] [55398]: DEBUG cinder.api.openstack.wsgi [None req-a6abb57f-df41-4238-a3e0-51d1c3e39c6e tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1184.002255] [55398]: DEBUG cinder.api.openstack.wsgi [None req-a6abb57f-df41-4238-a3e0-51d1c3e39c6e tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1184.012836] [55398]: /opt/stack/data/venv/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. [ 1184.012836] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1184.017802] [55398]: INFO cinder.volume.api [None req-a6abb57f-df41-4238-a3e0-51d1c3e39c6e tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Volume info retrieved successfully. [ 1184.023611] [55398]: INFO cinder.api.openstack.wsgi [None req-a6abb57f-df41-4238-a3e0-51d1c3e39c6e tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] http://10.180.1.21/volume/v3/volumes/a6cf549e-47c6-4d40-b6f8-572b1c4e71ad returned with HTTP 200 [ 1184.023611] [55398]: [pid: 55398|app: 0|req: 261/546] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:04:46 2025] GET /volume/v3/volumes/a6cf549e-47c6-4d40-b6f8-572b1c4e71ad => generated 851 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1185.033783] [55397]: DEBUG cinder.api.middleware.request_id [None req-decfedb5-fd6b-485f-af67-485fdbd22bc5 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1185.036075] [55397]: INFO cinder.api.openstack.wsgi [None req-decfedb5-fd6b-485f-af67-485fdbd22bc5 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] GET http://10.180.1.21/volume/v3/volumes/a6cf549e-47c6-4d40-b6f8-572b1c4e71ad [ 1185.036452] [55397]: DEBUG cinder.api.openstack.wsgi [None req-decfedb5-fd6b-485f-af67-485fdbd22bc5 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1185.036885] [55397]: DEBUG cinder.api.openstack.wsgi [None req-decfedb5-fd6b-485f-af67-485fdbd22bc5 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1185.045074] [55397]: INFO cinder.api.openstack.wsgi [None req-decfedb5-fd6b-485f-af67-485fdbd22bc5 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] http://10.180.1.21/volume/v3/volumes/a6cf549e-47c6-4d40-b6f8-572b1c4e71ad returned with HTTP 404 [ 1185.045422] [55397]: [pid: 55397|app: 0|req: 286/547] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:04:47 2025] GET /volume/v3/volumes/a6cf549e-47c6-4d40-b6f8-572b1c4e71ad => generated 109 bytes in 13 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) [ 1185.048618] [55398]: DEBUG cinder.api.middleware.request_id [None req-3b0148de-94b4-4ef9-8a0b-fe499bdda7ea None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1185.050870] [55398]: INFO cinder.api.openstack.wsgi [None req-3b0148de-94b4-4ef9-8a0b-fe499bdda7ea tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] DELETE http://10.180.1.21/volume/v3/volumes/f062cc97-e02c-4a5d-954f-c0794c564485 [ 1185.051149] [55398]: DEBUG cinder.api.openstack.wsgi [None req-3b0148de-94b4-4ef9-8a0b-fe499bdda7ea tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1185.051415] [55398]: DEBUG cinder.api.openstack.wsgi [None req-3b0148de-94b4-4ef9-8a0b-fe499bdda7ea tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Calling method 'delete' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1185.051626] [55398]: INFO cinder.api.v3.volumes [None req-3b0148de-94b4-4ef9-8a0b-fe499bdda7ea tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Delete volume with id: f062cc97-e02c-4a5d-954f-c0794c564485 [ 1185.061632] [55398]: /opt/stack/data/venv/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. [ 1185.061632] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1185.062193] [55398]: INFO cinder.volume.api [None req-3b0148de-94b4-4ef9-8a0b-fe499bdda7ea tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Volume info retrieved successfully. [ 1185.084366] [55398]: INFO cinder.volume.api [None req-3b0148de-94b4-4ef9-8a0b-fe499bdda7ea tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Delete volume request issued successfully. [ 1185.084587] [55398]: INFO cinder.api.openstack.wsgi [None req-3b0148de-94b4-4ef9-8a0b-fe499bdda7ea tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] http://10.180.1.21/volume/v3/volumes/f062cc97-e02c-4a5d-954f-c0794c564485 returned with HTTP 202 [ 1185.085038] [55398]: [pid: 55398|app: 0|req: 262/548] 10.180.1.21 () {58 vars in 1228 bytes} [Thu Feb 20 18:04:47 2025] DELETE /volume/v3/volumes/f062cc97-e02c-4a5d-954f-c0794c564485 => generated 0 bytes in 37 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) [ 1185.088384] [55397]: DEBUG cinder.api.middleware.request_id [None req-3f9330bf-0e48-4a63-949b-ef5b097fc187 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1185.090450] [55397]: INFO cinder.api.openstack.wsgi [None req-3f9330bf-0e48-4a63-949b-ef5b097fc187 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] GET http://10.180.1.21/volume/v3/volumes/f062cc97-e02c-4a5d-954f-c0794c564485 [ 1185.090721] [55397]: DEBUG cinder.api.openstack.wsgi [None req-3f9330bf-0e48-4a63-949b-ef5b097fc187 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1185.090975] [55397]: DEBUG cinder.api.openstack.wsgi [None req-3f9330bf-0e48-4a63-949b-ef5b097fc187 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1185.100424] [55397]: /opt/stack/data/venv/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. [ 1185.100424] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1185.105341] [55397]: INFO cinder.volume.api [None req-3f9330bf-0e48-4a63-949b-ef5b097fc187 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Volume info retrieved successfully. [ 1185.111480] [55397]: INFO cinder.api.openstack.wsgi [None req-3f9330bf-0e48-4a63-949b-ef5b097fc187 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] http://10.180.1.21/volume/v3/volumes/f062cc97-e02c-4a5d-954f-c0794c564485 returned with HTTP 200 [ 1185.111895] [55397]: [pid: 55397|app: 0|req: 287/549] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:04:47 2025] GET /volume/v3/volumes/f062cc97-e02c-4a5d-954f-c0794c564485 => generated 851 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1186.123785] [55398]: DEBUG cinder.api.middleware.request_id [None req-76cec086-aba4-4048-a163-51f34245a870 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1186.127046] [55398]: INFO cinder.api.openstack.wsgi [None req-76cec086-aba4-4048-a163-51f34245a870 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] GET http://10.180.1.21/volume/v3/volumes/f062cc97-e02c-4a5d-954f-c0794c564485 [ 1186.127428] [55398]: DEBUG cinder.api.openstack.wsgi [None req-76cec086-aba4-4048-a163-51f34245a870 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1186.127814] [55398]: DEBUG cinder.api.openstack.wsgi [None req-76cec086-aba4-4048-a163-51f34245a870 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1186.137692] [55398]: INFO cinder.api.openstack.wsgi [None req-76cec086-aba4-4048-a163-51f34245a870 tempest-VolumesTestJSON-714216826 tempest-VolumesTestJSON-714216826-project-member] http://10.180.1.21/volume/v3/volumes/f062cc97-e02c-4a5d-954f-c0794c564485 returned with HTTP 404 [ 1186.138479] [55398]: [pid: 55398|app: 0|req: 263/550] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:04:48 2025] GET /volume/v3/volumes/f062cc97-e02c-4a5d-954f-c0794c564485 => generated 109 bytes in 16 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) [ 1188.875754] [55397]: DEBUG cinder.api.middleware.request_id [req-787ada8a-f311-4d03-8fcb-45d2db2fbef3 req-4d79dcea-13d8-4050-bbf3-a312830b5e54 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1188.877861] [55397]: INFO cinder.api.openstack.wsgi [req-787ada8a-f311-4d03-8fcb-45d2db2fbef3 req-4d79dcea-13d8-4050-bbf3-a312830b5e54 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] DELETE http://10.180.1.21/volume/v3/attachments/35157785-e1fc-4820-990d-0b42318a9c3c [ 1188.878111] [55397]: DEBUG cinder.api.openstack.wsgi [req-787ada8a-f311-4d03-8fcb-45d2db2fbef3 req-4d79dcea-13d8-4050-bbf3-a312830b5e54 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1188.878342] [55397]: DEBUG cinder.api.openstack.wsgi [req-787ada8a-f311-4d03-8fcb-45d2db2fbef3 req-4d79dcea-13d8-4050-bbf3-a312830b5e54 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'version_select' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1188.888766] [55397]: /opt/stack/data/venv/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. [ 1188.888766] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1189.417246] [55397]: INFO cinder.api.openstack.wsgi [req-787ada8a-f311-4d03-8fcb-45d2db2fbef3 req-4d79dcea-13d8-4050-bbf3-a312830b5e54 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/attachments/35157785-e1fc-4820-990d-0b42318a9c3c returned with HTTP 200 [ 1189.417969] [55397]: [pid: 55397|app: 0|req: 288/551] 10.180.1.21 () {64 vars in 1553 bytes} [Thu Feb 20 18:04:51 2025] DELETE /volume/v3/attachments/35157785-e1fc-4820-990d-0b42318a9c3c => generated 19 bytes in 543 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1189.424462] [55398]: DEBUG cinder.api.middleware.request_id [req-787ada8a-f311-4d03-8fcb-45d2db2fbef3 req-54dd2e1f-23fb-469b-a69d-5512196fe735 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1189.427102] [55398]: INFO cinder.api.openstack.wsgi [req-787ada8a-f311-4d03-8fcb-45d2db2fbef3 req-54dd2e1f-23fb-469b-a69d-5512196fe735 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] DELETE http://10.180.1.21/volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 [ 1189.427300] [55398]: DEBUG cinder.api.openstack.wsgi [req-787ada8a-f311-4d03-8fcb-45d2db2fbef3 req-54dd2e1f-23fb-469b-a69d-5512196fe735 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1189.427516] [55398]: DEBUG cinder.api.openstack.wsgi [req-787ada8a-f311-4d03-8fcb-45d2db2fbef3 req-54dd2e1f-23fb-469b-a69d-5512196fe735 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'delete' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1189.427700] [55398]: INFO cinder.api.v3.volumes [req-787ada8a-f311-4d03-8fcb-45d2db2fbef3 req-54dd2e1f-23fb-469b-a69d-5512196fe735 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Delete volume with id: bc407df1-2bc3-4054-b5d6-b4b6863f2c75 [ 1189.436802] [55398]: /opt/stack/data/venv/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. [ 1189.436802] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1189.437319] [55398]: INFO cinder.volume.api [req-787ada8a-f311-4d03-8fcb-45d2db2fbef3 req-54dd2e1f-23fb-469b-a69d-5512196fe735 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Volume info retrieved successfully. [ 1189.453887] [55398]: INFO cinder.volume.api [req-787ada8a-f311-4d03-8fcb-45d2db2fbef3 req-54dd2e1f-23fb-469b-a69d-5512196fe735 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Delete volume request issued successfully. [ 1189.454095] [55398]: INFO cinder.api.openstack.wsgi [req-787ada8a-f311-4d03-8fcb-45d2db2fbef3 req-54dd2e1f-23fb-469b-a69d-5512196fe735 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 returned with HTTP 202 [ 1189.454575] [55398]: [pid: 55398|app: 0|req: 264/552] 10.180.1.21 () {62 vars in 1500 bytes} [Thu Feb 20 18:04:52 2025] DELETE /volume/v3/volumes/bc407df1-2bc3-4054-b5d6-b4b6863f2c75 => generated 0 bytes in 31 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) [ 1199.416403] [55397]: DEBUG dbcounter [-] [55397] Writing DB stats cinder:SELECT=83,cinder:UPDATE=9,cinder:INSERT=1 {{(pid=55397) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} [ 1199.449836] [55398]: DEBUG dbcounter [-] [55398] Writing DB stats cinder:SELECT=129,cinder:UPDATE=42,cinder:INSERT=30 {{(pid=55398) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} [ 1200.585564] [55397]: DEBUG cinder.api.middleware.request_id [None req-5516ff1e-2528-41f0-a53a-f30d7a9c26f1 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1200.587975] [55397]: INFO cinder.api.openstack.wsgi [None req-5516ff1e-2528-41f0-a53a-f30d7a9c26f1 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] DELETE http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d [ 1200.588253] [55397]: DEBUG cinder.api.openstack.wsgi [None req-5516ff1e-2528-41f0-a53a-f30d7a9c26f1 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1200.588486] [55397]: DEBUG cinder.api.openstack.wsgi [None req-5516ff1e-2528-41f0-a53a-f30d7a9c26f1 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'delete' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1200.588708] [55397]: INFO cinder.api.v3.volumes [None req-5516ff1e-2528-41f0-a53a-f30d7a9c26f1 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Delete volume with id: 15326c33-7e0b-41be-bf2e-5b82153cea0d [ 1200.600242] [55397]: /opt/stack/data/venv/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. [ 1200.600242] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1200.600876] [55397]: INFO cinder.volume.api [None req-5516ff1e-2528-41f0-a53a-f30d7a9c26f1 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Volume info retrieved successfully. [ 1200.618973] [55397]: INFO cinder.volume.api [None req-5516ff1e-2528-41f0-a53a-f30d7a9c26f1 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Delete volume request issued successfully. [ 1200.619211] [55397]: INFO cinder.api.openstack.wsgi [None req-5516ff1e-2528-41f0-a53a-f30d7a9c26f1 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d returned with HTTP 202 [ 1200.619643] [55397]: [pid: 55397|app: 0|req: 289/553] 10.180.1.21 () {58 vars in 1228 bytes} [Thu Feb 20 18:05:03 2025] DELETE /volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d => generated 0 bytes in 35 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) [ 1200.624183] [55398]: DEBUG cinder.api.middleware.request_id [None req-1b75dc6e-8ffc-4904-818a-35481d9fb56a None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1200.627411] [55398]: INFO cinder.api.openstack.wsgi [None req-1b75dc6e-8ffc-4904-818a-35481d9fb56a tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] GET http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d [ 1200.627752] [55398]: DEBUG cinder.api.openstack.wsgi [None req-1b75dc6e-8ffc-4904-818a-35481d9fb56a tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1200.627991] [55398]: DEBUG cinder.api.openstack.wsgi [None req-1b75dc6e-8ffc-4904-818a-35481d9fb56a tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1200.637361] [55398]: /opt/stack/data/venv/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. [ 1200.637361] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1200.642138] [55398]: INFO cinder.volume.api [None req-1b75dc6e-8ffc-4904-818a-35481d9fb56a tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Volume info retrieved successfully. [ 1200.647941] [55398]: INFO cinder.api.openstack.wsgi [None req-1b75dc6e-8ffc-4904-818a-35481d9fb56a tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d returned with HTTP 200 [ 1200.648431] [55398]: [pid: 55398|app: 0|req: 265/554] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:05:03 2025] GET /volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d => generated 844 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1201.660497] [55397]: DEBUG cinder.api.middleware.request_id [None req-f6a5f8fc-4fe8-4235-bd57-cc97e1de8d72 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1201.662859] [55397]: INFO cinder.api.openstack.wsgi [None req-f6a5f8fc-4fe8-4235-bd57-cc97e1de8d72 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] GET http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d [ 1201.663160] [55397]: DEBUG cinder.api.openstack.wsgi [None req-f6a5f8fc-4fe8-4235-bd57-cc97e1de8d72 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1201.663388] [55397]: DEBUG cinder.api.openstack.wsgi [None req-f6a5f8fc-4fe8-4235-bd57-cc97e1de8d72 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1201.674490] [55397]: /opt/stack/data/venv/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. [ 1201.674490] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1201.678604] [55397]: INFO cinder.volume.api [None req-f6a5f8fc-4fe8-4235-bd57-cc97e1de8d72 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Volume info retrieved successfully. [ 1201.683791] [55397]: INFO cinder.api.openstack.wsgi [None req-f6a5f8fc-4fe8-4235-bd57-cc97e1de8d72 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d returned with HTTP 200 [ 1201.684265] [55397]: [pid: 55397|app: 0|req: 290/555] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:05:04 2025] GET /volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d => generated 844 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1202.694439] [55398]: DEBUG cinder.api.middleware.request_id [None req-c7a3fcc0-f97f-40c9-8b49-08c2168f4d38 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1202.696713] [55398]: INFO cinder.api.openstack.wsgi [None req-c7a3fcc0-f97f-40c9-8b49-08c2168f4d38 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] GET http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d [ 1202.696979] [55398]: DEBUG cinder.api.openstack.wsgi [None req-c7a3fcc0-f97f-40c9-8b49-08c2168f4d38 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1202.697225] [55398]: DEBUG cinder.api.openstack.wsgi [None req-c7a3fcc0-f97f-40c9-8b49-08c2168f4d38 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1202.709145] [55398]: /opt/stack/data/venv/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. [ 1202.709145] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1202.713382] [55398]: INFO cinder.volume.api [None req-c7a3fcc0-f97f-40c9-8b49-08c2168f4d38 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Volume info retrieved successfully. [ 1202.718248] [55398]: INFO cinder.api.openstack.wsgi [None req-c7a3fcc0-f97f-40c9-8b49-08c2168f4d38 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d returned with HTTP 200 [ 1202.718792] [55398]: [pid: 55398|app: 0|req: 266/556] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:05:05 2025] GET /volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d => generated 844 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1203.730742] [55397]: DEBUG cinder.api.middleware.request_id [None req-2a936a17-9743-4397-b6bd-242f2e930b43 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1203.733287] [55397]: INFO cinder.api.openstack.wsgi [None req-2a936a17-9743-4397-b6bd-242f2e930b43 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] GET http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d [ 1203.733628] [55397]: DEBUG cinder.api.openstack.wsgi [None req-2a936a17-9743-4397-b6bd-242f2e930b43 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1203.733853] [55397]: DEBUG cinder.api.openstack.wsgi [None req-2a936a17-9743-4397-b6bd-242f2e930b43 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1203.740852] [55397]: INFO cinder.api.openstack.wsgi [None req-2a936a17-9743-4397-b6bd-242f2e930b43 tempest-ServerActionsTestOtherA-431602134 tempest-ServerActionsTestOtherA-431602134-project-member] http://10.180.1.21/volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d returned with HTTP 404 [ 1203.741368] [55397]: [pid: 55397|app: 0|req: 291/557] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:05:06 2025] GET /volume/v3/volumes/15326c33-7e0b-41be-bf2e-5b82153cea0d => generated 109 bytes in 11 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) [ 1204.917477] [55398]: DEBUG cinder.api.middleware.request_id [None req-c9e5640e-ed19-4668-99ea-f7e11e89f610 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1204.919477] [55398]: INFO cinder.api.openstack.wsgi [None req-c9e5640e-ed19-4668-99ea-f7e11e89f610 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] POST http://10.180.1.21/volume/v3/volumes [ 1204.919863] [55398]: DEBUG cinder.api.openstack.wsgi [None req-c9e5640e-ed19-4668-99ea-f7e11e89f610 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Action: 'create', calling method: create, body: {"volume": {"size": 1, "display_name": "tempest-AttachVolumeNegativeTest-volume-1247530797"}} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 1204.921523] [55398]: DEBUG cinder.api.v3.volumes [None req-c9e5640e-ed19-4668-99ea-f7e11e89f610 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Create volume request body: {'volume': {'size': 1, 'display_name': 'tempest-AttachVolumeNegativeTest-volume-1247530797'}} {{(pid=55398) create /opt/stack/cinder/cinder/api/v3/volumes.py:297}} [ 1204.921662] [55398]: INFO cinder.api.v3.volumes [None req-c9e5640e-ed19-4668-99ea-f7e11e89f610 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Create volume of 1 GB [ 1204.927231] [55398]: INFO cinder.volume.api [None req-c9e5640e-ed19-4668-99ea-f7e11e89f610 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Availability Zones retrieved successfully. [ 1204.935416] [55398]: DEBUG cinder.volume.api [None req-c9e5640e-ed19-4668-99ea-f7e11e89f610 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Flow 'volume_create_api' (07942d57-3c15-4225-80cc-17f45603d628) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 1204.936688] [55398]: DEBUG cinder.volume.api [None req-c9e5640e-ed19-4668-99ea-f7e11e89f610 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (ae9ba76d-17b3-40e3-ac39-230cc85e618a) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1204.937983] [55398]: DEBUG cinder.volume.flows.api.create_volume [None req-c9e5640e-ed19-4668-99ea-f7e11e89f610 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Validating volume size '1' using validate_int {{(pid=55398) _extract_size /opt/stack/cinder/cinder/volume/flows/api/create_volume.py:226}} [ 1204.959692] [55398]: DEBUG cinder.volume.api [None req-c9e5640e-ed19-4668-99ea-f7e11e89f610 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Task 'cinder.volume.flows.api.create_volume.ExtractVolumeRequestTask;volume:create' (ae9ba76d-17b3-40e3-ac39-230cc85e618a) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'size': 1, 'snapshot_id': None, 'source_volid': None, 'volume_type': VolumeType(created_at=2025-02-20T17:52:11Z,deleted=False,deleted_at=None,description=None,extra_specs={volume_backend_name='vsphere'},id=d5fd08cf-4175-412e-a261-cecd156def0d,is_public=True,name='vsphere',projects=[],qos_specs=,qos_specs_id=None,updated_at=None), 'volume_type_id': 'd5fd08cf-4175-412e-a261-cecd156def0d', 'encryption_key_id': None, 'qos_specs': None, 'consistencygroup_id': None, 'cgsnapshot_id': None, 'group_id': None, 'replication_status': 'disabled', 'refresh_az': False, 'backup_id': None, 'multiattach': False, 'availability_zones': ['nova']}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1204.960936] [55398]: DEBUG cinder.volume.api [None req-c9e5640e-ed19-4668-99ea-f7e11e89f610 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (367e47f7-5cb0-4db3-b32c-a70eb310f247) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1205.007229] [55398]: DEBUG cinder.quota [None req-c9e5640e-ed19-4668-99ea-f7e11e89f610 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Created reservations ['115a0aae-5504-4a2b-a859-f2ca567cfef9', 'c590efa3-bbef-48e8-9e47-34c2e59fef69', 'c3ed5fab-70f5-402c-95f8-9c11f80e303b', 'd560ac0c-fbe2-4e0b-8e03-037ca1746450'] {{(pid=55398) reserve /opt/stack/cinder/cinder/quota.py:752}} [ 1205.008727] [55398]: DEBUG cinder.volume.api [None req-c9e5640e-ed19-4668-99ea-f7e11e89f610 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaReserveTask;volume:create' (367e47f7-5cb0-4db3-b32c-a70eb310f247) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'reservations': ['115a0aae-5504-4a2b-a859-f2ca567cfef9', 'c590efa3-bbef-48e8-9e47-34c2e59fef69', 'c3ed5fab-70f5-402c-95f8-9c11f80e303b', 'd560ac0c-fbe2-4e0b-8e03-037ca1746450']}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1205.010464] [55398]: DEBUG cinder.volume.api [None req-c9e5640e-ed19-4668-99ea-f7e11e89f610 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (10473eb8-1983-4be6-9e44-f61a4b2b93e1) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1205.025096] [55398]: DEBUG cinder.volume.api [None req-c9e5640e-ed19-4668-99ea-f7e11e89f610 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Task 'cinder.volume.flows.api.create_volume.EntryCreateTask;volume:create' (10473eb8-1983-4be6-9e44-f61a4b2b93e1) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_id': '4e815e23-4cda-4cf7-83ec-ee59e9be7f10', 'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-AttachVolumeNegativeTest-volume-1247530797',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='68de7445caeb4381b9e68c685ccb5e0b',qos_specs=None,replication_status=,reservations=['115a0aae-5504-4a2b-a859-f2ca567cfef9','c590efa3-bbef-48e8-9e47-34c2e59fef69','c3ed5fab-70f5-402c-95f8-9c11f80e303b','d560ac0c-fbe2-4e0b-8e03-037ca1746450'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='54076b7d25474185b3f205437cb68be8',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d), 'volume': Volume(_name_id=None,admin_metadata=,attach_status='detached',availability_zone='nova',bootable=False,cluster=,cluster_name=None,consistencygroup=,consistencygroup_id=None,created_at=2025-02-20T18:05:07Z,deleted=False,deleted_at=None,display_description=None,display_name='tempest-AttachVolumeNegativeTest-volume-1247530797',ec2_id=None,encryption_key_id=None,glance_metadata=,group=,group_id=None,host=None,id=4e815e23-4cda-4cf7-83ec-ee59e9be7f10,launched_at=None,metadata={},migration_status=None,multiattach=False,previous_status=None,project_id='68de7445caeb4381b9e68c685ccb5e0b',provider_auth=None,provider_geometry=None,provider_id=None,provider_location=None,replication_driver_data=None,replication_extended_status=None,replication_status=None,scheduled_at=None,service_uuid=None,shared_targets=True,size=1,snapshot_id=None,snapshots=,source_volid=None,status='creating',terminated_at=None,updated_at=None,use_quota=True,user_id='54076b7d25474185b3f205437cb68be8',volume_attachment=VolumeAttachmentList,volume_type=VolumeType(d5fd08cf-4175-412e-a261-cecd156def0d),volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1205.025451] [55398]: DEBUG cinder.volume.api [None req-c9e5640e-ed19-4668-99ea-f7e11e89f610 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (69f86e2d-5954-4a5d-9576-a3db25d2acc9) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1205.037108] [55398]: DEBUG cinder.volume.api [None req-c9e5640e-ed19-4668-99ea-f7e11e89f610 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Task 'cinder.volume.flows.api.create_volume.QuotaCommitTask;volume:create' (69f86e2d-5954-4a5d-9576-a3db25d2acc9) transitioned into state 'SUCCESS' from state 'RUNNING' with result '{'volume_properties': VolumeProperties(attach_status='detached',availability_zone='nova',cgsnapshot_id=None,consistencygroup_id=None,display_description=None,display_name='tempest-AttachVolumeNegativeTest-volume-1247530797',encryption_key_id=None,group_id=None,group_type_id=,metadata={},multiattach=False,project_id='68de7445caeb4381b9e68c685ccb5e0b',qos_specs=None,replication_status=,reservations=['115a0aae-5504-4a2b-a859-f2ca567cfef9','c590efa3-bbef-48e8-9e47-34c2e59fef69','c3ed5fab-70f5-402c-95f8-9c11f80e303b','d560ac0c-fbe2-4e0b-8e03-037ca1746450'],size=1,snapshot_id=None,source_replicaid=,source_volid=None,status='creating',user_id='54076b7d25474185b3f205437cb68be8',volume_type_id=d5fd08cf-4175-412e-a261-cecd156def0d)}' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1205.037981] [55398]: DEBUG cinder.volume.api [None req-c9e5640e-ed19-4668-99ea-f7e11e89f610 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (37345903-a0af-4221-915c-7fc84cfa7815) transitioned into state 'RUNNING' from state 'PENDING' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:190}} [ 1205.046271] [55398]: DEBUG cinder.volume.api [None req-c9e5640e-ed19-4668-99ea-f7e11e89f610 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Task 'cinder.volume.flows.api.create_volume.VolumeCastTask;volume:create' (37345903-a0af-4221-915c-7fc84cfa7815) transitioned into state 'SUCCESS' from state 'RUNNING' with result 'None' {{(pid=55398) _task_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:178}} [ 1205.047303] [55398]: DEBUG cinder.volume.api [None req-c9e5640e-ed19-4668-99ea-f7e11e89f610 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Flow 'volume_create_api' (07942d57-3c15-4225-80cc-17f45603d628) transitioned into state 'SUCCESS' from state 'RUNNING' {{(pid=55398) _flow_receiver /opt/stack/data/venv/lib/python3.10/site-packages/taskflow/listeners/logging.py:141}} [ 1205.047654] [55398]: INFO cinder.volume.api [None req-c9e5640e-ed19-4668-99ea-f7e11e89f610 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Create volume request issued successfully. [ 1205.048319] [55398]: INFO cinder.api.openstack.wsgi [None req-c9e5640e-ed19-4668-99ea-f7e11e89f610 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes returned with HTTP 202 [ 1205.048765] [55398]: [pid: 55398|app: 0|req: 267/558] 10.180.1.21 () {60 vars in 1135 bytes} [Thu Feb 20 18:05:07 2025] POST /volume/v3/volumes => generated 754 bytes in 132 msecs (HTTP/1.1 202) 7 headers in 291 bytes (1 switches on core 0) [ 1205.059879] [55397]: DEBUG cinder.api.middleware.request_id [None req-b8969c9f-5c09-47c9-863c-02f90e502c46 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1205.062082] [55397]: INFO cinder.api.openstack.wsgi [None req-b8969c9f-5c09-47c9-863c-02f90e502c46 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 [ 1205.063051] [55397]: DEBUG cinder.api.openstack.wsgi [None req-b8969c9f-5c09-47c9-863c-02f90e502c46 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1205.063051] [55397]: DEBUG cinder.api.openstack.wsgi [None req-b8969c9f-5c09-47c9-863c-02f90e502c46 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1205.069899] [55397]: /opt/stack/data/venv/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. [ 1205.069899] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1205.074299] [55397]: INFO cinder.volume.api [None req-b8969c9f-5c09-47c9-863c-02f90e502c46 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1205.080277] [55397]: INFO cinder.api.openstack.wsgi [None req-b8969c9f-5c09-47c9-863c-02f90e502c46 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 returned with HTTP 200 [ 1205.080928] [55397]: [pid: 55397|app: 0|req: 292/559] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:05:07 2025] GET /volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 => generated 822 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1206.095380] [55398]: DEBUG cinder.api.middleware.request_id [None req-71843e69-2d81-4d56-b267-bea22e6efcff None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1206.099030] [55398]: INFO cinder.api.openstack.wsgi [None req-71843e69-2d81-4d56-b267-bea22e6efcff tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 [ 1206.099030] [55398]: DEBUG cinder.api.openstack.wsgi [None req-71843e69-2d81-4d56-b267-bea22e6efcff tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1206.099030] [55398]: DEBUG cinder.api.openstack.wsgi [None req-71843e69-2d81-4d56-b267-bea22e6efcff tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1206.109175] [55398]: /opt/stack/data/venv/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. [ 1206.109175] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1206.113986] [55398]: INFO cinder.volume.api [None req-71843e69-2d81-4d56-b267-bea22e6efcff tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1206.119252] [55398]: INFO cinder.api.openstack.wsgi [None req-71843e69-2d81-4d56-b267-bea22e6efcff tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 returned with HTTP 200 [ 1206.119929] [55398]: [pid: 55398|app: 0|req: 268/560] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:05:08 2025] GET /volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 => generated 847 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1206.159071] [55397]: DEBUG cinder.api.middleware.request_id [req-c206bc69-4254-4e2a-a04f-f41e4210dfa7 req-799d2538-af81-419b-a2bc-6ddee5ed9161 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1206.161580] [55397]: INFO cinder.api.openstack.wsgi [req-c206bc69-4254-4e2a-a04f-f41e4210dfa7 req-799d2538-af81-419b-a2bc-6ddee5ed9161 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 [ 1206.161704] [55397]: DEBUG cinder.api.openstack.wsgi [req-c206bc69-4254-4e2a-a04f-f41e4210dfa7 req-799d2538-af81-419b-a2bc-6ddee5ed9161 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1206.161921] [55397]: DEBUG cinder.api.openstack.wsgi [req-c206bc69-4254-4e2a-a04f-f41e4210dfa7 req-799d2538-af81-419b-a2bc-6ddee5ed9161 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1206.169484] [55397]: /opt/stack/data/venv/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. [ 1206.169484] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1206.174090] [55397]: INFO cinder.volume.api [req-c206bc69-4254-4e2a-a04f-f41e4210dfa7 req-799d2538-af81-419b-a2bc-6ddee5ed9161 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1206.178242] [55397]: INFO cinder.api.openstack.wsgi [req-c206bc69-4254-4e2a-a04f-f41e4210dfa7 req-799d2538-af81-419b-a2bc-6ddee5ed9161 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 returned with HTTP 200 [ 1206.178640] [55397]: [pid: 55397|app: 0|req: 293/561] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 18:05:09 2025] GET /volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 => generated 847 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1207.703526] [55398]: DEBUG cinder.api.middleware.request_id [None req-9d081fa9-4fbe-427d-b3ce-f3fc66b03970 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1207.703851] [55398]: INFO cinder.api.openstack.wsgi [None req-9d081fa9-4fbe-427d-b3ce-f3fc66b03970 None None] GET http://10.180.1.21/volume// [ 1207.703851] [55398]: DEBUG cinder.api.openstack.wsgi [None req-9d081fa9-4fbe-427d-b3ce-f3fc66b03970 None None] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1207.704028] [55398]: DEBUG cinder.api.openstack.wsgi [None req-9d081fa9-4fbe-427d-b3ce-f3fc66b03970 None None] Calling method 'all' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1207.704436] [55398]: INFO cinder.api.openstack.wsgi [None req-9d081fa9-4fbe-427d-b3ce-f3fc66b03970 None None] http://10.180.1.21/volume// returned with HTTP 300 [ 1207.704805] [55398]: [pid: 55398|app: 0|req: 269/562] 10.180.1.21 () {58 vars in 1299 bytes} [Thu Feb 20 18:05:10 2025] GET /volume/ => generated 386 bytes in 2 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) [ 1207.709056] [55397]: DEBUG cinder.api.middleware.request_id [req-c206bc69-4254-4e2a-a04f-f41e4210dfa7 req-d43efe30-6b98-4497-a6ae-c029fbc18d8b None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1207.711364] [55397]: INFO cinder.api.openstack.wsgi [req-c206bc69-4254-4e2a-a04f-f41e4210dfa7 req-d43efe30-6b98-4497-a6ae-c029fbc18d8b tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] POST http://10.180.1.21/volume/v3/attachments [ 1207.711764] [55397]: DEBUG cinder.api.openstack.wsgi [req-c206bc69-4254-4e2a-a04f-f41e4210dfa7 req-d43efe30-6b98-4497-a6ae-c029fbc18d8b tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Action: 'create', calling method: version_select, body: {"attachment": {"volume_uuid": "4e815e23-4cda-4cf7-83ec-ee59e9be7f10", "connector": null, "instance_uuid": "e3e121c9-4cf4-4f79-b4de-fe9696ba7dbc"}} {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 1207.724023] [55397]: /opt/stack/data/venv/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. [ 1207.724023] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1207.747620] [55397]: INFO cinder.api.openstack.wsgi [req-c206bc69-4254-4e2a-a04f-f41e4210dfa7 req-d43efe30-6b98-4497-a6ae-c029fbc18d8b tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/attachments returned with HTTP 200 [ 1207.748198] [55397]: [pid: 55397|app: 0|req: 294/563] 10.180.1.21 () {66 vars in 1474 bytes} [Thu Feb 20 18:05:10 2025] POST /volume/v3/attachments => generated 273 bytes in 39 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1207.768294] [55398]: DEBUG cinder.api.middleware.request_id [None req-069ee7b8-0216-4271-97ca-4e414dc77ee4 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1207.770421] [55398]: INFO cinder.api.openstack.wsgi [None req-069ee7b8-0216-4271-97ca-4e414dc77ee4 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 [ 1207.771021] [55398]: DEBUG cinder.api.openstack.wsgi [None req-069ee7b8-0216-4271-97ca-4e414dc77ee4 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1207.771021] [55398]: DEBUG cinder.api.openstack.wsgi [None req-069ee7b8-0216-4271-97ca-4e414dc77ee4 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1207.781298] [55398]: /opt/stack/data/venv/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. [ 1207.781298] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1207.784596] [55398]: INFO cinder.volume.api [None req-069ee7b8-0216-4271-97ca-4e414dc77ee4 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1207.789481] [55398]: INFO cinder.api.openstack.wsgi [None req-069ee7b8-0216-4271-97ca-4e414dc77ee4 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 returned with HTTP 200 [ 1207.790015] [55398]: [pid: 55398|app: 0|req: 270/564] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:05:10 2025] GET /volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 => generated 846 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1208.272515] [55397]: DEBUG cinder.api.middleware.request_id [None req-1c6f3689-678c-4659-9bcf-ba0798989968 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1208.272998] [55397]: INFO cinder.api.openstack.wsgi [None req-1c6f3689-678c-4659-9bcf-ba0798989968 None None] GET http://10.180.1.21/volume// [ 1208.273198] [55397]: DEBUG cinder.api.openstack.wsgi [None req-1c6f3689-678c-4659-9bcf-ba0798989968 None None] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1208.273410] [55397]: DEBUG cinder.api.openstack.wsgi [None req-1c6f3689-678c-4659-9bcf-ba0798989968 None None] Calling method 'all' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1208.273799] [55397]: INFO cinder.api.openstack.wsgi [None req-1c6f3689-678c-4659-9bcf-ba0798989968 None None] http://10.180.1.21/volume// returned with HTTP 300 [ 1208.274109] [55397]: [pid: 55397|app: 0|req: 295/565] 10.180.1.21 () {58 vars in 1306 bytes} [Thu Feb 20 18:05:11 2025] GET /volume/ => generated 386 bytes in 2 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) [ 1208.277841] [55398]: DEBUG cinder.api.middleware.request_id [req-c206bc69-4254-4e2a-a04f-f41e4210dfa7 req-c2194b12-dc31-41b8-b4ae-3cc9719c8e9a None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1208.281036] [55398]: INFO cinder.api.openstack.wsgi [req-c206bc69-4254-4e2a-a04f-f41e4210dfa7 req-c2194b12-dc31-41b8-b4ae-3cc9719c8e9a tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 [ 1208.281036] [55398]: DEBUG cinder.api.openstack.wsgi [req-c206bc69-4254-4e2a-a04f-f41e4210dfa7 req-c2194b12-dc31-41b8-b4ae-3cc9719c8e9a tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1208.281036] [55398]: DEBUG cinder.api.openstack.wsgi [req-c206bc69-4254-4e2a-a04f-f41e4210dfa7 req-c2194b12-dc31-41b8-b4ae-3cc9719c8e9a tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1208.293843] [55398]: /opt/stack/data/venv/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. [ 1208.293843] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1208.297625] [55398]: INFO cinder.volume.api [req-c206bc69-4254-4e2a-a04f-f41e4210dfa7 req-c2194b12-dc31-41b8-b4ae-3cc9719c8e9a tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1208.301815] [55398]: INFO cinder.api.openstack.wsgi [req-c206bc69-4254-4e2a-a04f-f41e4210dfa7 req-c2194b12-dc31-41b8-b4ae-3cc9719c8e9a tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 returned with HTTP 200 [ 1208.302219] [55398]: [pid: 55398|app: 0|req: 271/566] 10.180.1.21 () {62 vars in 1519 bytes} [Thu Feb 20 18:05:11 2025] GET /volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 => generated 1027 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) [ 1208.357106] [55397]: DEBUG cinder.api.middleware.request_id [req-c206bc69-4254-4e2a-a04f-f41e4210dfa7 req-7b55b6ed-5c5f-4d4e-b4d8-eb50b408a40c None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1208.359456] [55397]: INFO cinder.api.openstack.wsgi [req-c206bc69-4254-4e2a-a04f-f41e4210dfa7 req-7b55b6ed-5c5f-4d4e-b4d8-eb50b408a40c tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] PUT http://10.180.1.21/volume/v3/attachments/3cf46e8f-b763-41dd-9d22-aca6b270f09c [ 1208.359896] [55397]: DEBUG cinder.api.openstack.wsgi [req-c206bc69-4254-4e2a-a04f-f41e4210dfa7 req-7b55b6ed-5c5f-4d4e-b4d8-eb50b408a40c tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Action: 'update', calling method: version_select, body: {"attachment": {"connector": {"ip": "vc1.osci.c.eu-de-1.cloud.sap", "initiator": null, "host": "vc1.osci.c.eu-de-1.cloud.sap", "instance": "vm-550885", "mountpoint": "/dev/sdb"}}} {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 1208.368373] [55397]: DEBUG cinder.coordination [req-c206bc69-4254-4e2a-a04f-f41e4210dfa7 req-7b55b6ed-5c5f-4d4e-b4d8-eb50b408a40c tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Acquiring lock "cinder-attachment_update-4e815e23-4cda-4cf7-83ec-ee59e9be7f10-vc1.osci.c.eu-de-1.cloud.sap" by "attachment_update" {{(pid=55397) __acquire /opt/stack/cinder/cinder/coordination.py:143}} [ 1208.372892] [55397]: DEBUG cinder.coordination [req-c206bc69-4254-4e2a-a04f-f41e4210dfa7 req-7b55b6ed-5c5f-4d4e-b4d8-eb50b408a40c tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Lock "cinder-attachment_update-4e815e23-4cda-4cf7-83ec-ee59e9be7f10-vc1.osci.c.eu-de-1.cloud.sap" acquired by "attachment_update" :: waited 0.005s {{(pid=55397) __acquire /opt/stack/cinder/cinder/coordination.py:146}} [ 1208.373955] [55397]: /opt/stack/data/venv/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. [ 1208.373955] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1208.800321] [55398]: DEBUG cinder.api.middleware.request_id [None req-38ad7fe6-01f1-46ee-ad47-e6a05168f6fd None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1208.802395] [55398]: INFO cinder.api.openstack.wsgi [None req-38ad7fe6-01f1-46ee-ad47-e6a05168f6fd tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 [ 1208.802616] [55398]: DEBUG cinder.api.openstack.wsgi [None req-38ad7fe6-01f1-46ee-ad47-e6a05168f6fd tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1208.802837] [55398]: DEBUG cinder.api.openstack.wsgi [None req-38ad7fe6-01f1-46ee-ad47-e6a05168f6fd tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1208.812977] [55398]: /opt/stack/data/venv/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. [ 1208.812977] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1208.816233] [55398]: INFO cinder.volume.api [None req-38ad7fe6-01f1-46ee-ad47-e6a05168f6fd tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1208.820510] [55398]: INFO cinder.api.openstack.wsgi [None req-38ad7fe6-01f1-46ee-ad47-e6a05168f6fd tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 returned with HTTP 200 [ 1208.821209] [55398]: [pid: 55398|app: 0|req: 272/567] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:05:11 2025] GET /volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 => generated 846 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1209.834743] [55398]: DEBUG cinder.api.middleware.request_id [None req-214c8471-4117-42de-baf9-c9f84321aa23 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1209.837334] [55398]: INFO cinder.api.openstack.wsgi [None req-214c8471-4117-42de-baf9-c9f84321aa23 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 [ 1209.837580] [55398]: DEBUG cinder.api.openstack.wsgi [None req-214c8471-4117-42de-baf9-c9f84321aa23 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1209.837798] [55398]: DEBUG cinder.api.openstack.wsgi [None req-214c8471-4117-42de-baf9-c9f84321aa23 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1209.852409] [55398]: /opt/stack/data/venv/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. [ 1209.852409] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1209.856654] [55398]: INFO cinder.volume.api [None req-214c8471-4117-42de-baf9-c9f84321aa23 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1209.861670] [55398]: INFO cinder.api.openstack.wsgi [None req-214c8471-4117-42de-baf9-c9f84321aa23 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 returned with HTTP 200 [ 1209.862101] [55398]: [pid: 55398|app: 0|req: 273/568] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:05:12 2025] GET /volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 => generated 846 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1210.872894] [55398]: DEBUG cinder.api.middleware.request_id [None req-de0b7980-df83-4ed4-8c0b-2dde7501f004 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1210.874918] [55398]: INFO cinder.api.openstack.wsgi [None req-de0b7980-df83-4ed4-8c0b-2dde7501f004 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 [ 1210.876045] [55398]: DEBUG cinder.api.openstack.wsgi [None req-de0b7980-df83-4ed4-8c0b-2dde7501f004 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1210.876045] [55398]: DEBUG cinder.api.openstack.wsgi [None req-de0b7980-df83-4ed4-8c0b-2dde7501f004 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1210.889052] [55398]: /opt/stack/data/venv/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. [ 1210.889052] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1210.892683] [55398]: INFO cinder.volume.api [None req-de0b7980-df83-4ed4-8c0b-2dde7501f004 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1210.897283] [55398]: INFO cinder.api.openstack.wsgi [None req-de0b7980-df83-4ed4-8c0b-2dde7501f004 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 returned with HTTP 200 [ 1210.897674] [55398]: [pid: 55398|app: 0|req: 274/569] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:05:13 2025] GET /volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 => generated 846 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1211.907491] [55398]: DEBUG cinder.api.middleware.request_id [None req-2fd6b0d9-04c9-407f-be62-a6dd10f4037f None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1211.909857] [55398]: INFO cinder.api.openstack.wsgi [None req-2fd6b0d9-04c9-407f-be62-a6dd10f4037f tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 [ 1211.909952] [55398]: DEBUG cinder.api.openstack.wsgi [None req-2fd6b0d9-04c9-407f-be62-a6dd10f4037f tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1211.910319] [55398]: DEBUG cinder.api.openstack.wsgi [None req-2fd6b0d9-04c9-407f-be62-a6dd10f4037f tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1211.925048] [55398]: /opt/stack/data/venv/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. [ 1211.925048] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1211.928816] [55398]: INFO cinder.volume.api [None req-2fd6b0d9-04c9-407f-be62-a6dd10f4037f tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1211.934031] [55398]: INFO cinder.api.openstack.wsgi [None req-2fd6b0d9-04c9-407f-be62-a6dd10f4037f tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 returned with HTTP 200 [ 1211.934461] [55398]: [pid: 55398|app: 0|req: 275/570] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:05:14 2025] GET /volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 => generated 846 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 285 bytes (2 switches on core 0) [ 1212.895910] [55397]: DEBUG cinder.coordination [req-c206bc69-4254-4e2a-a04f-f41e4210dfa7 req-7b55b6ed-5c5f-4d4e-b4d8-eb50b408a40c tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Lock "cinder-attachment_update-4e815e23-4cda-4cf7-83ec-ee59e9be7f10-vc1.osci.c.eu-de-1.cloud.sap" released by "attachment_update" :: held 4.523s {{(pid=55397) __release /opt/stack/cinder/cinder/coordination.py:157}} [ 1212.896265] [55397]: INFO cinder.api.openstack.wsgi [req-c206bc69-4254-4e2a-a04f-f41e4210dfa7 req-7b55b6ed-5c5f-4d4e-b4d8-eb50b408a40c tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/attachments/3cf46e8f-b763-41dd-9d22-aca6b270f09c returned with HTTP 200 [ 1212.896744] [55397]: [pid: 55397|app: 0|req: 296/571] 10.180.1.21 () {66 vars in 1584 bytes} [Thu Feb 20 18:05:11 2025] PUT /volume/v3/attachments/3cf46e8f-b763-41dd-9d22-aca6b270f09c => generated 617 bytes in 4540 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1212.945064] [55398]: DEBUG cinder.api.middleware.request_id [None req-a30d2608-bab1-4f0e-aab9-c2811f57f2cb None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1212.948093] [55398]: INFO cinder.api.openstack.wsgi [None req-a30d2608-bab1-4f0e-aab9-c2811f57f2cb tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 [ 1212.948473] [55398]: DEBUG cinder.api.openstack.wsgi [None req-a30d2608-bab1-4f0e-aab9-c2811f57f2cb tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1212.948844] [55398]: DEBUG cinder.api.openstack.wsgi [None req-a30d2608-bab1-4f0e-aab9-c2811f57f2cb tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1212.960295] [55398]: /opt/stack/data/venv/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. [ 1212.960295] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1212.963838] [55398]: INFO cinder.volume.api [None req-a30d2608-bab1-4f0e-aab9-c2811f57f2cb tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1212.968685] [55398]: INFO cinder.api.openstack.wsgi [None req-a30d2608-bab1-4f0e-aab9-c2811f57f2cb tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 returned with HTTP 200 [ 1212.969081] [55398]: [pid: 55398|app: 0|req: 276/572] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:05:15 2025] GET /volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 => generated 847 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1213.979819] [55397]: DEBUG cinder.api.middleware.request_id [None req-b1d4aa4e-b7b6-445f-abec-b9dd78ac0b13 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1213.981942] [55397]: INFO cinder.api.openstack.wsgi [None req-b1d4aa4e-b7b6-445f-abec-b9dd78ac0b13 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 [ 1213.982177] [55397]: DEBUG cinder.api.openstack.wsgi [None req-b1d4aa4e-b7b6-445f-abec-b9dd78ac0b13 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1213.982396] [55397]: DEBUG cinder.api.openstack.wsgi [None req-b1d4aa4e-b7b6-445f-abec-b9dd78ac0b13 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1213.996068] [55397]: /opt/stack/data/venv/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. [ 1213.996068] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1214.000039] [55397]: INFO cinder.volume.api [None req-b1d4aa4e-b7b6-445f-abec-b9dd78ac0b13 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1214.004374] [55397]: INFO cinder.api.openstack.wsgi [None req-b1d4aa4e-b7b6-445f-abec-b9dd78ac0b13 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 returned with HTTP 200 [ 1214.004605] [55397]: [pid: 55397|app: 0|req: 297/573] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:05:16 2025] GET /volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 => generated 847 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1214.505312] [55398]: DEBUG cinder.api.middleware.request_id [req-c206bc69-4254-4e2a-a04f-f41e4210dfa7 req-d734b0ce-161b-4a55-9175-56037f05b1e1 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1214.507641] [55398]: INFO cinder.api.openstack.wsgi [req-c206bc69-4254-4e2a-a04f-f41e4210dfa7 req-d734b0ce-161b-4a55-9175-56037f05b1e1 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] POST http://10.180.1.21/volume/v3/attachments/3cf46e8f-b763-41dd-9d22-aca6b270f09c/action [ 1214.508088] [55398]: DEBUG cinder.api.openstack.wsgi [req-c206bc69-4254-4e2a-a04f-f41e4210dfa7 req-d734b0ce-161b-4a55-9175-56037f05b1e1 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Action body: b'{"os-complete": null}' {{(pid=55398) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} [ 1214.508229] [55398]: DEBUG cinder.api.openstack.wsgi [req-c206bc69-4254-4e2a-a04f-f41e4210dfa7 req-d734b0ce-161b-4a55-9175-56037f05b1e1 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Action: 'action', calling method: complete, body: {"os-complete": null} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 1214.522706] [55398]: /opt/stack/data/venv/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. [ 1214.522706] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1214.529253] [55398]: INFO cinder.api.openstack.wsgi [req-c206bc69-4254-4e2a-a04f-f41e4210dfa7 req-d734b0ce-161b-4a55-9175-56037f05b1e1 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/attachments/3cf46e8f-b763-41dd-9d22-aca6b270f09c/action returned with HTTP 204 [ 1214.529636] [55398]: [pid: 55398|app: 0|req: 277/574] 10.180.1.21 () {66 vars in 1605 bytes} [Thu Feb 20 18:05:17 2025] POST /volume/v3/attachments/3cf46e8f-b763-41dd-9d22-aca6b270f09c/action => generated 0 bytes in 25 msecs (HTTP/1.1 204) 7 headers in 292 bytes (1 switches on core 0) [ 1215.014782] [55397]: DEBUG cinder.api.middleware.request_id [None req-37412ac9-e32f-4a5f-8bb7-20bf60e13d5b None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1215.016837] [55397]: INFO cinder.api.openstack.wsgi [None req-37412ac9-e32f-4a5f-8bb7-20bf60e13d5b tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 [ 1215.017076] [55397]: DEBUG cinder.api.openstack.wsgi [None req-37412ac9-e32f-4a5f-8bb7-20bf60e13d5b tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1215.017298] [55397]: DEBUG cinder.api.openstack.wsgi [None req-37412ac9-e32f-4a5f-8bb7-20bf60e13d5b tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1215.027133] [55397]: /opt/stack/data/venv/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. [ 1215.027133] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1215.030071] [55397]: INFO cinder.volume.api [None req-37412ac9-e32f-4a5f-8bb7-20bf60e13d5b tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1215.034073] [55397]: INFO cinder.api.openstack.wsgi [None req-37412ac9-e32f-4a5f-8bb7-20bf60e13d5b tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 returned with HTTP 200 [ 1215.034425] [55397]: [pid: 55397|app: 0|req: 298/575] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:05:17 2025] GET /volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 => generated 1139 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1215.043515] [55398]: DEBUG cinder.api.middleware.request_id [None req-8b4baf95-e53c-460f-8603-adee17c70abe None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1215.045408] [55398]: INFO cinder.api.openstack.wsgi [None req-8b4baf95-e53c-460f-8603-adee17c70abe tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 [ 1215.045658] [55398]: DEBUG cinder.api.openstack.wsgi [None req-8b4baf95-e53c-460f-8603-adee17c70abe tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1215.045952] [55398]: DEBUG cinder.api.openstack.wsgi [None req-8b4baf95-e53c-460f-8603-adee17c70abe tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1215.055368] [55398]: /opt/stack/data/venv/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. [ 1215.055368] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1215.058417] [55398]: INFO cinder.volume.api [None req-8b4baf95-e53c-460f-8603-adee17c70abe tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1215.062460] [55398]: INFO cinder.api.openstack.wsgi [None req-8b4baf95-e53c-460f-8603-adee17c70abe tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 returned with HTTP 200 [ 1215.062808] [55398]: [pid: 55398|app: 0|req: 278/576] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:05:17 2025] GET /volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 => generated 1139 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1215.072050] [55397]: DEBUG cinder.api.middleware.request_id [None req-d537985b-9551-4ca3-8c5d-c51ab07b8d16 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1215.073528] [55397]: INFO cinder.api.openstack.wsgi [None req-d537985b-9551-4ca3-8c5d-c51ab07b8d16 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] DELETE http://10.180.1.21/volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 [ 1215.073752] [55397]: DEBUG cinder.api.openstack.wsgi [None req-d537985b-9551-4ca3-8c5d-c51ab07b8d16 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1215.073960] [55397]: DEBUG cinder.api.openstack.wsgi [None req-d537985b-9551-4ca3-8c5d-c51ab07b8d16 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'delete' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1215.074152] [55397]: INFO cinder.api.v3.volumes [None req-d537985b-9551-4ca3-8c5d-c51ab07b8d16 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Delete volume with id: 4e815e23-4cda-4cf7-83ec-ee59e9be7f10 [ 1215.083031] [55397]: /opt/stack/data/venv/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. [ 1215.083031] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1215.083512] [55397]: INFO cinder.volume.api [None req-d537985b-9551-4ca3-8c5d-c51ab07b8d16 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1215.090766] [55397]: INFO cinder.volume.api [None req-d537985b-9551-4ca3-8c5d-c51ab07b8d16 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer. [ 1215.091481] [55397]: INFO cinder.api.openstack.wsgi [None req-d537985b-9551-4ca3-8c5d-c51ab07b8d16 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 returned with HTTP 400 [ 1215.091578] [55397]: [pid: 55397|app: 0|req: 299/577] 10.180.1.21 () {58 vars in 1228 bytes} [Thu Feb 20 18:05:17 2025] DELETE /volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 => generated 307 bytes in 20 msecs (HTTP/1.1 400) 7 headers in 294 bytes (1 switches on core 0) [ 1215.094232] [55398]: DEBUG cinder.api.middleware.request_id [None req-bc00de44-1d98-4338-9595-6d4e0e1bee10 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1215.096233] [55398]: INFO cinder.api.openstack.wsgi [None req-bc00de44-1d98-4338-9595-6d4e0e1bee10 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 [ 1215.096442] [55398]: DEBUG cinder.api.openstack.wsgi [None req-bc00de44-1d98-4338-9595-6d4e0e1bee10 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1215.096656] [55398]: DEBUG cinder.api.openstack.wsgi [None req-bc00de44-1d98-4338-9595-6d4e0e1bee10 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1215.105973] [55398]: /opt/stack/data/venv/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. [ 1215.105973] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1215.108935] [55398]: INFO cinder.volume.api [None req-bc00de44-1d98-4338-9595-6d4e0e1bee10 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1215.113056] [55398]: INFO cinder.api.openstack.wsgi [None req-bc00de44-1d98-4338-9595-6d4e0e1bee10 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 returned with HTTP 200 [ 1215.113574] [55398]: [pid: 55398|app: 0|req: 279/578] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:05:17 2025] GET /volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 => generated 1139 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1215.151113] [55397]: DEBUG cinder.api.middleware.request_id [req-7551628f-5a11-45e4-97ba-f18a299f6e74 req-b5d758ed-9130-4b93-8daa-f4dac5586aec None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1215.153452] [55397]: INFO cinder.api.openstack.wsgi [req-7551628f-5a11-45e4-97ba-f18a299f6e74 req-b5d758ed-9130-4b93-8daa-f4dac5586aec tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 [ 1215.153676] [55397]: DEBUG cinder.api.openstack.wsgi [req-7551628f-5a11-45e4-97ba-f18a299f6e74 req-b5d758ed-9130-4b93-8daa-f4dac5586aec tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1215.153895] [55397]: DEBUG cinder.api.openstack.wsgi [req-7551628f-5a11-45e4-97ba-f18a299f6e74 req-b5d758ed-9130-4b93-8daa-f4dac5586aec tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1215.163915] [55397]: /opt/stack/data/venv/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. [ 1215.163915] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1215.166971] [55397]: INFO cinder.volume.api [req-7551628f-5a11-45e4-97ba-f18a299f6e74 req-b5d758ed-9130-4b93-8daa-f4dac5586aec tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1215.171177] [55397]: INFO cinder.api.openstack.wsgi [req-7551628f-5a11-45e4-97ba-f18a299f6e74 req-b5d758ed-9130-4b93-8daa-f4dac5586aec tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 returned with HTTP 200 [ 1215.171543] [55397]: [pid: 55397|app: 0|req: 300/579] 10.180.1.21 () {60 vars in 1478 bytes} [Thu Feb 20 18:05:18 2025] GET /volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 => generated 1139 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 286 bytes (1 switches on core 0) [ 1215.187305] [55398]: DEBUG cinder.api.middleware.request_id [req-7551628f-5a11-45e4-97ba-f18a299f6e74 req-501f90f5-f5f1-421e-84ba-477002eefc1b None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1215.189639] [55398]: INFO cinder.api.openstack.wsgi [req-7551628f-5a11-45e4-97ba-f18a299f6e74 req-501f90f5-f5f1-421e-84ba-477002eefc1b tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] POST http://10.180.1.21/volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10/action [ 1215.190028] [55398]: DEBUG cinder.api.openstack.wsgi [req-7551628f-5a11-45e4-97ba-f18a299f6e74 req-501f90f5-f5f1-421e-84ba-477002eefc1b tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Action body: b'{"os-begin_detaching": null}' {{(pid=55398) get_method /opt/stack/cinder/cinder/api/openstack/wsgi.py:983}} [ 1215.190171] [55398]: DEBUG cinder.api.openstack.wsgi [req-7551628f-5a11-45e4-97ba-f18a299f6e74 req-501f90f5-f5f1-421e-84ba-477002eefc1b tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Action: 'action', calling method: _begin_detaching, body: {"os-begin_detaching": null} {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} [ 1215.202093] [55398]: /opt/stack/data/venv/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. [ 1215.202093] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1215.202602] [55398]: INFO cinder.volume.api [req-7551628f-5a11-45e4-97ba-f18a299f6e74 req-501f90f5-f5f1-421e-84ba-477002eefc1b tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1215.206867] [55398]: INFO cinder.volume.api [req-7551628f-5a11-45e4-97ba-f18a299f6e74 req-501f90f5-f5f1-421e-84ba-477002eefc1b tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Begin detaching volume completed successfully. [ 1215.207095] [55398]: INFO cinder.api.openstack.wsgi [req-7551628f-5a11-45e4-97ba-f18a299f6e74 req-501f90f5-f5f1-421e-84ba-477002eefc1b tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10/action returned with HTTP 202 [ 1215.207579] [55398]: [pid: 55398|app: 0|req: 280/580] 10.180.1.21 () {64 vars in 1552 bytes} [Thu Feb 20 18:05:18 2025] POST /volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10/action => generated 0 bytes in 21 msecs (HTTP/1.1 202) 7 headers in 289 bytes (1 switches on core 0) [ 1216.228036] [55397]: DEBUG cinder.api.middleware.request_id [None req-a90dc1f0-aeea-4495-8d8e-69b010a0548a None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1216.228036] [55397]: INFO cinder.api.openstack.wsgi [None req-a90dc1f0-aeea-4495-8d8e-69b010a0548a None None] GET http://10.180.1.21/volume// [ 1216.228311] [55397]: DEBUG cinder.api.openstack.wsgi [None req-a90dc1f0-aeea-4495-8d8e-69b010a0548a None None] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1216.228420] [55397]: DEBUG cinder.api.openstack.wsgi [None req-a90dc1f0-aeea-4495-8d8e-69b010a0548a None None] Calling method 'all' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1216.228836] [55397]: INFO cinder.api.openstack.wsgi [None req-a90dc1f0-aeea-4495-8d8e-69b010a0548a None None] http://10.180.1.21/volume// returned with HTTP 300 [ 1216.229275] [55397]: [pid: 55397|app: 0|req: 301/581] 10.180.1.21 () {58 vars in 1306 bytes} [Thu Feb 20 18:05:19 2025] GET /volume/ => generated 386 bytes in 2 msecs (HTTP/1.1 300) 7 headers in 299 bytes (1 switches on core 0) [ 1216.232380] [55398]: DEBUG cinder.api.middleware.request_id [req-7551628f-5a11-45e4-97ba-f18a299f6e74 req-bbec583b-1a2f-4f20-b63c-4a910f6417e2 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1216.234850] [55398]: INFO cinder.api.openstack.wsgi [req-7551628f-5a11-45e4-97ba-f18a299f6e74 req-bbec583b-1a2f-4f20-b63c-4a910f6417e2 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 [ 1216.235128] [55398]: DEBUG cinder.api.openstack.wsgi [req-7551628f-5a11-45e4-97ba-f18a299f6e74 req-bbec583b-1a2f-4f20-b63c-4a910f6417e2 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1216.235369] [55398]: DEBUG cinder.api.openstack.wsgi [req-7551628f-5a11-45e4-97ba-f18a299f6e74 req-bbec583b-1a2f-4f20-b63c-4a910f6417e2 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1216.248899] [55398]: /opt/stack/data/venv/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. [ 1216.248899] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1216.252649] [55398]: INFO cinder.volume.api [req-7551628f-5a11-45e4-97ba-f18a299f6e74 req-bbec583b-1a2f-4f20-b63c-4a910f6417e2 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1216.258888] [55398]: INFO cinder.api.openstack.wsgi [req-7551628f-5a11-45e4-97ba-f18a299f6e74 req-bbec583b-1a2f-4f20-b63c-4a910f6417e2 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 returned with HTTP 200 [ 1216.258888] [55398]: [pid: 55398|app: 0|req: 281/582] 10.180.1.21 () {62 vars in 1519 bytes} [Thu Feb 20 18:05:19 2025] GET /volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 => generated 1323 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 287 bytes (1 switches on core 0) [ 1217.392413] [55397]: DEBUG cinder.api.middleware.request_id [req-7551628f-5a11-45e4-97ba-f18a299f6e74 req-02694cc5-ae9d-469b-9b46-c56f2fc11e49 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1217.395138] [55397]: INFO cinder.api.openstack.wsgi [req-7551628f-5a11-45e4-97ba-f18a299f6e74 req-02694cc5-ae9d-469b-9b46-c56f2fc11e49 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] DELETE http://10.180.1.21/volume/v3/attachments/3cf46e8f-b763-41dd-9d22-aca6b270f09c [ 1217.395286] [55397]: DEBUG cinder.api.openstack.wsgi [req-7551628f-5a11-45e4-97ba-f18a299f6e74 req-02694cc5-ae9d-469b-9b46-c56f2fc11e49 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1217.396029] [55397]: DEBUG cinder.api.openstack.wsgi [req-7551628f-5a11-45e4-97ba-f18a299f6e74 req-02694cc5-ae9d-469b-9b46-c56f2fc11e49 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'version_select' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1217.402412] [55397]: /opt/stack/data/venv/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. [ 1217.402412] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1217.927749] [55397]: INFO cinder.api.openstack.wsgi [req-7551628f-5a11-45e4-97ba-f18a299f6e74 req-02694cc5-ae9d-469b-9b46-c56f2fc11e49 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/attachments/3cf46e8f-b763-41dd-9d22-aca6b270f09c returned with HTTP 200 [ 1217.928150] [55397]: [pid: 55397|app: 0|req: 302/583] 10.180.1.21 () {64 vars in 1553 bytes} [Thu Feb 20 18:05:20 2025] DELETE /volume/v3/attachments/3cf46e8f-b763-41dd-9d22-aca6b270f09c => generated 19 bytes in 536 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1219.369832] [55398]: DEBUG cinder.api.middleware.request_id [None req-1489389c-3ba6-4885-bcf5-9a92f3c3bdac None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1219.371924] [55398]: INFO cinder.api.openstack.wsgi [None req-1489389c-3ba6-4885-bcf5-9a92f3c3bdac tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 [ 1219.372181] [55398]: DEBUG cinder.api.openstack.wsgi [None req-1489389c-3ba6-4885-bcf5-9a92f3c3bdac tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1219.372417] [55398]: DEBUG cinder.api.openstack.wsgi [None req-1489389c-3ba6-4885-bcf5-9a92f3c3bdac tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1219.382112] [55398]: /opt/stack/data/venv/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. [ 1219.382112] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1219.385543] [55398]: INFO cinder.volume.api [None req-1489389c-3ba6-4885-bcf5-9a92f3c3bdac tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1219.390487] [55398]: INFO cinder.api.openstack.wsgi [None req-1489389c-3ba6-4885-bcf5-9a92f3c3bdac tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 returned with HTTP 200 [ 1219.390853] [55398]: [pid: 55398|app: 0|req: 282/584] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:05:22 2025] GET /volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 => generated 847 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1226.437833] [55397]: DEBUG cinder.api.middleware.request_id [None req-5a9ed48f-6cd8-416c-abc4-3180976938b4 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1226.440155] [55397]: INFO cinder.api.openstack.wsgi [None req-5a9ed48f-6cd8-416c-abc4-3180976938b4 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] DELETE http://10.180.1.21/volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 [ 1226.440405] [55397]: DEBUG cinder.api.openstack.wsgi [None req-5a9ed48f-6cd8-416c-abc4-3180976938b4 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1226.440626] [55397]: DEBUG cinder.api.openstack.wsgi [None req-5a9ed48f-6cd8-416c-abc4-3180976938b4 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'delete' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1226.440870] [55397]: INFO cinder.api.v3.volumes [None req-5a9ed48f-6cd8-416c-abc4-3180976938b4 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Delete volume with id: 4e815e23-4cda-4cf7-83ec-ee59e9be7f10 [ 1226.451926] [55397]: /opt/stack/data/venv/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. [ 1226.451926] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1226.452576] [55397]: INFO cinder.volume.api [None req-5a9ed48f-6cd8-416c-abc4-3180976938b4 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1226.471852] [55397]: INFO cinder.volume.api [None req-5a9ed48f-6cd8-416c-abc4-3180976938b4 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Delete volume request issued successfully. [ 1226.472096] [55397]: INFO cinder.api.openstack.wsgi [None req-5a9ed48f-6cd8-416c-abc4-3180976938b4 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 returned with HTTP 202 [ 1226.472583] [55397]: [pid: 55397|app: 0|req: 303/585] 10.180.1.21 () {58 vars in 1228 bytes} [Thu Feb 20 18:05:29 2025] DELETE /volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 => generated 0 bytes in 35 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) [ 1226.475574] [55398]: DEBUG cinder.api.middleware.request_id [None req-7b91cf8e-d63a-4081-9db2-85bade8c8e33 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1226.478657] [55398]: INFO cinder.api.openstack.wsgi [None req-7b91cf8e-d63a-4081-9db2-85bade8c8e33 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 [ 1226.479042] [55398]: DEBUG cinder.api.openstack.wsgi [None req-7b91cf8e-d63a-4081-9db2-85bade8c8e33 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1226.479291] [55398]: DEBUG cinder.api.openstack.wsgi [None req-7b91cf8e-d63a-4081-9db2-85bade8c8e33 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1226.487161] [55398]: /opt/stack/data/venv/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. [ 1226.487161] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1226.491549] [55398]: INFO cinder.volume.api [None req-7b91cf8e-d63a-4081-9db2-85bade8c8e33 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1226.496803] [55398]: INFO cinder.api.openstack.wsgi [None req-7b91cf8e-d63a-4081-9db2-85bade8c8e33 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 returned with HTTP 200 [ 1226.497292] [55398]: [pid: 55398|app: 0|req: 283/586] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:05:29 2025] GET /volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 => generated 846 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1227.507416] [55397]: DEBUG cinder.api.middleware.request_id [None req-48d32764-03e8-4c9c-b4bc-dbf663e30040 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1227.509704] [55397]: INFO cinder.api.openstack.wsgi [None req-48d32764-03e8-4c9c-b4bc-dbf663e30040 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 [ 1227.509955] [55397]: DEBUG cinder.api.openstack.wsgi [None req-48d32764-03e8-4c9c-b4bc-dbf663e30040 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1227.510209] [55397]: DEBUG cinder.api.openstack.wsgi [None req-48d32764-03e8-4c9c-b4bc-dbf663e30040 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1227.518368] [55397]: /opt/stack/data/venv/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. [ 1227.518368] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1227.522234] [55397]: INFO cinder.volume.api [None req-48d32764-03e8-4c9c-b4bc-dbf663e30040 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1227.526867] [55397]: INFO cinder.api.openstack.wsgi [None req-48d32764-03e8-4c9c-b4bc-dbf663e30040 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 returned with HTTP 200 [ 1227.527279] [55397]: [pid: 55397|app: 0|req: 304/587] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:05:30 2025] GET /volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 => generated 846 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1228.538093] [55398]: DEBUG cinder.api.middleware.request_id [None req-c5c3f41e-55d2-4a81-85df-b7fe4b1a548e None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1228.540313] [55398]: INFO cinder.api.openstack.wsgi [None req-c5c3f41e-55d2-4a81-85df-b7fe4b1a548e tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 [ 1228.540540] [55398]: DEBUG cinder.api.openstack.wsgi [None req-c5c3f41e-55d2-4a81-85df-b7fe4b1a548e tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1228.540758] [55398]: DEBUG cinder.api.openstack.wsgi [None req-c5c3f41e-55d2-4a81-85df-b7fe4b1a548e tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1228.548537] [55398]: /opt/stack/data/venv/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. [ 1228.548537] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1228.552013] [55398]: INFO cinder.volume.api [None req-c5c3f41e-55d2-4a81-85df-b7fe4b1a548e tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1228.556475] [55398]: INFO cinder.api.openstack.wsgi [None req-c5c3f41e-55d2-4a81-85df-b7fe4b1a548e tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 returned with HTTP 200 [ 1228.556845] [55398]: [pid: 55398|app: 0|req: 284/588] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:05:31 2025] GET /volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 => generated 846 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1229.567057] [55397]: DEBUG cinder.api.middleware.request_id [None req-2f58672b-6dc0-40a8-88c3-13b04535f761 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1229.569125] [55397]: INFO cinder.api.openstack.wsgi [None req-2f58672b-6dc0-40a8-88c3-13b04535f761 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 [ 1229.569360] [55397]: DEBUG cinder.api.openstack.wsgi [None req-2f58672b-6dc0-40a8-88c3-13b04535f761 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1229.569575] [55397]: DEBUG cinder.api.openstack.wsgi [None req-2f58672b-6dc0-40a8-88c3-13b04535f761 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1229.575531] [55397]: INFO cinder.api.openstack.wsgi [None req-2f58672b-6dc0-40a8-88c3-13b04535f761 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 returned with HTTP 404 [ 1229.575996] [55397]: [pid: 55397|app: 0|req: 305/589] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:05:32 2025] GET /volume/v3/volumes/4e815e23-4cda-4cf7-83ec-ee59e9be7f10 => generated 109 bytes in 9 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) [ 1229.614899] [55398]: DEBUG cinder.api.middleware.request_id [None req-faef93e0-8a32-49cf-9bb6-bf46bea811b0 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1229.616939] [55398]: INFO cinder.api.openstack.wsgi [None req-faef93e0-8a32-49cf-9bb6-bf46bea811b0 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] DELETE http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 [ 1229.617218] [55398]: DEBUG cinder.api.openstack.wsgi [None req-faef93e0-8a32-49cf-9bb6-bf46bea811b0 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1229.617433] [55398]: DEBUG cinder.api.openstack.wsgi [None req-faef93e0-8a32-49cf-9bb6-bf46bea811b0 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'delete' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1229.617619] [55398]: INFO cinder.api.v3.volumes [None req-faef93e0-8a32-49cf-9bb6-bf46bea811b0 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Delete volume with id: a3edae11-41bd-48cc-9a17-b3d918c822c4 [ 1229.624953] [55398]: /opt/stack/data/venv/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. [ 1229.624953] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1229.625463] [55398]: INFO cinder.volume.api [None req-faef93e0-8a32-49cf-9bb6-bf46bea811b0 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1229.638919] [55398]: INFO cinder.volume.api [None req-faef93e0-8a32-49cf-9bb6-bf46bea811b0 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Delete volume request issued successfully. [ 1229.639030] [55398]: INFO cinder.api.openstack.wsgi [None req-faef93e0-8a32-49cf-9bb6-bf46bea811b0 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 returned with HTTP 202 [ 1229.639391] [55398]: [pid: 55398|app: 0|req: 285/590] 10.180.1.21 () {58 vars in 1228 bytes} [Thu Feb 20 18:05:32 2025] DELETE /volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 => generated 0 bytes in 25 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) [ 1229.642049] [55397]: DEBUG cinder.api.middleware.request_id [None req-33829023-cf5f-40b8-b0e2-3cca3f2f277c None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1229.644611] [55397]: INFO cinder.api.openstack.wsgi [None req-33829023-cf5f-40b8-b0e2-3cca3f2f277c tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 [ 1229.644857] [55397]: DEBUG cinder.api.openstack.wsgi [None req-33829023-cf5f-40b8-b0e2-3cca3f2f277c tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1229.645083] [55397]: DEBUG cinder.api.openstack.wsgi [None req-33829023-cf5f-40b8-b0e2-3cca3f2f277c tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1229.652702] [55397]: /opt/stack/data/venv/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. [ 1229.652702] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1229.656173] [55397]: INFO cinder.volume.api [None req-33829023-cf5f-40b8-b0e2-3cca3f2f277c tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1229.660296] [55397]: INFO cinder.api.openstack.wsgi [None req-33829023-cf5f-40b8-b0e2-3cca3f2f277c tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 returned with HTTP 200 [ 1229.660709] [55397]: [pid: 55397|app: 0|req: 306/591] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:05:32 2025] GET /volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 => generated 846 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1230.671537] [55398]: DEBUG cinder.api.middleware.request_id [None req-21c1315e-eeb8-49c8-a185-dc21fc80bbe7 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1230.673627] [55398]: INFO cinder.api.openstack.wsgi [None req-21c1315e-eeb8-49c8-a185-dc21fc80bbe7 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 [ 1230.673845] [55398]: DEBUG cinder.api.openstack.wsgi [None req-21c1315e-eeb8-49c8-a185-dc21fc80bbe7 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1230.674081] [55398]: DEBUG cinder.api.openstack.wsgi [None req-21c1315e-eeb8-49c8-a185-dc21fc80bbe7 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1230.685602] [55398]: /opt/stack/data/venv/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. [ 1230.685602] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1230.689402] [55398]: INFO cinder.volume.api [None req-21c1315e-eeb8-49c8-a185-dc21fc80bbe7 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1230.693828] [55398]: INFO cinder.api.openstack.wsgi [None req-21c1315e-eeb8-49c8-a185-dc21fc80bbe7 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 returned with HTTP 200 [ 1230.694205] [55398]: [pid: 55398|app: 0|req: 286/592] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:05:33 2025] GET /volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 => generated 846 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1231.704307] [55397]: DEBUG cinder.api.middleware.request_id [None req-62984824-953c-491c-83f9-c8450ffe4ece None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1231.706424] [55397]: INFO cinder.api.openstack.wsgi [None req-62984824-953c-491c-83f9-c8450ffe4ece tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 [ 1231.706641] [55397]: DEBUG cinder.api.openstack.wsgi [None req-62984824-953c-491c-83f9-c8450ffe4ece tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1231.706857] [55397]: DEBUG cinder.api.openstack.wsgi [None req-62984824-953c-491c-83f9-c8450ffe4ece tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1231.714109] [55397]: /opt/stack/data/venv/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. [ 1231.714109] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1231.717389] [55397]: INFO cinder.volume.api [None req-62984824-953c-491c-83f9-c8450ffe4ece tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1231.721405] [55397]: INFO cinder.api.openstack.wsgi [None req-62984824-953c-491c-83f9-c8450ffe4ece tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 returned with HTTP 200 [ 1231.721764] [55397]: [pid: 55397|app: 0|req: 307/593] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:05:34 2025] GET /volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 => generated 846 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1232.731900] [55398]: DEBUG cinder.api.middleware.request_id [None req-33edd890-0891-41d7-8313-777d332a6970 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1232.734014] [55398]: INFO cinder.api.openstack.wsgi [None req-33edd890-0891-41d7-8313-777d332a6970 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 [ 1232.734262] [55398]: DEBUG cinder.api.openstack.wsgi [None req-33edd890-0891-41d7-8313-777d332a6970 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1232.734481] [55398]: DEBUG cinder.api.openstack.wsgi [None req-33edd890-0891-41d7-8313-777d332a6970 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1232.740706] [55398]: INFO cinder.api.openstack.wsgi [None req-33edd890-0891-41d7-8313-777d332a6970 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 returned with HTTP 404 [ 1232.741155] [55398]: [pid: 55398|app: 0|req: 287/594] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:05:35 2025] GET /volume/v3/volumes/a3edae11-41bd-48cc-9a17-b3d918c822c4 => generated 109 bytes in 10 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) [ 1232.820421] [55397]: DEBUG cinder.api.middleware.request_id [None req-912711cb-5f74-47da-9a64-8999014e5015 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1232.822469] [55397]: INFO cinder.api.openstack.wsgi [None req-912711cb-5f74-47da-9a64-8999014e5015 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] DELETE http://10.180.1.21/volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 [ 1232.822689] [55397]: DEBUG cinder.api.openstack.wsgi [None req-912711cb-5f74-47da-9a64-8999014e5015 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1232.822938] [55397]: DEBUG cinder.api.openstack.wsgi [None req-912711cb-5f74-47da-9a64-8999014e5015 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'delete' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1232.823147] [55397]: INFO cinder.api.v3.volumes [None req-912711cb-5f74-47da-9a64-8999014e5015 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Delete volume with id: 0e21440a-90bd-4920-bda0-bdf25396cbd3 [ 1232.830760] [55397]: /opt/stack/data/venv/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. [ 1232.830760] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1232.831276] [55397]: INFO cinder.volume.api [None req-912711cb-5f74-47da-9a64-8999014e5015 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1232.845010] [55397]: INFO cinder.volume.api [None req-912711cb-5f74-47da-9a64-8999014e5015 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Delete volume request issued successfully. [ 1232.845010] [55397]: INFO cinder.api.openstack.wsgi [None req-912711cb-5f74-47da-9a64-8999014e5015 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 returned with HTTP 202 [ 1232.845367] [55397]: [pid: 55397|app: 0|req: 308/595] 10.180.1.21 () {58 vars in 1228 bytes} [Thu Feb 20 18:05:35 2025] DELETE /volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 => generated 0 bytes in 25 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) [ 1232.848390] [55398]: DEBUG cinder.api.middleware.request_id [None req-200b46ab-9048-4495-b415-00fc31617021 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1232.851026] [55398]: INFO cinder.api.openstack.wsgi [None req-200b46ab-9048-4495-b415-00fc31617021 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 [ 1232.851026] [55398]: DEBUG cinder.api.openstack.wsgi [None req-200b46ab-9048-4495-b415-00fc31617021 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1232.851026] [55398]: DEBUG cinder.api.openstack.wsgi [None req-200b46ab-9048-4495-b415-00fc31617021 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1232.858544] [55398]: /opt/stack/data/venv/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. [ 1232.858544] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1232.862089] [55398]: INFO cinder.volume.api [None req-200b46ab-9048-4495-b415-00fc31617021 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1232.866222] [55398]: INFO cinder.api.openstack.wsgi [None req-200b46ab-9048-4495-b415-00fc31617021 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 returned with HTTP 200 [ 1232.866578] [55398]: [pid: 55398|app: 0|req: 288/596] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:05:35 2025] GET /volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 => generated 845 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1233.876603] [55397]: DEBUG cinder.api.middleware.request_id [None req-fe42c366-27f7-4df1-aa1a-d44593043912 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1233.878733] [55397]: INFO cinder.api.openstack.wsgi [None req-fe42c366-27f7-4df1-aa1a-d44593043912 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 [ 1233.878961] [55397]: DEBUG cinder.api.openstack.wsgi [None req-fe42c366-27f7-4df1-aa1a-d44593043912 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1233.879208] [55397]: DEBUG cinder.api.openstack.wsgi [None req-fe42c366-27f7-4df1-aa1a-d44593043912 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1233.887673] [55397]: /opt/stack/data/venv/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. [ 1233.887673] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1233.891238] [55397]: INFO cinder.volume.api [None req-fe42c366-27f7-4df1-aa1a-d44593043912 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1233.895420] [55397]: INFO cinder.api.openstack.wsgi [None req-fe42c366-27f7-4df1-aa1a-d44593043912 tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 returned with HTTP 200 [ 1233.895792] [55397]: [pid: 55397|app: 0|req: 309/597] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:05:36 2025] GET /volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 => generated 845 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1234.907939] [55398]: DEBUG cinder.api.middleware.request_id [None req-def253ce-7f71-4085-99b1-434f444ac12c None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1234.910246] [55398]: INFO cinder.api.openstack.wsgi [None req-def253ce-7f71-4085-99b1-434f444ac12c tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 [ 1234.910467] [55398]: DEBUG cinder.api.openstack.wsgi [None req-def253ce-7f71-4085-99b1-434f444ac12c tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1234.910800] [55398]: DEBUG cinder.api.openstack.wsgi [None req-def253ce-7f71-4085-99b1-434f444ac12c tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1234.918778] [55398]: /opt/stack/data/venv/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. [ 1234.918778] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1234.923143] [55398]: INFO cinder.volume.api [None req-def253ce-7f71-4085-99b1-434f444ac12c tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Volume info retrieved successfully. [ 1234.928051] [55398]: INFO cinder.api.openstack.wsgi [None req-def253ce-7f71-4085-99b1-434f444ac12c tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 returned with HTTP 200 [ 1234.928551] [55398]: [pid: 55398|app: 0|req: 289/598] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:05:37 2025] GET /volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 => generated 845 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1235.939859] [55397]: DEBUG cinder.api.middleware.request_id [None req-0fa156e5-40c6-48cc-aa0d-95b85596d77a None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1235.941900] [55397]: INFO cinder.api.openstack.wsgi [None req-0fa156e5-40c6-48cc-aa0d-95b85596d77a tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] GET http://10.180.1.21/volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 [ 1235.942153] [55397]: DEBUG cinder.api.openstack.wsgi [None req-0fa156e5-40c6-48cc-aa0d-95b85596d77a tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1235.942376] [55397]: DEBUG cinder.api.openstack.wsgi [None req-0fa156e5-40c6-48cc-aa0d-95b85596d77a tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1235.949198] [55397]: INFO cinder.api.openstack.wsgi [None req-0fa156e5-40c6-48cc-aa0d-95b85596d77a tempest-AttachVolumeNegativeTest-1243436832 tempest-AttachVolumeNegativeTest-1243436832-project-member] http://10.180.1.21/volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 returned with HTTP 404 [ 1235.949674] [55397]: [pid: 55397|app: 0|req: 310/599] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:05:38 2025] GET /volume/v3/volumes/0e21440a-90bd-4920-bda0-bdf25396cbd3 => generated 109 bytes in 10 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) [ 1236.402781] [55398]: DEBUG cinder.api.middleware.request_id [None req-1b5dfcf8-0945-4ef7-8292-5427ef111bc0 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1236.405557] [55398]: INFO cinder.api.openstack.wsgi [None req-1b5dfcf8-0945-4ef7-8292-5427ef111bc0 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] DELETE http://10.180.1.21/volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 [ 1236.405813] [55398]: DEBUG cinder.api.openstack.wsgi [None req-1b5dfcf8-0945-4ef7-8292-5427ef111bc0 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1236.406114] [55398]: DEBUG cinder.api.openstack.wsgi [None req-1b5dfcf8-0945-4ef7-8292-5427ef111bc0 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Calling method 'delete' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1236.406335] [55398]: INFO cinder.api.v3.volumes [None req-1b5dfcf8-0945-4ef7-8292-5427ef111bc0 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Delete volume with id: fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 [ 1236.417426] [55398]: /opt/stack/data/venv/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. [ 1236.417426] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1236.418039] [55398]: INFO cinder.volume.api [None req-1b5dfcf8-0945-4ef7-8292-5427ef111bc0 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Volume info retrieved successfully. [ 1236.436073] [55398]: INFO cinder.volume.api [None req-1b5dfcf8-0945-4ef7-8292-5427ef111bc0 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Delete volume request issued successfully. [ 1236.436296] [55398]: INFO cinder.api.openstack.wsgi [None req-1b5dfcf8-0945-4ef7-8292-5427ef111bc0 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] http://10.180.1.21/volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 returned with HTTP 202 [ 1236.436731] [55398]: [pid: 55398|app: 0|req: 290/600] 10.180.1.21 () {58 vars in 1228 bytes} [Thu Feb 20 18:05:39 2025] DELETE /volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 => generated 0 bytes in 34 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) [ 1236.439664] [55397]: DEBUG cinder.api.middleware.request_id [None req-cf6febbf-0188-4e75-8efc-c00c8d4c41ed None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1236.442400] [55397]: INFO cinder.api.openstack.wsgi [None req-cf6febbf-0188-4e75-8efc-c00c8d4c41ed tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] GET http://10.180.1.21/volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 [ 1236.442733] [55397]: DEBUG cinder.api.openstack.wsgi [None req-cf6febbf-0188-4e75-8efc-c00c8d4c41ed tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1236.442889] [55397]: DEBUG cinder.api.openstack.wsgi [None req-cf6febbf-0188-4e75-8efc-c00c8d4c41ed tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1236.452544] [55397]: /opt/stack/data/venv/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. [ 1236.452544] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1236.456545] [55397]: INFO cinder.volume.api [None req-cf6febbf-0188-4e75-8efc-c00c8d4c41ed tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Volume info retrieved successfully. [ 1236.461849] [55397]: INFO cinder.api.openstack.wsgi [None req-cf6febbf-0188-4e75-8efc-c00c8d4c41ed tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] http://10.180.1.21/volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 returned with HTTP 200 [ 1236.462324] [55397]: [pid: 55397|app: 0|req: 311/601] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:05:39 2025] GET /volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 => generated 844 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1237.472231] [55398]: DEBUG cinder.api.middleware.request_id [None req-704678bf-e803-4dcd-adc9-5743456ef797 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1237.474429] [55398]: INFO cinder.api.openstack.wsgi [None req-704678bf-e803-4dcd-adc9-5743456ef797 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] GET http://10.180.1.21/volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 [ 1237.474656] [55398]: DEBUG cinder.api.openstack.wsgi [None req-704678bf-e803-4dcd-adc9-5743456ef797 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1237.475045] [55398]: DEBUG cinder.api.openstack.wsgi [None req-704678bf-e803-4dcd-adc9-5743456ef797 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1237.485374] [55398]: /opt/stack/data/venv/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. [ 1237.485374] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1237.489081] [55398]: INFO cinder.volume.api [None req-704678bf-e803-4dcd-adc9-5743456ef797 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Volume info retrieved successfully. [ 1237.493466] [55398]: INFO cinder.api.openstack.wsgi [None req-704678bf-e803-4dcd-adc9-5743456ef797 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] http://10.180.1.21/volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 returned with HTTP 200 [ 1237.493981] [55398]: [pid: 55398|app: 0|req: 291/602] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:05:40 2025] GET /volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 => generated 844 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1238.504340] [55397]: DEBUG cinder.api.middleware.request_id [None req-fdc0d8cc-c6f3-4110-8a95-614ef9c46eef None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1238.506485] [55397]: INFO cinder.api.openstack.wsgi [None req-fdc0d8cc-c6f3-4110-8a95-614ef9c46eef tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] GET http://10.180.1.21/volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 [ 1238.506714] [55397]: DEBUG cinder.api.openstack.wsgi [None req-fdc0d8cc-c6f3-4110-8a95-614ef9c46eef tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1238.506929] [55397]: DEBUG cinder.api.openstack.wsgi [None req-fdc0d8cc-c6f3-4110-8a95-614ef9c46eef tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1238.514337] [55397]: /opt/stack/data/venv/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. [ 1238.514337] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1238.517550] [55397]: INFO cinder.volume.api [None req-fdc0d8cc-c6f3-4110-8a95-614ef9c46eef tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Volume info retrieved successfully. [ 1238.521587] [55397]: INFO cinder.api.openstack.wsgi [None req-fdc0d8cc-c6f3-4110-8a95-614ef9c46eef tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] http://10.180.1.21/volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 returned with HTTP 200 [ 1238.521945] [55397]: [pid: 55397|app: 0|req: 312/603] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:05:41 2025] GET /volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 => generated 844 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1239.532241] [55398]: DEBUG cinder.api.middleware.request_id [None req-fb9921cd-57f0-49ce-aa14-0ef63edb3c11 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1239.534430] [55398]: INFO cinder.api.openstack.wsgi [None req-fb9921cd-57f0-49ce-aa14-0ef63edb3c11 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] GET http://10.180.1.21/volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 [ 1239.534648] [55398]: DEBUG cinder.api.openstack.wsgi [None req-fb9921cd-57f0-49ce-aa14-0ef63edb3c11 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1239.534866] [55398]: DEBUG cinder.api.openstack.wsgi [None req-fb9921cd-57f0-49ce-aa14-0ef63edb3c11 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1239.541087] [55398]: INFO cinder.api.openstack.wsgi [None req-fb9921cd-57f0-49ce-aa14-0ef63edb3c11 tempest-ServerActionsTestOtherB-816222261 tempest-ServerActionsTestOtherB-816222261-project-member] http://10.180.1.21/volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 returned with HTTP 404 [ 1239.541558] [55398]: [pid: 55398|app: 0|req: 292/604] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:05:42 2025] GET /volume/v3/volumes/fc4d17f9-1fe2-4d10-a1c6-ede7f71f83a6 => generated 109 bytes in 10 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) [ 1240.494563] [55397]: DEBUG cinder.api.middleware.request_id [None req-491ec9c2-8a88-4d51-be88-9cee5e796d3c None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1240.496642] [55397]: INFO cinder.api.openstack.wsgi [None req-491ec9c2-8a88-4d51-be88-9cee5e796d3c tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] GET http://10.180.1.21/volume/v3/volumes/7be5a52c-a912-4b5b-a198-154a95e9dcd0 [ 1240.496872] [55397]: DEBUG cinder.api.openstack.wsgi [None req-491ec9c2-8a88-4d51-be88-9cee5e796d3c tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1240.497281] [55397]: DEBUG cinder.api.openstack.wsgi [None req-491ec9c2-8a88-4d51-be88-9cee5e796d3c tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1240.506945] [55397]: /opt/stack/data/venv/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. [ 1240.506945] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1240.511066] [55397]: INFO cinder.volume.api [None req-491ec9c2-8a88-4d51-be88-9cee5e796d3c tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Volume info retrieved successfully. [ 1240.515389] [55397]: INFO cinder.api.openstack.wsgi [None req-491ec9c2-8a88-4d51-be88-9cee5e796d3c tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] http://10.180.1.21/volume/v3/volumes/7be5a52c-a912-4b5b-a198-154a95e9dcd0 returned with HTTP 200 [ 1240.515759] [55397]: [pid: 55397|app: 0|req: 313/605] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:05:43 2025] GET /volume/v3/volumes/7be5a52c-a912-4b5b-a198-154a95e9dcd0 => generated 848 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1240.557024] [55398]: DEBUG cinder.api.middleware.request_id [None req-edec25dc-1bd9-4a4a-9cab-c8543cef03b8 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1240.559150] [55398]: INFO cinder.api.openstack.wsgi [None req-edec25dc-1bd9-4a4a-9cab-c8543cef03b8 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] GET http://10.180.1.21/volume/v3/volumes/7be5a52c-a912-4b5b-a198-154a95e9dcd0 [ 1240.559265] [55398]: DEBUG cinder.api.openstack.wsgi [None req-edec25dc-1bd9-4a4a-9cab-c8543cef03b8 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1240.559455] [55398]: DEBUG cinder.api.openstack.wsgi [None req-edec25dc-1bd9-4a4a-9cab-c8543cef03b8 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1240.567023] [55398]: /opt/stack/data/venv/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. [ 1240.567023] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1240.570413] [55398]: INFO cinder.volume.api [None req-edec25dc-1bd9-4a4a-9cab-c8543cef03b8 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Volume info retrieved successfully. [ 1240.575907] [55398]: INFO cinder.api.openstack.wsgi [None req-edec25dc-1bd9-4a4a-9cab-c8543cef03b8 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] http://10.180.1.21/volume/v3/volumes/7be5a52c-a912-4b5b-a198-154a95e9dcd0 returned with HTTP 200 [ 1240.576301] [55398]: [pid: 55398|app: 0|req: 293/606] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:05:43 2025] GET /volume/v3/volumes/7be5a52c-a912-4b5b-a198-154a95e9dcd0 => generated 848 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1247.526478] [55397]: DEBUG cinder.api.middleware.request_id [None req-c6fb13dc-c329-410b-b06c-6dbe1e117efb None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1247.528545] [55397]: INFO cinder.api.openstack.wsgi [None req-c6fb13dc-c329-410b-b06c-6dbe1e117efb tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] DELETE http://10.180.1.21/volume/v3/volumes/7be5a52c-a912-4b5b-a198-154a95e9dcd0 [ 1247.528769] [55397]: DEBUG cinder.api.openstack.wsgi [None req-c6fb13dc-c329-410b-b06c-6dbe1e117efb tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1247.528989] [55397]: DEBUG cinder.api.openstack.wsgi [None req-c6fb13dc-c329-410b-b06c-6dbe1e117efb tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Calling method 'delete' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1247.529195] [55397]: INFO cinder.api.v3.volumes [None req-c6fb13dc-c329-410b-b06c-6dbe1e117efb tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Delete volume with id: 7be5a52c-a912-4b5b-a198-154a95e9dcd0 [ 1247.539178] [55397]: /opt/stack/data/venv/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. [ 1247.539178] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1247.539668] [55397]: INFO cinder.volume.api [None req-c6fb13dc-c329-410b-b06c-6dbe1e117efb tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Volume info retrieved successfully. [ 1247.556471] [55397]: INFO cinder.volume.api [None req-c6fb13dc-c329-410b-b06c-6dbe1e117efb tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Delete volume request issued successfully. [ 1247.556660] [55397]: INFO cinder.api.openstack.wsgi [None req-c6fb13dc-c329-410b-b06c-6dbe1e117efb tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] http://10.180.1.21/volume/v3/volumes/7be5a52c-a912-4b5b-a198-154a95e9dcd0 returned with HTTP 202 [ 1247.557064] [55397]: [pid: 55397|app: 0|req: 314/607] 10.180.1.21 () {58 vars in 1228 bytes} [Thu Feb 20 18:05:50 2025] DELETE /volume/v3/volumes/7be5a52c-a912-4b5b-a198-154a95e9dcd0 => generated 0 bytes in 31 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) [ 1247.559769] [55398]: DEBUG cinder.api.middleware.request_id [None req-5749871c-178a-405c-baa7-824affb75785 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1247.561884] [55398]: INFO cinder.api.openstack.wsgi [None req-5749871c-178a-405c-baa7-824affb75785 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] GET http://10.180.1.21/volume/v3/volumes/7be5a52c-a912-4b5b-a198-154a95e9dcd0 [ 1247.562120] [55398]: DEBUG cinder.api.openstack.wsgi [None req-5749871c-178a-405c-baa7-824affb75785 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1247.562353] [55398]: DEBUG cinder.api.openstack.wsgi [None req-5749871c-178a-405c-baa7-824affb75785 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1247.569752] [55398]: /opt/stack/data/venv/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. [ 1247.569752] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1247.573314] [55398]: INFO cinder.volume.api [None req-5749871c-178a-405c-baa7-824affb75785 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Volume info retrieved successfully. [ 1247.577692] [55398]: INFO cinder.api.openstack.wsgi [None req-5749871c-178a-405c-baa7-824affb75785 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] http://10.180.1.21/volume/v3/volumes/7be5a52c-a912-4b5b-a198-154a95e9dcd0 returned with HTTP 200 [ 1247.578179] [55398]: [pid: 55398|app: 0|req: 294/608] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:05:50 2025] GET /volume/v3/volumes/7be5a52c-a912-4b5b-a198-154a95e9dcd0 => generated 847 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1248.587560] [55397]: DEBUG cinder.api.middleware.request_id [None req-3d461358-70e2-459f-8e2e-b3d852628a24 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1248.590107] [55397]: INFO cinder.api.openstack.wsgi [None req-3d461358-70e2-459f-8e2e-b3d852628a24 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] GET http://10.180.1.21/volume/v3/volumes/7be5a52c-a912-4b5b-a198-154a95e9dcd0 [ 1248.590363] [55397]: DEBUG cinder.api.openstack.wsgi [None req-3d461358-70e2-459f-8e2e-b3d852628a24 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1248.590590] [55397]: DEBUG cinder.api.openstack.wsgi [None req-3d461358-70e2-459f-8e2e-b3d852628a24 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1248.597854] [55397]: INFO cinder.api.openstack.wsgi [None req-3d461358-70e2-459f-8e2e-b3d852628a24 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] http://10.180.1.21/volume/v3/volumes/7be5a52c-a912-4b5b-a198-154a95e9dcd0 returned with HTTP 404 [ 1248.598597] [55397]: [pid: 55397|app: 0|req: 315/609] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:05:51 2025] GET /volume/v3/volumes/7be5a52c-a912-4b5b-a198-154a95e9dcd0 => generated 109 bytes in 12 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) [ 1248.645785] [55398]: DEBUG cinder.api.middleware.request_id [None req-0981641e-5ffe-43eb-a887-302dcf30bf5a None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1248.647833] [55398]: INFO cinder.api.openstack.wsgi [None req-0981641e-5ffe-43eb-a887-302dcf30bf5a tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] DELETE http://10.180.1.21/volume/v3/volumes/996ec8ec-5318-4963-9384-330f1e01190d [ 1248.648110] [55398]: DEBUG cinder.api.openstack.wsgi [None req-0981641e-5ffe-43eb-a887-302dcf30bf5a tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1248.648345] [55398]: DEBUG cinder.api.openstack.wsgi [None req-0981641e-5ffe-43eb-a887-302dcf30bf5a tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Calling method 'delete' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1248.648530] [55398]: INFO cinder.api.v3.volumes [None req-0981641e-5ffe-43eb-a887-302dcf30bf5a tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Delete volume with id: 996ec8ec-5318-4963-9384-330f1e01190d [ 1248.658641] [55398]: /opt/stack/data/venv/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. [ 1248.658641] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1248.659145] [55398]: INFO cinder.volume.api [None req-0981641e-5ffe-43eb-a887-302dcf30bf5a tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Volume info retrieved successfully. [ 1248.675567] [55398]: INFO cinder.volume.api [None req-0981641e-5ffe-43eb-a887-302dcf30bf5a tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Delete volume request issued successfully. [ 1248.675753] [55398]: INFO cinder.api.openstack.wsgi [None req-0981641e-5ffe-43eb-a887-302dcf30bf5a tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] http://10.180.1.21/volume/v3/volumes/996ec8ec-5318-4963-9384-330f1e01190d returned with HTTP 202 [ 1248.676193] [55398]: [pid: 55398|app: 0|req: 295/610] 10.180.1.21 () {58 vars in 1228 bytes} [Thu Feb 20 18:05:51 2025] DELETE /volume/v3/volumes/996ec8ec-5318-4963-9384-330f1e01190d => generated 0 bytes in 31 msecs (HTTP/1.1 202) 6 headers in 233 bytes (1 switches on core 0) [ 1248.679078] [55397]: DEBUG cinder.api.middleware.request_id [None req-bd99430e-a361-4343-94a2-e9777b3f9fd6 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1248.681619] [55397]: INFO cinder.api.openstack.wsgi [None req-bd99430e-a361-4343-94a2-e9777b3f9fd6 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] GET http://10.180.1.21/volume/v3/volumes/996ec8ec-5318-4963-9384-330f1e01190d [ 1248.681839] [55397]: DEBUG cinder.api.openstack.wsgi [None req-bd99430e-a361-4343-94a2-e9777b3f9fd6 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1248.682139] [55397]: DEBUG cinder.api.openstack.wsgi [None req-bd99430e-a361-4343-94a2-e9777b3f9fd6 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1248.690615] [55397]: /opt/stack/data/venv/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. [ 1248.690615] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1248.694414] [55397]: INFO cinder.volume.api [None req-bd99430e-a361-4343-94a2-e9777b3f9fd6 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Volume info retrieved successfully. [ 1248.699077] [55397]: INFO cinder.api.openstack.wsgi [None req-bd99430e-a361-4343-94a2-e9777b3f9fd6 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] http://10.180.1.21/volume/v3/volumes/996ec8ec-5318-4963-9384-330f1e01190d returned with HTTP 200 [ 1248.699447] [55397]: [pid: 55397|app: 0|req: 316/611] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:05:51 2025] GET /volume/v3/volumes/996ec8ec-5318-4963-9384-330f1e01190d => generated 848 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1249.709879] [55398]: DEBUG cinder.api.middleware.request_id [None req-87b05323-2a47-4ed7-b1f8-4883f98c2cda None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1249.712193] [55398]: INFO cinder.api.openstack.wsgi [None req-87b05323-2a47-4ed7-b1f8-4883f98c2cda tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] GET http://10.180.1.21/volume/v3/volumes/996ec8ec-5318-4963-9384-330f1e01190d [ 1249.712515] [55398]: DEBUG cinder.api.openstack.wsgi [None req-87b05323-2a47-4ed7-b1f8-4883f98c2cda tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1249.712800] [55398]: DEBUG cinder.api.openstack.wsgi [None req-87b05323-2a47-4ed7-b1f8-4883f98c2cda tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1249.721061] [55398]: /opt/stack/data/venv/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. [ 1249.721061] [55398]: warnings.warn('Policy enforcement is depending on the value of ' [ 1249.724551] [55398]: INFO cinder.volume.api [None req-87b05323-2a47-4ed7-b1f8-4883f98c2cda tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Volume info retrieved successfully. [ 1249.728949] [55398]: INFO cinder.api.openstack.wsgi [None req-87b05323-2a47-4ed7-b1f8-4883f98c2cda tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] http://10.180.1.21/volume/v3/volumes/996ec8ec-5318-4963-9384-330f1e01190d returned with HTTP 200 [ 1249.729371] [55398]: [pid: 55398|app: 0|req: 296/612] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:05:52 2025] GET /volume/v3/volumes/996ec8ec-5318-4963-9384-330f1e01190d => generated 848 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1250.739667] [55397]: DEBUG cinder.api.middleware.request_id [None req-5d2c698d-a5fe-49e9-a32d-3b5cc82e4434 None None] RequestId filter calling following filter/app {{(pid=55397) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1250.741808] [55397]: INFO cinder.api.openstack.wsgi [None req-5d2c698d-a5fe-49e9-a32d-3b5cc82e4434 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] GET http://10.180.1.21/volume/v3/volumes/996ec8ec-5318-4963-9384-330f1e01190d [ 1250.742217] [55397]: DEBUG cinder.api.openstack.wsgi [None req-5d2c698d-a5fe-49e9-a32d-3b5cc82e4434 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Empty body provided in request {{(pid=55397) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1250.742306] [55397]: DEBUG cinder.api.openstack.wsgi [None req-5d2c698d-a5fe-49e9-a32d-3b5cc82e4434 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Calling method 'show' {{(pid=55397) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1250.749899] [55397]: /opt/stack/data/venv/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. [ 1250.749899] [55397]: warnings.warn('Policy enforcement is depending on the value of ' [ 1250.753256] [55397]: INFO cinder.volume.api [None req-5d2c698d-a5fe-49e9-a32d-3b5cc82e4434 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Volume info retrieved successfully. [ 1250.757472] [55397]: INFO cinder.api.openstack.wsgi [None req-5d2c698d-a5fe-49e9-a32d-3b5cc82e4434 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] http://10.180.1.21/volume/v3/volumes/996ec8ec-5318-4963-9384-330f1e01190d returned with HTTP 200 [ 1250.757847] [55397]: [pid: 55397|app: 0|req: 317/613] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:05:53 2025] GET /volume/v3/volumes/996ec8ec-5318-4963-9384-330f1e01190d => generated 848 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) [ 1251.767962] [55398]: DEBUG cinder.api.middleware.request_id [None req-609b093f-12c0-4cbb-a93d-5d2acb9175f2 None None] RequestId filter calling following filter/app {{(pid=55398) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} [ 1251.769960] [55398]: INFO cinder.api.openstack.wsgi [None req-609b093f-12c0-4cbb-a93d-5d2acb9175f2 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] GET http://10.180.1.21/volume/v3/volumes/996ec8ec-5318-4963-9384-330f1e01190d [ 1251.770205] [55398]: DEBUG cinder.api.openstack.wsgi [None req-609b093f-12c0-4cbb-a93d-5d2acb9175f2 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Empty body provided in request {{(pid=55398) get_body /opt/stack/cinder/cinder/api/openstack/wsgi.py:715}} [ 1251.770428] [55398]: DEBUG cinder.api.openstack.wsgi [None req-609b093f-12c0-4cbb-a93d-5d2acb9175f2 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] Calling method 'show' {{(pid=55398) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:868}} [ 1251.777049] [55398]: INFO cinder.api.openstack.wsgi [None req-609b093f-12c0-4cbb-a93d-5d2acb9175f2 tempest-AttachVolumeShelveTestJSON-1261217514 tempest-AttachVolumeShelveTestJSON-1261217514-project-member] http://10.180.1.21/volume/v3/volumes/996ec8ec-5318-4963-9384-330f1e01190d returned with HTTP 404 [ 1251.777525] [55398]: [pid: 55398|app: 0|req: 297/614] 10.180.1.21 () {58 vars in 1225 bytes} [Thu Feb 20 18:05:54 2025] GET /volume/v3/volumes/996ec8ec-5318-4963-9384-330f1e01190d => generated 109 bytes in 10 msecs (HTTP/1.1 404) 7 headers in 292 bytes (1 switches on core 0) [ 1260.755381] [55397]: DEBUG dbcounter [-] [55397] Writing DB stats cinder:SELECT=102,cinder:UPDATE=11,cinder:INSERT=5 {{(pid=55397) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} [ 1261.772914] [55398]: DEBUG dbcounter [-] [55398] Writing DB stats cinder:SELECT=140,cinder:INSERT=9,cinder:UPDATE=18 {{(pid=55398) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}}